Home
last modified time | relevance | path

Searched defs:RunTest (Results 1 – 6 of 6) 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/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/dex2oat/
Ddex2oat_test.cc266 void RunTest(bool use_fd, bool expect_use, const std::vector<std::string>& extra_args = {}) { in RunTest() function in art::Dex2oatSwapTest
496 void RunTest(CompilerFilter::Filter filter, in RunTest() function in art::Dex2oatVeryLargeTest
719 void RunTest(bool app_image) { in RunTest() function in art::Dex2oatLayoutTest
1021 void RunTest(bool expect_success, const std::vector<std::string>& extra_args = {}) { in RunTest() function in art::Dex2oatWatchdogTest
1068 int RunTest(const std::vector<std::string>& extra_args = {}) { in RunTest() function in art::Dex2oatReturnCodeTest
1095 void RunTest(const char* class_loader_context, in RunTest() function in art::Dex2oatClassLoaderContextTest
2520 void RunTest(const std::vector<std::string>& extra_args = {}) { in RunTest() function in art::Dex2oatISAFeaturesRuntimeDetectionTest
/art/libnativeloader/
Dnative_loader_test.cpp313 void RunTest() { InitializeNativeLoader(); } in RunTest() function in android::nativeloader::NativeLoaderTest
425 void RunTest() { in RunTest() function in android::nativeloader::NativeLoaderTest_Create
/art/runtime/interpreter/
Dunstarted_runtime_test.cc1079 void RunTest(T& runner, bool in_transaction, bool should_succeed) { in RunTest() function in art::interpreter::UnstartedClassForNameTest