/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/test/ |
D | PublisherAsFlowTest.kt | 188 testRequestSizeWithBuffer(Channel.RENDEZVOUS, BufferOverflow.SUSPEND, 1) in <lambda>() 192 testRequestSizeWithBuffer(1, BufferOverflow.SUSPEND, 1) in <lambda>() 196 testRequestSizeWithBuffer(10, BufferOverflow.SUSPEND, 10) in <lambda>() 200 testRequestSizeWithBuffer(Channel.UNLIMITED, BufferOverflow.SUSPEND, Long.MAX_VALUE) in <lambda>() 204 testRequestSizeWithBuffer(Channel.BUFFERED, BufferOverflow.SUSPEND, 64) in <lambda>() 258 BufferOverflow.SUSPEND -> (1..m).toList() in <lambda>()
|
/external/igt-gpu-tools/tests/i915/ |
D | gem_ringfill.c | 48 #define SUSPEND 0x20 macro 183 if (flags & (SUSPEND | HIBERNATE)) in run_test() 212 if (flags & SUSPEND) in run_test() 237 if (flags & (SUSPEND | HIBERNATE)) in run_test() 256 { "-S3", BOMB | SUSPEND, 30 }, 289 if (m->flags & (HANG|SUSPEND|HIBERNATE))
|
D | gem_exec_suspend.c | 36 #define SUSPEND 2 macro 203 case SUSPEND: in run_test() 238 { "-S3", SUSPEND }, 261 run_test(fd, ALL_ENGINES, SUSPEND); 284 run_test(fd, 0, SUSPEND | HANG);
|
D | gem_mocs_settings.c | 42 SUSPEND, enumerator 51 [SUSPEND] = "suspend", 525 case SUSPEND: igt_system_suspend_autoresume(SUSPEND_STATE_MEM, in run_test()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowVideoView.java | 22 public static final int SUSPEND = 2; field in ShadowVideoView 70 currentState = ShadowVideoView.SUSPEND; in suspend() 94 currentState != ShadowVideoView.SUSPEND); in canPause()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/ |
D | Produce.kt | 99 …produce(context, capacity, BufferOverflow.SUSPEND, CoroutineStart.DEFAULT, onCompletion = null, bl… in produce() 121 produce(context, capacity, BufferOverflow.SUSPEND, start, onCompletion, block) in produce() 127 onBufferOverflow: BufferOverflow = BufferOverflow.SUSPEND, in produce()
|
D | Channel.kt | 646 onBufferOverflow: BufferOverflow = BufferOverflow.SUSPEND, in Channel() 651 if (onBufferOverflow == BufferOverflow.SUSPEND) in Channel() 657 require(onBufferOverflow == BufferOverflow.SUSPEND) { in Channel() 664 if (onBufferOverflow == BufferOverflow.SUSPEND) CHANNEL_DEFAULT_CAPACITY else 1, in Channel()
|
D | BufferOverflow.kt | 23 SUSPEND,
|
D | ArrayChannel.kt | 50 … isBufferFull: Boolean get() = size.value == capacity && onBufferOverflow == BufferOverflow.SUSPEND 143 BufferOverflow.SUSPEND -> OFFER_FAILED in updateBufferSize()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/internal/ |
D | ChannelFlow.kt | 33 onBufferOverflow: BufferOverflow = BufferOverflow.SUSPEND in <lambda>() 79 if (onBufferOverflow != BufferOverflow.SUSPEND) { in dropChannelOperators() 114 BufferOverflow.SUSPEND -> produceCapacity in create() 146 … if (onBufferOverflow != BufferOverflow.SUSPEND) props.add("onBufferOverflow=$onBufferOverflow") in additionalToStringProps() 199 onBufferOverflow: BufferOverflow = BufferOverflow.SUSPEND in toString()
|
D | Merge.kt | 18 onBufferOverflow: BufferOverflow = BufferOverflow.SUSPEND in <lambda>() 46 onBufferOverflow: BufferOverflow = BufferOverflow.SUSPEND 84 onBufferOverflow: BufferOverflow = BufferOverflow.SUSPEND in additionalToStringProps()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/ |
D | Context.kt | 125 …fer(capacity: Int = BUFFERED, onBufferOverflow: BufferOverflow = BufferOverflow.SUSPEND): Flow<T> { in <lambda>() 129 require(capacity != CONFLATED || onBufferOverflow == BufferOverflow.SUSPEND) { in <lambda>()
|
D | Share.kt | 172 … onBufferOverflow == BufferOverflow.SUSPEND -> // buffer was configured with suspension in configureSharing() 188 onBufferOverflow = BufferOverflow.SUSPEND, in configureSharing()
|
/external/igt-gpu-tools/tests/ |
D | kms_vblank.c | 60 #define SUSPEND 0x40 macro 364 if (data->flags & SUSPEND) in vblank_ts_cont() 414 { "ts-continuation", vblank_ts_cont, IDLE | SUSPEND | MODESET | DPMS | RPM }, in run_subtests_for_pipe() 427 { "dpms-suspend", DPMS | SUSPEND | NOHANG}, in run_subtests_for_pipe() 428 { "suspend", SUSPEND | NOHANG }, in run_subtests_for_pipe()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/ |
D | Builders.kt | 338 onBufferOverflow: BufferOverflow = BufferOverflow.SUSPEND in channelFlow() 354 onBufferOverflow: BufferOverflow = BufferOverflow.SUSPEND
|
D | SharedFlow.kt | 206 onBufferOverflow: BufferOverflow = BufferOverflow.SUSPEND in tryEmit() 210 require(replay > 0 || extraBufferCapacity > 0 || onBufferOverflow == BufferOverflow.SUSPEND) { in tryEmit() 349 BufferOverflow.SUSPEND -> return false // will suspend in tryEmitLocked() 659 …ENDEZVOUS || capacity == Channel.OPTIONAL_CHANNEL) && onBufferOverflow == BufferOverflow.SUSPEND) { in Array()
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowVideoViewTest.java | 103 assertThat(shadowVideoView.getCurrentVideoState()).isEqualTo(ShadowVideoView.SUSPEND); in shouldSuspendPlaying() 112 assertThat(shadowVideoView.getPrevVideoState()).isEqualTo(ShadowVideoView.SUSPEND); in shouldResumePlaying()
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/src/ |
D | ReactiveFlow.kt | 51 onBufferOverflow: BufferOverflow = BufferOverflow.SUSPEND in <lambda>() 64 if (onBufferOverflow != BufferOverflow.SUSPEND) { in <lambda>()
|
/external/autotest/server/site_tests/audio_AudioQualityAfterSuspend/ |
D | control.headphone_m4a | 11 PURPOSE = "Remotely controlled headphone AFTER SUSPEND Chrome audio test."
|
D | control.internal_speaker_m4a | 11 PURPOSE = ("Remotely controlled internal_speaker AFTER SUSPEND "
|
D | control.headphone_wav | 11 PURPOSE = "Remotely controlled headphone AFTER SUSPEND Chrome audio test."
|
D | control.internal_speaker_wav | 11 PURPOSE = ("Remotely controlled internal_speaker AFTER SUSPEND "
|
D | control.internal_speaker_mp3 | 11 PURPOSE = ("Remotely controlled internal_speaker AFTER SUSPEND "
|
D | control.headphone_mp3 | 11 PURPOSE = "Remotely controlled headphone AFTER SUSPEND Chrome audio test."
|
/external/autotest/server/site_tests/audio_AudioAfterSuspend/ |
D | control.headphone | 12 PURPOSE = "Remotely controlled headphone AFTER SUSPEND audio test."
|