HomeSort by relevance Sort by last modified time
    Searched refs:applyCount (Results 1 - 2 of 2) sorted by null

  /external/guava/guava-tests/test/com/google/common/cache/
CacheExpirationTest.java 174 final AtomicInteger applyCount = new AtomicInteger();
190 applyCount.incrementAndGet();
207 assertEquals(evictionCount.get() + 1, applyCount.get());
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
FuturesTest.java 386 private int applyCount;
395 applyCount++;
400 return applyCount;
    [all...]

Completed in 78 milliseconds