Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/decpp/
DdeAppendList.cpp138 ObjCountElem (int* liveCount) in ObjCountElem() argument
139 : m_liveCount(liveCount) in ObjCountElem()
168 int liveCount = 0; in runClearTest() local
174 testList.append(ObjCountElem(&liveCount)); in runClearTest()
176 DE_TEST_ASSERT(liveCount == (int)numElements1); in runClearTest()
180 DE_TEST_ASSERT(liveCount == 0); in runClearTest()
183 testList.append(ObjCountElem(&liveCount)); in runClearTest()
185 DE_TEST_ASSERT(liveCount == (int)numElements2); in runClearTest()
188 DE_TEST_ASSERT(liveCount == 0); in runClearTest()
/external/guava/guava-tests/test/com/google/common/collect/
DMapMakerInternalMapTest.java991 int liveCount = originalCount / 3; in testExpand_cleanup() local
993 assertEquals(liveCount, countLiveEntries(map)); in testExpand_cleanup()
995 assertEquals(liveCount, originalMap.size()); in testExpand_cleanup()
1003 assertEquals(liveCount, countLiveEntries(map)); in testExpand_cleanup()
1005 assertTrue(segment.count >= liveCount); in testExpand_cleanup()
/external/guava/guava-tests/test/com/google/common/cache/
DLocalCacheTest.java1627 int liveCount = originalCount / 3; in testExpand_cleanup() local
1629 assertEquals(liveCount, countLiveEntries(map, 0)); in testExpand_cleanup()
1631 assertEquals(liveCount, originalMap.size()); in testExpand_cleanup()
1639 assertEquals(liveCount, countLiveEntries(map, 0)); in testExpand_cleanup()
1641 assertTrue(segment.count >= liveCount); in testExpand_cleanup()