Home
last modified time | relevance | path

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

/external/guava/android/guava-tests/test/com/google/common/cache/
DCacheBuilderTest.java568 final AtomicInteger computeNullCount = new AtomicInteger(); in testRemovalNotification_get_basher() local
578 computeNullCount.incrementAndGet(); in testRemovalNotification_get_basher()
631 assertEquals(exceptionCount.get() + computeNullCount.get(), stats.loadExceptionCount()); in testRemovalNotification_get_basher()
/external/guava/guava-tests/test/com/google/common/cache/
DCacheBuilderTest.java644 final AtomicInteger computeNullCount = new AtomicInteger(); in testRemovalNotification_get_basher() local
654 computeNullCount.incrementAndGet(); in testRemovalNotification_get_basher()
707 assertEquals(exceptionCount.get() + computeNullCount.get(), stats.loadExceptionCount()); in testRemovalNotification_get_basher()