Searched refs:InitOnce (Results 1 - 12 of 12) sorted by relevance

/external/libvpx/libvpx/test/
H A Ddecode_test_driver.h63 InitOnce();
69 InitOnce();
83 InitOnce();
91 void InitOnce() { function in class:libvpx_test::Decoder
H A Ddecode_test_driver.cc20 InitOnce();
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Ddecode_test_driver.h69 InitOnce();
75 InitOnce();
89 InitOnce();
103 void InitOnce() { function in class:libvpx_test::Decoder
H A Ddecode_test_driver.cc34 InitOnce();
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Donce_unittest.cc63 void InitOnce() { function in class:google::protobuf::__anon14863::OnceInitTest
130 return new TestThread(NewCallback(this, &OnceInitTest::InitOnce));
174 static void InitRecursiveStatic() { current_test_->InitOnce(); }
185 InitOnce();
189 InitOnce();
/external/protobuf/src/google/protobuf/stubs/
H A Donce_unittest.cc63 void InitOnce() { function in class:google::protobuf::__anon29003::OnceInitTest
130 return new TestThread(NewCallback(this, &OnceInitTest::InitOnce));
174 static void InitRecursiveStatic() { current_test_->InitOnce(); }
185 InitOnce();
189 InitOnce();
/external/chromium_org/third_party/leveldatabase/src/port/
H A Dport_example.h68 // port::InitOnce(&init_control, &Initializer);
71 extern void InitOnce(port::OnceType*, void (*initializer)());
H A Dport_posix.cc49 void InitOnce(OnceType* once, void (*initializer)()) { function in namespace:leveldb::port
H A Dport_posix.h117 extern void InitOnce(OnceType* once, void (*initializer)());
/external/chromium_org/third_party/leveldatabase/src/util/
H A Dcomparator.cc77 port::InitOnce(&once, InitModule);
/external/chromium_org/third_party/leveldatabase/port/
H A Dport_chromium.h87 // Implementation of OnceType and InitOnce() pair, this is equivalent to
102 static inline void InitOnce(OnceType* once, void (*initializer)()) { function in namespace:leveldb::port
/external/chromium_org/tools/android/forwarder2/
H A Dhost_forwarder_main.cc109 InitOnce();
128 void InitOnce() { function in class:forwarder2::__anon16415::HostControllersManager

Completed in 1747 milliseconds