Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/collect/
DComputingConcurrentHashMapTest.java25 import static com.google.common.collect.MapMakerInternalMapTest.checkExpirationTimes;
124 checkExpirationTimes(map); in testRecordReadOnCompute()
145 checkExpirationTimes(map); in testRecordReadOnCompute()
DMapMakerInternalMapTest.java1277 checkExpirationTimes(map); in testRecordRead()
1295 checkExpirationTimes(map); in testRecordRead()
1317 checkExpirationTimes(map); in testRecordReadOnGet()
1338 checkExpirationTimes(map); in testRecordReadOnGet()
1359 checkExpirationTimes(map); in testRecordWrite()
1376 checkExpirationTimes(map); in testRecordWrite()
1414 static <K, V> void checkExpirationTimes(MapMakerInternalMap<K, V> map) { in checkExpirationTimes() method in MapMakerInternalMapTest
/external/guava/guava-tests/test/com/google/common/cache/
DLocalCacheTest.java467 checkExpirationTimes(map); in testRecordReadOnCompute()
488 checkExpirationTimes(map); in testRecordReadOnCompute()
1958 checkExpirationTimes(map); in testRecordRead()
1976 checkExpirationTimes(map); in testRecordRead()
1998 checkExpirationTimes(map); in testRecordReadOnGet()
2019 checkExpirationTimes(map); in testRecordReadOnGet()
2040 checkExpirationTimes(map); in testRecordWrite()
2057 checkExpirationTimes(map); in testRecordWrite()
2092 static <K, V> void checkExpirationTimes(LocalCache<K, V> map) { in checkExpirationTimes() method in LocalCacheTest