/external/libvpx/libvpx/vpx_ports/ |
D | vpx_once.h | 51 static void once(void (*func)(void)) { in once() function 97 static void once(void (*func)(void)) { in once() function 119 static void once(void (*func)(void)) { in once() function 130 static void once(void (*func)(void)) { in once() function
|
/external/skia/tests/ |
D | OnceTest.cpp | 20 SkOnce once; in DEF_TEST() local 34 SkOnce once; in DEF_TEST() local 47 SkOnce once; in DEF_TEST() local
|
/external/skqp/tests/ |
D | OnceTest.cpp | 20 SkOnce once; in DEF_TEST() local 34 SkOnce once; in DEF_TEST() local 47 SkOnce once; in DEF_TEST() local
|
/external/grpc-grpc/src/core/lib/gpr/ |
D | cpu_posix.cc | 48 static gpr_once once = GPR_ONCE_INIT; in gpr_cpu_num_cores() local 68 static gpr_once once = GPR_ONCE_INIT; in gpr_cpu_current_cpu() local
|
D | cpu_linux.cc | 56 static gpr_once once = GPR_ONCE_INIT; in gpr_cpu_num_cores() local
|
D | sync_windows.cc | 106 static BOOL CALLBACK run_once_func(gpr_once* once, void* v, void** pv) { in run_once_func() 112 void gpr_once_init(gpr_once* once, void (*init_function)(void)) { in gpr_once_init()
|
/external/perfetto/ui/src/common/ |
D | actions_unittest.ts | 46 const once = produce(createEmptyState(), draft => { constant 98 const once = produce(createEmptyState(), draft => { constant 257 const once = produce(createEmptyState(), draft => { constant
|
/external/protobuf/src/google/protobuf/stubs/ |
D | once.h | 94 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) { in GoogleOnceInit() 102 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)(Arg), in GoogleOnceInit()
|
D | once.cc | 65 void GoogleOnceInitImpl(ProtobufOnceType* once, Closure* closure) { in GoogleOnceInitImpl()
|
/external/v8/src/base/ |
D | once.h | 87 inline void CallOnce(OnceType* once, NoArgFunction init_func) { in CallOnce() 95 inline void CallOnce(OnceType* once, in CallOnce()
|
D | once.cc | 18 void CallOnceImpl(OnceType* once, std::function<void()> init_func) { in CallOnceImpl()
|
/external/webrtc/webrtc/common_audio/signal_processing/ |
D | spl_init.c | 105 static void once(void (*func)(void)) { in once() function 113 static void once(void (*func)(void)) { in once() function
|
/external/skia/src/core/ |
D | SkGlobalInitialization_core.cpp | 12 static SkOnce once; in RegisterFlattenablesIfNeeded() local
|
/external/skqp/src/core/ |
D | SkGlobalInitialization_core.cpp | 12 static SkOnce once; in RegisterFlattenablesIfNeeded() local
|
D | SkOpts.cpp | 130 static SkOnce once; in Init() local
|
/external/skia/src/ports/ |
D | SkFontConfigInterface_direct_factory.cpp | 13 static SkOnce once; in GetSingletonDirectInterface() local
|
D | SkTLS_pthread.cpp | 18 static SkOnce once; in PlatformGetSpecific() local
|
/external/skqp/src/ports/ |
D | SkFontConfigInterface_direct_factory.cpp | 13 static SkOnce once; in GetSingletonDirectInterface() local
|
D | SkTLS_pthread.cpp | 18 static SkOnce once; in PlatformGetSpecific() local
|
/external/skia/src/fonts/ |
D | SkRemotableFontMgr.cpp | 19 static SkOnce once; in NewEmpty() local
|
/external/skqp/src/fonts/ |
D | SkRemotableFontMgr.cpp | 19 static SkOnce once; in NewEmpty() local
|
/external/boringssl/src/crypto/ |
D | thread_win.c | 33 static BOOL CALLBACK call_once_init(INIT_ONCE *once, void *arg, void **out) { in call_once_init() 39 void CRYPTO_once(CRYPTO_once_t *once, void (*init)(void)) { in CRYPTO_once()
|
/external/python/httplib2/python2/httplib2/test/ |
D | test_ssl_context.py | 77 def once(): function
|
/external/curl/tests/libtest/ |
D | lib554.c | 67 static int once(char *URL, bool oldstyle) in once() function
|
/external/easymock/src/org/easymock/ |
D | IExpectationSetters.java | 136 IExpectationSetters<T> once(); in once() method
|