Home
last modified time | relevance | path

Searched refs:once (Results 126 - 150 of 2780) sorted by relevance

12345678910>>...112

/kernel/linux/linux-6.6/drivers/nvdimm/
H A Dregion.c16 static unsigned long once; in nd_region_probe() local
26 && !test_and_set_bit(0, &once)) { in nd_region_probe()
/third_party/node/doc/api_assets/
H A Dapi.js23 { once: true },
111 as the visible elements in the header change once we pin it.
189 document.addEventListener('DOMContentLoaded', bootstrap, { once: true });
/third_party/node/test/parallel/
H A Dtest-child-process-fork-getconnections.js51 sockets[m.id].once('close', sendClosed.bind(null, m.id));
98 child.once('message', common.mustCall((m) => {
H A Dtest-http-upgrade-server.js132 conn.once('data', (data) => {
152 conn.once('data', function(data) {
H A Dtest-http2-connect.js34 client.once('connect', mustCall((headers) => {
142 client.once('connect', mustCall(() => {
H A Dtest-tls-connect-abort-controller.js9 const { getEventListeners, once } = require('events');
28 await once(socket, 'close');
/third_party/node/doc/api/assets/
H A Dapi.js23 { once: true },
111 as the visible elements in the header change once we pin it.
189 document.addEventListener('DOMContentLoaded', bootstrap, { once: true });
/third_party/node/benchmark/net/
H A Dnet-s2c.js115 Writer.prototype.once = function() {};
124 dest.once('drain', this.flow);
/third_party/node/deps/npm/node_modules/agent-base/dist/
H A Dhelpers.js58 .once('response', resolve)
59 .once('error', reject)
/third_party/node/deps/openssl/openssl/crypto/
H A Dthreads_win.c134 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) in CRYPTO_THREAD_run_once() argument
136 LONG volatile *lock = (LONG *)once; in CRYPTO_THREAD_run_once()
/third_party/skia/src/core/
H A DSkDataTable.cpp82 static SkOnce once; in MakeEmpty() local
83 once([]{ singleton = new SkDataTable(); }); in MakeEmpty()
H A DSkOpts.cpp149 static SkOnce once; in Init() local
150 once(init); in Init()
H A DSkXfermode.cpp93 static SkOnce once[COUNT_BLENDMODES]; in Make() local
96 once[(int)mode]([mode] { in Make()
/third_party/openssl/crypto/
H A Dthreads_win.c134 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) in CRYPTO_THREAD_run_once() argument
136 LONG volatile *lock = (LONG *)once; in CRYPTO_THREAD_run_once()
/third_party/skia/src/utils/win/
H A DSkDWrite.cpp52 static SkOnce once; in sk_get_dwrite_factory() local
53 once(create_dwrite_factory, &gDWriteFactory); in sk_get_dwrite_factory()
/third_party/libfuse/include/
H A Dlibfuse_config.h6 #pragma once
/third_party/skia/third_party/externals/imgui/examples/example_allegro5/
H A Dimconfig_allegro5.h7 #pragma once
/third_party/node/deps/openssl/openssl/include/crypto/
H A Dlhash.h12 # pragma once
/third_party/node/deps/openssl/openssl/include/internal/
H A Derr.h12 # pragma once
/third_party/skia/third_party/externals/swiftshader/include/Android/cutils/
H A Dnative_handle.h17 #pragma once
/third_party/openssl/include/crypto/
H A Dlhash.h12 # pragma once
/third_party/openssl/include/internal/
H A Derr.h12 # pragma once
/third_party/eudev/src/shared/
H A Dioprio.h1 #pragma once
/third_party/glslang/glslang/MachineIndependent/
H A DRemoveTree.h35 #pragma once
/third_party/json/tests/cmake_target_include_directories/project/
H A DFoo.hpp9 #pragma once

Completed in 9 milliseconds

12345678910>>...112