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

  /external/jmonkeyengine/engine/src/core/com/jme3/input/dummy/
DummyInput.java 46 protected boolean inited = false; field in class:DummyInput
49 if (inited)
52 inited = true;
56 if (!inited)
61 if (!inited)
64 inited = false;
68 return inited;
  /external/qemu/
module.c 31 static int inited; local
34 if (inited) {
42 inited = 1;
  /sdk/emulator/opengl/host/renderer/
main.cpp 116 bool inited = FrameBuffer::initialize(winWidth, winHeight); local
117 if (!inited) {
122 inited = FrameBuffer::setupSubWindow(windowId,
124 if (!inited) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
lbximage.h 40 int inited; member in struct:_LbxBitmapCompMethod
78 int inited; member in struct:_LbxPixmapCompMethod
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
lbximage.h 40 int inited; member in struct:_LbxBitmapCompMethod
78 int inited; member in struct:_LbxPixmapCompMethod
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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/msan/
msan_allocator.cc 39 static int inited = 0; member in namespace:__msan
42 if (inited) return;
44 inited = true; // this must happen before any threads are created.
msan_interceptors.cc 978 static int inited = 0; local
979 CHECK_EQ(inited, 0);
1065 inited = 1;
  /sdk/emulator/opengl/tests/emulator_test_renderer/
main.cpp 95 bool inited = initOpenGLRenderer(winWidth, winHeight, portNum); local
96 if (!inited) {
102 inited = createOpenGLSubwindow(windowId, 0, 0,
104 if (!inited) {
  /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
  /sdk/emulator/opengl/host/libs/libOpenglRender/
render_api.cpp 94 bool inited = FrameBuffer::initialize(width, height); local
95 if (!inited) {
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/input/lwjgl/
JInputJoyInput.java 19 private boolean inited = false; field in class:JInputJoyInput
113 inited = true;
179 inited = false;
183 return inited;
  /external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
NiftyJmeDisplay.java 55 protected boolean inited = false; field in class:NiftyJmeDisplay
116 inited = true;
159 return inited;
177 inited = false;
  /external/webkit/Source/JavaScriptCore/wtf/
CurrentTime.cpp 90 static bool inited; local
96 if (inited) {
116 inited = true;
  /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++ ) {
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
PinyinDecoderService.java 100 private static boolean inited = false; field in class:PinyinDecoderService
141 inited = nativeImOpenDecoderFd(afd.getFileDescriptor(), afd
168 inited = false;
  /external/llvm/unittests/IR/
PassManagerTest.cpp 226 static int inited; member in struct:llvm::__anon12047::BPass
231 EXPECT_EQ(inited, N);
235 inited = 0;
244 inited++;
263 int BPass::inited=0; member in class:llvm::__anon12047::BPass
  /external/bison/lib/glthread/
lock.h 595 volatile int inited; member in struct:__anon2294
747 volatile int inited; member in struct:__anon2300
    [all...]
  /external/qemu/target-arm/
helper.c 379 static int inited = 0; local
386 if (!inited) {
387 inited = 1;
    [all...]
  /external/qemu/target-i386/
helper.c 1781 static int inited; local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 174 #define POOL_ENAB(pool) ((pool) && (pool)->inited)
222 bool inited; member in struct:pktpool
  /external/qemu/target-mips/
translate.c 8532 static int inited; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 1267 milliseconds