Home
last modified time | relevance | path

Searched defs:expect_success (Results 1 – 3 of 3) sorted by relevance

/art/tools/dexanalyze/
Ddexanalyze_test.cc28 void DexAnalyzeExec(const std::vector<std::string>& args, bool expect_success) { in DexAnalyzeExec()
/art/libdexfile/dex/
Ddex_file_loader_test.cc249 bool expect_success, in OpenDexFileInMemoryBase64()
/art/dex2oat/
Ddex2oat_test.cc115 bool expect_success = true,
136 bool expect_success, in GenerateOdexForTest()
674 bool expect_success = true) {
1021 void RunTest(bool expect_success, const std::vector<std::string>& extra_args = {}) { in RunTest()