Home
last modified time | relevance | path

Searched refs:tryInternalFastPathGetFailure (Results 1 – 16 of 16) sorted by relevance

/external/guava/futures/failureaccess/src/com/google/common/util/concurrent/internal/
DInternalFutures.java40 public static Throwable tryInternalFastPathGetFailure(InternalFutureFailureAccess future) { in tryInternalFastPathGetFailure() method in InternalFutures
41 return future.tryInternalFastPathGetFailure(); in tryInternalFastPathGetFailure()
DInternalFutureFailureAccess.java51 protected abstract Throwable tryInternalFastPathGetFailure(); in tryInternalFastPathGetFailure() method in InternalFutureFailureAccess
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DAbstractFutureCancellationCauseTest.java90 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
DAbstractFutureTest.java1061 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/
DAbstractFutureCancellationCauseTest.java90 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
DAbstractFutureTest.java1061 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/
DListenableFuture.kt110 val t: Throwable? = InternalFutures.tryInternalFastPathGetFailure(this) in asDeferred()
/external/guava/android/guava/src/com/google/common/util/concurrent/
DAggregateFuture.java256 boolean unused = addCausalChain(seen, requireNonNull(tryInternalFastPathGetFailure())); in addInitialException()
DAbstractCatchingFuture.java93 InternalFutures.tryInternalFastPathGetFailure( in run()
DAbstractFuture.java918 InternalFutures.tryInternalFastPathGetFailure((InternalFutureFailureAccess) future); in getFutureValue()
1089 protected final Throwable tryInternalFastPathGetFailure() { in tryInternalFastPathGetFailure() method in AbstractFuture
DFutures.java1090 InternalFutures.tryInternalFastPathGetFailure((InternalFutureFailureAccess) future);
/external/guava/guava/src/com/google/common/util/concurrent/
DAggregateFuture.java256 boolean unused = addCausalChain(seen, requireNonNull(tryInternalFastPathGetFailure())); in addInitialException()
DAbstractCatchingFuture.java93 InternalFutures.tryInternalFastPathGetFailure( in run()
DAbstractFuture.java918 InternalFutures.tryInternalFastPathGetFailure((InternalFutureFailureAccess) future); in getFutureValue()
1089 protected final Throwable tryInternalFastPathGetFailure() { in tryInternalFastPathGetFailure() method in AbstractFuture
DFutures.java1123 InternalFutures.tryInternalFastPathGetFailure((InternalFutureFailureAccess) future);
/external/guava/guava-gwt/src-super/com/google/common/util/concurrent/super/com/google/common/util/concurrent/
DAbstractFuture.java222 protected final Throwable tryInternalFastPathGetFailure() { in tryInternalFastPathGetFailure() method in AbstractFuture