Lines Matching refs:expected_classpath_key

1090                const char* expected_classpath_key,  in RunTest()  argument
1107 auto check_oat = [expected_classpath_key](const OatFile& oat_file) { in RunTest()
1108 ASSERT_TRUE(expected_classpath_key != nullptr); in RunTest()
1111 ASSERT_STREQ(expected_classpath_key, classpath); in RunTest()
1162 std::string expected_classpath_key = "PCL[" + in TEST_F() local
1164 RunTest(context.c_str(), expected_classpath_key.c_str(), true); in TEST_F()
1192 std::string expected_classpath_key; in TEST_F() local
1199 expected_classpath_key = "PCL["; in TEST_F()
1202 expected_classpath_key + ":"; in TEST_F()
1204 expected_classpath_key += oat_dex_files[i]->GetLocation() + "*" + in TEST_F()
1207 expected_classpath_key += "]"; in TEST_F()
1211 expected_classpath_key.c_str(), in TEST_F()
1228 std::string expected_classpath_key = "PCL[" + CreateClassPathWithChecksums(dex_files1) + "];" + in TEST_F() local
1231 RunTest(context.c_str(), expected_classpath_key.c_str(), true); in TEST_F()
1240 std::string expected_classpath_key = "PCL[" + CreateClassPathWithChecksums(dex_files1) + "]" + in TEST_F() local
1242 RunTest(context.c_str(), expected_classpath_key.c_str(), true); in TEST_F()
1251 std::string expected_classpath_key = "PCL[" + CreateClassPathWithChecksums(dex_files1) + "]" + in TEST_F() local
1254 expected_classpath_key.c_str(), in TEST_F()
1267 std::string expected_classpath_key = "PCL[" + CreateClassPathWithChecksums(dex_files1) + "]" + in TEST_F() local
1271 expected_classpath_key.c_str(), in TEST_F()
1284 std::string expected_classpath_key = "PCL[" + CreateClassPathWithChecksums(dex_files1) + "]" + in TEST_F() local
1288 expected_classpath_key.c_str(), in TEST_F()