/external/guava/guava-gwt/src-super/com/google/common/util/concurrent/super/com/google/common/util/concurrent/ |
D | GwtFluentFutureCatchingSpecialization.java | 37 Function<? super Throwable, ? extends V> fallback, in catching() 44 AsyncFunction<? super Throwable, ? extends V> fallback, in catchingAsync()
|
D | GwtFuturesCatchingSpecialization.java | 37 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/ |
D | Errors.kt | 210 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/ |
D | CoroutineDebugging.kt | 60 private fun Throwable.artificialFrame(name: String): StackTraceElement = in coroutineCreation() method
|
/external/okio/okio-nodefilesystem/src/commonMain/kotlin/okio/ |
D | NodeJsFileSystem.kt | 79 private val Throwable.errorCode constant 236 private fun Throwable.toIOException(): IOException { in toIOException() method
|
/external/kotlinx.coroutines/kotlinx-coroutines-debug/src/junit/ |
D | CoroutinesTimeoutImpl.kt | 74 private fun Throwable.attachStacktraceFrom(thread: Thread) { in attachStacktraceFrom() method
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/ |
D | StackTraceRecoveryNestedTest.kt | 80 private fun Throwable.depth(): Int { in depth() method
|
D | WithContextCancellationStressTest.kt | 88 private fun Throwable.checkSuppressed( in Throwable() method
|
/external/kotlinx.serialization/formats/protobuf/commonTest/src/kotlinx/serialization/protobuf/ |
D | TestFunctions.kt | 102 private val Throwable.exceptionStackSize: Int constant
|
/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/ |
D | CompletableFutureUtils.java | 96 … Function<Throwable, Throwable> in forwardTransformedExceptionTo()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/ |
D | Job.kt | 640 private fun Throwable?.orCancellation(job: Job): Throwable = this ?: JobCancellationException("Job … in Throwable() method
|
D | JobSupport.kt | 421 … protected fun Throwable.toCancellationException(message: String? = null): CancellationException = in <lambda>() method
|
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/function/ |
D | Failable.java | 516 final FailableConsumer<Throwable, ? extends Throwable> errorHandler, in tryWithResources()
|
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/ |
D | Functions.java | 632 final FailableConsumer<Throwable, ? extends Throwable> errorHandler, in tryWithResources()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/channels/ |
D | ChannelUndeliveredElementFailureTest.kt | 17 private fun Throwable.isElementCancelException() = in isElementCancelException() method
|
/external/ksp/test-utils/src/main/kotlin/com/google/devtools/ksp/processor/ |
D | AsMemberOfProcessor.kt | 175 private fun Throwable.toSignature() = "${this::class.qualifiedName}: $message" in <lambda>() method
|