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

/external/guava/guava-tests/test/com/google/common/collect/
H A DMapMakerTest.java51 Function<String, String> computingFunction = new DelayingIdentityLoader(computingLatch);
114 .makeComputingMap(new DelayingIdentityLoader<String>(computationLatch));
173 static final class DelayingIdentityLoader<T> implements Function<T, T> { class in class:MapMakerTest
176 DelayingIdentityLoader(CountDownLatch delayLatch) { method in class:MapMakerTest.DelayingIdentityLoader
/external/guava/guava-tests/test/com/google/common/cache/
H A DCacheBuilderTest.java467 new DelayingIdentityLoader<String>(computationShouldWait, computationLatch));
620 static final class DelayingIdentityLoader<T> extends CacheLoader<T, T> { class in class:CacheBuilderTest
624 DelayingIdentityLoader(AtomicBoolean shouldWait, CountDownLatch delayLatch) { method in class:CacheBuilderTest.DelayingIdentityLoader

Completed in 145 milliseconds