Home
last modified time | relevance | path

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

12

/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/src/
DRxAwait.kt27 override fun onSubscribe(d: Disposable) { cont.disposeOnCancellation(d) } in <lambda>() method
46 override fun onSubscribe(d: Disposable) { cont.disposeOnCancellation(d) } in onSubscribe() method
123 override fun onSubscribe(d: Disposable) { cont.disposeOnCancellation(d) } in onSubscribe() method
229 override fun onSubscribe(sub: Disposable) { in toString() method
DRxChannel.kt70 override fun onSubscribe(sub: Disposable) { in onSubscribe() method
DRxConvert.kt79 … override fun onSubscribe(d: Disposable) { if (!disposableRef.compareAndSet(null, d)) d.dispose() } in <lambda>() method
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/src/
DRxAwait.kt27 override fun onSubscribe(d: Disposable) { in <lambda>() method
54 override fun onSubscribe(d: Disposable) { in awaitSingleOrNull() method
140 override fun onSubscribe(d: Disposable) { in awaitSingle() method
249 override fun onSubscribe(sub: Disposable) { in toString() method
DRxChannel.kt58 override fun onSubscribe(sub: Disposable) { in onSubscribe() method
DRxConvert.kt79 … override fun onSubscribe(d: Disposable) { if (!disposableRef.compareAndSet(null, d)) d.dispose() } in <lambda>() method
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/test/
DFlowAsPublisherTest.kt33 override fun onSubscribe(s: Subscription?) { in <lambda>() method
63 override fun onSubscribe(s: Subscription?) { in <lambda>() method
90 override fun onSubscribe(s: Subscription) { in <lambda>() method
127 override fun onSubscribe(s: Subscription) { in <lambda>() method
DPublishTest.kt26 override fun onSubscribe(s: Subscription?) { expect(3) } in <lambda>() method
46 override fun onSubscribe(s: Subscription) { in <lambda>() method
71 override fun onSubscribe(s: Subscription) { in <lambda>() method
111 override fun onSubscribe(s: Subscription) { in <lambda>() method
170 override fun onSubscribe(s: Subscription) { in <lambda>() method
207 override fun onSubscribe(s: Subscription) { in <lambda>() method
DIterableFlowTckTest.kt38 override fun onSubscribe(s: Subscription) { in createFailedPublisher() method
57 override fun onSubscribe(s: Subscription) { in testStackOverflowTrampoline() method
92 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.kt22 override fun onSubscribe(s: JFlow.Subscription?) { expect(3) } in <lambda>() method
42 override fun onSubscribe(s: JFlow.Subscription) { in <lambda>() method
67 override fun onSubscribe(s: JFlow.Subscription) { in <lambda>() method
107 override fun onSubscribe(s: JFlow.Subscription) { in <lambda>() method
166 override fun onSubscribe(s: JFlow.Subscription) { in <lambda>() method
203 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
/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.kt165 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/
DChannel.kt71 override fun onSubscribe(s: Subscription) { in onSubscribe() method in kotlinx.coroutines.reactive.SubscriptionChannel
DAwait.kt197 override fun onSubscribe(sub: Subscription) { in awaitOne() method
DReactiveFlow.kt147 override fun onSubscribe(s: Subscription) { in onSubscribe() method
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/src/
DMono.kt50 override fun onSubscribe(s: Subscription) { in awaitSingleOrNull() 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