Home
last modified time | relevance | path

Searched refs:liveCount (Results 1 – 5 of 5) 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/android/guava-tests/test/com/google/common/collect/
DMapMakerInternalMapTest.java717 int liveCount = originalCount / 3; in testExpand_cleanup() local
719 assertEquals(liveCount, countLiveEntries(map)); in testExpand_cleanup()
721 assertEquals(liveCount, originalMap.size()); in testExpand_cleanup()
731 assertEquals(liveCount, countLiveEntries(map)); in testExpand_cleanup()
733 assertTrue(segment.count >= liveCount); in testExpand_cleanup()
/external/guava/guava-tests/test/com/google/common/collect/
DMapMakerInternalMapTest.java717 int liveCount = originalCount / 3; in testExpand_cleanup() local
719 assertEquals(liveCount, countLiveEntries(map)); in testExpand_cleanup()
721 assertEquals(liveCount, originalMap.size()); in testExpand_cleanup()
731 assertEquals(liveCount, countLiveEntries(map)); in testExpand_cleanup()
733 assertTrue(segment.count >= liveCount); in testExpand_cleanup()
/external/guava/guava-tests/test/com/google/common/cache/
DLocalCacheTest.java1767 int liveCount = originalCount / 3; in testExpand_cleanup() local
1769 assertEquals(liveCount, countLiveEntries(map, 0)); in testExpand_cleanup()
1771 assertEquals(liveCount, originalMap.size()); in testExpand_cleanup()
1779 assertEquals(liveCount, countLiveEntries(map, 0)); in testExpand_cleanup()
1781 assertTrue(segment.count >= liveCount); in testExpand_cleanup()
/external/guava/android/guava-tests/test/com/google/common/cache/
DLocalCacheTest.java1754 int liveCount = originalCount / 3; in testExpand_cleanup() local
1756 assertEquals(liveCount, countLiveEntries(map, 0)); in testExpand_cleanup()
1758 assertEquals(liveCount, originalMap.size()); in testExpand_cleanup()
1766 assertEquals(liveCount, countLiveEntries(map, 0)); in testExpand_cleanup()
1768 assertTrue(segment.count >= liveCount); in testExpand_cleanup()