Searched refs:resultChannel (Results 1 – 8 of 8) sorted by relevance
/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/scheduler/actors/ |
D | ConcurrentStatefulActorBenchmark.kt | 69 val resultChannel: Channel<Unit> = Channel(1) in <lambda>() constant 71 val requestor = requestorActorUnfair(computations, resultChannel) in <lambda>() 73 resultChannel.receive() in <lambda>() 78 val resultChannel: Channel<Unit> = Channel(1) in <lambda>() constant 80 val requestor = requestorActorFair(computations, resultChannel) in <lambda>() 82 resultChannel.receive() in <lambda>()
|
D | StatefulActorBenchmark.kt | 68 val resultChannel: Channel<Unit> = Channel(requestorActorsCount) in run() constant 70 …val requestors = (0 until requestorActorsCount).map { requestorActor(computations, resultChannel) } in run() 77 resultChannel.receive() in run()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/internal/ |
D | Combine.kt | 24 val resultChannel = Channel<Update>(size) in <lambda>() constant 32 resultChannel.send(Update(i, value)) in <lambda>() 38 resultChannel.close() in <lambda>() 54 …var element = resultChannel.receiveCatching().getOrNull() ?: break // Channel is closed, nothing t… in <lambda>() 65 element = resultChannel.tryReceive().getOrNull() ?: break in <lambda>()
|
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowNotificationManagerTest.java | 104 NotificationChannel resultChannel = in createNotificationChannel_updateChannel() local 106 assertThat(resultChannel.getName().toString()).isEqualTo("newName"); in createNotificationChannel_updateChannel() 107 assertThat(resultChannel.getDescription()).isEqualTo("newDescription"); in createNotificationChannel_updateChannel() 109 assertThat(resultChannel.getImportance()).isEqualTo(1); in createNotificationChannel_updateChannel() 111 assertThat(resultChannel.getGroup()).isEqualTo("channelGroupId"); in createNotificationChannel_updateChannel() 113 assertThat(resultChannel.getLightColor()).isEqualTo(7); in createNotificationChannel_updateChannel() 130 NotificationChannel resultChannel = in createNotificationChannel_downGradeImportanceSetGroup() local 132 assertThat(resultChannel.getName().toString()).isEqualTo("newName"); in createNotificationChannel_downGradeImportanceSetGroup() 133 assertThat(resultChannel.getDescription()).isEqualTo("newDescription"); in createNotificationChannel_downGradeImportanceSetGroup() 134 assertThat(resultChannel.getImportance()).isEqualTo(0); in createNotificationChannel_downGradeImportanceSetGroup() [all …]
|
/external/android-nn-driver/ |
D | ArmnnPreparedModel_1_2.hpp | 79 const android::hardware::MQDescriptorSync<V1_2::FmqResultDatum>& resultChannel,
|
D | ArmnnPreparedModel_1_3.hpp | 108 const android::hardware::MQDescriptorSync<V1_2::FmqResultDatum>& resultChannel,
|
D | ArmnnPreparedModel_1_2.cpp | 742 const MQDescriptorSync<V1_2::FmqResultDatum>& resultChannel, in configureExecutionBurst() argument 748 resultChannel, in configureExecutionBurst()
|
D | ArmnnPreparedModel_1_3.cpp | 804 const MQDescriptorSync<V1_2::FmqResultDatum>& resultChannel, in configureExecutionBurst() argument 810 resultChannel, in configureExecutionBurst()
|