Home
last modified time | relevance | path

Searched defs:firstException (Results 1 – 3 of 3) sorted by relevance

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
DRouteExceptionTest.java27 IOException firstException = new IOException(); in getConnectionIOException_single() local
33 IOException firstException = new IOException(); in getConnectionIOException_multiple() local
/external/grpc-grpc-java/testing/src/main/java/io/grpc/testing/
DGrpcCleanupRule.java54 private Throwable firstException; field in GrpcCleanupRule
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DCycleDetectingLockFactoryTest.java108 PotentialDeadlockException firstException = null; in testDeadlock_twoLocks() local