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

1 2

  /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;
  /external/syslinux/gpxe/src/arch/i386/core/
video_subr.c 34 static int inited=0; local
38 if (!inited) {
44 inited=1;
  /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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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/dd/
dd_interceptors.cc 22 static bool inited; variable
32 if (!inited) {
33 inited = true;
  /external/python/cpython2/Lib/
mimetypes.py 14 inited -- flag set when init() has been called
52 inited = False variable
65 if not inited:
349 global inited, _db
350 inited = True # so that MimeTypes.__init__() doesn't call us again
  /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/mesa3d/src/mesa/tnl/
t_vb_fog.c 52 static GLfloat inited = 0; variable
83 inited = 1;
249 if (!inited)
  /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/llvm/unittests/IR/
LegacyPassManagerTest.cpp 228 static int inited; member in struct:llvm::__anon26501::BPass
233 EXPECT_EQ(inited, N);
237 inited = 0;
246 inited++;
264 int BPass::inited=0; member in class:llvm::__anon26501::BPass
  /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++ ) {
  /toolchain/binutils/binutils-2.25/bfd/
elfxx-ia64.c 199 static int inited = 0; local
202 if (!inited)
204 inited = 1;
verilog.c 264 static bfd_boolean inited = FALSE; local
266 if (! inited)
268 inited = TRUE;
  /external/compiler-rt/lib/tsan/go/
tsan_go.cc 114 static bool inited; member in namespace:__tsan
117 if (UNLIKELY(!inited)) {
148 inited = true;
203 CHECK(inited);
  /external/dng_sdk/source/
dng_pthread.h 89 int inited; member in struct:_dng_pthread_once_t
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_sanity.c 1345 static int inited = 0; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_sanity.c 979 static int inited = 0; local
981 if (!inited) {
983 inited = 1;
    [all...]
  /external/swiftshader/third_party/LLVM/unittests/VMCore/
PassManagerTest.cpp 222 static int inited; member in struct:llvm::__anon33099::BPass
227 EXPECT_EQ(inited, N);
231 inited = 0;
240 inited++;
259 int BPass::inited=0; member in class:llvm::__anon33099::BPass
  /external/toybox/kconfig/
symbol.c 50 static bool inited = false; local
52 if (inited)
54 inited = true;

Completed in 740 milliseconds

1 2