/external/guava/android/guava-tests/test/com/google/common/base/ |
D | ThrowablesTest.java | 555 assertSame(exception, Throwables.getRootCause(exception)); in testGetRootCause_NoCause() 561 assertSame(cause, Throwables.getRootCause(exception)); in testGetRootCause_SingleWrapped() 567 assertSame(cause, Throwables.getRootCause(exception)); in testGetRootCause_DoubleWrapped() 575 Throwables.getRootCause(cause); in testGetRootCause_Loop()
|
/external/guava/guava-tests/test/com/google/common/base/ |
D | ThrowablesTest.java | 555 assertSame(exception, Throwables.getRootCause(exception)); in testGetRootCause_NoCause() 561 assertSame(cause, Throwables.getRootCause(exception)); in testGetRootCause_SingleWrapped() 567 assertSame(cause, Throwables.getRootCause(exception)); in testGetRootCause_DoubleWrapped() 575 Throwables.getRootCause(cause); in testGetRootCause_Loop()
|
/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/ |
D | Http2OkHttpTest.java | 153 Throwable cause = Throwables.getRootCause(actualThrown); in wrongHostNameFailHostnameVerification() 201 Throwable cause = Throwables.getRootCause(actualThrown); in hostnameVerifierWithCorrectHostname()
|
/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/ |
D | NettyClientTransportTest.java | 397 Throwable t = getRootCause(e); in bufferedStreamsShouldBeClosedWhenConnectionTerminates() 436 if (!(getRootCause(ex) instanceof CantConstructChannelError)) { in failingToConstructChannelShouldFailGracefully() 462 if (!(getRootCause(ex) instanceof CantConstructChannelError)) { in failingToConstructChannelShouldFailGracefully() 482 Throwable rootCause = getRootCause(e); in maxHeaderListSizeShouldBeEnforcedOnClient() 576 private Throwable getRootCause(Throwable t) { in getRootCause() method in NettyClientTransportTest 580 return getRootCause(t.getCause()); in getRootCause()
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/ |
D | ClassUtil.java | 397 public static Throwable getRootCause(Throwable t) in getRootCause() method in ClassUtil 413 return throwIfIOE(getRootCause(t)); in throwRootCauseIfIOE() 456 throwAsIAE(getRootCause(t)); in unwrapAndThrowAsIAE() 466 throwAsIAE(getRootCause(t), msg); in unwrapAndThrowAsIAE()
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/ |
D | SettableAnyProperty.java | 212 Throwable t = ClassUtil.getRootCause(e); in _throwAsIOE()
|
D | SettableBeanProperty.java | 622 Throwable th = ClassUtil.getRootCause(e); in _throwAsIOE()
|
/external/auto/value/src/main/java/com/google/auto/value/processor/ |
D | TemplateVars.java | 134 Throwables.getRootCause(exception).initCause(t); in retryParseAfterException()
|
/external/guava/android/guava/src/com/google/common/base/ |
D | Throwables.java | 254 public static Throwable getRootCause(Throwable throwable) { in getRootCause() method in Throwables
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/ |
D | FactoryBasedEnumDeserializer.java | 223 t = ClassUtil.getRootCause(t); in throwOrReturnThrowable()
|
D | FromStringDeserializer.java | 307 ClassUtil.getRootCause(e)); in _deserialize()
|
/external/guava/guava/src/com/google/common/base/ |
D | Throwables.java | 254 public static Throwable getRootCause(Throwable throwable) { in getRootCause() method in Throwables
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/util/ |
D | ClassUtilTest.java | 100 assertSame(e, ClassUtil.getRootCause(wrapper)); in testExceptionHelpers()
|
/external/dagger2/javatests/dagger/functional/producers/monitoring/ |
D | MonitoringTest.java | 156 assertThat(Throwables.getRootCause(e)).isSameInstanceAs(cause); in basicMonitoringWithFailure()
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/ |
D | TypeFactory.java | 313 prob = ClassUtil.getRootCause(e); in findClass() 320 prob = ClassUtil.getRootCause(e); in findClass()
|