Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DAbstractSchemaTest.java96 int exceptionCount = 0; in mergeFromByteArrayFastPathMayThrowIndexOutOfBoundsException() local
106 exceptionCount += 1; in mergeFromByteArrayFastPathMayThrowIndexOutOfBoundsException()
109 assertNotEquals(0, exceptionCount); in mergeFromByteArrayFastPathMayThrowIndexOutOfBoundsException()
/external/guava/android/guava-tests/test/com/google/common/cache/
DCacheBuilderTest.java567 final AtomicInteger exceptionCount = new AtomicInteger(); in testRemovalNotification_get_basher() local
575 exceptionCount.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.java643 final AtomicInteger exceptionCount = new AtomicInteger(); in testRemovalNotification_get_basher() local
651 exceptionCount.incrementAndGet(); in testRemovalNotification_get_basher()
707 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()