Home
last modified time | relevance | path

Searched refs:onSend (Results 1 – 25 of 33) sorted by relevance

12

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/selects/
DSelectRendezvousChannelTest.kt27 channel.onSend("OK") { in <lambda>()
46 channel.onSend("OK") { in <lambda>()
61 channel.onSend("OK") { in <lambda>()
93 channel.onSend("OK") { in <lambda>()
227 channel.onSend(i) { expectUnreached() } in <lambda>()
435 c.onSend(2) { in <lambda>()
456 c.onSend(1) { expectUnreached() } in <lambda>()
469 c.onSend(1) { expectUnreached() } in <lambda>()
DSelectArrayChannelTest.kt26 channel.onSend("OK") { in <lambda>()
45 channel.onSend("OK") { in <lambda>()
60 channel.onSend("OK") { in <lambda>()
89 channel.onSend("OK") { in <lambda>()
218 channel.onSend(i) { expectUnreached() } in <lambda>()
DSelectLinkedListChannelTest.kt22 c.onSend(2) { in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/guide/
Dexample-select-03.kt16 onSend(num) {} // Send to the primary channel in <lambda>()
17 side.onSend(num) {} // or to the side channel in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/selects/
DSelectMemoryLeakStressTest.kt23 leak.onSend("LEAK") { in <lambda>()
48 data.onSend(value) { in <lambda>()
DSelectChannelStressTest.kt22 channel.onSend(i) { expectUnreached() } in <lambda>()
50 channel.onSend(i) { expectUnreached() } in <lambda>()
DSelectDeadlockStressTest.kt52 c1.onSend(s.sendIndex) { in <lambda>()
DSelectDeadlockLFStressTest.kt88 c.onSend(sendIndex) { in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/channels/
DActor.kt175 override val onSend: SelectClause2<E, SendChannel<E>> constant
181 super.onSend.registerSelectClause2(select, param, block) in registerSelectClause2()
/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/
DMidiDispatcher.java78 public void onSend(byte[] msg, int offset, int count, long timestamp) throws IOException { in onSend() method in MidiDispatcher
DMidiFramer.java48 public void onSend(byte[] data, int offset, int count, long timestamp) in onSend() method in MidiFramer
DMidiEventScheduler.java39 public void onSend(byte[] msg, int offset, int count, long timestamp) in onSend() method in MidiEventScheduler.SchedulingReceiver
/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/
DSynthEngine.java76 public void onSend(byte[] data, int offset, int count, long timestamp) in onSend() method in SynthEngine
98 public void onSend(byte[] data, int offset, int count, long timestamp) in onSend() method in SynthEngine.MyReceiver
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/channels/
DChannelSelectStressTest.kt55 select<Unit> { channel.onSend(element) {} } in CoroutineScope()
DChannelSendReceiveStressTest.kt134 select<Unit> { channel.onSend(i) { Unit } } in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DAtomicCancellationTest.kt35 channel.onSend(42) { in <lambda>()
DReusableCancellableContinuationTest.kt185 channel.onSend(Unit) {} in <lambda>()
/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/
DChannelProducerConsumerBenchmark.kt108 channel.onSend(element) {} in <lambda>()
/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DAudioMidiTester.java114 public void onSend(byte[] data, int offset, in onSend() method in AudioMidiTester.MyMidiReceiver
/external/kotlinx.coroutines/kotlinx-coroutines-core/
DREADME.md57 …annels.SendChannel.send] | [onSend][kotlinx.coroutines.channels.SendChannel.o…
130 [kotlinx.coroutines.channels.SendChannel.onSend]: https://kotlin.github.io/kotlinx.coroutines/kotli…
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/channels/
DChannelUndeliveredElementFailureTest.kt38 channel.onSend(item) { in <lambda>()
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/src/
DRxObservable.kt92 override val onSend: SelectClause2<T, SendChannel<T>> constant
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/src/
DRxObservable.kt106 override val onSend: SelectClause2<T, SendChannel<T>> constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/
DREADME.md60 …annels.SendChannel.send] | [onSend][kotlinx.coroutines.channels.SendChannel.o…
143 [kotlinx.coroutines.channels.SendChannel.onSend]: https://kotlin.github.io/kotlinx.coroutines/kotli…
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DChannel.kt74 public val onSend: SelectClause2<E, SendChannel<E>> in send() constant

12