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 D | common.hpp | 14 #pragma once
|
H A D | mixed_product.hpp | 13 #pragma once
|
H A D | normal.hpp | 14 #pragma once
|
H A D | number_precision.hpp | 15 #pragma once
|
H A D | optimum_pow.hpp | 13 #pragma once
|
H A D | string_cast.hpp | 17 #pragma once
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/simd/ |
H A D | exponential.h | 4 #pragma once
|
/third_party/skia/tools/ |
H A D | HashAndEncode.h | 4 #pragma once
|
/third_party/spirv-headers/tools/buildHeaders/ |
H A D | header.h | 29 #pragma once
|
/third_party/vulkan-loader/loader/ |
H A D | dirent_on_windows.h | 1 #pragma once
|
H A D | stack_allocation.h | 29 #pragma once
|
/foundation/communication/netstack/frameworks/cj/http/src/ |
H A D | net_http_ffi.cpp | 104 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 D | js_stream_socket.js | 81 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 D | fetch_module.js | 20 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 D | test-http-generic-streams.js | 72 req.once('end', function() { 110 req.once('end', function() {
|
H A D | test-http2-socket-proxy.js | 79 socket.once = socket.once; // eslint-disable-line no-self-assign
|
H A D | test-inspector-connect-main-thread.js | 41 return new Promise((resolve) => session.once(notification, resolve)); 87 session.once('Runtime.consoleAPICalled',
|
H A D | test-whatwg-transformstream.js | 100 this.stream.once('end', () => { 104 this.stream.once('error', (error) => {
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | threads_pthread.c | 152 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 D | SkMiniRecorder.cpp | 108 static SkOnce once; in detachAsPicture() local 113 once([]{ empty = new SkEmptyPicture; }); in detachAsPicture()
|
H A D | SkMessageBus.h | 78 static SkOnce once; \ 80 once([] { bus = new SkMessageBus<Message, IDType, AllowCopyableMessage>(); }); \
|
H A D | SkCpu.cpp | 159 static SkOnce once; in CacheRuntimeFeatures() local 160 once([] { gCachedFeatures = read_cpu_features(); }); in CacheRuntimeFeatures()
|
H A D | SkImageFilterCache.cpp | 159 static SkOnce once; in Get() local 162 once([]{ cache = SkImageFilterCache::Create(kDefaultCacheSize); }); in Get()
|
/third_party/openssl/crypto/ |
H A D | threads_pthread.c | 154 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 D | generated_message_reflection.h | 45 // 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