Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/collect/
DMapMakerTest.java59 Function<String, String> computingFunction = new DelayingIdentityLoader<String>(computingLatch); in testRemovalNotification_clear()
123 .makeComputingMap(new DelayingIdentityLoader<String>(computationLatch)); in testRemovalNotification_clear_basher()
183 static final class DelayingIdentityLoader<T> implements Function<T, T> { class in MapMakerTest
186 DelayingIdentityLoader(CountDownLatch delayLatch) { in DelayingIdentityLoader() method in MapMakerTest.DelayingIdentityLoader
/external/guava/guava-tests/test/com/google/common/cache/
DCacheBuilderTest.java460 new DelayingIdentityLoader<String>(computationShouldWait, computationLatch)); in testRemovalNotification_clear_basher()
614 static final class DelayingIdentityLoader<T> extends CacheLoader<T, T> { class in CacheBuilderTest
618 DelayingIdentityLoader(AtomicBoolean shouldWait, CountDownLatch delayLatch) { in DelayingIdentityLoader() method in CacheBuilderTest.DelayingIdentityLoader