Home
last modified time | relevance | path

Searched defs:Throwable (Results 1 – 10 of 10) sorted by relevance

/external/guava/guava-gwt/src-super/com/google/common/util/concurrent/super/com/google/common/util/concurrent/
DGwtFuturesCatchingSpecialization.java39 Function<? super Throwable, ? extends V> fallback) { in catching()
46 Function<? super Throwable, ? extends V> fallback, in catching()
56 AsyncFunction<? super Throwable, ? extends V> fallback) { in catchingAsync()
63 AsyncFunction<? super Throwable, ? extends V> fallback, in catchingAsync()
DGwtFluentFutureCatchingSpecialization.java34 Function<? super Throwable, ? extends V> fallback, in catching()
41 AsyncFunction<? super Throwable, ? extends V> fallback, in catchingAsync()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/
DErrors.kt216 private fun Throwable.isCancellationCause(coroutineContext: CoroutineContext): Boolean { in isCancellationCause() method
222 private fun Throwable.isSameExceptionAs(other: Throwable?): Boolean = method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/
DStackTraceRecoveryNestedTest.kt83 private fun Throwable.depth(): Int { in depth() method
DExceptions.kt18 val Throwable.suppressed: Array<Throwable> get() { constant
DWithContextCancellationStressTest.kt92 private fun Throwable.checkSuppressed( in Throwable() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DJob.kt655 private fun Throwable?.orCancellation(job: Job): Throwable = this ?: JobCancellationException("Job … in Throwable() method
DJobSupport.kt423 … protected fun Throwable.toCancellationException(message: String? = null): CancellationException = in <lambda>() method
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/src/
DPublish.kt290 …private fun Throwable.isFatal() = this is VirtualMachineError || this is ThreadDeath || this is Li… method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/channels/
DChannelUndeliveredElementFailureTest.kt20 private fun Throwable.isElementCancelException() = in isElementCancelException() method