/external/guava/futures/failureaccess/src/com/google/common/util/concurrent/internal/ |
D | InternalFutures.java | 40 public static Throwable tryInternalFastPathGetFailure(InternalFutureFailureAccess future) { in tryInternalFastPathGetFailure() method in InternalFutures 41 return future.tryInternalFastPathGetFailure(); in tryInternalFastPathGetFailure()
|
D | InternalFutureFailureAccess.java | 51 protected abstract Throwable tryInternalFastPathGetFailure(); in tryInternalFastPathGetFailure() method in InternalFutureFailureAccess
|
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/ |
D | AbstractFutureCancellationCauseTest.java | 90 assertNull(tryInternalFastPathGetFailure(future)); in testCancel_notDoneNoInterrupt() 104 assertNull(tryInternalFastPathGetFailure(future)); in testCancel_notDoneInterrupt() 166 private Throwable tryInternalFastPathGetFailure(Future<?> future) throws Exception { in tryInternalFastPathGetFailure() method in AbstractFutureCancellationCauseTest
|
D | AbstractFutureTest.java | 1061 assertThat(future.tryInternalFastPathGetFailure()).isNull(); in testTrustedGetFailure_Completed() 1068 assertThat(future.tryInternalFastPathGetFailure()).isEqualTo(failure); in testTrustedGetFailure_Failed() 1074 assertThat(future.tryInternalFastPathGetFailure()).isNull(); in testTrustedGetFailure_NotCompleted() 1080 assertThat(future.tryInternalFastPathGetFailure()).isNull(); in testTrustedGetFailure_CanceledNoCause() 1086 assertThat(future.tryInternalFastPathGetFailure()).isNull(); in testGetFailure_Completed() 1093 assertThat(future.tryInternalFastPathGetFailure()).isNull(); in testGetFailure_Failed() 1099 assertThat(future.tryInternalFastPathGetFailure()).isNull(); in testGetFailure_NotCompleted() 1105 assertThat(future.tryInternalFastPathGetFailure()).isNull(); in testGetFailure_CanceledNoCause() 1143 protected Throwable tryInternalFastPathGetFailure() { in testForwardExceptionFastPath() method in AbstractFutureTest.FailFuture
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | AbstractFutureCancellationCauseTest.java | 90 assertNull(tryInternalFastPathGetFailure(future)); in testCancel_notDoneNoInterrupt() 104 assertNull(tryInternalFastPathGetFailure(future)); in testCancel_notDoneInterrupt() 166 private Throwable tryInternalFastPathGetFailure(Future<?> future) throws Exception { in tryInternalFastPathGetFailure() method in AbstractFutureCancellationCauseTest
|
D | AbstractFutureTest.java | 1061 assertThat(future.tryInternalFastPathGetFailure()).isNull(); in testTrustedGetFailure_Completed() 1068 assertThat(future.tryInternalFastPathGetFailure()).isEqualTo(failure); in testTrustedGetFailure_Failed() 1074 assertThat(future.tryInternalFastPathGetFailure()).isNull(); in testTrustedGetFailure_NotCompleted() 1080 assertThat(future.tryInternalFastPathGetFailure()).isNull(); in testTrustedGetFailure_CanceledNoCause() 1086 assertThat(future.tryInternalFastPathGetFailure()).isNull(); in testGetFailure_Completed() 1093 assertThat(future.tryInternalFastPathGetFailure()).isNull(); in testGetFailure_Failed() 1099 assertThat(future.tryInternalFastPathGetFailure()).isNull(); in testGetFailure_NotCompleted() 1105 assertThat(future.tryInternalFastPathGetFailure()).isNull(); in testGetFailure_CanceledNoCause() 1143 protected Throwable tryInternalFastPathGetFailure() { in testForwardExceptionFastPath() method in AbstractFutureTest.FailFuture
|
/external/kotlinx.coroutines/integration/kotlinx-coroutines-guava/src/ |
D | ListenableFuture.kt | 110 val t: Throwable? = InternalFutures.tryInternalFastPathGetFailure(this) in asDeferred()
|
/external/guava/android/guava/src/com/google/common/util/concurrent/ |
D | AggregateFuture.java | 256 boolean unused = addCausalChain(seen, requireNonNull(tryInternalFastPathGetFailure())); in addInitialException()
|
D | AbstractCatchingFuture.java | 93 InternalFutures.tryInternalFastPathGetFailure( in run()
|
D | AbstractFuture.java | 918 InternalFutures.tryInternalFastPathGetFailure((InternalFutureFailureAccess) future); in getFutureValue() 1089 protected final Throwable tryInternalFastPathGetFailure() { in tryInternalFastPathGetFailure() method in AbstractFuture
|
D | Futures.java | 1090 InternalFutures.tryInternalFastPathGetFailure((InternalFutureFailureAccess) future);
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | AggregateFuture.java | 256 boolean unused = addCausalChain(seen, requireNonNull(tryInternalFastPathGetFailure())); in addInitialException()
|
D | AbstractCatchingFuture.java | 93 InternalFutures.tryInternalFastPathGetFailure( in run()
|
D | AbstractFuture.java | 918 InternalFutures.tryInternalFastPathGetFailure((InternalFutureFailureAccess) future); in getFutureValue() 1089 protected final Throwable tryInternalFastPathGetFailure() { in tryInternalFastPathGetFailure() method in AbstractFuture
|
D | Futures.java | 1123 InternalFutures.tryInternalFastPathGetFailure((InternalFutureFailureAccess) future);
|
/external/guava/guava-gwt/src-super/com/google/common/util/concurrent/super/com/google/common/util/concurrent/ |
D | AbstractFuture.java | 222 protected final Throwable tryInternalFastPathGetFailure() { in tryInternalFastPathGetFailure() method in AbstractFuture
|