Home
last modified time | relevance | path

Searched refs: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() argument
35 ASSERT_EQ(::art::Exec(argv, &error_msg), expect_success) << error_msg; in DexAnalyzeExec()
/art/dex2oat/
Ddex2oat_test.cc111 bool expect_success = true, argument
118 expect_success,
131 bool expect_success, in GenerateOdexForTest() argument
151 if (expect_success) { in GenerateOdexForTest()
636 bool expect_success = true) { argument
651 dex_location, odex_location, CompilerFilter::kSpeedProfile, copy, expect_success, use_fd));
665 bool expect_success = true) { argument
674 expect_success);
974 void RunTest(bool expect_success, const std::vector<std::string>& extra_args = {}) { in RunTest() argument
986 dex_location, odex_location, CompilerFilter::kSpeed, copy, expect_success));
/art/libdexfile/dex/
Ddex_file_loader_test.cc392 bool expect_success, in OpenDexFileInMemoryBase64() argument
403 if (expect_success) { in OpenDexFileInMemoryBase64()