Home
last modified time | relevance | path

Searched refs:pause (Results 1 – 25 of 720) sorted by relevance

12345678910>>...29

/third_party/node/test/parallel/
Dtest-stream3-pause-then-read.js90 r.pause();
142 r.pause();
144 r.pause();
146 r.pause();
148 r.pause();
150 r.pause();
Dtest-net-pause-resume-connecting.js50 conn.pause();
57 conn.pause();
65 conn.pause();
74 conn.pause();
Dtest-fs-read-stream-inherit.js23 file.pause();
25 file.pause();
35 file.pause();
146 pauseRes.pause();
Dtest-readline-tab-complete.js41 pause() {} method in FakeInput
82 pause() {} method in FakeInput
114 pause() {} method in FakeInput
Dtest-stdin-pause-resume-sync.js28 process.stdin.pause();
32 process.stdin.pause();
Dtest-stdin-pause-resume.js29 process.stdin.pause();
35 process.stdin.pause();
Dtest-tty-stdin-pipe.js36 const origPause = rl.pause;
37 rl.pause = function() { function in rl
Dtest-wrap-js-stream-read-stop.js15 pause() { method in FakeStream
34 fakeStreamObj.pause();
/third_party/flutter/skia/src/core/
DSkSpinlock.cpp12 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/
DThread.cpp62 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/
Dshmctl01.c39 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/
Dusb_dynamic.c90 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/
Dreadme.markdown9 * `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/
Dcombined_stream.js55 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/
DneverReturningFunctions1.types502 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…
571pause() {}, play() {}, multiply(f: number) { // Reference to system because both were registered …
574pause() {}, 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 …]
DneverReturningFunctions1.js179 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/
Dbuffering.js24 ts.pause()
31 ts.pause()
60 ts.pause()
/third_party/parse5/packages/parse5-parser-stream/test/
Dscripting.test.ts6 function pause(): Promise<void> { function
30 await pause();
43 await pause();
/third_party/node/deps/npm/node_modules/delayed-stream/lib/
Ddelayed_stream.js35 source.pause();
61 DelayedStream.prototype.pause = function() { method in DelayedStream
62 this.source.pause();
/third_party/node/deps/npm/node_modules/tar/lib/
Dpack.js334 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/
Dutil.js5 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/
Dunistd.h34 #define pause __pause_discard macro
36 #undef pause
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_query.c140 .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/
DSkottieActivity.java227 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/
Dfd5_query.c136 .pause = occlusion_pause,
144 .pause = occlusion_pause,
152 .pause = occlusion_pause,
228 .pause = timestamp_pause,
244 .pause = timestamp_pause,
363 .pause = perfcntr_pause,

12345678910>>...29