Home
last modified time | relevance | path

Searched refs:once (Results 76 - 100 of 3352) sorted by relevance

12345678910>>...135

/third_party/curl/tests/libtest/
H A Dlib554.c63 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 Dlib643.c59 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 Dround_robin_handle.js43 this.server.once('listening', () => {
72 this.server.once('listening', done);
73 this.server.once('error', (err) => {
/third_party/node/lib/internal/repl/
H A Dhistory.js108 repl.once('exit', onexit);
111 repl.once('flushHistory', function() {
156 repl.once('flushHistory', onexit);
/third_party/node/test/parallel/
H A Dtest-tls-ticket.js73 s.once('session', () => {
140 s.once('session', (session) => onNewSession(s, session));
141 s.once('session', () => ticketLog.push(s.getTLSTicket().toString('hex')));
H A Dtest-http-client-default-headers-exist.js27 const { once } = require('events');
68 return once(request, 'response');
H A Dtest-http-same-map.js22 req.once('response', (res) => onresponse(n, req, res));
29 res.once('end', () => next(n + 1));
H A Dtest-http2-server-socket-destroy.js11 const { once } = require('events');
64 await once(req, 'end');
H A Dtest-event-capture-rejections.js78 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 Dtest-cluster-worker-exit.js40 server.once('listening', common.mustCall(() => {
94 worker.once('exit', common.mustCall((exitCode, signalCode) => {
H A Dtest-tls-dhe.js33 const { once } = require('events');
78 return once(server, 'close');
/third_party/node/test/sequential/
H A Dtest-worker-eventlooputil.js20 parentPort.once('message', mustCall((msg) => {
61 metricsCh.port2.once('message', mustCall(checkWorkerIdle));
100 metricsCh.port2.once('message', (wElu) => {
H A Dtest-child-process-pass-fd.js49 worker.once('message', messageCallback);
74 process.once('message', (msg) => {
/third_party/mesa3d/src/util/
H A Dlog.h74 static bool once; \
75 if (!once) { \
76 once = true; \
/third_party/pulseaudio/src/tests/
H A Dthread-test.c28 #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 Dcamera_timer_fuzzer.cpp80 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 Dtick-processor-base.js48 proc.stdout.once('end', () => {
49 proc.once('exit', () => {
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
H A Dcall_once_test.cc30 absl::once_flag once; member
56 absl::call_once(once, WaitAndIncrement); in ThreadBody()
/third_party/node/lib/internal/streams/
H A Dpipeline.js14 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 Devents_emitter.cpp81 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 Dgraphics_manager_common.cpp265 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 Dwatch_mode.js26 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 Ddhcp_thread.h88 bool once = true);
105 bool once = true);
/third_party/node/benchmark/net/
H A Dnet-wrap-js-stream-passthrough.js74 Writer.prototype.once = function() {};
83 dest.once('drain', this.flow);
H A Dnet-pipe.js82 Writer.prototype.once = function() {};
91 dest.once('drain', this.flow);

Completed in 8 milliseconds

12345678910>>...135