HomeSort by relevance Sort by last modified time
    Searched refs:InitOnce (Results 1 - 10 of 10) sorted by null

  /external/libvpx/libvpx/test/
decode_test_driver.h 63 InitOnce();
69 InitOnce();
82 void InitOnce() {
decode_test_driver.cc 20 InitOnce();
  /external/chromium_org/third_party/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();
  /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();
  /external/chromium_org/third_party/leveldatabase/src/port/
port_example.h 68 // port::InitOnce(&init_control, &Initializer);
71 extern void InitOnce(port::OnceType*, void (*initializer)());
port_posix.cc 49 void InitOnce(OnceType* once, void (*initializer)()) {
port_posix.h 117 extern void InitOnce(OnceType* once, void (*initializer)());
  /external/chromium_org/third_party/leveldatabase/src/util/
comparator.cc 77 port::InitOnce(&once, InitModule);
  /external/chromium_org/third_party/leveldatabase/port/
port_chromium.h 86 // Implementation of OnceType and InitOnce() pair, this is equivalent to
101 static inline void InitOnce(OnceType* once, void (*initializer)()) {
  /external/chromium_org/tools/android/forwarder2/
host_forwarder_main.cc 109 InitOnce();
128 void InitOnce() {

Completed in 488 milliseconds