/third_party/curl/tests/libtest/ |
H A D | lib554.c | 63 static int once(char *URL, bool oldstyle) in once() function 201 res = once(URL, TRUE); /* old */ in test() 203 res = once(URL, FALSE); /* new */ in test()
|
H A D | lib643.c | 59 static int once(char *URL, bool oldstyle) in once() function 259 res = once(URL, TRUE); /* old */ in test() 261 res = once(URL, FALSE); /* new */ in test()
|
/third_party/node/lib/internal/cluster/ |
H A D | round_robin_handle.js | 43 this.server.once('listening', () => { 72 this.server.once('listening', done); 73 this.server.once('error', (err) => {
|
/third_party/node/lib/internal/repl/ |
H A D | history.js | 108 repl.once('exit', onexit); 111 repl.once('flushHistory', function() { 156 repl.once('flushHistory', onexit);
|
/third_party/node/test/parallel/ |
H A D | test-tls-ticket.js | 73 s.once('session', () => { 140 s.once('session', (session) => onNewSession(s, session)); 141 s.once('session', () => ticketLog.push(s.getTLSTicket().toString('hex')));
|
H A D | test-http-client-default-headers-exist.js | 27 const { once } = require('events'); 68 return once(request, 'response');
|
H A D | test-http-same-map.js | 22 req.once('response', (res) => onresponse(n, req, res)); 29 res.once('end', () => next(n + 1));
|
H A D | test-http2-server-socket-destroy.js | 11 const { once } = require('events'); 64 await once(req, 'end');
|
H A D | test-event-capture-rejections.js | 78 process.once('unhandledRejection', common.mustCall((err) => { 192 process.once('unhandledRejection', common.mustCall((err) => { 218 process.once('unhandledRejection', common.mustCall((err) => { 258 ee.once('error', common.mustCall((err) => { 264 process.once('uncaughtException', common.mustCall((err) => {
|
H A D | test-cluster-worker-exit.js | 40 server.once('listening', common.mustCall(() => { 94 worker.once('exit', common.mustCall((exitCode, signalCode) => {
|
H A D | test-tls-dhe.js | 33 const { once } = require('events'); 78 return once(server, 'close');
|
/third_party/node/test/sequential/ |
H A D | test-worker-eventlooputil.js | 20 parentPort.once('message', mustCall((msg) => { 61 metricsCh.port2.once('message', mustCall(checkWorkerIdle)); 100 metricsCh.port2.once('message', (wElu) => {
|
H A D | test-child-process-pass-fd.js | 49 worker.once('message', messageCallback); 74 process.once('message', (msg) => {
|
/third_party/mesa3d/src/util/ |
H A D | log.h | 74 static bool once; \ 75 if (!once) { \ 76 once = true; \
|
/third_party/pulseaudio/src/tests/ |
H A D | thread-test.c | 28 #include <pulsecore/once.h> 41 pa_log("once!"); in once_func() 44 static pa_once once = PA_ONCE_INIT; variable 74 pa_run_once(&once, once_func); in thread_func()
|
/foundation/multimedia/camera_framework/test/fuzztest/cameratimer_fuzzer/ |
H A D | camera_timer_fuzzer.cpp | 80 bool once = data.ReadBool();
in Test() local 82 uint32_t timerId = fuzz->Register(callback, interval, once);
in Test()
|
/third_party/node/test/tick-processor/ |
H A D | tick-processor-base.js | 48 proc.stdout.once('end', () => { 49 proc.once('exit', () => {
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/ |
H A D | call_once_test.cc | 30 absl::once_flag once; member 56 absl::call_once(once, WaitAndIncrement); in ThreadBody()
|
/third_party/node/lib/internal/streams/ |
H A D | pipeline.js | 14 const { once } = require('internal/util'); 185 return pipelineImpl(streams, once(popCallback(streams))); 436 src.once('end', endFn); 458 .once('end', finish) 459 .once('error', finish);
|
/base/notification/eventhandler/frameworks/napi/src/ |
H A D | events_emitter.cpp | 81 if (callbackInner->once) { in ProcessCallback() 82 HILOGD("ProcessEvent delete once"); in ProcessCallback() 195 static void UpdateOnceFlag(std::shared_ptr<AsyncCallbackInfo>callbackInfo, bool once) in UpdateOnceFlag() argument 197 if (!once) { in UpdateOnceFlag() 198 if (callbackInfo->once) { in UpdateOnceFlag() 199 HILOGD("JS_On change once to on"); in UpdateOnceFlag() 200 callbackInfo->once = false; in UpdateOnceFlag() 205 if (callbackInfo->once) { in UpdateOnceFlag() 206 HILOGD("JS_Once already once"); in UpdateOnceFlag() 208 HILOGD("JS_Once change on to once"); in UpdateOnceFlag() 341 OnOrOnce(napi_env env, napi_callback_info cbinfo, bool once) OnOrOnce() argument [all...] |
/foundation/graphic/graphic_3d/3d_widget_adapter/src/ |
H A D | graphics_manager_common.cpp | 265 static bool once = false; in AttachContext() local 266 if (once) { in AttachContext() 276 once = true; in AttachContext()
|
/third_party/node/lib/internal/main/ |
H A D | watch_mode.js | 26 const { once, on } = require('events'); 57 child.once('exit', (code) => { 75 const onExit = once(child, 'exit');
|
/foundation/communication/dhcp/services/dhcp_client/include/ |
H A D | dhcp_thread.h | 88 bool once = true);
105 bool once = true);
|
/third_party/node/benchmark/net/ |
H A D | net-wrap-js-stream-passthrough.js | 74 Writer.prototype.once = function() {}; 83 dest.once('drain', this.flow);
|
H A D | net-pipe.js | 82 Writer.prototype.once = function() {}; 91 dest.once('drain', this.flow);
|