/third_party/node/lib/internal/debugger/ |
H A D | inspect_repl.js | 90 breakOnNone Don't pause on exceptions (this is the default) 992 get pause() { 993 return Debugger.pause();
|
/third_party/node/test/parallel/ |
H A D | test-readline-interface.js | 39 pause() {} 1124 rli.pause(); 1136 rli.pause();
|
H A D | test-stream-pipeline.js | 341 oldStream.pause = oldStream.resume = () => {}; 390 oldStream.pause = oldStream.resume = () => {}; 401 destroyableOldStream.pause = destroyableOldStream.resume = () => {};
|
H A D | test-repl-history-navigation.js | 46 pause() {}
|
H A D | test-stream-duplex-from.js | 294 d.pause();
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-debugger.cc | 179 void V8Debugger::setPauseOnNextCall(bool pause, int targetContextGroupId) { in setPauseOnNextCall() argument 182 if (!pause && m_targetContextGroupId && in setPauseOnNextCall() 186 if (pause) { in setPauseOnNextCall()
|
H A D | v8-debugger-agent-impl.h | 102 Response pause() override;
|
/third_party/ffmpeg/libavdevice/ |
H A D | pulse_audio_enc.c | 280 static int pulse_set_pause(PulseData *s, int pause) in pulse_set_pause() argument 284 op = pa_stream_cork(s->stream, pause, pulse_stream_result, s); in pulse_set_pause()
|
/third_party/curl/lib/vquic/ |
H A D | curl_msh3.c | 744 bool pause) in h3_data_pause() 746 if(!pause) { in h3_data_pause() 742 h3_data_pause(struct Curl_cfilter *cf, struct Curl_easy *data, bool pause) h3_data_pause() argument
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_shm.c | 508 ctrl->u.pause.enable = enable; in snd_pcm_shm_pause() 620 .pause = snd_pcm_shm_pause,
|
H A D | pcm_null.c | 353 .pause = snd_pcm_null_pause,
|
H A D | pcm_mmap_emul.c | 384 .pause = snd_pcm_generic_pause,
|
H A D | pcm_hooks.c | 183 .pause = snd_pcm_generic_pause,
|
/third_party/alsa-utils/axfer/ |
H A D | xfer-libffado.c | 564 .pause = xfer_libffado_pause,
|
/third_party/musl/scripts/ |
H A D | runtest_Windows.bat | 191 pause
|
/third_party/node/deps/npm/node_modules/make-fetch-happen/lib/cache/ |
H A D | entry.js | 346 cacheStream.pause()
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
H A D | fcntl16.c | 532 pause(); in run_test()
|
/third_party/musl/libc-test/src/api/ |
H A D | unistd.c | 304 {int(*p)(void) = pause;} in f()
|
/third_party/python/Tools/msi/ |
H A D | uploadrelease.bat | 54 if not defined GPG echo Cannot locate gpg2.exe. Signatures will not be uploaded & pause
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | TransformFeedbackVk.cpp | 186 angle::Result TransformFeedbackVk::pause(const gl::Context *context) in pause() function in rx::TransformFeedbackVk
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/ |
H A D | NativeAudioContext.h | 231 oboe::Result pause();
|
/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/ |
H A D | SkottieAnimation.java | 192 public void pause() { in pause() method in SkottieAnimation 199 Log.e(LOG_TAG, "pause failed", t); in pause()
|
/third_party/backends/backend/ |
H A D | umax.c | 1680 int pause; in umax_reposition_scanner() local 1682 pause = dev->pause_after_reposition + dev->pause_for_moving * (dev->upper_left_y + dev->scanlength) / in umax_reposition_scanner() 1693 if (pause > 0) /* predefined time to wait (Astra 2400S) */ in umax_reposition_scanner() 1695 DBG(DBG_info2, "pause for repositioning %d msec ...\n", pause); in umax_reposition_scanner() 1696 usleep(((long) pause) * 1000); in umax_reposition_scanner() 1697 DBG(DBG_info, "repositioning pause done\n"); in umax_reposition_scanner() 1699 else if (pause == 0) /* use TEST UNIT READY */ in umax_reposition_scanner() 1704 else /* pause < 0 : return without any pause */ in umax_reposition_scanner() 7280 int pause; sane_start() local [all...] |
/third_party/curl/lib/ |
H A D | http2.c | 2436 bool pause) in http2_data_pause() 2444 uint32_t window = pause? 0 : stream->local_window_size; in http2_data_pause() 2456 if(!pause) in http2_data_pause() 2462 if(!pause) { in http2_data_pause() 2434 http2_data_pause(struct Curl_cfilter *cf, struct Curl_easy *data, bool pause) http2_data_pause() argument
|
/third_party/node/lib/ |
H A D | repl.js | 408 function pause() { 628 pause();
|