/third_party/python/Modules/_blake2/impl/ |
H A D | blake2-impl.h | 13 #pragma once
|
H A D | blake2s-load-sse2.h | 13 #pragma once
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_pthread.h | 120 int dng_pthread_once(dng_pthread_once_t *once, void (*init_func)());
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | common.cc | 58 #include <google/protobuf/stubs/once.h>
|
/third_party/vulkan-loader/tests/framework/icd/ |
H A D | test_icd.h | 28 #pragma once
|
/third_party/vulkan-loader/tests/framework/layer/ |
H A D | test_layer.h | 28 #pragma once
|
/third_party/ffmpeg/libavcodec/ |
H A D | ffjni.c | 37 static pthread_once_t once = PTHREAD_ONCE_INIT; variable 67 pthread_once(&once, jni_create_pthread_key); in ff_jni_get_env()
|
/third_party/node/lib/internal/fs/ |
H A D | streams.js | 292 this.once(kIoDone, (er) => close(this, err || er, cb)); 508 this.once(kIoDone, (er) => close(this, err || er, cb));
|
/third_party/node/lib/internal/ |
H A D | worker.js | 277 // Use this to cache the Worker's loopStart value once available. 380 this.once('exit', (exitCode) => callback(null, exitCode)); 387 // Do not use events.once() here, because the 'exit' event will always be 389 // once the thread has actually stopped. 391 this.once('exit', resolve); 506 // Cache loopStart, since it's only written to once.
|
/third_party/node/test/parallel/ |
H A D | test-stream-finished.js | 497 response.once('end', () => { 529 await EE.once(instance, 'finish');
|
H A D | test-stream-writable-destroy.js | 265 write.once('close', common.mustCall(() => { 353 write.once('error', common.mustCall((err) => {
|
/third_party/node/test/common/ |
H A D | inspector-helper.js | 150 socket.once('close', resolve); 355 this._process.once('exit', (exitCode, signal) => {
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | utils.py | 98 async def once(): function 100 gen = once() 122 """Legacy API to run once through the event loop. 125 selector once and run all callbacks scheduled in response to I/O
|
/third_party/skia/tools/gpu/gl/command_buffer/ |
H A D | GLTestContext_command_buffer.cpp | 129 static SkOnce once; in load_command_buffer_once() local 130 once(load_command_buffer_functions); in load_command_buffer_once()
|
/third_party/skia/modules/skunicode/src/ |
H A D | SkUnicode_icu.cpp | 496 static SkOnce once; in MakeIcuBasedUnicode() local 497 once([] { SkDEBUGF("SkLoadICU() failed!\n"); }); in MakeIcuBasedUnicode()
|
/third_party/selinux/libselinux/src/ |
H A D | matchpathcon.c | 77 static pthread_once_t once = PTHREAD_ONCE_INIT; variable 355 __selinux_once(once, matchpathcon_init_once); in matchpathcon_init_prefix()
|
/third_party/libdrm/nouveau/ |
H A D | nouveau.c | 55 static bool once = false; in debug_init() local 58 if (once) in debug_init() 60 once = true; in debug_init()
|
/third_party/node/lib/ |
H A D | _http_outgoing.js | 325 this.once('socket', function socketSetTimeoutOnConnect(socket) { 349 this.once('socket', function socketDestroyOnConnect(socket) { 1046 this.once('finish', callback); 1084 // This function is called once all user data are flushed to the socket.
|
/third_party/skia/src/utils/mac/ |
H A D | SkCTFont.cpp | 305 static SkOnce once; in SkCTFontGetNSFontWeightMapping() local 306 once([&] { in SkCTFontGetNSFontWeightMapping() 331 static SkOnce once; in SkCTFontGetDataFontWeightMapping() local 332 once([&] { in SkCTFontGetDataFontWeightMapping()
|
/third_party/skia/src/ports/ |
H A D | SkTypeface_mac_ct.cpp | 337 static SkOnce once; 338 once([&] { 364 static SkOnce once; 365 once([&] {
|
/third_party/eudev/export_include/ |
H A D | libudev.h | 20 #pragma once
|
/third_party/eudev/src/libudev/ |
H A D | libudev-private.h | 20 #pragma once
|
H A D | libudev.h | 20 #pragma once
|
/third_party/eudev/src/udev/ |
H A D | udev.h | 19 #pragma once
|
/third_party/eudev/src/shared/ |
H A D | macro.h | 20 #pragma once
|