Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info_test.cc1754 std::list<ProfileSampleAnnotation> expectedAnnotations1({psa1, psa2}); in TEST_F() local
1761 ASSERT_EQ(sort(mIt1->second.GetAnnotations()), expectedAnnotations1); in TEST_F()
1766 ASSERT_EQ(sort(cIt1->second.GetAnnotations()), expectedAnnotations1); in TEST_F()
1820 std::list<ProfileSampleAnnotation> expectedAnnotations1({psa1, psa2}); in TEST_F() local
1827 ASSERT_EQ(sort(mIt1->second.GetAnnotations()), expectedAnnotations1); in TEST_F()
1832 ASSERT_EQ(sort(cIt1->second.GetAnnotations()).size(), expectedAnnotations1.size()); in TEST_F()
1833 ASSERT_EQ(sort(cIt1->second.GetAnnotations()), expectedAnnotations1); in TEST_F()