/external/kotlinx.coroutines/reactive/kotlinx-coroutines-jdk9/test/ |
D | PublisherAsFlowTest.kt | 16 var onCancelled = 0 in <lambda>() variable 21 if (it is CancellationException) ++onCancelled in <lambda>() 42 assertEquals(1, onCancelled) in <lambda>()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/ |
D | AbstractCoroutineTest.kt | 31 override fun onCancelled(cause: Throwable, handled: Boolean) { in <lambda>() method 70 override fun onCancelled(cause: Throwable, handled: Boolean) { in <lambda>() method
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/ |
D | AbstractCoroutine.kt | 95 protected open fun onCancelled(cause: Throwable, handled: Boolean) {} in onCancelled() method 102 onCancelled(state.cause, state.handled) in cancellationExceptionMessage()
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/test/ |
D | ObservableAsFlowTest.kt | 21 var onCancelled = 0 in testCancellation() variable 26 if (it is CancellationException) ++onCancelled in testCancellation() 47 assertEquals(1, onCancelled) in testCancellation()
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/test/ |
D | ObservableAsFlowTest.kt | 21 var onCancelled = 0 in testCancellation() variable 26 if (it is CancellationException) ++onCancelled in testCancellation() 47 assertEquals(1, onCancelled) in testCancellation()
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/test/ |
D | PublisherAsFlowTest.kt | 17 var onCancelled = 0 in <lambda>() variable 22 if (it is CancellationException) ++onCancelled in <lambda>() 43 assertEquals(1, onCancelled) in <lambda>()
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowAsyncTaskTest.java | 198 protected void onCancelled(String result) { in onCancelled() method in ShadowAsyncTaskTest.MyAsyncTask 201 super.onCancelled(result); in onCancelled() 205 protected void onCancelled() { in onCancelled() method in ShadowAsyncTaskTest.MyAsyncTask
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowAsyncTaskBridge.java | 35 public void onCancelled() { in onCancelled() method in ShadowAsyncTaskBridge
|
D | ShadowAsyncTask.java | 47 getBridge().onCancelled(); in ShadowAsyncTask()
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/src/ |
D | RxCompletable.kt | 51 override fun onCancelled(cause: Throwable, handled: Boolean) { in onCancelled() method
|
D | RxMaybe.kt | 52 override fun onCancelled(cause: Throwable, handled: Boolean) { in onCancelled() method
|
D | RxSingle.kt | 51 override fun onCancelled(cause: Throwable, handled: Boolean) { in onCancelled() method
|
D | RxObservable.kt | 185 override fun onCancelled(cause: Throwable, handled: Boolean) { in onCancelled() method
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/src/ |
D | RxCompletable.kt | 65 override fun onCancelled(cause: Throwable, handled: Boolean) { in onCancelled() method
|
D | RxMaybe.kt | 66 override fun onCancelled(cause: Throwable, handled: Boolean) { in onCancelled() method
|
D | RxSingle.kt | 65 override fun onCancelled(cause: Throwable, handled: Boolean) { in onCancelled() method
|
D | RxObservable.kt | 199 override fun onCancelled(cause: Throwable, handled: Boolean) { in onCancelled() method
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/ |
D | SuppressionTests.kt | 34 override fun onCancelled(cause: Throwable, handled: Boolean) { in <lambda>() method
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/src/ |
D | Mono.kt | 69 override fun onCancelled(cause: Throwable, handled: Boolean) { in onCancelled() method
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/ |
D | Produce.kt | 150 override fun onCancelled(cause: Throwable, handled: Boolean) { in onCancelled() method
|
D | Broadcast.kt | 156 override fun onCancelled(cause: Throwable, handled: Boolean) { in <lambda>() method
|
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/ |
D | UrlDownloaderTask.java | 139 protected void onCancelled() { in onCancelled() method in UrlDownloaderTask
|
/external/kotlinx.coroutines/integration/kotlinx-coroutines-jdk8/src/future/ |
D | Future.kt | 60 override fun onCancelled(cause: Throwable, handled: Boolean) { in onCancelled() method
|
/external/kotlinx.coroutines/integration/kotlinx-coroutines-guava/src/ |
D | ListenableFuture.kt | 314 override fun onCancelled(cause: Throwable, handled: Boolean) { in onCancelled() method
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/src/ |
D | Publish.kt | 279 override fun onCancelled(cause: Throwable, handled: Boolean) { in onCancelled() method
|