HomeSort by relevance Sort by last modified time
    Searched refs:CacheTesting (Results 1 - 9 of 9) sorted by null

  /external/guava/guava-tests/test/com/google/common/cache/
CacheEvictionTest.java 24 import com.google.common.cache.CacheTesting.Receiver;
49 assertEquals(i, CacheTesting.getTotalSegmentSize(cache));
60 assertEquals(i, CacheTesting.getTotalSegmentSize(cache));
76 CacheTesting.checkValidState(cache);
92 CacheTesting.checkValidState(cache);
107 assertEquals(MAX_SIZE, CacheTesting.accessQueueSize(cache));
109 CacheTesting.processPendingNotifications(cache);
111 CacheTesting.checkValidState(cache);
127 assertEquals(MAX_SIZE, CacheTesting.accessQueueSize(cache));
129 CacheTesting.processPendingNotifications(cache)
    [all...]
CacheExpirationTest.java 86 CacheTesting.expireEntries((LoadingCache<?, ?>) cache, EXPIRING_TIME, ticker);
92 CacheTesting.expireEntries((LoadingCache<?, ?>) cache, EXPIRING_TIME, ticker);
146 CacheTesting.expireEntries((LoadingCache<?, ?>) cache, EXPIRING_TIME, ticker);
161 CacheTesting.expireEntries((LoadingCache<?, ?>) cache, EXPIRING_TIME, ticker);
165 CacheTesting.expireEntries((LoadingCache<?, ?>) cache, EXPIRING_TIME, ticker);
271 CacheTesting.drainRecencyQueues(cache);
281 CacheTesting.drainRecencyQueues(cache);
323 CacheTesting.drainRecencyQueues(cache);
329 CacheTesting.drainRecencyQueues(cache);
372 CacheTesting.drainRecencyQueues(cache)
    [all...]
CacheReferencesTest.java 136 CacheTesting.drainReferenceQueues(cache);
149 CacheTesting.processPendingNotifications(cache);
CacheBuilderTest.java 83 @GwtIncompatible("CacheTesting")
88 LocalCache<?, ?> map = CacheTesting.toLocalCache(cache);
97 @GwtIncompatible("CacheTesting")
102 LocalCache<?, ?> map = CacheTesting.toLocalCache(cache);
135 @GwtIncompatible("CacheTesting")
140 LocalCache<?, ?> map = CacheTesting.toLocalCache(cache);
366 @GwtIncompatible("CacheTesting")
378 CacheTesting.checkEmpty(nullCache.asMap());
605 @GwtIncompatible("CacheTesting")
608 LocalCache<?, ?> map = CacheTesting.toLocalCache(cache)
    [all...]
NullCacheTest.java 17 import static com.google.common.cache.CacheTesting.checkEmpty;
PopulatedCachesTest.java 17 import static com.google.common.cache.CacheTesting.checkEmpty;
18 import static com.google.common.cache.CacheTesting.checkValidState;
EmptyCachesTest.java 17 import static com.google.common.cache.CacheTesting.checkEmpty;
CacheTesting.java 56 class CacheTesting {
CacheLoadingTest.java     [all...]

Completed in 1932 milliseconds