Home
last modified time | relevance | path

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

/aosp12/art/libartbase/base/
H A Dbit_vector_test.cc204 EXPECT_TRUE(first.IsSubsetOf(&second)); in TEST()
206 EXPECT_TRUE(first.IsSubsetOf(&second)); in TEST()
214 EXPECT_FALSE(first.IsSubsetOf(&second)); in TEST()
216 EXPECT_FALSE(first.IsSubsetOf(&second)); in TEST()
230 EXPECT_TRUE(first.IsSubsetOf(&second)); in TEST()
232 EXPECT_TRUE(first.IsSubsetOf(&second)); in TEST()
234 EXPECT_TRUE(first.IsSubsetOf(&second)); in TEST()
236 EXPECT_TRUE(first.IsSubsetOf(&second)); in TEST()
239 EXPECT_FALSE(first.IsSubsetOf(&second)); in TEST()
H A Dbit_vector.cc96 bool BitVector::IsSubsetOf(const BitVector *other) const { in IsSubsetOf() function in art::BitVector
H A Dbit_vector.h198 bool IsSubsetOf(const BitVector *other) const;
/aosp12/packages/services/Car/cpp/watchdog/server/tests/
H A DIoPerfCollectionTest.cpp50 using ::testing::IsSubsetOf;
145 IsSubsetOf(expected.taskCountByUid)),
/aosp12/art/compiler/optimizing/
H A Dgraph_checker.cc744 if (!loop_blocks.IsSubsetOf(&outer_info->GetBlocks())) { in HandleLoop()