/third_party/node/test/parallel/ |
D | test-inspector-async-hook-setup-at-inspect-brk.js | 22 const paused = await session.waitForBreakOnLine(2, '[eval]'); 23 assert(paused.params.asyncStackTrace, 24 `${Object.keys(paused.params)} contains "asyncStackTrace" property`); 25 assert(paused.params.asyncStackTrace.description, 'Timeout'); 26 assert(paused.params.asyncStackTrace.callFrames
|
D | test-inspector-async-stack-traces-set-interval.js | 18 const paused = await session.waitForBreakOnLine(0, '[eval]'); 19 assert(paused.params.asyncStackTrace, 20 `${Object.keys(paused.params)} contains "asyncStackTrace" property`); 21 assert(paused.params.asyncStackTrace.description, 'Timeout'); 22 assert(paused.params.asyncStackTrace.callFrames
|
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
|
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
|
D | test-net-onread-static-buffer.js | 132 let paused = false; 138 assert.strictEqual(paused, false); 142 paused = true; 145 paused = false; 164 let paused = false; 170 assert.strictEqual(paused, false); 174 paused = true; 176 paused = false;
|
D | test-http-zero-length-write.js | 36 let paused = false; 38 paused = true; 41 paused = false; 46 if (paused)
|
D | test-net-throttle.js | 57 let paused = false; variable 63 if (!paused) { 66 paused = true; 73 paused = false;
|
/third_party/pulseaudio/src/pulsecore/ |
D | time-smoother.c | 83 bool paused:1; member 98 bool paused) { in pa_smoother_new() argument 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() [all …]
|
D | time-smoother_2.c | 46 bool paused; member 142 if (s->paused) in pa_smoother_2_put() 271 if (s->paused || s->init) { in pa_smoother_2_get_delay() 304 } else if (s->paused) in pa_smoother_2_get() 362 s->paused = false; in pa_smoother_2_reset() 366 s->paused = true; in pa_smoother_2_reset() 375 if (s->paused) in pa_smoother_2_pause() 391 s->paused = true; in pa_smoother_2_pause() 399 if (!s->paused) in pa_smoother_2_resume() 407 s->paused = false; in pa_smoother_2_resume()
|
/third_party/curl/tests/http/clients/ |
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() 303 if(!handles[i].paused) { in main()
|
D | h2-download.c | 93 int paused; member 121 t->paused = 1; in my_write_cb() 287 if(!t->done && t->paused && t->easy) { in main() 299 if(!t->done && t->paused) { in main() 301 t->paused = 0; in main()
|
/third_party/node/test/fixtures/wpt/streams/resources/ |
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/curl/docs/libcurl/ |
D | curl_easy_pause.md | 27 paused, and you can unpause a connection that was previously paused. Unlike 31 A connection can be paused by using this function or by letting the read or 51 A paused transfer is excluded from low speed cancels via the 87 transfers over the connection is paused and the others continue flowing, 88 libcurl might end up buffering contents for the paused transfer. It has to do 90 already announced window size for the paused transfer allows the server to 93 buffering 32 megabyte of data for a paused stream. 95 When such a paused stream is unpaused again, any buffered data is delivered 124 pause. Consider not using paused receiving if you allow libcurl to uncompress 129 transfer is paused. This means that if a window size of 64 MB is used, libcurl
|
/third_party/curl/tests/libtest/ |
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/ |
D | test-stream-pipe-multi.js | 100 let paused = false; 103 paused = true; 107 paused = false; 117 if (paused) return;
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_transform_feedback2.txt | 57 When transform feedback is paused, applications may render without 152 transform feedback object, and that operation is not paused (as 200 object may be paused and resumed by calling 208 respectively. When transform feedback operations are paused, transform 211 feedback object may be bound while transform feedback is paused. The 213 currently bound transform feedback is not active or is paused. The error 215 currently bound transform feedback is not active or is not paused. 217 When transform feedback is active and not paused, all geometric primitives 224 primitive type may be used while transform feedback is paused. 282 paused, the values of the specified varying variables of each vertex are [all …]
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_transform_feedback2.txt | 57 When transform feedback is paused, applications may render without 152 transform feedback object, and that operation is not paused (as 200 object may be paused and resumed by calling 208 respectively. When transform feedback operations are paused, transform 211 feedback object may be bound while transform feedback is paused. The 213 currently bound transform feedback is not active or is paused. The error 215 currently bound transform feedback is not active or is not paused. 217 When transform feedback is active and not paused, all geometric primitives 224 primitive type may be used while transform feedback is paused. 282 paused, the values of the specified varying variables of each vertex are [all …]
|
/third_party/openGLES/extensions/NV/ |
D | NV_transform_feedback2.txt | 51 When transform feedback is paused, applications may render without 146 feedback object, and that operation is not paused (as described below). 196 object may be paused and resumed by calling 204 respectively. When transform feedback operations are paused, transform 207 feedback object may be bound while transform feedback is paused. The 209 currently bound transform feedback is not active or is paused. The error 211 currently bound transform feedback is not active or is not paused. 213 When transform feedback is active and not paused, all geometric primitives 220 Any primitive type may be used while transform feedback is paused. 282 paused, the values of the specified varying variables (if a vertex or [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_transform_feedback2.txt | 62 When transform feedback is paused, applications may render without 190 feedback object, and that operation is not paused (as described below). 221 object may be paused and resumed by calling 229 respectively. When transform feedback operations are paused, transform 232 feedback object may be bound while transform feedback is paused. The 234 currently bound transform feedback is not active or is paused. The error 236 currently bound transform feedback is not active or is not paused. 238 When transform feedback is active and not paused, all geometric primitives 245 primitive type may be used while transform feedback is paused. 307 paused, the values of the specified varying variables of each vertex are [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_transform_feedback2.txt | 51 When transform feedback is paused, applications may render without 146 feedback object, and that operation is not paused (as described below). 196 object may be paused and resumed by calling 204 respectively. When transform feedback operations are paused, transform 207 feedback object may be bound while transform feedback is paused. The 209 currently bound transform feedback is not active or is paused. The error 211 currently bound transform feedback is not active or is not paused. 213 When transform feedback is active and not paused, all geometric primitives 220 Any primitive type may be used while transform feedback is paused. 282 paused, the values of the specified varying variables (if a vertex or [all …]
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_transform_feedback2.txt | 72 When transform feedback is paused, applications may render without 200 feedback object, and that operation is not paused (as described below). 231 object may be paused and resumed by calling 239 respectively. When transform feedback operations are paused, transform 242 feedback object may be bound while transform feedback is paused. The 244 currently bound transform feedback is not active or is paused. The error 246 currently bound transform feedback is not active or is not paused. 248 When transform feedback is active and not paused, all geometric primitives 255 primitive type may be used while transform feedback is paused. 317 paused, the values of the specified varying variables of each vertex are [all …]
|
/third_party/node/deps/npm/node_modules/glob/dist/esm/ |
D | walker.js | 23 paused = false; field in GlobUtil 58 this.paused = true; 65 this.paused = false; 67 while (!this.paused && (fn = this.#onResume.shift())) { 75 if (!this.paused) { 164 if (this.paused) { 228 if (this.paused) {
|
/third_party/node/deps/npm/node_modules/glob/dist/commonjs/ |
D | walker.js | 26 paused = false; field in GlobUtil 61 this.paused = true; 68 this.paused = false; 70 while (!this.paused && (fn = this.#onResume.shift())) { 78 if (!this.paused) { 167 if (this.paused) { 231 if (this.paused) {
|
/third_party/node/deps/npm/node_modules/node-gyp/lib/ |
D | log.js | 44 #paused = null field in Logger 108 this.#paused = true 113 this.#paused = false 119 if (this.#paused) {
|
/third_party/skia/tools/skottie_ios_app/ |
D | SkottieViewController.mm | 72 float fAnimationMoment = 0; // when paused. 102 bool paused() const { return fPaused; } 155 return fClock.paused(); 158 - (bool)isPaused { return fClock.paused(); } 163 if (!fClock.paused()) {
|