HomeSort by relevance Sort by last modified time
    Searched defs:once (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium_org/net/third_party/nss/ssl/
sslerrstrs.c 27 static PRCallOnceType once; variable
32 return (PR_SUCCESS == PR_CallOnce(&once, ssl_InitializePRErrorTableOnce))
ssl3ecc.c 168 int error; /* error code of the call-once function */
169 PRCallOnceType once; member in struct:ECDHEKeyPairStr
523 /* CallOnce function, called once for each named curve. */
578 status = PR_CallOnce(&gECDHEKeyPairs[ec_noName].once, ssl3_ECRegister);
583 status = PR_CallOnceWithArg(&gECDHEKeyPairs[ec_curve].once,
    [all...]
  /external/libvpx/libvpx/vpx_ports/
vpx_once.h 15 static void once(void (*func)(void)) function
74 static void once(void (*func)(void)) function
87 static void once(void (*func)(void)) function
  /external/libselinux/src/
checkAccess.c 8 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
26 __selinux_once(once, avc_init_once);
stringrep.c 24 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
android.c 323 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
489 __selinux_once(once, seapp_context_init);
555 __selinux_once(once, seapp_context_init);
  /system/extras/tests/bionic/libc/common/
test_pthread_once.c 35 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
54 pthread_once( &once, once_function );
bench_pthread.c 173 pthread_once_t once = PTHREAD_ONCE_INIT; local
174 pthread_once(&once, _dummy_init);
183 BENCH(pthread_once(&once, _dummy_init));
  /external/chromium_org/third_party/leveldatabase/src/util/
comparator.cc 69 static port::OnceType once = LEVELDB_ONCE_INIT; member in class:leveldb::__anon13681::BytewiseComparatorImpl
77 port::InitOnce(&once, InitModule);
  /external/easymock/src/org/easymock/
IExpectationSetters.java 132 * Expect the last invocation once. This is default in EasyMock.
136 IExpectationSetters<T> once(); method in interface:IExpectationSetters
139 * Expect the last invocation at least once.
MockControl.java 137 * Records that the mock object will expect the last method call once, and
148 .once(); method
152 * Records that the mock object will expect the last method call once, and
169 .andThrow(throwable).once();
173 * Records that the mock object will expect the last method call once, and
186 .andReturn(value).once();
414 public static final Range ONE = MocksControl.ONCE;
468 EasyMock.expectLastCall().andReturn(value).once();
550 EasyMock.expect(ignored).andThrow(throwable).once();
639 setter.once();
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/mapi/
stub.c 59 static pthread_once_t once = PTHREAD_ONCE_INIT; local
60 pthread_once(&once, entry_patch_public);
  /external/mesa3d/src/mapi/mapi/
stub.c 59 static pthread_once_t once = PTHREAD_ONCE_INIT; local
60 pthread_once(&once, entry_patch_public);
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 547 const SelectionDAG *G, VisitedSDNodeSet &once) {
548 if (!once.insert(N)) // If we've been here before, return now.
565 once.insert(child);
578 DumpNodesr(OS, child, indent+2, G, once);
583 VisitedSDNodeSet once; local
584 DumpNodesr(dbgs(), this, 0, 0, once); local
588 VisitedSDNodeSet once; local
589 DumpNodesr(dbgs(), this, 0, G, once); local
  /external/skia/gm/
colormatrix.cpp 19 bool once() const { function in class:SkOnce
44 if (fOnce.once()) {
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common/
FwdLockGlue.c 139 static pthread_once_t once = PTHREAD_ONCE_INIT; local
140 pthread_once(&once, FwdLockGlue_InitializeRoundKeys);
  /external/chromium/net/base/
nss_memio.c 24 Simple private circular buffer class. Size cannot be changed once allocated.
32 * Once an error is set, the socket is considered broken
357 static PRCallOnceType once; local
359 PR_CallOnce(&once, memio_InitializeLayerName);
  /external/chromium_org/net/base/
nss_memio.c 24 Simple private circular buffer class. Size cannot be changed once allocated.
32 * Once an error is set, the socket is considered broken
377 static PRCallOnceType once; local
379 PR_CallOnce(&once, memio_InitializeLayerName);
  /external/e2fsprogs/misc/
filefrag.c 271 static int once = 1; local
303 if (verbose && once)
308 if (verbose && is_ext2 && once)
374 once = 0;
  /external/easymock/src/org/easymock/internal/
MocksControl.java 236 public IExpectationSetters<Object> once() { method in class:MocksControl
238 state.times(ONCE);
266 public static final Range ONCE = new Range(1);
  /external/valgrind/unittest/
posix_tests.cc 220 static pthread_once_t once = PTHREAD_ONCE_INIT; member in namespace:NegativeTests_PthreadOnce
228 pthread_once(&once, Init);
232 pthread_once(&once, Init);
447 // are reading from the entire array at once.
  /external/libcap-ng/libcap-ng-0.7/src/
cap-ng.c 896 int once = 0, cnt = 0; local
908 if (once == 0) {
910 once++;
915 if (once == 0) {
920 once++;
928 if (once == 0) {
  /external/chromium_org/third_party/tcmalloc/chromium/src/
malloc_hook.cc 92 pthread_once_t once = PTHREAD_ONCE_INIT; member in namespace:__anon16262
116 perftools_pthread_once(&once, &RemoveInitialHooksAndCallInitializers);
126 perftools_pthread_once(&once, &RemoveInitialHooksAndCallInitializers);
131 perftools_pthread_once(&once, &RemoveInitialHooksAndCallInitializers);
135 // This function is called at most once by one of the above initial malloc
  /external/chromium_org/third_party/tcmalloc/vendor/src/
malloc_hook.cc 92 pthread_once_t once = PTHREAD_ONCE_INIT; member in namespace:__anon16305
116 perftools_pthread_once(&once, &RemoveInitialHooksAndCallInitializers);
126 perftools_pthread_once(&once, &RemoveInitialHooksAndCallInitializers);
131 perftools_pthread_once(&once, &RemoveInitialHooksAndCallInitializers);
135 // This function is called at most once by one of the above initial malloc
  /external/iputils/
ping.c 870 static int once; local
875 if (once++ == 1)
877 if (once == 1)
1371 static int once; local
    [all...]

Completed in 704 milliseconds

1 2