/third_party/alsa-utils/axfer/ |
H A D | xfer-libasound.c | 928 .pause = xfer_libasound_pause,
|
/third_party/node/test/parallel/ |
H A D | test-stream-readable-async-iterators.js | 399 readable.pause();
|
H A D | test-readline-promises-interface.js | 17 pause() {}
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/ |
H A D | NativeAudioContext.cpp | 108 oboe::Result ActivityContext::pause() { in pause() function in ActivityContext
|
H A D | jni-bridge.cpp | 156 return (jint) engine.getCurrentActivity()->pause(); in Java_com_google_sample_oboe_manualtest_TestAudioActivity_pauseNative()
|
/third_party/ffmpeg/libavformat/ |
H A D | rtmpproto.c | 815 * Generate a pause packet that either pauses or unpauses the current stream. 817 static int gen_pause(URLContext *s, RTMPContext *rt, int pause, uint32_t timestamp) in gen_pause() argument 823 av_log(s, AV_LOG_DEBUG, "Sending pause command for timestamp %d\n", in gen_pause() 832 ff_amf_write_string(&p, "pause"); in gen_pause() 835 ff_amf_write_bool(&p, pause); // pause or unpause in gen_pause() 836 ff_amf_write_number(&p, timestamp); //where we pause the stream in gen_pause() 2942 static int rtmp_pause(URLContext *s, int pause) in rtmp_pause() argument 2948 if ((ret = gen_pause(s, rt, pause, rt->last_timestamp)) < 0) { in rtmp_pause() 2949 av_log(s, AV_LOG_ERROR, "Unable to send pause comman in rtmp_pause() [all...] |
H A D | aviobuf.c | 1329 int avio_pause(AVIOContext *s, int pause) in avio_pause() argument 1333 return s->read_pause(s->opaque, pause); in avio_pause()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_dshare.c | 620 .pause = snd_pcm_dshare_pause,
|
H A D | pcm_hw.c | 480 * In older versions, timer uses pause events instead in snd_pcm_hw_change_timer() 1551 .pause = snd_pcm_hw_pause, 1582 .pause = snd_pcm_hw_pause,
|
H A D | pcm_dmix.c | 924 .pause = snd_pcm_dmix_pause,
|
H A D | pcm_meter.c | 538 .pause = snd_pcm_generic_pause,
|
H A D | pcm_file.c | 856 .pause = snd_pcm_generic_pause,
|
/third_party/node/lib/internal/ |
H A D | child_process.js | 436 stream._stdio.pause();
|
/third_party/node/deps/npm/node_modules/socks/build/client/ |
H A D | socksclient.js | 370 this.socket.pause();
|
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
H A D | commands.c | 496 pause(); in pause_me() 1082 .cmd_name = "pause",.cmd_func = pause_me,.cmd_help = 1083 "pause - pause program until signal"
|
/third_party/node/deps/llhttp/src/ |
H A D | llhttp.c | 5909 state->reason = "on_message_complete pause"; in llhttp__internal__run() 5927 state->reason = "on_chunk_complete pause"; in llhttp__internal__run() 5966 state->reason = "on_message_complete pause"; in llhttp__internal__run() 6005 state->reason = "on_chunk_complete pause"; in llhttp__internal__run() 6069 state->reason = "on_chunk_header pause"; in llhttp__internal__run() 6197 state->reason = "on_message_complete pause"; in llhttp__internal__run() 8089 state->reason = "on_message_begin pause"; in llhttp__internal__run() 13870 state->reason = "on_message_complete pause"; in llhttp__internal__run() 13888 state->reason = "on_chunk_complete pause"; in llhttp__internal__run() 13927 state->reason = "on_message_complete pause"; in llhttp__internal__run() [all...] |
/third_party/curl/lib/vquic/ |
H A D | curl_ngtcp2.c | 1867 bool pause) in h3_data_pause() 1871 if(!pause) { in h3_data_pause() 1865 h3_data_pause(struct Curl_cfilter *cf, struct Curl_easy *data, bool pause) h3_data_pause() argument
|
H A D | curl_osslq.c | 614 bool pause) in h3_data_pause() 616 if(!pause) { in h3_data_pause() 612 h3_data_pause(struct Curl_cfilter *cf, struct Curl_easy *data, bool pause) h3_data_pause() argument
|
H A D | curl_quiche.c | 1115 bool pause) in h3_data_pause() 1119 if(!pause) { in h3_data_pause() 1113 h3_data_pause(struct Curl_cfilter *cf, struct Curl_easy *data, bool pause) h3_data_pause() argument
|
/third_party/node/lib/ |
H A D | net.js | 493 // Stop the handle from reading and pause the stream 753 Socket.prototype.pause = function() { 763 return stream.Duplex.prototype.pause.call(this);
|
/third_party/node/deps/undici/ |
H A D | undici.js | 9027 const pause = request.onHeaders(statusCode, headers, this.resume, statusText) === false; 9041 return pause ? constants.ERROR.PAUSED : 0; 9656 stream.pause(); 9664 stream.pause(); 9785 if (!writer.write(chunk) && this.pause) { 9786 this.pause(); 11861 this.pause();
|
/third_party/node/deps/v8/third_party/ittapi/include/ |
H A D | ittnotify.h | 294 * It does not pause tracing or analyzing threading APIs. 314 ITT_STUBV(ITTAPI, void, pause, (void)) 317 #define __itt_pause ITTNOTIFY_VOID(pause) 318 #define __itt_pause_ptr ITTNOTIFY_NAME(pause)
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | StateManagerGL.cpp | 808 ANGLE_TRY(previousQuery->pause(context)); in pauseAllQueries() 823 ANGLE_TRY(previousQuery->pause(context)); in pauseQuery() 873 // If the context has changed, pause the previous context's queries in onMakeCurrent() 883 ANGLE_TRY(currentQuery->pause(context)); in onMakeCurrent()
|
/third_party/python/Lib/test/ |
H A D | test_functools.py | 1694 pause = threading.Barrier(n+1) 1698 pause.wait(10) 1711 pause.wait(10) 1714 pause.reset()
|
/third_party/mesa3d/src/nouveau/codegen/lib/ |
H A D | gk104.asm | 898 bpt pause 0x0 901 bpt pause 0x0
|