Home
last modified time | relevance | path

Searched defs:once (Results 1 – 18 of 18) sorted by relevance

/external/v8/src/
Donce.h105 inline void CallOnce(OnceType* once, NoArgFunction init_func) { in CallOnce()
113 inline void CallOnce(OnceType* once, in CallOnce()
Donce.cc42 void CallOnceImpl(OnceType* once, PointerArgFunction init_func, void* arg) { in CallOnceImpl()
/external/protobuf/src/google/protobuf/stubs/
Donce.h100 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) { in GoogleOnceInit()
Donce_unittest.cc58 void SetOnces(ProtobufOnceType* once, ProtobufOnceType* recursive_once) { in SetOnces()
/external/openfst/src/include/fst/
Dlock.h37 inline int FstOnceInit(FstOnceType *once, void (*init)(void)) { in FstOnceInit()
/external/libselinux/src/
DcheckAccess.c8 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
Dstringrep.c24 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
Dandroid.c254 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp536 const SelectionDAG *G, VisitedSDNodeSet &once) { in DumpNodesr()
572 VisitedSDNodeSet once; in dumpr() local
577 VisitedSDNodeSet once; in dumpr() local
/external/easymock/src/org/easymock/
DIExpectationSetters.java136 IExpectationSetters<T> once(); in once() method
/external/easymock/src/org/easymock/internal/
DMocksControl.java236 public IExpectationSetters<Object> once() { in once() method in MocksControl
/external/e2fsprogs/misc/
Dfilefrag.c271 static int once = 1; local
/external/bluetooth/glib/glib/
Dgthread.h327 # define g_once(once, func, arg) g_once_impl ((once), (func), (arg)) argument
329 # define g_once(once, func, arg) \ argument
Dgthread.c176 g_once_impl (GOnce *once, in g_once_impl()
/external/chromium/net/base/
Dnss_memio.c357 static PRCallOnceType once; in memio_CreateIOLayer() local
/external/ping/
Dping.c1195 static int once; in parse_reply() local
1636 static int once; in install_filter() local
/external/valgrind/unittest/
Dposix_tests.cc220 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
/external/valgrind/main/drd/tests/
Dtsan_unittest.cpp5083 static pthread_once_t once = PTHREAD_ONCE_INIT; variable