Home
last modified time | relevance | path

Searched refs:once (Results 476 - 500 of 2805) sorted by relevance

1...<<11121314151617181920>>...113

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dcommon.hpp14 #pragma once
H A Dmixed_product.hpp13 #pragma once
H A Dnormal.hpp14 #pragma once
H A Dnumber_precision.hpp15 #pragma once
H A Doptimum_pow.hpp13 #pragma once
H A Dstring_cast.hpp17 #pragma once
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/simd/
H A Dexponential.h4 #pragma once
/third_party/skia/tools/
H A DHashAndEncode.h4 #pragma once
/third_party/spirv-headers/tools/buildHeaders/
H A Dheader.h29 #pragma once
/third_party/vulkan-loader/loader/
H A Ddirent_on_windows.h1 #pragma once
H A Dstack_allocation.h29 #pragma once
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_ffi.cpp104 void CJ_OnHeadersReceive(int64_t id, bool once, void (*callback)(CArrString)) in CJ_OnHeadersReceive() argument
111 if (once) { in CJ_OnHeadersReceive()
/third_party/node/lib/internal/
H A Djs_stream_socket.js81 stream.once('end', () => {
87 stream.once('close', () => {
205 // Ensure that this is called once in case of error
/third_party/node/lib/internal/modules/esm/
H A Dfetch_module.js20 const { once } = require('events');
151 // Note that `once` is used here to handle `error` and that it hits the
153 const { 0: res } = await once(req, 'response');
/third_party/node/test/parallel/
H A Dtest-http-generic-streams.js72 req.once('end', function() {
110 req.once('end', function() {
H A Dtest-http2-socket-proxy.js79 socket.once = socket.once; // eslint-disable-line no-self-assign
H A Dtest-inspector-connect-main-thread.js41 return new Promise((resolve) => session.once(notification, resolve));
87 session.once('Runtime.consoleAPICalled',
H A Dtest-whatwg-transformstream.js100 this.stream.once('end', () => {
104 this.stream.once('error', (error) => {
/third_party/node/deps/openssl/openssl/crypto/
H A Dthreads_pthread.c152 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) in CRYPTO_THREAD_run_once() argument
154 if (pthread_once(once, init) != 0) in CRYPTO_THREAD_run_once()
/third_party/skia/src/core/
H A DSkMiniRecorder.cpp108 static SkOnce once; in detachAsPicture() local
113 once([]{ empty = new SkEmptyPicture; }); in detachAsPicture()
H A DSkMessageBus.h78 static SkOnce once; \
80 once([] { bus = new SkMessageBus<Message, IDType, AllowCopyableMessage>(); }); \
H A DSkCpu.cpp159 static SkOnce once; in CacheRuntimeFeatures() local
160 once([] { gCachedFeatures = read_cpu_features(); }); in CacheRuntimeFeatures()
H A DSkImageFilterCache.cpp159 static SkOnce once; in Get() local
162 once([]{ cache = SkImageFilterCache::Create(kDefaultCacheSize); }); in Get()
/third_party/openssl/crypto/
H A Dthreads_pthread.c154 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) in CRYPTO_THREAD_run_once() argument
156 if (pthread_once(once, init) != 0) in CRYPTO_THREAD_run_once()
/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.h45 // TODO(jasonh): Remove this once the compiler change to directly include this
49 #include <google/protobuf/stubs/once.h>
284 once_flag* once; member

Completed in 12 milliseconds

1...<<11121314151617181920>>...113