Lines Matching refs:GetTestDexFileName

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);
1082 std::string GetTestDexFileName() { in GetTestDexFileName() function in art::Dex2oatReturnCodeTest
1226 std::string context = "PCL[" + GetTestDexFileName("Nested") + "];" + in TEST_F()
1227 "DLC[" + GetTestDexFileName("MultiDex") + "]"; in TEST_F()
1238 std::string context = "PCL[" + GetTestDexFileName("Nested") + "]" + in TEST_F()
1239 "{PCL[" + GetTestDexFileName("MultiDex") + "]}"; in TEST_F()
1249 std::string context = "PCL[" + GetTestDexFileName("Nested") + "]" + in TEST_F()
1250 "{PCL[" + GetTestDexFileName("MultiDex") + "]}"; in TEST_F()
1264 std::string context = "PCL[" + GetTestDexFileName("Nested") + "]" + in TEST_F()
1265 "{PCL[" + GetTestDexFileName("MultiDex") + "]" + in TEST_F()
1266 "#PCL[" + GetTestDexFileName("MultiDex") + "]}"; in TEST_F()
1281 std::string context = "PCL[" + GetTestDexFileName("Nested") + "]" + in TEST_F()
1282 "{PCL[" + GetTestDexFileName("MultiDex") + "]" + in TEST_F()
1283 "{PCL[" + GetTestDexFileName("Nested") + "]}}"; in TEST_F()
1519 const std::string dex_location = GetTestDexFileName("MultiDex"); in TEST_F()
1676 { GetTestDexFileName("MainEmptyUncompressed") }, in TEST_F()
1692 { GetTestDexFileName("MainEmptyUncompressedAligned") }, in TEST_F()
2003 MutateDexFile(temp_dex.GetFile(), GetTestDexFileName("ManyMethods"), [] (DexFile* dex) { in TEST_F()
2160 ASSERT_TRUE(GenerateOdexForTest(GetTestDexFileName("ManyMethods"), in TEST_F()
2188 std::string zip_location = GetTestDexFileName("MainUncompressedAligned"); in TEST_F()
2213 MutateDexFile(temp_dex.GetFile(), GetTestDexFileName("StringLiterals"), [&] (DexFile* dex) { in TEST_F()
2271 std::string zip_location = GetTestDexFileName("Main"); in TEST_F()
2313 MutateDexFile(temp_dex.GetFile(), GetTestDexFileName("StringLiterals"), [&] (DexFile* dex) { in TEST_F()
2482 EXPECT_TRUE(GenerateOdexForTest(GetTestDexFileName("ManyMethods"), in TEST_F()
2494 EXPECT_TRUE(GenerateOdexForTest(GetTestDexFileName("ManyMethods"), in TEST_F()
2513 Copy(GetTestDexFileName(), dex_location);
2521 std::string GetTestDexFileName() { in GetTestDexFileName() function in art::Dex2oatISAFeaturesRuntimeDetectionTest