Searched refs:RunTest (Results 1 – 6 of 6) sorted by relevance
/art/dex2oat/dex/ |
D | dex_to_dex_decompiler_test.cc | 52 void RunTest(const char* dex_name) { in RunTest() function in art::DexToDexDecompilerTest 108 RunTest("VerifierDeps"); in TEST_F() 112 RunTest("DexToDexDecompiler"); in TEST_F()
|
/art/dex2oat/ |
D | dex2oat_test.cc | 266 void RunTest(bool use_fd, bool expect_use, const std::vector<std::string>& extra_args = {}) { in RunTest() function in art::Dex2oatSwapTest 341 RunTest(/*use_fd=*/ false, /*expect_use=*/ false); in TEST_F() 342 RunTest(/*use_fd=*/ true, /*expect_use=*/ false); in TEST_F() 346 RunTest(/*use_fd=*/ false, /*expect_use=*/ false, { "--swap-dex-size-threshold=0" }); in TEST_F() 347 RunTest(/*use_fd=*/ true, /*expect_use=*/ false, { "--swap-dex-size-threshold=0" }); in TEST_F() 351 RunTest(/*use_fd=*/ false, /*expect_use=*/ false, { "--swap-dex-count-threshold=0" }); in TEST_F() 352 RunTest(/*use_fd=*/ true, /*expect_use=*/ false, { "--swap-dex-count-threshold=0" }); in TEST_F() 356 RunTest(/*use_fd=*/ false, in TEST_F() 359 RunTest(/*use_fd=*/ true, in TEST_F() 467 RunTest(/*use_fd=*/ false, in TEST_F() [all …]
|
/art/libnativeloader/ |
D | native_loader_test.cpp | 313 void RunTest() { InitializeNativeLoader(); } in RunTest() function in android::nativeloader::NativeLoaderTest 328 RunTest(); in TEST_P() 425 void RunTest() { in RunTest() function in android::nativeloader::NativeLoaderTest_Create 426 NativeLoaderTest::RunTest(); in RunTest() 457 RunTest(); in TEST_P() 467 RunTest(); in TEST_P() 477 RunTest(); in TEST_P() 491 RunTest(); in TEST_P() 501 RunTest(); in TEST_P() 518 RunTest(); in TEST_P() [all …]
|
/art/runtime/gc/accounting/ |
D | mod_union_table_test.cc | 69 void RunTest(ModUnionTableFactory::TableType type); 171 RunTest(ModUnionTableFactory::kTableTypeCardCache); in TEST_F() 175 RunTest(ModUnionTableFactory::kTableTypeReferenceCache); in TEST_F() 178 void ModUnionTableTest::RunTest(ModUnionTableFactory::TableType type) { in RunTest() function in art::gc::accounting::ModUnionTableTest
|
D | space_bitmap_test.cc | 157 static void RunTest(TestFn&& fn) NO_THREAD_SAFETY_ANALYSIS { in RunTest() function 212 RunTest<kAlignment>(count_test_fn); in RunTestCount() 249 RunTest<kAlignment>(order_test_fn); in RunTestOrder()
|
/art/runtime/interpreter/ |
D | unstarted_runtime_test.cc | 1079 void RunTest(T& runner, bool in_transaction, bool should_succeed) { in RunTest() function in art::interpreter::UnstartedClassForNameTest 1197 RunTest(runner, false, true); in TEST_F() 1210 RunTest(runner, false, true); in TEST_F() 1229 RunTest(runner, false, true); in TEST_F() 1249 RunTest(runner, true, true); in TEST_F() 1272 RunTest(runner, true, false); in TEST_F()
|