Home
last modified time | relevance | path

Searched defs:RunTest (Results 1 – 5 of 5) sorted by relevance

/art/dex2oat/dex/
Ddex_to_dex_decompiler_test.cc52 void RunTest(const char* dex_name) { in RunTest() function in art::DexToDexDecompilerTest
/art/dex2oat/
Ddex2oat_test.cc252 void RunTest(bool use_fd, bool expect_use, const std::vector<std::string>& extra_args = {}) { in RunTest() function in art::Dex2oatSwapTest
481 void RunTest(CompilerFilter::Filter filter, in RunTest() function in art::Dex2oatVeryLargeTest
707 void RunTest(bool app_image) { in RunTest() function in art::Dex2oatLayoutTest
984 void RunTest(bool expect_success, const std::vector<std::string>& extra_args = {}) { in RunTest() function in art::Dex2oatWatchdogTest
1031 int RunTest(const std::vector<std::string>& extra_args = {}) { in RunTest() function in art::Dex2oatReturnCodeTest
1058 void RunTest(const char* class_loader_context, in RunTest() function in art::Dex2oatClassLoaderContextTest
2371 void RunTest(const std::vector<std::string>& extra_args = {}) { in RunTest() function in art::Dex2oatISAFeaturesRuntimeDetectionTest
/art/runtime/gc/accounting/
Dmod_union_table_test.cc178 void ModUnionTableTest::RunTest(ModUnionTableFactory::TableType type) { in RunTest() function in art::gc::accounting::ModUnionTableTest
Dspace_bitmap_test.cc157 static void RunTest(TestFn&& fn) NO_THREAD_SAFETY_ANALYSIS { in RunTest() function
/art/runtime/interpreter/
Dunstarted_runtime_test.cc1079 void RunTest(T& runner, bool in_transaction, bool should_succeed) { in RunTest() function in art::interpreter::UnstartedClassForNameTest