Home
last modified time | relevance | path

Searched refs:pause (Results 1 - 25 of 251) sorted by relevance

1234567891011

/third_party/nghttp2/third-party/llhttp/src/
H A Dllhttp.c6581 state->reason = "on_message_complete pause"; in llhttp__internal__run()
6620 state->reason = "on_chunk_complete pause"; in llhttp__internal__run()
6694 state->reason = "on_chunk_header pause"; in llhttp__internal__run()
6761 state->reason = "on_chunk_extension_name pause"; in llhttp__internal__run()
6797 state->reason = "on_chunk_extension_name pause"; in llhttp__internal__run()
6833 state->reason = "on_chunk_extension_value pause"; in llhttp__internal__run()
6878 state->reason = "on_chunk_extension_value pause"; in llhttp__internal__run()
6931 state->reason = "on_chunk_extension_value pause"; in llhttp__internal__run()
6985 state->reason = "on_chunk_extension_name pause"; in llhttp__internal__run()
7079 state->reason = "on_message_complete pause"; in llhttp__internal__run()
[all...]
/third_party/node/test/parallel/
H A Dtest-stream3-pause-then-read.js90 r.pause();
140 // Don't read anything, just resume and re-pause a whole bunch.
142 r.pause();
144 r.pause();
146 r.pause();
148 r.pause();
150 r.pause();
H A Dtest-abortsignal-cloneable.js5 const { setImmediate: pause } = require('timers/promises');
56 await pause();
57 await pause();
H A Dtest-tty-stdin-pipe.js36 const origPause = rl.pause;
37 rl.pause = function() {
H A Dtest-fs-read-stream-inherit.js23 file.pause();
25 file.pause();
35 file.pause();
146 pauseRes.pause();
H A Dtest-readline-set-raw-mode.js41 stream.pause = function() {
58 // pause() should call *not* call setRawMode()
62 rli.pause();
H A Dtest-stream-readable-pause-and-resume.js24 // Does a on(data) -> pause -> wait -> resume -> on(data) ... loop.
27 rs.pause();
53 readable.pause();
H A Dtest-repl-mode.js70 input.write = input.pause = input.resume = () => {};
74 output.write = output.pause = output.resume = function(buf) {
H A Dtest-fs-read-stream.js50 file.pause();
52 file.pause();
66 file.pause();
221 pauseRes.pause();
/third_party/ltp/testcases/kernel/syscalls/ipc/shmctl/
H A 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/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H A DThread.cpp62 bool pause = false; in onLocationUpdate() local
66 pause = !frame; // Pause if there's no pause-at-frame... in onLocationUpdate()
67 if(frame == frames.back()) // ... or if we've reached the 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/FreeBSD/sys/dev/usb/
H A Dusb_dynamic.c89 pause("WAIT", hz); in usb_quirk_unload()
105 pause("WAIT", hz); in usb_temp_unload()
119 pause("WAIT", hz); in usb_bus_unload()
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dunistd.h34 #define pause __pause_discard macro
36 #undef pause macro
/third_party/skia/modules/canvaskit/tests/
H A Dutil.js5 const _commonGM = (it, pause, name, callback, assetsToFetchOrPromisesToWaitOn) => {
45 if (pause) {
136 const _commonMultipleCanvasGM = (it, pause, name, callback) => {
145 if (pause) {
/third_party/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
H A DSkottieActivity.java227 Button pause = (Button)findViewById(R.id.pause); in createLayout()
228 pause.setOnClickListener(this); in createLayout()
266 case R.id.pause: in onClick()
268 anim.pause(); in onClick()
/third_party/skia/tools/viewer/
H A DAnimTimer.h59 void pause() { in pause() function in AnimTimer
70 this->pause(); in togglePauseResume()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A 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/ltp/testcases/kernel/syscalls/kill/
H A Dkill08.c121 pause(); in main()
158 pause(); in do_child()
/third_party/node/lib/internal/
H A Djs_stream_socket.js63 stream.pause();
69 stream.pause();
122 this.stream.pause();
/third_party/node/test/fixtures/wpt/dom/events/scrolling/
H A Dscroll_support.js91 test_driver_actions.pause(pause_time_in_ms);
121 .pause(pause_time_in_ms)
138 .pause(pause_time_in_ms)
/third_party/lz4/examples/
H A DHCStreaming_ringBuffer.c172 unsigned pause = 0; in main() local
180 if (!strcmp(argv[1], "-p")) { pause = 1; fileID = 2; } in main()
225 if (pause) { in main()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DQueryGL.h34 virtual angle::Result pause(const gl::Context *context) = 0;
53 angle::Result pause(const gl::Context *context) override;
88 angle::Result pause(const gl::Context *context) override;
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A 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,
/third_party/typescript/tests/baselines/reference/
H A DneverReturningFunctions1.js179 pause(): void;
196 pause(): void;
225 pause() {},
457 pause: function () { },
508 pause(): void;
523 pause(): void;
/third_party/skia/samplecode/
H A DSampleAudio.cpp57 case SkAudioPlayer::State::kPlaying: fPlayer->pause(); break;
70 fPlayer->pause();

Completed in 17 milliseconds

1234567891011