/art/runtime/ |
D | dex2oat_environment_test.h | 171 return GetTestDexFileName("Main"); in GetDexSrc1() 177 return GetTestDexFileName("MainStripped"); in GetStrippedDexSrc1() 181 return GetTestDexFileName("MultiDex"); in GetMultiDexSrc1() 187 return GetTestDexFileName("MultiDexModifiedSecondary"); in GetMultiDexSrc2() 191 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 | 161 Copy(GetTestDexFileName("MultiDexUncompressed"), dex_location); in TEST_F() 184 Copy(GetTestDexFileName("MainUncompressed"), dex_location); in TEST_F()
|
D | hidden_api_test.cc | 471 ASSERT_TRUE(Copy(GetTestDexFileName("Main"), data_location_path, &error_msg)) << error_msg; in TEST_F() 494 ASSERT_TRUE(Copy(GetTestDexFileName("Main"), system_location_path, &error_msg)) << error_msg; in TEST_F() 517 ASSERT_TRUE(Copy(GetTestDexFileName("Main"), system_framework_location_path, &error_msg)) in TEST_F() 544 ASSERT_TRUE(Copy(GetTestDexFileName("MultiDex"), data_multi_location_path, &error_msg)) in TEST_F() 569 ASSERT_TRUE(Copy(GetTestDexFileName("MultiDex"), system_multi_location_path, &error_msg)) in TEST_F() 594 ASSERT_TRUE(Copy(GetTestDexFileName("MultiDex"), in TEST_F()
|
/art/dex2oat/ |
D | dex2oat_test.cc | 256 Copy(GetTestDexFileName(), dex_location); 275 virtual std::string GetTestDexFileName() { in GetTestDexFileName() function in art::Dex2oatSwapTest 276 return Dex2oatEnvironmentTest::GetTestDexFileName("VerifierDeps"); in GetTestDexFileName() 364 std::string GetTestDexFileName() override { in GetTestDexFileName() function in art::Dex2oatSwapUseTest 366 return CommonRuntimeTest::GetTestDexFileName("Statics"); in GetTestDexFileName() 872 Copy(GetTestDexFileName("MultiDex"), dex_location); in RunUnquickenMultiDex() 910 Copy(GetTestDexFileName("MultiDex"), dex_location); in RunUnquickenMultiDexCDex() 988 Copy(GetTestDexFileName(), dex_location); 1002 std::string GetTestDexFileName() { in GetTestDexFileName() function in art::Dex2oatWatchdogTest 1035 Copy(GetTestDexFileName(), dex_location); [all …]
|
/art/tools/dexanalyze/ |
D | dexanalyze_test.cc | 48 DexAnalyzeExec({ "-a", GetTestDexFileName("MultiDex") }, /*expect_success=*/ true); in TEST_F()
|
/art/tools/hiddenapi/ |
D | hiddenapi_test.cc | 52 ZipArchive::Open(GetTestDexFileName("HiddenApi").c_str(), &error)); in RunHiddenapiEncode() 54 LOG(FATAL) << "Could not open test file " << GetTestDexFileName("HiddenApi") << ": " << error; in RunHiddenapiEncode() 59 LOG(FATAL) << "Could not find classes.dex in test file " << GetTestDexFileName("HiddenApi") in RunHiddenapiEncode() 64 << GetTestDexFileName("HiddenApi") << ": " << error; in RunHiddenapiEncode() 87 std::string boot_jar = GetTestDexFileName("HiddenApi"); in RunHiddenapiList() 88 std::string stub_jar = GetTestDexFileName("HiddenApiStubs"); in RunHiddenapiList()
|
/art/oatdump/ |
D | oatdump_test.cc | 98 tmp_dir_+ "/" + android::base::Basename(GetTestDexFileName(GetAppBaseName().c_str())) + in TEST_F()
|
D | oatdump_test.h | 137 "--dex-file=" + GetTestDexFileName(GetAppBaseName().c_str()), in GenerateAppOdexFile()
|
/art/dexlayout/ |
D | dexlayout_test.cc | 432 GetTestDexFileName("ManyMethods"), in DexFileLayoutFixedPointExec() 685 MutateDexFile(temp_dex.GetFile(), GetTestDexFileName("ManyMethods"), [] (DexFile* dex) { in TEST_F() 748 MutateDexFile(temp_dex.GetFile(), GetTestDexFileName("ManyMethods"), [&] (DexFile* dex) { in TEST_F() 785 const std::string input_jar = GetTestDexFileName("ManyMethods"); in TEST_F()
|
/art/libartbase/base/ |
D | common_art_test.cc | 423 std::string CommonArtTestImpl::GetTestDexFileName(const char* name) const { in GetTestDexFileName() function in art::CommonArtTestImpl 466 return OpenDexFiles(GetTestDexFileName(name).c_str()); in OpenTestDexFiles() 470 return OpenDexFile(GetTestDexFileName(name).c_str()); in OpenTestDexFile()
|
D | common_art_test.h | 132 std::string GetTestDexFileName(const char* name) const;
|
/art/libdexfile/dex/ |
D | art_dex_file_loader_test.cc | 80 std::string multidex_file = GetTestDexFileName("MultiDex"); in TEST_F()
|
/art/profman/ |
D | profile_assistant_test.cc | 903 GetTestDexFileName("ProfileTestMultiDex"))); in TEST_F() 1051 std::string dex_filename = GetTestDexFileName("ProfileTestMultiDex"); in TEST_F() 1195 open(GetTestDexFileName("ProfileTestMultiDex").c_str(), O_RDONLY)); // NOLINT in TEST_F() 1273 open(GetTestDexFileName("ProfileTestMultiDex").c_str(), O_RDONLY)); // NOLINT in TEST_F()
|