Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/collect/
DComputingConcurrentHashMapTest.java24 import static com.google.common.collect.MapMakerInternalMapTest.checkEvictionQueues;
123 checkEvictionQueues(map, segment, readOrder, writeOrder); in testRecordReadOnCompute()
144 checkEvictionQueues(map, segment, readOrder, writeOrder); in testRecordReadOnCompute()
DMapMakerInternalMapTest.java1276 checkEvictionQueues(map, segment, readOrder, writeOrder); in testRecordRead()
1294 checkEvictionQueues(map, segment, readOrder, writeOrder); in testRecordRead()
1316 checkEvictionQueues(map, segment, readOrder, writeOrder); in testRecordReadOnGet()
1337 checkEvictionQueues(map, segment, readOrder, writeOrder); in testRecordReadOnGet()
1358 checkEvictionQueues(map, segment, writeOrder, writeOrder); in testRecordWrite()
1375 checkEvictionQueues(map, segment, writeOrder, writeOrder); in testRecordWrite()
1388 static <K, V> void checkEvictionQueues(MapMakerInternalMap<K, V> map, in checkEvictionQueues() method in MapMakerInternalMapTest
/external/guava/guava-tests/test/com/google/common/cache/
DLocalCacheTest.java466 checkEvictionQueues(map, segment, readOrder, writeOrder); in testRecordReadOnCompute()
487 checkEvictionQueues(map, segment, readOrder, writeOrder); in testRecordReadOnCompute()
1957 checkEvictionQueues(map, segment, readOrder, writeOrder); in testRecordRead()
1975 checkEvictionQueues(map, segment, readOrder, writeOrder); in testRecordRead()
1997 checkEvictionQueues(map, segment, readOrder, writeOrder); in testRecordReadOnGet()
2018 checkEvictionQueues(map, segment, readOrder, writeOrder); in testRecordReadOnGet()
2039 checkEvictionQueues(map, segment, writeOrder, writeOrder); in testRecordWrite()
2056 checkEvictionQueues(map, segment, writeOrder, writeOrder); in testRecordWrite()
2069 static <K, V> void checkEvictionQueues(LocalCache<K, V> map, in checkEvictionQueues() method in LocalCacheTest