Home
last modified time | relevance | path

Searched refs:expectedAnnotations1 (Results 1 – 1 of 1) sorted by relevance

/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info_test.cc1847 std::list<ProfileSampleAnnotation> expectedAnnotations1({psa1, psa2}); in TEST_F() local
1854 ASSERT_EQ(sort(mIt1->second.GetAnnotations()), expectedAnnotations1); in TEST_F()
1859 ASSERT_EQ(sort(cIt1->second.GetAnnotations()), expectedAnnotations1); in TEST_F()
1913 std::list<ProfileSampleAnnotation> expectedAnnotations1({psa1, psa2}); in TEST_F() local
1920 ASSERT_EQ(sort(mIt1->second.GetAnnotations()), expectedAnnotations1); in TEST_F()
1925 ASSERT_EQ(sort(cIt1->second.GetAnnotations()).size(), expectedAnnotations1.size()); in TEST_F()
1926 ASSERT_EQ(sort(cIt1->second.GetAnnotations()), expectedAnnotations1); in TEST_F()