/external/v8/src/ |
D | once.h | 105 inline void CallOnce(OnceType* once, NoArgFunction init_func) { in CallOnce() 113 inline void CallOnce(OnceType* once, in CallOnce()
|
D | once.cc | 42 void CallOnceImpl(OnceType* once, PointerArgFunction init_func, void* arg) { in CallOnceImpl()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | once.h | 100 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) { in GoogleOnceInit()
|
D | once_unittest.cc | 58 void SetOnces(ProtobufOnceType* once, ProtobufOnceType* recursive_once) { in SetOnces()
|
/external/openfst/src/include/fst/ |
D | lock.h | 37 inline int FstOnceInit(FstOnceType *once, void (*init)(void)) { in FstOnceInit()
|
/external/libselinux/src/ |
D | checkAccess.c | 8 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
|
D | stringrep.c | 24 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
|
D | android.c | 254 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 536 const SelectionDAG *G, VisitedSDNodeSet &once) { in DumpNodesr() 572 VisitedSDNodeSet once; in dumpr() local 577 VisitedSDNodeSet once; in dumpr() local
|
/external/easymock/src/org/easymock/ |
D | IExpectationSetters.java | 136 IExpectationSetters<T> once(); in once() method
|
/external/easymock/src/org/easymock/internal/ |
D | MocksControl.java | 236 public IExpectationSetters<Object> once() { in once() method in MocksControl
|
/external/e2fsprogs/misc/ |
D | filefrag.c | 271 static int once = 1; local
|
/external/bluetooth/glib/glib/ |
D | gthread.h | 327 # define g_once(once, func, arg) g_once_impl ((once), (func), (arg)) argument 329 # define g_once(once, func, arg) \ argument
|
D | gthread.c | 176 g_once_impl (GOnce *once, in g_once_impl()
|
/external/chromium/net/base/ |
D | nss_memio.c | 357 static PRCallOnceType once; in memio_CreateIOLayer() local
|
/external/ping/ |
D | ping.c | 1195 static int once; in parse_reply() local 1636 static int once; in install_filter() local
|
/external/valgrind/unittest/ |
D | posix_tests.cc | 220 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
|
/external/valgrind/main/drd/tests/ |
D | tsan_unittest.cpp | 5083 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
|