Home
last modified time | relevance | path

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

/art/libnativeloader/
Dnative_loader_test.cpp79 void RunTest() { InitializeNativeLoader(); } in RunTest() function in android::nativeloader::NativeLoaderTest
287 void RunTest() { in RunTest() function in android::nativeloader::NativeLoaderTest_Create
/art/dex2oat/
Ddex2oat_test.cc220 void RunTest(bool use_fd, bool expect_use, const std::vector<std::string>& extra_args = {}) { in RunTest() function in art::Dex2oatSwapTest
449 void RunTest(CompilerFilter::Filter filter, in RunTest() function in art::Dex2oatVeryLargeTest
456 void RunTest(CompilerFilter::Filter filter, in RunTest() function in art::Dex2oatVeryLargeTest
689 void RunTest(bool app_image) { in RunTest() function in art::Dex2oatLayoutTest
974 void RunTest(bool expect_success, const std::vector<std::string>& extra_args = {}) { in RunTest() function in art::Dex2oatWatchdogTest
1016 int RunTest(const std::vector<std::string>& extra_args = {}) { in RunTest() function in art::Dex2oatReturnCodeTest
1032 void RunTest(const char* class_loader_context, in RunTest() function in art::Dex2oatClassLoaderContextTest
2263 void RunTest(const std::vector<std::string>& extra_args = {}) { in RunTest() function in art::Dex2oatISAFeaturesRuntimeDetectionTest
/art/runtime/gc/accounting/
Dmod_union_table_test.cc179 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.cc1077 void RunTest(T& runner, bool in_transaction, bool should_succeed) { in RunTest() function in art::interpreter::UnstartedClassForNameTest