Home
last modified time | relevance | path

Searched refs:pause (Results 126 - 150 of 253) sorted by relevance

1234567891011

/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/
H A Dittnotify_static.c702 static void ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(pause),_init))(void) in _init()
708 if (ITTNOTIFY_NAME(pause) && ITTNOTIFY_NAME(pause) != ITT_VERSIONIZE(ITT_JOIN(_N_(pause),_init))) in _init()
710 ITTNOTIFY_NAME(pause)(); in _init()
/third_party/ffmpeg/libavformat/
H A Durl.h81 int (*url_read_pause)(URLContext *h, int pause);
/third_party/node/test/parallel/
H A Dtest-http2-compat-socket-set.js73 assert.throws(() => request.socket.pause = noop, errMsg);
H A Dtest-repl-autocomplete.js45 pause() {}
H A Dtest-repl-reverse-search.js44 pause() {}
H A Dtest-repl-programmatic-history.js48 pause() {}
H A Dtest-repl-persistent-history.js50 pause() {}
H A Dtest-tls-onread-static-buffer.js16 // Used to test .pause(), so needs to be larger than the internal buffer
139 // Test explicit socket pause
142 // Need larger message here to observe the pause
160 client.pause();
173 // Test implicit socket pause
176 // Need larger message here to observe the pause
/third_party/ltp/testcases/kernel/security/dirtyc0w_shmem/
H A Ddirtyc0w_shmem_child.c231 pause(); in main()
/third_party/node/deps/undici/src/lib/websocket/
H A Dconnection.js214 this.pause()
/third_party/skia/third_party/externals/oboe/include/oboe/
H A DAudioStream.h86 virtual Result pause(int64_t timeoutNanoseconds = kDefaultTimeoutNanos);
112 * `pause(0)`.
/third_party/toybox/kconfig/lxdialog/
H A Ddialog.h205 int width, int pause);
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/
H A DMainActivity.java99 s.pause(); in onCreate()
/applications/standard/app_samples/code/SuperFeature/DistributedAppDev/JsDistributedMusicPlayer/entry/src/main/js/MainAbility/pages/index/
H A Dindex.js70 this.playerModel.pause()
217 this.playerModel.pause()
/third_party/node/lib/internal/webstreams/
H A Dadapters.js437 streamReadable.pause();
440 streamReadable.pause();
/third_party/node/lib/
H A D_http_server.js685 // need to pause TCP socket/HTTP parser, and wait until the data will be
709 socket.on('pause', onSocketPause);
950 // onIncoming paused the socket, we should pause the parser as well
951 debug('pause parser');
952 socket.parser.pause();
1046 // We also need to pause the parser, but don't do that until after
1049 socket.pause();
1153 this.pause();
1175 socket.removeListener('pause', onSocketPause);
/third_party/alsa-lib/src/pcm/
H A Dpcm_ioplug.c419 if (io->data->callback->pause) in snd_pcm_ioplug_hw_refine()
591 if (io->data->callback->pause) { in snd_pcm_ioplug_pause()
592 err = io->data->callback->pause(io->data, enable); in snd_pcm_ioplug_pause()
935 .pause = snd_pcm_ioplug_pause,
1032 The prepare, drain, pause and resume callbacks are called when
1043 Note that some callbacks (start, stop, pointer, transfer and pause)
/third_party/node/deps/undici/src/lib/
H A Dclient.js920 const pause = request.onHeaders(statusCode, headers, this.resume, statusText) === false
939 return pause ? constants.ERROR.PAUSED : 0
1788 stream.pause()
1798 stream.pause()
1950 if (!writer.write(chunk) && this.pause) {
1951 this.pause()
/third_party/alsa-utils/axfer/
H A Dxfer.c248 xfer->ops->pause(xfer, enable); in xfer_context_pause()
/third_party/FreeBSD/lib/libc/include/
H A Dnamespace.h259 #define pause _pause
/third_party/ltp/testcases/kernel/controllers/freezer/
H A Dvfork.c27 * so we use ptrace vfork'd processes in order to pause then during each
219 pause(); in trace_grandchild()
/third_party/node/lib/internal/streams/
H A Dutils.js29 (typeof obj.pause === 'function' && typeof obj.resume === 'function')
/third_party/node/test/common/
H A Dheap.js17 stream.pause();
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
H A Dmemtoy.c260 pause(); in wait_for_signal()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_query_acc.c79 p->pause(aq, aq->batch);

Completed in 16 milliseconds

1234567891011