Home
last modified time | relevance | path

Searched refs:pause (Results 176 - 200 of 256) sorted by relevance

1234567891011

/third_party/node/lib/internal/debugger/
H A Dinspect_repl.js90 breakOnNone Don't pause on exceptions (this is the default)
992 get pause() {
993 return Debugger.pause();
/third_party/node/test/parallel/
H A Dtest-readline-interface.js39 pause() {}
1124 rli.pause();
1136 rli.pause();
H A Dtest-stream-pipeline.js341 oldStream.pause = oldStream.resume = () => {};
390 oldStream.pause = oldStream.resume = () => {};
401 destroyableOldStream.pause = destroyableOldStream.resume = () => {};
H A Dtest-repl-history-navigation.js46 pause() {}
H A Dtest-stream-duplex-from.js294 d.pause();
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger.cc179 void V8Debugger::setPauseOnNextCall(bool pause, int targetContextGroupId) { in setPauseOnNextCall() argument
182 if (!pause && m_targetContextGroupId && in setPauseOnNextCall()
186 if (pause) { in setPauseOnNextCall()
H A Dv8-debugger-agent-impl.h102 Response pause() override;
/third_party/ffmpeg/libavdevice/
H A Dpulse_audio_enc.c280 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 Dcurl_msh3.c744 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 Dpcm_shm.c508 ctrl->u.pause.enable = enable; in snd_pcm_shm_pause()
620 .pause = snd_pcm_shm_pause,
H A Dpcm_null.c353 .pause = snd_pcm_null_pause,
H A Dpcm_mmap_emul.c384 .pause = snd_pcm_generic_pause,
H A Dpcm_hooks.c183 .pause = snd_pcm_generic_pause,
/third_party/alsa-utils/axfer/
H A Dxfer-libffado.c564 .pause = xfer_libffado_pause,
/third_party/musl/scripts/
H A Druntest_Windows.bat191 pause
/third_party/node/deps/npm/node_modules/make-fetch-happen/lib/cache/
H A Dentry.js346 cacheStream.pause()
/third_party/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl16.c532 pause(); in run_test()
/third_party/musl/libc-test/src/api/
H A Dunistd.c304 {int(*p)(void) = pause;} in f()
/third_party/python/Tools/msi/
H A Duploadrelease.bat54 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 DTransformFeedbackVk.cpp186 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 DNativeAudioContext.h231 oboe::Result pause();
/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/
H A DSkottieAnimation.java192 public void pause() { in pause() method in SkottieAnimation
199 Log.e(LOG_TAG, "pause failed", t); in pause()
/third_party/backends/backend/
H A Dumax.c1680 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 Dhttp2.c2436 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 Drepl.js408 function pause() {
628 pause();

Completed in 27 milliseconds

1234567891011