/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 | 82 inline void CallOnce(OnceType* once, NoArgFunction init_func) { in CallOnce() 90 inline void CallOnce(OnceType* once, in CallOnce()
|
D | once.cc | 18 void CallOnceImpl(OnceType* once, PointerArgFunction init_func, void* arg) { in CallOnceImpl()
|
/external/skia/include/core/ |
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/libselinux/src/ |
D | checkAccess.c | 10 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
|
/external/openfst/src/include/fst/ |
D | lock.h | 40 inline int FstOnceInit(FstOnceType *once, void (*init)(void)) { in FstOnceInit()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 573 const SelectionDAG *G, VisitedSDNodeSet &once) { in DumpNodesr() 609 VisitedSDNodeSet once; in dumpr() local 614 VisitedSDNodeSet once; in dumpr() local
|
/external/selinux/libselinux/src/ |
D | checkAccess.c | 10 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
|
D | setrans_client.c | 36 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
|
D | procattr.c | 22 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
|
D | matchpathcon.c | 19 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
|
D | selinux_config.c | 57 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
|
/external/boringssl/src/crypto/ |
D | thread_none.c | 35 void CRYPTO_once(CRYPTO_once_t *once, void (*init)(void)) { in CRYPTO_once()
|
D | thread_pthread.c | 76 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
|
D | internal.h | 399 CRYPTO_once_t once; member
|
/external/easymock/src/org/easymock/ |
D | IExpectationSetters.java | 136 IExpectationSetters<T> once(); in once() method
|
/external/skia/tests/ |
D | OnceTest.cpp | 39 SkOnceFlag* once; member in __anon9dea4e000111::Racer
|
/external/mesa3d/src/mapi/mapi/ |
D | stub.c | 59 static pthread_once_t once = PTHREAD_ONCE_INIT; in stub_init_once() local
|
/external/skia/gm/ |
D | colormatrix.cpp | 19 bool once() const { in once() function in SkDoOnce
|
/external/iputils/ |
D | ping.c | 873 static int once; in parse_reply() local 1374 static int once; in install_filter() local
|
/external/easymock/src/org/easymock/internal/ |
D | MocksControl.java | 236 public IExpectationSetters<Object> once() { in once() method in MocksControl
|