Home
last modified time | relevance | path

Searched defs:once (Results 1 - 25 of 99) sorted by relevance

1234

/third_party/skia/src/core/
H A DSkGlobalInitialization_core.cpp12 static SkOnce once; in RegisterFlattenablesIfNeeded() local
H A DSkOpts.cpp149 static SkOnce once; in Init() local
/third_party/skia/src/ports/
H A DSkFontConfigInterface_direct_factory.cpp13 static SkOnce once; in GetSingletonDirectInterface() local
/third_party/skia/tests/
H A DOnceTest.cpp20 SkOnce once; in DEF_TEST() local
34 SkOnce once; in DEF_TEST() local
47 SkOnce once; in DEF_TEST() local
[all...]
/third_party/node/test/parallel/
H A Dtest-http-max-http-headers.js16 function once(cb) { function
/third_party/node/deps/v8/src/base/
H A Donce.cc18 void CallOnceImpl(OnceType* once, std::function<void()> init_func) { in CallOnceImpl() argument
H A Donce.h89 inline void CallOnce(OnceType* once, std::function<void()> init_func) { in CallOnce() argument
97 inline void CallOnce(OnceType* once, in CallOnce() argument
[all...]
/third_party/skia/src/fonts/
H A DSkRemotableFontMgr.cpp19 static SkOnce once; in NewEmpty() local
/third_party/libuv/src/unix/
H A Drandom-devurandom.c28 static uv_once_t once = UV_ONCE_INIT; variable
H A Drandom-getrandom.c37 static uv_once_t once = UV_ONCE_INIT; variable
H A Drandom-getentropy.c31 static uv_once_t once = UV_ONCE_INIT; variable
/third_party/node/deps/uv/src/unix/
H A Drandom-devurandom.c28 static uv_once_t once = UV_ONCE_INIT; variable
H A Drandom-getrandom.c39 static uv_once_t once = UV_ONCE_INIT; variable
H A Drandom-getentropy.c31 static uv_once_t once = UV_ONCE_INIT; variable
/third_party/skia/src/utils/
H A DSkEventTracer.cpp59 static SkOnce once; in GetInstance() local
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
H A Dcall_once_test.cc30 absl::once_flag once; member
/third_party/node/benchmark/net/
H A Dnet-wrap-js-stream-passthrough.js
H A Dnet-pipe.js
H A Dnet-c2s.js
H A Dnet-c2s-cork.js
/third_party/skia/src/utils/mac/
H A DSkCTFont.cpp305 static SkOnce once; in SkCTFontGetNSFontWeightMapping() local
331 static SkOnce once; in SkCTFontGetDataFontWeightMapping() local
/third_party/node/lib/internal/streams/
H A Doperators.js
/third_party/node/deps/v8/third_party/zlib/
H A Dcpu_features.c75 static BOOL CALLBACK _cpu_check_features_forwarder(PINIT_ONCE once, PVOID param, PVOID* context) in _cpu_check_features_forwarder() argument
/third_party/node/deps/zlib/
H A Dcpu_features.c81 static BOOL CALLBACK _cpu_check_features_forwarder(PINIT_ONCE once, PVOID param, PVOID* context) in _cpu_check_features_forwarder() argument
/third_party/musl/libc-test/src/regression/
H A Dpthread_once-deadlock.c51 pthread_once_t once = PTHREAD_ONCE_INIT; in main() local

Completed in 11 milliseconds

1234