HomeSort by relevance Sort by last modified time
    Searched refs:inited (Results 1 - 25 of 56) sorted by null

1 2 3

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
lbximage.h 40 int inited; member in struct:_LbxBitmapCompMethod
78 int inited; member in struct:_LbxPixmapCompMethod
  /external/compiler-rt/lib/dfsan/
dfsan_interceptors.cc 37 static int inited = 0; local
38 CHECK_EQ(inited, 0);
42 inited = 1;
  /toolchain/binutils/binutils-2.25/gprof/
mips.c 48 static bfd_boolean inited = FALSE; local
50 if (!inited)
52 inited = TRUE;
tahoe.c 228 static bfd_boolean inited = FALSE; local
230 if (!inited)
232 inited = TRUE;
vax.c 240 static bfd_boolean inited = FALSE; local
242 if (!inited)
244 inited = TRUE;
  /ndk/sources/host-tools/make-3.81/
remote-cstms.c 67 static int inited = 0;
71 if (!inited)
77 inited = -1;
89 inited = Customs_Ping () == RPC_SUCCESS ? 1 : -1;
96 inited = -1;
107 inited = -1;
111 if (inited < 0)
66 static int inited = 0; local
  /external/netperf/src/
net_uuid.c 181 static int inited = 0; local
184 if (!inited) {
189 inited = 1;
240 static int inited = 0; local
245 if (!inited) {
248 inited = 1;
277 static int inited = 0; local
281 if (!inited) {
286 inited = 1;
  /external/bison/lib/glthread/
lock.c 594 if (!once_control->inited)
603 if (!once_control->inited)
605 once_control->inited = 1;
618 if (!once_control->inited)
621 once_control->inited = ~ 0;
1021 if (once_control->inited <= 0)
1028 once_control->inited = 0;
1030 once_control->inited = 1;
1040 while (once_control->inited < 0)
1042 if (once_control->inited <= 0
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mimetypes.py 14 inited -- flag set when init() has been called
52 inited = False variable
65 if not inited:
350 global inited, _db
351 inited = True # so that MimeTypes.__init__() doesn't call us again
  /prebuilts/gdb/linux-x86/lib/python2.7/
mimetypes.py 14 inited -- flag set when init() has been called
52 inited = False variable
65 if not inited:
350 global inited, _db
351 inited = True # so that MimeTypes.__init__() doesn't call us again
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimetypes.py 14 inited -- flag set when init() has been called
52 inited = False variable
65 if not inited:
350 global inited, _db
351 inited = True # so that MimeTypes.__init__() doesn't call us again
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimetypes.py 14 inited -- flag set when init() has been called
52 inited = False variable
65 if not inited:
350 global inited, _db
351 inited = True # so that MimeTypes.__init__() doesn't call us again
  /external/compiler-rt/lib/tsan/go/
tsan_go.cc 75 static bool inited; variable
89 inited = true;
144 if (!inited)
  /external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/audio/
OggInputStream.java 85 boolean inited = false; field in class:OggInputStream
298 if (!inited) {
299 inited = true;
  /external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/audio/
OggInputStream.java 85 boolean inited = false; field in class:OggInputStream
298 if (!inited) {
299 inited = true;
  /external/mesa3d/src/mesa/tnl/
t_vb_fog.c 52 static GLfloat inited = 0; variable
83 inited = 1;
249 if (!inited)
  /toolchain/binutils/binutils-2.25/bfd/
verilog.c 264 static bfd_boolean inited = FALSE; local
266 if (! inited)
268 inited = TRUE;
  /external/llvm/unittests/IR/
LegacyPassManagerTest.cpp 229 static int inited; member in struct:llvm::__anon18273::BPass
234 EXPECT_EQ(inited, N);
238 inited = 0;
247 inited++;
265 int BPass::inited=0; member in class:llvm::__anon18273::BPass
  /external/compiler-rt/lib/tsan/dd/
dd_interceptors.cc 25 static bool inited; variable
35 if (!inited) {
36 inited = true;
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_mimetypes.py 10 mimetypes.inited = False
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_mimetypes.py 10 mimetypes.inited = False
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mimetypes.py 10 mimetypes.inited = False
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mimetypes.py 10 mimetypes.inited = False
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndapi.c 678 NJ_UINT16 initst, inited; local
737 inited = kw_len + 1;
739 inited = cursor->cond.yclen + 1;
761 for (; clrcnt < inited; clrcnt++) {
765 for (clrcnt = 1; clrcnt < inited; clrcnt++ ) {
773 for (clrcnt = initst; clrcnt < inited; clrcnt++) {
777 for (clrcnt = 1; clrcnt < inited; clrcnt++ ) {
  /external/dng_sdk/source/
dng_pthread.h 82 int inited; member in struct:_dng_pthread_once_t

Completed in 853 milliseconds

1 2 3