HomeSort by relevance Sort by last modified time
    Searched full:init_done (Results 1 - 11 of 11) sorted by null

  /external/protobuf/src/google/protobuf/stubs/
once_unittest.cc 139 INIT_DONE
169 state_ = INIT_DONE;
186 EXPECT_EQ(INIT_DONE, CurrentState());
190 EXPECT_EQ(INIT_DONE, CurrentState());
201 EXPECT_EQ(INIT_DONE, CurrentState());
217 EXPECT_EQ(INIT_DONE, CurrentState());
248 EXPECT_EQ(INIT_DONE, CurrentState());
  /external/valgrind/main/coregrind/m_replacemalloc/
vg_replace_malloc.c 147 static int init_done; variable
181 if (!init_done) init(); \
196 if (!init_done) init(); \
216 if (!init_done) init(); \
345 if (!init_done) init(); \
357 if (!init_done) init(); \
434 if (!init_done) init(); \
449 if (!init_done) init(); \
484 if (!init_done) init(); \
508 if (!init_done) init();
    [all...]
  /external/chromium/chrome/browser/ui/views/
about_ipc_dialog.cc 77 bool init_done = false; member in namespace:__anon3201
83 if (!init_done)
118 init_done = true;
125 init_done = false;
  /external/libvpx/vp8/decoder/
onyxd_if.c 43 static int init_done = 0; local
45 if (!init_done)
49 init_done = 1;
  /external/valgrind/main/coregrind/
m_execontext.c 126 static Bool init_done = False; local
127 if (LIKELY(init_done))
143 init_done = True;
m_transtab.c 267 static Bool init_done = False; variable
933 vg_assert(init_done);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/
SDL_dlcompat.c 892 static int init_done = 0; local
895 if (!init_done) {
897 init_done = 1;
    [all...]
  /external/grub/netboot/
cs89x0.h 256 #define INIT_DONE 0x0080
cs89x0.c 329 (readreg(PP_SelfST) & INIT_DONE) == 0 &&
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-main.c 1247 static Bool init_done = False; local
    [all...]
  /external/libvpx/vp8/encoder/
onyx_if.c 225 static int init_done = 0; local
227 if (!init_done)
235 init_done = 1;
    [all...]

Completed in 165 milliseconds