Home
last modified time | relevance | path

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

/external/guava/guava-gwt/src-super/com/google/common/util/concurrent/super/com/google/common/util/concurrent/
DGwtFluentFutureCatchingSpecialization.java37 Function<? super Throwable, ? extends V> fallback, in catching()
44 AsyncFunction<? super Throwable, ? extends V> fallback, in catchingAsync()
DGwtFuturesCatchingSpecialization.java37 Function<? super Throwable, ? extends V> fallback, in catching()
45 AsyncFunction<? super Throwable, ? extends V> fallback, in catchingAsync()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/
DErrors.kt210 private fun Throwable.isCancellationCause(coroutineContext: CoroutineContext): Boolean { in isCancellationCause() method
216 private fun Throwable.isSameExceptionAs(other: Throwable?): Boolean = method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/
DCoroutineDebugging.kt60 private fun Throwable.artificialFrame(name: String): StackTraceElement = in coroutineCreation() method
/external/okio/okio-nodefilesystem/src/commonMain/kotlin/okio/
DNodeJsFileSystem.kt79 private val Throwable.errorCode constant
236 private fun Throwable.toIOException(): IOException { in toIOException() method
/external/kotlinx.coroutines/kotlinx-coroutines-debug/src/junit/
DCoroutinesTimeoutImpl.kt74 private fun Throwable.attachStacktraceFrom(thread: Thread) { in attachStacktraceFrom() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/
DStackTraceRecoveryNestedTest.kt80 private fun Throwable.depth(): Int { in depth() method
DWithContextCancellationStressTest.kt88 private fun Throwable.checkSuppressed( in Throwable() method
/external/kotlinx.serialization/formats/protobuf/commonTest/src/kotlinx/serialization/protobuf/
DTestFunctions.kt102 private val Throwable.exceptionStackSize: Int constant
/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/
DCompletableFutureUtils.java96Function<Throwable, Throwable> in forwardTransformedExceptionTo()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DJob.kt640 private fun Throwable?.orCancellation(job: Job): Throwable = this ?: JobCancellationException("Job … in Throwable() method
DJobSupport.kt421 … protected fun Throwable.toCancellationException(message: String? = null): CancellationException = in <lambda>() method
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/function/
DFailable.java516 final FailableConsumer<Throwable, ? extends Throwable> errorHandler, in tryWithResources()
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/
DFunctions.java632 final FailableConsumer<Throwable, ? extends Throwable> errorHandler, in tryWithResources()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/channels/
DChannelUndeliveredElementFailureTest.kt17 private fun Throwable.isElementCancelException() = in isElementCancelException() method
/external/ksp/test-utils/src/main/kotlin/com/google/devtools/ksp/processor/
DAsMemberOfProcessor.kt175 private fun Throwable.toSignature() = "${this::class.qualifiedName}: $message" in <lambda>() method