Home
last modified time | relevance | path

Searched defs:onSubscribe (Results 1 – 25 of 30) sorted by relevance

12

/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/src/
DRxAwait.kt26 override fun onSubscribe(d: Disposable) { cont.disposeOnCancellation(d) } in <lambda>() method
57 override fun onSubscribe(d: Disposable) { cont.disposeOnCancellation(d) } in await() method
76 override fun onSubscribe(d: Disposable) { cont.disposeOnCancellation(d) } in await() method
173 override fun onSubscribe(sub: Disposable) { in toString() method
DRxChannel.kt77 override fun onSubscribe(sub: Disposable) { in consumeEach() method in kotlinx.coroutines.rx2.SubscriptionChannel
DRxConvert.kt83 … override fun onSubscribe(d: Disposable) { if (!disposableRef.compareAndSet(null, d)) d.dispose() } in <lambda>() method
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/src/
DRxAwait.kt26 override fun onSubscribe(d: Disposable) { cont.disposeOnCancellation(d) } in <lambda>() method
57 override fun onSubscribe(d: Disposable) { cont.disposeOnCancellation(d) } in await() method
76 override fun onSubscribe(d: Disposable) { cont.disposeOnCancellation(d) } in await() method
173 override fun onSubscribe(sub: Disposable) { in toString() method
DRxChannel.kt67 override fun onSubscribe(sub: Disposable) { in collect() method in kotlinx.coroutines.rx3.SubscriptionChannel
DRxConvert.kt83 … override fun onSubscribe(d: Disposable) { if (!disposableRef.compareAndSet(null, d)) d.dispose() } in <lambda>() method
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/test/
DFlowAsPublisherTest.kt32 override fun onSubscribe(s: Subscription?) { in <lambda>() method
62 override fun onSubscribe(s: Subscription?) { in <lambda>() method
89 override fun onSubscribe(s: Subscription) { in <lambda>() method
126 override fun onSubscribe(s: Subscription) { in <lambda>() method
DPublishTest.kt21 override fun onSubscribe(s: Subscription?) { expect(3) } in <lambda>() method
41 override fun onSubscribe(s: Subscription) { in <lambda>() method
66 override fun onSubscribe(s: Subscription) { in <lambda>() method
106 override fun onSubscribe(s: Subscription) { in <lambda>() method
143 override fun onSubscribe(s: Subscription) { in <lambda>() method
DIterableFlowTckTest.kt44 override fun onSubscribe(s: Subscription) { in createFailedPublisher() method
63 override fun onSubscribe(s: Subscription) { in testStackOverflowTrampoline() method
98 override fun onSubscribe(s: Subscription) { in testConcurrentRequest() method
DPublisherBackpressureTest.kt31 override fun onSubscribe(s: Subscription) { in <lambda>() method
DPublisherRequestStressTest.kt80 override fun onSubscribe(sub: Subscription) { in <lambda>() method
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-jdk9/test/
DPublishTest.kt21 override fun onSubscribe(s: JFlow.Subscription?) { expect(3) } in <lambda>() method
41 override fun onSubscribe(s: JFlow.Subscription) { in <lambda>() method
66 override fun onSubscribe(s: JFlow.Subscription) { in <lambda>() method
106 override fun onSubscribe(s: JFlow.Subscription) { in <lambda>() method
143 override fun onSubscribe(s: JFlow.Subscription) { in <lambda>() method
DFlowAsPublisherTest.kt32 override fun onSubscribe(s: JFlow.Subscription?) { in testErrorOnCancellationIsReported() method
62 override fun onSubscribe(s: JFlow.Subscription?) { in testCancellationIsNotReported() method
DPublisherBackpressureTest.kt31 override fun onSubscribe(s: JFlow.Subscription) { in <lambda>() method
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/test/
DFlowAsFlowableTest.kt26 override fun onSubscribe(s: Subscription) { in <lambda>() method
63 override fun onSubscribe(s: Subscription) { in <lambda>() method
DFlowAsObservableTest.kt154 override fun onSubscribe(d: Disposable) { in <lambda>() method
187 override fun onSubscribe(d: Disposable) { in <lambda>() method
DCompletableTest.kt140 override fun onSubscribe(d: Disposable) { in <lambda>() method
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/test/
DFlowAsFlowableTest.kt26 override fun onSubscribe(s: Subscription) { in <lambda>() method
63 override fun onSubscribe(s: Subscription) { in <lambda>() method
DFlowAsObservableTest.kt154 override fun onSubscribe(d: Disposable) { in <lambda>() method
187 override fun onSubscribe(d: Disposable) { in <lambda>() method
DCompletableTest.kt140 override fun onSubscribe(d: Disposable) { in <lambda>() method
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/test/
DFlowAsFluxTest.kt85 override fun onSubscribe(s: Subscription) { in <lambda>() method
122 override fun onSubscribe(s: Subscription) { in <lambda>() method
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/src/
DAwait.kt142 override fun onSubscribe(sub: Subscription) { in awaitOne() method
DChannel.kt91 override fun onSubscribe(s: Subscription) { in consumeEach() method in kotlinx.coroutines.reactive.SubscriptionChannel
DReactiveFlow.kt142 override fun onSubscribe(s: Subscription) { in onSubscribe() method
/external/kotlinx.coroutines/benchmarks/src/jmh/java/benchmarks/flow/scrabble/optimizations/
DFlowableSplit.java114 public void onSubscribe(Subscription s) { in onSubscribe() method in FlowableSplit.SplitSubscriber

12