HomeSort by relevance Sort by last modified time
    Searched full:initonce (Results 1 - 25 of 38) sorted by null

1 2

  /external/icu/icu4c/source/i18n/
collationroot.cpp 34 static UInitOnce initOnce = U_INITONCE_INITIALIZER;
42 initOnce.reset();
74 umtx_initOnce(initOnce, CollationRoot::load, errorCode);
81 umtx_initOnce(initOnce, CollationRoot::load, errorCode);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
decode_test_driver.h 63 InitOnce();
69 InitOnce();
83 InitOnce();
91 void InitOnce() {
decode_test_driver.cc 20 InitOnce();
  /external/autotest/client/deps/glbench/src/
waffle_stuff.h 45 void InitOnce();
waffle_stuff.cc 99 void WaffleInterface::InitOnce() {
147 InitOnce();
  /external/libvpx/libvpx/test/
decode_test_driver.h 79 InitOnce();
85 InitOnce();
99 InitOnce();
117 void InitOnce() {
decode_test_driver.cc 36 InitOnce();
  /external/protobuf/src/google/protobuf/stubs/
once_unittest.cc 63 void InitOnce() {
130 return new TestThread(NewCallback(this, &OnceInitTest::InitOnce));
174 static void InitRecursiveStatic() { current_test_->InitOnce(); }
185 InitOnce();
189 InitOnce();
once.h 66 // void InitOnce() {
  /external/google-breakpad/src/common/linux/
guid_creator.cc 64 InitOnce();
74 static void InitOnce() {
  /frameworks/av/cmds/screenrecord/
TextRenderer.cpp 38 void TextRenderer::initOnce() {
184 initOnce();
256 initOnce();
TextRenderer.h 89 static void initOnce();
  /external/icu/icu4c/source/common/
locavailable.cpp 123 // via the initOnce mechanism.
  /external/v8/src/base/
once.h 40 // void InitOnce() {
  /prebuilts/go/darwin-x86/src/crypto/elliptic/
elliptic.go 329 var initonce sync.Once var
364 initonce.Do(initAll)
370 initonce.Do(initAll)
376 initonce.Do(initAll)
  /prebuilts/go/linux-x86/src/crypto/elliptic/
elliptic.go 329 var initonce sync.Once var
364 initonce.Do(initAll)
370 initonce.Do(initAll)
376 initonce.Do(initAll)
  /prebuilts/go/darwin-x86/src/net/
dnsclient_unix.go 217 initOnce sync.Once // guards init of resolverConfig
231 // init initializes conf and is only called via conf.initOnce.
254 conf.initOnce.Do(conf.init)
dnsclient_unix_test.go 113 conf.initOnce.Do(conf.init)
  /prebuilts/go/linux-x86/src/net/
dnsclient_unix.go 217 initOnce sync.Once // guards init of resolverConfig
231 // init initializes conf and is only called via conf.initOnce.
254 conf.initOnce.Do(conf.init)
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
once.h 66 // void InitOnce() {
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
once.h 66 // void InitOnce() {
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
once.h 66 // void InitOnce() {
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
once.h 66 // void InitOnce() {
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
once.h 66 // void InitOnce() {
  /external/vulkan-validation-layers/loader/
vk_loader_platform.h 381 InitFuncWrapper(PINIT_ONCE InitOnce, PVOID Parameter, PVOID *Context) {

Completed in 1355 milliseconds

1 2