Home
last modified time | relevance | path

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

/external/guava/android/guava-tests/test/com/google/common/collect/
DMapMakerTest.java41 static final class DelayingIdentityLoader<T> implements Function<T, T> { class in MapMakerTest
44 DelayingIdentityLoader(CountDownLatch delayLatch) { in DelayingIdentityLoader() method in MapMakerTest.DelayingIdentityLoader
/external/guava/guava-tests/test/com/google/common/collect/
DMapMakerTest.java41 static final class DelayingIdentityLoader<T> implements Function<T, T> { class in MapMakerTest
44 DelayingIdentityLoader(CountDownLatch delayLatch) { in DelayingIdentityLoader() method in MapMakerTest.DelayingIdentityLoader
/external/guava/android/guava-tests/test/com/google/common/cache/
DCacheBuilderTest.java483 .build(new DelayingIdentityLoader<String>(computationShouldWait, computationLatch)); in testRemovalNotification_clear_basher()
649 static final class DelayingIdentityLoader<T> extends CacheLoader<T, T> { class in CacheBuilderTest
653 DelayingIdentityLoader(AtomicBoolean shouldWait, CountDownLatch delayLatch) { in DelayingIdentityLoader() method in CacheBuilderTest.DelayingIdentityLoader
/external/guava/guava-tests/test/com/google/common/cache/
DCacheBuilderTest.java559 .build(new DelayingIdentityLoader<String>(computationShouldWait, computationLatch)); in testRemovalNotification_clear_basher()
725 static final class DelayingIdentityLoader<T> extends CacheLoader<T, T> { class in CacheBuilderTest
729 DelayingIdentityLoader(AtomicBoolean shouldWait, CountDownLatch delayLatch) { in DelayingIdentityLoader() method in CacheBuilderTest.DelayingIdentityLoader