/third_party/node/test/fixtures/wpt/streams/resources/ |
H A D | rs-utils.js | 9 this.paused = false; 25 if (this.paused) { 27 this.paused = false; 32 if (source.paused) { 52 if (this.paused) { 57 this.paused = true;
|
/third_party/node/test/parallel/ |
H A D | test-inspect-async-hook-setup-at-inspect.js | 39 const paused = await session.waitForBreakOnLine(8, '[eval]'); 40 assert(paused.params.asyncStackTrace, 41 `${Object.keys(paused.params)} contains "asyncStackTrace" property`); 42 assert(paused.params.asyncStackTrace.description, 'Timeout'); 43 assert(paused.params.asyncStackTrace.callFrames
|
H A D | test-inspector-async-hook-setup-at-signal.js | 54 const paused = await session.waitForBreakOnLine(23, '[eval]'); 55 assert(paused.params.asyncStackTrace, 56 `${Object.keys(paused.params)} contains "asyncStackTrace" property`); 57 assert(paused.params.asyncStackTrace.description, 'Timeout'); 58 assert(paused.params.asyncStackTrace.callFrames
|
H A D | test-http-zero-length-write.js | 35 // Start out paused, just so we don't miss anything yet. 36 let paused = false; 38 paused = true; 41 paused = false; 46 if (paused)
|
H A D | test-fs-read-stream-inherit.js | 13 let paused = false; 31 assert.ok(!paused); 34 paused = true; 38 paused = false;
|
/third_party/curl/tests/http/clients/ |
H A D | h2-pausing.c | 147 int paused; member 165 ++handle->paused; in cb() 167 handle->idx, handle->paused, (long)realsize); in cb() 223 handles[i].paused = 0; in main() 259 if(!handles[i].paused) { in main() 263 else if(handles[i].paused != 1) { in main() 265 i, handles[i].paused); in main() 288 if(handles[i].paused != 1 || !handles[i].resumed) { in main() 290 "result %d - wtf?\n", i, handles[i].paused, in main() 300 /* Successfully paused in main() [all...] |
H A D | h2-download.c | 93 int paused; member 121 t->paused = 1; in my_write_cb() 284 /* abort paused transfers */ in main() 287 if(!t->done && t->paused && t->easy) { in main() 296 /* resume one paused transfer */ in main() 299 if(!t->done && t->paused) { in main() 301 t->paused = 0; in main()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | time-smoother_2.c | 46 bool paused; member 55 /* Used if the smoother is paused while still in init state */ 141 /* Smoother is paused, nothing to do */ in pa_smoother_2_put() 142 if (s->paused) in pa_smoother_2_put() 270 /* Smoother is paused or has been resumed but no new data has been received */ in pa_smoother_2_get_delay() 271 if (s->paused || s->init) { in pa_smoother_2_get_delay() 303 /* If we are paused return the sound card time at pause_time */ in pa_smoother_2_get() 304 } else if (s->paused) in pa_smoother_2_get() 362 s->paused = false; in pa_smoother_2_reset() 364 /* Set smoother to paused i in pa_smoother_2_reset() [all...] |
H A D | time-smoother.c | 83 bool paused:1; member 98 bool paused) { in pa_smoother_new() 114 pa_smoother_reset(s, time_offset, paused); in pa_smoother_new() 353 if (s->paused) in pa_smoother_put() 396 if (s->paused) in pa_smoother_get() 438 if (s->paused) in pa_smoother_pause() 445 s->paused = true; in pa_smoother_pause() 452 if (!s->paused) in pa_smoother_resume() 462 s->paused = false; in pa_smoother_resume() 483 if (s->paused) in pa_smoother_translate() 91 pa_smoother_new( pa_usec_t adjust_time, pa_usec_t history_time, bool monotonic, bool smoothing, unsigned min_history, pa_usec_t time_offset, bool paused) pa_smoother_new() argument 502 pa_smoother_reset(pa_smoother *s, pa_usec_t time_offset, bool paused) pa_smoother_reset() argument [all...] |
H A D | time-smoother.h | 35 bool paused); 53 void pa_smoother_reset(pa_smoother *s, pa_usec_t time_offset, bool paused);
|
/third_party/curl/tests/libtest/ |
H A D | lib1533.c | 39 int paused; member 48 data->paused = 0; in reset_data() 73 data->paused = 1; in read_callback() 91 if(data->paused) { in write_callback() 93 data->paused = 0; in write_callback()
|
/third_party/node/test/pummel/ |
H A D | test-stream-pipe-multi.js | 100 let paused = false; 103 paused = true; 107 paused = false; 117 if (paused) return;
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_overlay.c | 41 bool paused; member 241 * If the stream is paused the no evict flag is removed from the buffer 262 /* If the stream is paused this is already done */ in vmw_overlay_stop() 263 if (!stream->paused) { in vmw_overlay_stop() 280 stream->paused = false; in vmw_overlay_stop() 282 stream->paused = true; in vmw_overlay_stop() 310 stream->buf, buf, stream->paused ? "" : "not "); in vmw_overlay_update_stream() 317 } else if (!stream->paused) { in vmw_overlay_update_stream() 318 /* If the buffers match and not paused then just send in vmw_overlay_update_stream() 350 /* stream is no longer stopped/paused */ in vmw_overlay_update_stream() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_overlay.c | 41 bool paused; member 235 * If the stream is paused the no evict flag is removed from the buffer 256 /* If the stream is paused this is already done */ in vmw_overlay_stop() 257 if (!stream->paused) { in vmw_overlay_stop() 274 stream->paused = false; in vmw_overlay_stop() 276 stream->paused = true; in vmw_overlay_stop() 304 stream->buf, buf, stream->paused ? "" : "not "); in vmw_overlay_update_stream() 311 } else if (!stream->paused) { in vmw_overlay_update_stream() 312 /* If the buffers match and not paused then just send in vmw_overlay_update_stream() 344 /* stream is no longer stopped/paused */ in vmw_overlay_update_stream() [all...] |
/kernel/linux/linux-5.10/drivers/staging/unisys/visorinput/ |
H A D | visorinput.c | 109 bool paused; member 273 * If we're not paused, really enable interrupts. Regardless of whether in visorinput_open() 274 * we are paused, set a flag indicating interrupts should be enabled so in visorinput_open() 279 if (devdata->paused) in visorinput_open() 301 * If we're not paused, really disable interrupts. Regardless of in visorinput_close() 302 * whether we are paused, set a flag indicating interrupts should be in visorinput_close() 307 if (devdata->paused) in visorinput_close() 418 * happens, and that will enable channel interrupts. Setting paused in devdata_create() 422 devdata->paused = true; in devdata_create() 479 devdata->paused in devdata_create() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | TransformFeedbackGL.cpp | 152 void TransformFeedbackGL::syncPausedState(bool paused) const in syncPausedState() 154 if (mIsActive && mIsPaused != paused) in syncPausedState() 156 mIsPaused = paused; in syncPausedState()
|
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic79xx_proc.c | 214 int paused; in ahd_proc_write_seeprom() local 220 paused = ahd_is_paused(ahd); in ahd_proc_write_seeprom() 221 if (!paused) in ahd_proc_write_seeprom() 265 if (!paused) in ahd_proc_write_seeprom()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic79xx_proc.c | 214 int paused; in ahd_proc_write_seeprom() local 220 paused = ahd_is_paused(ahd); in ahd_proc_write_seeprom() 221 if (!paused) in ahd_proc_write_seeprom() 266 if (!paused) in ahd_proc_write_seeprom()
|
/third_party/mbedtls/library/ |
H A D | mps_reader.c | 412 int *paused) in mbedtls_mps_reader_reclaim() 419 if (paused != NULL) { in mbedtls_mps_reader_reclaim() 420 *paused = 0; in mbedtls_mps_reader_reclaim() 533 if (paused != NULL) { in mbedtls_mps_reader_reclaim() 534 *paused = 1; in mbedtls_mps_reader_reclaim() 411 mbedtls_mps_reader_reclaim(mbedtls_mps_reader *rd, int *paused) mbedtls_mps_reader_reclaim() argument
|
/third_party/node/lib/internal/debugger/ |
H A D | inspect.js | 133 this.paused = true; 176 this.paused = false; 188 this.paused = true; 192 this.paused = false; 268 if (!this.paused) {
|
/kernel/linux/linux-5.10/kernel/events/ |
H A D | internal.h | 22 int paused; /* can write into ring buffer */ member 75 rb->paused = 0; in rb_toggle_paused() 77 rb->paused = 1; in rb_toggle_paused()
|
/kernel/linux/linux-6.6/kernel/events/ |
H A D | internal.h | 22 int paused; /* can write into ring buffer */ member 74 rb->paused = 0; in rb_toggle_paused() 76 rb->paused = 1; in rb_toggle_paused()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | TransformFeedback.cpp | 94 void TransformFeedback::setPaused(bool paused) in setPaused() argument 96 mPaused = paused; in setPaused()
|
/kernel/linux/linux-5.10/net/strparser/ |
H A D | strparser.c | 101 if (strp->paused) in __strp_recv() 303 if (unlikely(strp->paused)) { in __strp_recv() 304 /* Upper layer paused strp */ in __strp_recv() 368 if (unlikely(strp->stopped) || strp->paused) in strp_data_ready() 403 if (strp->paused) in do_strp_work() 484 strp->paused = 0; in __strp_unpause() 496 strp->paused = 0; in strp_unpause() 498 /* Sync setting paused with RX work */ in strp_unpause()
|
/kernel/linux/linux-6.6/net/strparser/ |
H A D | strparser.c | 101 if (strp->paused) in __strp_recv() 303 if (unlikely(strp->paused)) { in __strp_recv() 304 /* Upper layer paused strp */ in __strp_recv() 368 if (unlikely(strp->stopped) || strp->paused) in strp_data_ready() 403 if (strp->paused) in do_strp_work() 484 strp->paused = 0; in __strp_unpause() 496 strp->paused = 0; in strp_unpause() 498 /* Sync setting paused with RX work */ in strp_unpause()
|