/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/selects/ |
D | SelectRendezvousChannelTest.kt | 27 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>()
|
D | SelectArrayChannelTest.kt | 26 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>()
|
D | SelectLinkedListChannelTest.kt | 22 c.onSend(2) { in <lambda>()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/guide/ |
D | example-select-03.kt | 16 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/ |
D | SelectMemoryLeakStressTest.kt | 23 leak.onSend("LEAK") { in <lambda>() 48 data.onSend(value) { in <lambda>()
|
D | SelectChannelStressTest.kt | 22 channel.onSend(i) { expectUnreached() } in <lambda>() 50 channel.onSend(i) { expectUnreached() } in <lambda>()
|
D | SelectDeadlockStressTest.kt | 52 c1.onSend(s.sendIndex) { in <lambda>()
|
D | SelectDeadlockLFStressTest.kt | 88 c.onSend(sendIndex) { in <lambda>()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/channels/ |
D | Actor.kt | 175 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/ |
D | MidiDispatcher.java | 78 public void onSend(byte[] msg, int offset, int count, long timestamp) throws IOException { in onSend() method in MidiDispatcher
|
D | MidiFramer.java | 48 public void onSend(byte[] data, int offset, int count, long timestamp) in onSend() method in MidiFramer
|
D | MidiEventScheduler.java | 39 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/ |
D | SynthEngine.java | 76 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/ |
D | ChannelSelectStressTest.kt | 55 select<Unit> { channel.onSend(element) {} } in CoroutineScope()
|
D | ChannelSendReceiveStressTest.kt | 134 select<Unit> { channel.onSend(i) { Unit } } in <lambda>()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/ |
D | AtomicCancellationTest.kt | 35 channel.onSend(42) { in <lambda>()
|
D | ReusableCancellableContinuationTest.kt | 185 channel.onSend(Unit) {} in <lambda>()
|
/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/ |
D | ChannelProducerConsumerBenchmark.kt | 108 channel.onSend(element) {} in <lambda>()
|
/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
D | AudioMidiTester.java | 114 public void onSend(byte[] data, int offset, in onSend() method in AudioMidiTester.MyMidiReceiver
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/ |
D | README.md | 57 …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/ |
D | ChannelUndeliveredElementFailureTest.kt | 38 channel.onSend(item) { in <lambda>()
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/src/ |
D | RxObservable.kt | 92 override val onSend: SelectClause2<T, SendChannel<T>> constant
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/src/ |
D | RxObservable.kt | 106 override val onSend: SelectClause2<T, SendChannel<T>> constant
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/ |
D | README.md | 60 …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/ |
D | Channel.kt | 74 public val onSend: SelectClause2<E, SendChannel<E>> in send() constant
|