Searched defs:checkExpiration (Results 1 - 4 of 4) sorted by relevance

/external/guava/guava-tests/test/com/google/common/base/
H A DSuppliersTest.java176 checkExpiration(countingSupplier, memoizedSupplier);
194 checkExpiration(countingCopy, copy);
198 private void checkExpiration( method in class:SuppliersTest
/external/guava/guava-tests/test/com/google/common/cache/
H A DCacheExpirationTest.java58 checkExpiration(cache, loader, ticker, removalListener);
70 checkExpiration(cache, loader, ticker, removalListener);
73 private void checkExpiration(LoadingCache<String, Integer> cache, WatchedCreatorLoader loader, method in class:CacheExpirationTest
H A DCacheTesting.java181 * (see {@link #checkEviction}, {@link #checkExpiration}).
205 checkExpiration(cchm);
213 static void checkExpiration(Cache<?, ?> cache) { method in class:CacheTesting
215 checkExpiration(toLocalCache(cache));
219 static void checkExpiration(LocalCache<?, ?> cchm) { method in class:CacheTesting
/external/guava/guava/src/com/google/common/collect/
H A DMapMaker.java465 checkExpiration(duration, unit);
475 private void checkExpiration(long duration, TimeUnit unit) { method in class:MapMaker
514 checkExpiration(duration, unit);

Completed in 101 milliseconds