/third_party/node/test/parallel/ |
D | test-stream3-pause-then-read.js | 90 r.pause(); 142 r.pause(); 144 r.pause(); 146 r.pause(); 148 r.pause(); 150 r.pause();
|
D | test-net-pause-resume-connecting.js | 50 conn.pause(); 57 conn.pause(); 65 conn.pause(); 74 conn.pause();
|
D | test-fs-read-stream-inherit.js | 23 file.pause(); 25 file.pause(); 35 file.pause(); 146 pauseRes.pause();
|
D | test-readline-tab-complete.js | 41 pause() {} method in FakeInput 82 pause() {} method in FakeInput 114 pause() {} method in FakeInput
|
D | test-stdin-pause-resume-sync.js | 28 process.stdin.pause(); 32 process.stdin.pause();
|
D | test-stdin-pause-resume.js | 29 process.stdin.pause(); 35 process.stdin.pause();
|
D | test-tty-stdin-pipe.js | 36 const origPause = rl.pause; 37 rl.pause = function() { function in rl
|
D | test-wrap-js-stream-read-stop.js | 15 pause() { method in FakeStream 34 fakeStreamObj.pause();
|
/third_party/flutter/skia/src/core/ |
D | SkSpinlock.cpp | 12 static void pause() { _mm_pause(); } in pause() function 14 static void pause() { /*spin*/ } in pause() function 20 pause(); in contendedAcquire()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/ |
D | Thread.cpp | 62 bool pause = false; in onLocationUpdate() local 66 pause = !frame; // Pause if there's no pause-at-frame... in onLocationUpdate() 69 pause = true; in onLocationUpdate() 74 if(pause) in onLocationUpdate() 182 void Thread::pause() in pause() function in vk::dbg::Thread
|
/third_party/ltp/testcases/kernel/syscalls/ipc/shmctl/ |
D | shmctl01.c | 39 pause(); in attach_child() 43 pause(); in attach_child() 47 pause(); in attach_child() 54 pause(); in detach_child() 58 pause(); in detach_child()
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_dynamic.c | 90 pause("WAIT", hz); in usb_quirk_unload() 106 pause("WAIT", hz); in usb_temp_unload() 120 pause("WAIT", hz); in usb_bus_unload()
|
/third_party/node/deps/npm/node_modules/through/ |
D | readme.markdown | 9 * `through` takes care of pause/resume logic if you use `this.queue(data)` instead of `this.emit('d… 10 * Use `this.pause()` and `this.resume()` to manage flow. 27 Or, can also be used _without_ buffering on pause, use `this.emit('data', data)`, 35 //this.pause()
|
/third_party/node/deps/npm/node_modules/combined-stream/lib/ |
D | combined_stream.js | 55 stream.pause(); 122 CombinedStream.prototype.pause = function() { method in CombinedStream 127 …&& this._currentStream && typeof(this._currentStream.pause) == 'function') this._currentStream.pau…
|
/third_party/typescript/tests/baselines/reference/ |
D | neverReturningFunctions1.types | 502 pause(): void; 503 >pause : () => void 538 >prototype : T & { name: string; system: unknown; play(): void; pause(): void; } 549 pause(): void; 550 >pause : () => void 570 …m: number; }; init(): void; update(): void; tick(): void; remove(): void; pause(): void; play(): v… 571 …pause() {}, play() {}, multiply(f: number) { // Reference to system because both were registered … 574 …pause() {}, play() {}, multiply(f: number) { // Reference to system because both were registered … 614 …m: number; }; init(): void; update(): void; tick(): void; remove(): void; pause(): void; play(): v… 623 …m: number; }; init(): void; update(): void; tick(): void; remove(): void; pause(): void; play(): v… [all …]
|
D | neverReturningFunctions1.js | 179 pause(): void; 196 pause(): void; 225 pause() {}, method 457 pause: function () { }, method 508 pause(): void; 523 pause(): void;
|
/third_party/node/deps/npm/node_modules/through/test/ |
D | buffering.js | 24 ts.pause() 31 ts.pause() 60 ts.pause()
|
/third_party/parse5/packages/parse5-parser-stream/test/ |
D | scripting.test.ts | 6 function pause(): Promise<void> { function 30 await pause(); 43 await pause();
|
/third_party/node/deps/npm/node_modules/delayed-stream/lib/ |
D | delayed_stream.js | 35 source.pause(); 61 DelayedStream.prototype.pause = function() { method in DelayedStream 62 this.source.pause();
|
/third_party/node/deps/npm/node_modules/tar/lib/ |
D | pack.js | 334 source.pause() 339 source.pause() 343 pause () { 345 this.zip.pause() 346 return super.pause() 357 pause () {} method in PackSync
|
/third_party/skia/modules/canvaskit/tests/ |
D | util.js | 5 const _commonGM = (it, pause, name, callback, assetsToFetchOrPromisesToWaitOn) => { argument 45 if (pause) { 136 const _commonMultipleCanvasGM = (it, pause, name, callback) => { argument 145 if (pause) {
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | unistd.h | 34 #define pause __pause_discard macro 36 #undef pause
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_query.c | 140 .pause = occlusion_pause, 148 .pause = occlusion_pause, 156 .pause = occlusion_pause, 249 .pause = time_elapsed_pause, 265 .pause = timestamp_pause, 394 .pause = primitives_generated_pause, 449 .pause = primitives_emitted_pause, 568 .pause = perfcntr_pause,
|
/third_party/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/ |
D | SkottieActivity.java | 227 Button pause = (Button)findViewById(R.id.pause); in createLayout() local 228 pause.setOnClickListener(this); in createLayout() 266 case R.id.pause: in onClick() 268 anim.pause(); in onClick()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_query.c | 136 .pause = occlusion_pause, 144 .pause = occlusion_pause, 152 .pause = occlusion_pause, 228 .pause = timestamp_pause, 244 .pause = timestamp_pause, 363 .pause = perfcntr_pause,
|