Home
last modified time | relevance | path

Searched refs:once (Results 1226 - 1250 of 2669) sorted by relevance

1...<<41424344454647484950>>...107

/third_party/python/Modules/_blake2/impl/
H A Dblake2-impl.h13 #pragma once
H A Dblake2s-load-sse2.h13 #pragma once
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_pthread.h120 int dng_pthread_once(dng_pthread_once_t *once, void (*init_func)());
/third_party/protobuf/src/google/protobuf/stubs/
H A Dcommon.cc58 #include <google/protobuf/stubs/once.h>
/third_party/vulkan-loader/tests/framework/icd/
H A Dtest_icd.h28 #pragma once
/third_party/vulkan-loader/tests/framework/layer/
H A Dtest_layer.h28 #pragma once
/third_party/ffmpeg/libavcodec/
H A Dffjni.c37 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 Dstreams.js292 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 Dworker.js277 // 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 Dtest-stream-finished.js497 response.once('end', () => {
529 await EE.once(instance, 'finish');
H A Dtest-stream-writable-destroy.js265 write.once('close', common.mustCall(() => {
353 write.once('error', common.mustCall((err) => {
/third_party/node/test/common/
H A Dinspector-helper.js150 socket.once('close', resolve);
355 this._process.once('exit', (exitCode, signal) => {
/third_party/python/Lib/test/test_asyncio/
H A Dutils.py98 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 DGLTestContext_command_buffer.cpp129 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 DSkUnicode_icu.cpp496 static SkOnce once; in MakeIcuBasedUnicode() local
497 once([] { SkDEBUGF("SkLoadICU() failed!\n"); }); in MakeIcuBasedUnicode()
/third_party/selinux/libselinux/src/
H A Dmatchpathcon.c77 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 Dnouveau.c55 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.js325 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 DSkCTFont.cpp305 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 DSkTypeface_mac_ct.cpp337 static SkOnce once;
338 once([&] {
364 static SkOnce once;
365 once([&] {
/third_party/eudev/export_include/
H A Dlibudev.h20 #pragma once
/third_party/eudev/src/libudev/
H A Dlibudev-private.h20 #pragma once
H A Dlibudev.h20 #pragma once
/third_party/eudev/src/udev/
H A Dudev.h19 #pragma once
/third_party/eudev/src/shared/
H A Dmacro.h20 #pragma once

Completed in 19 milliseconds

1...<<41424344454647484950>>...107