Home
last modified time | relevance | path

Searched refs:setCancellable (Results 1 – 12 of 12) sorted by relevance

/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/src/
DRxCompletable.kt35 subscriber.setCancellable(RxCancellable(coroutine)) in rxCompletableInternal()
DRxMaybe.kt36 subscriber.setCancellable(RxCancellable(coroutine)) in rxMaybeInternal()
DRxSingle.kt35 subscriber.setCancellable(RxCancellable(coroutine)) in rxSingleInternal()
DRxConvert.kt128 emitter.setCancellable(RxCancellable(job)) in asObservable()
DRxObservable.kt49 …subscriber.setCancellable(RxCancellable(coroutine)) // do it first (before starting coroutine), to… in rxObservableInternal()
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/src/
DRxCompletable.kt49 subscriber.setCancellable(RxCancellable(coroutine)) in rxCompletable()
DRxMaybe.kt50 subscriber.setCancellable(RxCancellable(coroutine)) in rxMaybe()
DRxSingle.kt49 subscriber.setCancellable(RxCancellable(coroutine)) in rxSingle()
DRxConvert.kt128 emitter.setCancellable(RxCancellable(job)) in asObservable()
DRxObservable.kt63 …subscriber.setCancellable(RxCancellable(coroutine)) // do it first (before starting coroutine), to… in rxObservable()
/external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/
DInterpreter.java151 public Options setCancellable(boolean allow) { in setCancellable() method in Interpreter.Options
/external/tensorflow/tensorflow/lite/java/src/test/java/org/tensorflow/lite/
DInterpreterTest.java655 new Interpreter(MODEL_BUFFER, new Interpreter.Options().setCancellable(true)); in testCancelInference()