Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/cache/
DCacheExpirationTest.java180 final AtomicInteger applyCount = new AtomicInteger(); in testRemovalListener_expireAfterWrite() local
198 applyCount.incrementAndGet(); in testRemovalListener_expireAfterWrite()
216 assertEquals(evictionCount.get() + 1, applyCount.get()); in testRemovalListener_expireAfterWrite()
/external/guava/android/guava-tests/test/com/google/common/cache/
DCacheExpirationTest.java180 final AtomicInteger applyCount = new AtomicInteger(); in testRemovalListener_expireAfterWrite() local
198 applyCount.incrementAndGet(); in testRemovalListener_expireAfterWrite()
216 assertEquals(evictionCount.get() + 1, applyCount.get()); in testRemovalListener_expireAfterWrite()
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DFuturesTest.java871 private int applyCount;
880 applyCount++;
885 assertThat(applyCount).isEqualTo(expected);
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DFuturesTest.java871 private int applyCount;
880 applyCount++;
885 assertThat(applyCount).isEqualTo(expected);