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

  /external/chromium_org/third_party/leveldatabase/src/port/
port_posix.cc 49 void InitOnce(OnceType* once, void (*initializer)()) {
  /external/chromium_org/third_party/leveldatabase/port/
port_chromium.h 87 // Implementation of OnceType and InitOnce() pair, this is equivalent to
102 static inline void InitOnce(OnceType* once, void (*initializer)()) {
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
decode_test_driver.h 69 InitOnce();
75 InitOnce();
89 InitOnce();
103 void InitOnce() {
  /external/libvpx/libvpx/test/
decode_test_driver.h 63 InitOnce();
69 InitOnce();
83 InitOnce();
91 void InitOnce() {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
decode_test_driver.h 63 InitOnce();
69 InitOnce();
83 InitOnce();
91 void 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/tools/android/forwarder2/
host_forwarder_main.cc 109 InitOnce();
128 void InitOnce() {

Completed in 549 milliseconds