HomeSort by relevance Sort by last modified time
    Searched defs:firstException (Results 1 - 7 of 7) sorted by null

  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
RouteExceptionTest.java 27 IOException firstException = new IOException();
28 RouteException re = new RouteException(firstException);
29 assertSame(firstException, re.getLastConnectException());
33 IOException firstException = new IOException();
36 RouteException re = new RouteException(firstException);
46 assertSame(firstException, secondSuppressedException[0]);
  /external/grpc-grpc-java/testing/src/main/java/io/grpc/testing/
GrpcCleanupRule.java 54 private Throwable firstException;
127 firstException = t;
139 if (firstException != null) {
140 throw firstException;
152 if (firstException == null) {
159 if (firstException != null) {
168 firstException = new AssertionError(
173 firstException = e;
176 if (firstException != null) {
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
CycleDetectingLockFactoryTest.java 108 PotentialDeadlockException firstException = null;
115 firstException = expected;
125 assertSame(firstException.getCause(), expected.getCause());
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /external/dagger2/lib/
auto-value-1.4.1.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 488 milliseconds