/external/libvpx/libvpx/vpx_ports/ |
D | vpx_once.h | 19 static void once(void (*func)(void)) in once() function 79 static void once(void (*func)(void)) in once() function 105 static void once(void (*func)(void)) in once() function 118 static void once(void (*func)(void)) in once() function
|
/external/protobuf/src/google/protobuf/stubs/ |
D | once.h | 93 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) { in GoogleOnceInit() 101 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)(Arg), in GoogleOnceInit()
|
D | once.cc | 65 void GoogleOnceInitImpl(ProtobufOnceType* once, Closure* closure) { in GoogleOnceInitImpl()
|
D | once_unittest.cc | 58 void SetOnces(ProtobufOnceType* once, ProtobufOnceType* recursive_once) { in SetOnces()
|
/external/v8/src/base/ |
D | once.h | 84 inline void CallOnce(OnceType* once, NoArgFunction init_func) { in CallOnce() 92 inline void CallOnce(OnceType* once, in CallOnce()
|
D | once.cc | 18 void CallOnceImpl(OnceType* once, PointerArgFunction init_func, void* arg) { 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/include/private/ |
D | SkOnce.h | 119 inline void SkOnce(SkOnceFlag* once, void (*f)(Arg), Arg arg) { in SkOnce() 130 inline void SkOnce(SkOnceFlag* once, void (*func)()) { in SkOnce()
|
/external/skia/tests/ |
D | OncePtrTest.cpp | 13 SkOncePtr<int> once; in DEF_TEST() local
|
/external/libselinux/src/ |
D | checkAccess.c | 10 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
|
/external/boringssl/src/crypto/ |
D | crypto.c | 98 static CRYPTO_once_t once = CRYPTO_ONCE_INIT; variable
|
D | thread_none.c | 35 void CRYPTO_once(CRYPTO_once_t *once, void (*init)(void)) { in CRYPTO_once()
|
D | thread_pthread.c | 77 void CRYPTO_once(CRYPTO_once_t *once, void (*init)(void)) { in CRYPTO_once()
|
D | thread_win.c | 35 volatile LONG *once = in_once; in run_once() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 635 const SelectionDAG *G, VisitedSDNodeSet &once) { in DumpNodesr() 662 VisitedSDNodeSet once; in dumpr() local 667 VisitedSDNodeSet once; in dumpr() local
|
/external/easymock/src/org/easymock/ |
D | IExpectationSetters.java | 136 IExpectationSetters<T> once(); in once() method
|
/external/selinux/libselinux/src/ |
D | checkAccess.c | 10 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
|
D | procattr.c | 20 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
|
D | setrans_client.c | 36 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
|
/external/boringssl/src/crypto/rand/ |
D | urandom.c | 62 static CRYPTO_once_t once = CRYPTO_ONCE_INIT; variable
|
/external/skia/experimental/docs/ |
D | animationCommon.js | 76 "drawDirty":true, "paintDirty":true, "once":false } ); property
|
/external/mesa3d/src/mapi/mapi/ |
D | stub.c | 59 static pthread_once_t once = PTHREAD_ONCE_INIT; in stub_init_once() local
|
/external/tpm2/ |
D | stubs_hash.c | 92 BOOL once // IN: TRUE if only one iteration is in _cpri__KDFa()
|
/external/iputils/ |
D | ping.c | 873 static int once; in parse_reply() local 1374 static int once; in install_filter() local
|
/external/compiler-rt/lib/builtins/ |
D | emutls.c | 122 static pthread_once_t once = PTHREAD_ONCE_INIT; in emutls_get_index() local
|