/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/ |
H A D | ittnotify_static.c | 702 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 D | url.h | 81 int (*url_read_pause)(URLContext *h, int pause);
|
/third_party/node/test/parallel/ |
H A D | test-http2-compat-socket-set.js | 73 assert.throws(() => request.socket.pause = noop, errMsg);
|
H A D | test-repl-autocomplete.js | 45 pause() {}
|
H A D | test-repl-reverse-search.js | 44 pause() {}
|
H A D | test-repl-programmatic-history.js | 48 pause() {}
|
H A D | test-repl-persistent-history.js | 50 pause() {}
|
H A D | test-tls-onread-static-buffer.js | 16 // 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 D | dirtyc0w_shmem_child.c | 231 pause(); in main()
|
/third_party/node/deps/undici/src/lib/websocket/ |
H A D | connection.js | 214 this.pause()
|
/third_party/skia/third_party/externals/oboe/include/oboe/ |
H A D | AudioStream.h | 86 virtual Result pause(int64_t timeoutNanoseconds = kDefaultTimeoutNanos); 112 * `pause(0)`.
|
/third_party/toybox/kconfig/lxdialog/ |
H A D | dialog.h | 205 int width, int pause);
|
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/ |
H A D | MainActivity.java | 99 s.pause(); in onCreate()
|
/applications/standard/app_samples/code/SuperFeature/DistributedAppDev/JsDistributedMusicPlayer/entry/src/main/js/MainAbility/pages/index/ |
H A D | index.js | 70 this.playerModel.pause() 217 this.playerModel.pause()
|
/third_party/node/lib/internal/webstreams/ |
H A D | adapters.js | 437 streamReadable.pause(); 440 streamReadable.pause();
|
/third_party/node/lib/ |
H A D | _http_server.js | 685 // 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 D | pcm_ioplug.c | 419 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 D | client.js | 920 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 D | xfer.c | 248 xfer->ops->pause(xfer, enable); in xfer_context_pause()
|
/third_party/FreeBSD/lib/libc/include/ |
H A D | namespace.h | 259 #define pause _pause
|
/third_party/ltp/testcases/kernel/controllers/freezer/ |
H A D | vfork.c | 27 * 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 D | utils.js | 29 (typeof obj.pause === 'function' && typeof obj.resume === 'function')
|
/third_party/node/test/common/ |
H A D | heap.js | 17 stream.pause();
|
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
H A D | memtoy.c | 260 pause(); in wait_for_signal()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_query_acc.c | 79 p->pause(aq, aq->batch);
|