Home
last modified time | relevance | path

Searched refs:paused (Results 1 - 25 of 36) sorted by relevance

12

/third_party/node/test/fixtures/wpt/streams/resources/
H A Drs-utils.js9 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 Dtest-inspect-async-hook-setup-at-inspect.js39 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 Dtest-inspector-async-hook-setup-at-signal.js54 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 Dtest-http-zero-length-write.js35 // 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 Dtest-fs-read-stream-inherit.js13 let paused = false;
31 assert.ok(!paused);
34 paused = true;
38 paused = false;
H A Dtest-fs-read-stream.js35 let paused = false;
59 assert.ok(!paused);
65 paused = true;
69 paused = false;
H A Dtest-inspector-esm.js63 const paused = await session.waitForBreakOnLine(7, session.scriptURL());
64 const scopeId = paused.params.callFrames[0].scopeChain[0].object.objectId;
/third_party/curl/tests/http/clients/
H A Dh2-pausing.c147 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 Dh2-download.c93 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 Dtime-smoother_2.c46 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 Dtime-smoother.c83 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 Dtime-smoother.h35 bool paused);
53 void pa_smoother_reset(pa_smoother *s, pa_usec_t time_offset, bool paused);
/third_party/curl/tests/libtest/
H A Dlib1533.c39 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 Dtest-stream-pipe-multi.js100 let paused = false;
103 paused = true;
107 paused = false;
117 if (paused) return;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DTransformFeedbackGL.cpp152 void TransformFeedbackGL::syncPausedState(bool paused) const in syncPausedState()
154 if (mIsActive && mIsPaused != paused) in syncPausedState()
156 mIsPaused = paused; in syncPausedState()
/third_party/mbedtls/library/
H A Dmps_reader.c412 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
H A Dmps_reader.h301 * \param paused If not \c NULL, the integer at address \p paused will be
302 * modified to indicate whether the reader has been paused
312 int *paused);
/third_party/node/lib/internal/debugger/
H A Dinspect.js133 this.paused = true;
176 this.paused = false;
188 this.paused = true;
192 this.paused = false;
268 if (!this.paused) {
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DTransformFeedback.cpp94 void TransformFeedback::setPaused(bool paused) in setPaused() argument
96 mPaused = paused; in setPaused()
H A DTransformFeedback.h52 void setPaused(bool paused);
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog.cpp170 bool paused = Sync.GetPaused(); in OnButtonClicked() local
175 Sync.SetPaused(paused); in OnButtonClicked()
/third_party/node/lib/internal/readline/
H A Dinterface.js393 if (this.paused) this.resume();
542 if (this.paused) return;
544 this.paused = true;
550 * Resumes the `input` stream if paused.
554 if (!this.paused) return;
556 this.paused = false;
574 if (this.paused) this.resume();
1201 if (!this.paused) {
1202 // Stream must be paused and resumed after SIGCONT to catch
/third_party/node/deps/npm/node_modules/path-scurry/dist/cjs/
H A Dindex.js1786 let paused = false;
1787 while (!paused) {
1818 paused = true;
1829 if (paused && !results.flowing) {
1862 let paused = false;
1863 while (!paused) {
1876 paused = true;
1894 if (paused && !results.flowing)
/third_party/node/deps/npm/node_modules/path-scurry/dist/mjs/
H A Dindex.js1755 let paused = false;
1756 while (!paused) {
1787 paused = true;
1798 if (paused && !results.flowing) {
1831 let paused = false;
1832 while (!paused) {
1845 paused = true;
1863 if (paused && !results.flowing)
/third_party/node/lib/
H A Drepl.js407 let paused = false;
409 paused = true;
413 if (!paused) return;
414 paused = false;
430 if (paused) {
840 if (paused) {
1011 if (paused && !(self.breakEvalOnSigint && key.ctrl && key.name === 'c')) {

Completed in 14 milliseconds

12