Lines Matching refs:expected_classpath_key
928 const char* expected_classpath_key, in RunTest() argument
945 auto check_oat = [expected_classpath_key](const OatFile& oat_file) { in RunTest()
946 ASSERT_TRUE(expected_classpath_key != nullptr); in RunTest()
949 ASSERT_STREQ(expected_classpath_key, classpath); in RunTest()
994 std::string expected_classpath_key = "PCL[" + in TEST_F() local
996 RunTest(context.c_str(), expected_classpath_key.c_str(), true); in TEST_F()
1020 std::string expected_classpath_key = "PCL[" + CreateClassPathWithChecksums(dex_files1) + "];" + in TEST_F() local
1023 RunTest(context.c_str(), expected_classpath_key.c_str(), true); in TEST_F()
1032 std::string expected_classpath_key = "PCL[" + CreateClassPathWithChecksums(dex_files1) + "]" + in TEST_F() local
1034 RunTest(context.c_str(), expected_classpath_key.c_str(), true); in TEST_F()
1043 std::string expected_classpath_key = "PCL[" + CreateClassPathWithChecksums(dex_files1) + "]" + in TEST_F() local
1046 expected_classpath_key.c_str(), in TEST_F()
1059 std::string expected_classpath_key = "PCL[" + CreateClassPathWithChecksums(dex_files1) + "]" + in TEST_F() local
1063 expected_classpath_key.c_str(), in TEST_F()
1076 std::string expected_classpath_key = "PCL[" + CreateClassPathWithChecksums(dex_files1) + "]" + in TEST_F() local
1080 expected_classpath_key.c_str(), in TEST_F()