Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/cache/
DCacheBuilderTest.java542 final AtomicInteger exceptionCount = new AtomicInteger(); in testRemovalNotification_get_basher() local
549 exceptionCount.incrementAndGet(); in testRemovalNotification_get_basher()
599 assertEquals(exceptionCount.get() + computeNullCount.get(), stats.loadExceptionCount()); in testRemovalNotification_get_basher()
/external/emma/core/java12/com/vladium/emma/instr/
DInstrVisitor.java725 final int exceptionCount = exceptions.size (); in visit() local
726 for (int e = 0; e < exceptionCount; ++ e) in visit()