/art/runtime/ |
D | dex2oat_environment_test.h | 141 return GetTestDexFileName("Main"); in GetDexSrc1() 147 return GetTestDexFileName("MainStripped"); in GetStrippedDexSrc1() 151 return GetTestDexFileName("MultiDex"); in GetMultiDexSrc1() 157 return GetTestDexFileName("MultiDexModifiedSecondary"); in GetMultiDexSrc2() 161 return GetTestDexFileName("Nested"); in GetDexSrc2()
|
D | class_loader_context_test.cc | 265 classpath.empty() ? GetTestDexFileName(test_name.c_str()) : classpath); in VerifyClassLoaderFromTestDex() 408 std::string multidex_name = GetTestDexFileName("MultiDex"); in TEST_F() 409 std::string myclass_dex_name = GetTestDexFileName("MyClass"); in TEST_F() 410 std::string dex_name = GetTestDexFileName("Main"); in TEST_F() 454 if (!CreateRelativeString(GetTestDexFileName("MultiDex"), cwd_buf, &multidex_name) || in TEST_F() 455 !CreateRelativeString(GetTestDexFileName("MyClass"), cwd_buf, &myclass_dex_name) || in TEST_F() 456 !CreateRelativeString(GetTestDexFileName("Main"), cwd_buf, &dex_name)) { in TEST_F() 489 if (!CreateRelativeString(GetTestDexFileName("MultiDex"), cwd_buf, &multidex_name) || in TEST_F() 490 !CreateRelativeString(GetTestDexFileName("MyClass"), cwd_buf, &myclass_dex_name) || in TEST_F() 491 !CreateRelativeString(GetTestDexFileName("Main"), cwd_buf, &dex_name)) { in TEST_F() [all …]
|
D | oat_file_test.cc | 59 Copy(GetTestDexFileName("MultiDexUncompressedAligned"), dex_location); in TEST_F() 81 Copy(GetTestDexFileName("MainUncompressedAligned"), dex_location); in TEST_F()
|
D | hidden_api_test.cc | 585 ASSERT_TRUE(Copy(GetTestDexFileName("Main"), data_location_path, &error_msg)) << error_msg; in TEST_F() 608 ASSERT_TRUE(Copy(GetTestDexFileName("Main"), system_location_path, &error_msg)) << error_msg; in TEST_F() 631 ASSERT_TRUE(Copy(GetTestDexFileName("Main"), system_ext_location_path, &error_msg)) << error_msg; in TEST_F() 655 ASSERT_TRUE(Copy(GetTestDexFileName("Main"), system_framework_location_path, &error_msg)) in TEST_F() 682 ASSERT_TRUE(Copy(GetTestDexFileName("Main"), system_ext_framework_location_path, &error_msg)) in TEST_F() 709 ASSERT_TRUE(Copy(GetTestDexFileName("MultiDex"), data_multi_location_path, &error_msg)) in TEST_F() 734 ASSERT_TRUE(Copy(GetTestDexFileName("MultiDex"), system_multi_location_path, &error_msg)) in TEST_F() 759 ASSERT_TRUE(Copy(GetTestDexFileName("MultiDex"), system_ext_multi_location_path, &error_msg)) in TEST_F() 784 ASSERT_TRUE(Copy(GetTestDexFileName("MultiDex"), in TEST_F() 813 ASSERT_TRUE(Copy(GetTestDexFileName("MultiDex"), in TEST_F()
|
/art/dex2oat/ |
D | dex2oat_test.cc | 270 Copy(GetTestDexFileName(), dex_location); 289 virtual std::string GetTestDexFileName() { in GetTestDexFileName() function in art::Dex2oatSwapTest 290 return Dex2oatEnvironmentTest::GetTestDexFileName("VerifierDeps"); in GetTestDexFileName() 378 std::string GetTestDexFileName() override { in GetTestDexFileName() function in art::Dex2oatSwapUseTest 380 return CommonRuntimeTest::GetTestDexFileName("Statics"); in GetTestDexFileName() 883 Copy(GetTestDexFileName("MultiDex"), dex_location); in RunUnquickenMultiDex() 931 Copy(GetTestDexFileName("MultiDex"), dex_location); in RunUnquickenMultiDexCDex() 1025 Copy(GetTestDexFileName(), dex_location); 1039 std::string GetTestDexFileName() { in GetTestDexFileName() function in art::Dex2oatWatchdogTest 1072 Copy(GetTestDexFileName(), dex_location); [all …]
|
/art/tools/dexanalyze/ |
D | dexanalyze_test.cc | 48 DexAnalyzeExec({ "-a", GetTestDexFileName("MultiDex") }, /*expect_success=*/ true); in TEST_F()
|
/art/oatdump/ |
D | oatdump_test.cc | 96 tmp_dir_+ "/" + android::base::Basename(GetTestDexFileName(GetAppBaseName().c_str())) + in TEST_F()
|
D | oatdump_test.h | 146 "--dex-file=" + GetTestDexFileName(GetAppBaseName().c_str()), in GenerateAppOdexFile()
|
/art/tools/hiddenapi/ |
D | hiddenapi_test.cc | 51 ZipArchive::Open(GetTestDexFileName("HiddenApi").c_str(), &error)); in RunHiddenapiEncode() 53 LOG(FATAL) << "Could not open test file " << GetTestDexFileName("HiddenApi") << ": " << error; in RunHiddenapiEncode() 58 LOG(FATAL) << "Could not find classes.dex in test file " << GetTestDexFileName("HiddenApi") in RunHiddenapiEncode() 63 << GetTestDexFileName("HiddenApi") << ": " << error; in RunHiddenapiEncode() 86 std::string boot_jar = GetTestDexFileName("HiddenApi"); in RunHiddenapiList() 87 std::string stub_jar = GetTestDexFileName("HiddenApiStubs"); in RunHiddenapiList()
|
/art/dexlayout/ |
D | dexlayout_test.cc | 424 GetTestDexFileName("ManyMethods"), in DexFileLayoutFixedPointExec() 676 MutateDexFile(temp_dex.GetFile(), GetTestDexFileName("ManyMethods"), [] (DexFile* dex) { in TEST_F() 739 MutateDexFile(temp_dex.GetFile(), GetTestDexFileName("ManyMethods"), [&] (DexFile* dex) { in TEST_F() 776 const std::string input_jar = GetTestDexFileName("ManyMethods"); in TEST_F()
|
/art/libartbase/base/ |
D | common_art_test.cc | 485 std::string CommonArtTestImpl::GetTestDexFileName(const char* name) const { in GetTestDexFileName() function in art::CommonArtTestImpl 532 return OpenDexFiles(GetTestDexFileName(name).c_str()); in OpenTestDexFiles() 536 return OpenDexFile(GetTestDexFileName(name).c_str()); in OpenTestDexFile()
|
D | common_art_test.h | 198 std::string GetTestDexFileName(const char* name) const;
|
/art/runtime/gc/space/ |
D | image_space_test.cc | 81 std::string jar_name = GetTestDexFileName(base_name); in TEST_F() 105 std::string app_jar_name = GetTestDexFileName(app_base_name); in TEST_F()
|
/art/profman/ |
D | profile_assistant_test.cc | 1015 GetTestDexFileName("ProfileTestMultiDex"))); in TEST_F() 1162 std::string dex_filename = GetTestDexFileName("ProfileTestMultiDex"); in TEST_F() 1300 open(GetTestDexFileName("ProfileTestMultiDex").c_str(), O_RDONLY)); // NOLINT in TEST_F() 1378 open(GetTestDexFileName("ProfileTestMultiDex").c_str(), O_RDONLY)); // NOLINT in TEST_F() 1500 open(GetTestDexFileName("ProfileTestMultiDex").c_str(), O_RDONLY)); // NOLINT in TEST_F()
|
/art/libdexfile/dex/ |
D | art_dex_file_loader_test.cc | 80 std::string multidex_file = GetTestDexFileName("MultiDex"); in TEST_F()
|