/third_party/nghttp2/third-party/llhttp/src/ |
H A D | llhttp.c | 6581 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 D | test-stream3-pause-then-read.js | 90 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 D | test-abortsignal-cloneable.js | 5 const { setImmediate: pause } = require('timers/promises'); 56 await pause(); 57 await pause();
|
H A D | test-tty-stdin-pipe.js | 36 const origPause = rl.pause; 37 rl.pause = function() {
|
H A D | test-fs-read-stream-inherit.js | 23 file.pause(); 25 file.pause(); 35 file.pause(); 146 pauseRes.pause();
|
H A D | test-readline-set-raw-mode.js | 41 stream.pause = function() { 58 // pause() should call *not* call setRawMode() 62 rli.pause();
|
H A D | test-stream-readable-pause-and-resume.js | 24 // Does a on(data) -> pause -> wait -> resume -> on(data) ... loop. 27 rs.pause(); 53 readable.pause();
|
H A D | test-repl-mode.js | 70 input.write = input.pause = input.resume = () => {}; 74 output.write = output.pause = output.resume = function(buf) {
|
H A D | test-fs-read-stream.js | 50 file.pause(); 52 file.pause(); 66 file.pause(); 221 pauseRes.pause();
|
/third_party/ltp/testcases/kernel/syscalls/ipc/shmctl/ |
H A 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/skia/third_party/externals/swiftshader/src/Vulkan/Debug/ |
H A D | Thread.cpp | 62 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 D | usb_dynamic.c | 89 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 D | unistd.h | 34 #define pause __pause_discard macro 36 #undef pause macro
|
/third_party/skia/modules/canvaskit/tests/ |
H A D | util.js | 5 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 D | SkottieActivity.java | 227 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 D | AnimTimer.h | 59 void pause() { in pause() function in AnimTimer 70 this->pause(); in togglePauseResume()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A 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/ltp/testcases/kernel/syscalls/kill/ |
H A D | kill08.c | 121 pause(); in main() 158 pause(); in do_child()
|
/third_party/node/lib/internal/ |
H A D | js_stream_socket.js | 63 stream.pause(); 69 stream.pause(); 122 this.stream.pause();
|
/third_party/node/test/fixtures/wpt/dom/events/scrolling/ |
H A D | scroll_support.js | 91 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 D | HCStreaming_ringBuffer.c | 172 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 D | QueryGL.h | 34 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 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,
|
/third_party/typescript/tests/baselines/reference/ |
H A D | neverReturningFunctions1.js | 179 pause(): void; 196 pause(): void; 225 pause() {}, 457 pause: function () { },
508 pause(): void;
523 pause(): void;
|
/third_party/skia/samplecode/ |
H A D | SampleAudio.cpp | 57 case SkAudioPlayer::State::kPlaying: fPlayer->pause(); break; 70 fPlayer->pause();
|