Home
last modified time | relevance | path

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

12

/external/libvpx/libvpx/vpx_ports/
Dvpx_once.h19 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/
Donce.h93 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) { in GoogleOnceInit()
101 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)(Arg), in GoogleOnceInit()
Donce.cc65 void GoogleOnceInitImpl(ProtobufOnceType* once, Closure* closure) { in GoogleOnceInitImpl()
Donce_unittest.cc58 void SetOnces(ProtobufOnceType* once, ProtobufOnceType* recursive_once) { in SetOnces()
/external/v8/src/base/
Donce.h82 inline void CallOnce(OnceType* once, NoArgFunction init_func) { in CallOnce()
90 inline void CallOnce(OnceType* once, in CallOnce()
Donce.cc18 void CallOnceImpl(OnceType* once, PointerArgFunction init_func, void* arg) { in CallOnceImpl()
/external/skia/include/core/
DSkOnce.h119 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/
DcheckAccess.c10 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
/external/openfst/src/include/fst/
Dlock.h40 inline int FstOnceInit(FstOnceType *once, void (*init)(void)) { in FstOnceInit()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp573 const SelectionDAG *G, VisitedSDNodeSet &once) { in DumpNodesr()
609 VisitedSDNodeSet once; in dumpr() local
614 VisitedSDNodeSet once; in dumpr() local
/external/selinux/libselinux/src/
DcheckAccess.c10 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
Dsetrans_client.c36 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
Dprocattr.c22 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
Dmatchpathcon.c19 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
Dselinux_config.c57 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
/external/boringssl/src/crypto/
Dthread_none.c35 void CRYPTO_once(CRYPTO_once_t *once, void (*init)(void)) { in CRYPTO_once()
Dthread_pthread.c76 void CRYPTO_once(CRYPTO_once_t *once, void (*init)(void)) { in CRYPTO_once()
Dthread_win.c35 volatile LONG *once = in_once; in run_once() local
Dinternal.h399 CRYPTO_once_t once; member
/external/easymock/src/org/easymock/
DIExpectationSetters.java136 IExpectationSetters<T> once(); in once() method
/external/skia/tests/
DOnceTest.cpp39 SkOnceFlag* once; member in __anon9dea4e000111::Racer
/external/mesa3d/src/mapi/mapi/
Dstub.c59 static pthread_once_t once = PTHREAD_ONCE_INIT; in stub_init_once() local
/external/skia/gm/
Dcolormatrix.cpp19 bool once() const { in once() function in SkDoOnce
/external/iputils/
Dping.c873 static int once; in parse_reply() local
1374 static int once; in install_filter() local
/external/easymock/src/org/easymock/internal/
DMocksControl.java236 public IExpectationSetters<Object> once() { in once() method in MocksControl

12