Home
last modified time | relevance | path

Searched defs:completeExceptionally (Results 1 – 7 of 7) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCompletableDeferred.kt44 public fun completeExceptionally(exception: Throwable): Boolean in complete() method
88 override fun completeExceptionally(exception: Throwable): Boolean = method
DCompletableJob.kt42 public fun completeExceptionally(exception: Throwable): Boolean method
DJobSupport.kt1440 override fun completeExceptionally(exception: Throwable): Boolean = in complete() method
/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/mqtt/
DWebsocketHandshakeTransformArgs.java74 public void completeExceptionally(Throwable ex) { in completeExceptionally() method in WebsocketHandshakeTransformArgs
/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/mqtt5/
DMqtt5WebsocketHandshakeTransformArgs.java74 public void completeExceptionally(Throwable ex) { in completeExceptionally() method in Mqtt5WebsocketHandshakeTransformArgs
/external/lottie/lottie-compose/src/main/java/com/airbnb/lottie/compose/
DLottieCompositionResult.kt122 internal fun completeExceptionally(error: Throwable) { in completeExceptionally() method in com.airbnb.lottie.compose.LottieCompositionResultImpl
/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/io/
DTlsKeyOperation.java138 public synchronized void completeExceptionally(Throwable ex) { in completeExceptionally() method in TlsKeyOperation