Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/collect/
DMapMakerInternalMapTest.java864 assertEquals(originalCount, countLiveEntries(map)); in testExpand()
993 assertEquals(liveCount, countLiveEntries(map)); in testExpand_cleanup()
1003 assertEquals(liveCount, countLiveEntries(map)); in testExpand_cleanup()
1011 private static <K, V> int countLiveEntries(MapMakerInternalMap<K, V> map) { in countLiveEntries() method in MapMakerInternalMapTest
/external/guava/guava-tests/test/com/google/common/cache/
DLocalCacheTest.java1458 assertEquals(originalCount, countLiveEntries(map, 0)); in testExpand()
1629 assertEquals(liveCount, countLiveEntries(map, 0)); in testExpand_cleanup()
1639 assertEquals(liveCount, countLiveEntries(map, 0)); in testExpand_cleanup()
1647 private static <K, V> int countLiveEntries(LocalCache<K, V> map, long now) { in countLiveEntries() method in LocalCacheTest