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

1 2

  /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;
DummyKeyInput.java 46 if (!inited)
DummyMouseInput.java 46 if (!inited)
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator64_testlib.cc 34 static int inited = 0; member in namespace:__anon6467
38 if (inited) return;
39 inited = true; // this must happen before any threads are created.
61 assert(inited);
66 assert(inited);
71 assert(inited);
76 assert(inited);
89 assert(inited);
94 assert(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/qemu/
module.c 31 static int inited; local
34 if (inited) {
42 inited = 1;
  /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/renderer/
main.cpp 116 bool inited = FrameBuffer::initialize(winWidth, winHeight); local
117 if (!inited) {
122 inited = FrameBuffer::setupSubWindow(windowId,
124 if (!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;
  /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) {
  /external/webkit/Source/JavaScriptCore/wtf/
CurrentTime.cpp 90 static bool inited; local
96 if (inited) {
116 inited = true;
  /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;
  /sdk/emulator/opengl/host/libs/libOpenglRender/
render_api.cpp 94 bool inited = FrameBuffer::initialize(width, height); local
95 if (!inited) {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux.cc 144 static bool inited;
145 if (!inited) {
146 inited = true;
  /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/VMCore/
PassManagerTest.cpp 222 static int inited; member in struct:llvm::__anon10833::BPass
227 EXPECT_EQ(inited, N);
231 inited = 0;
240 inited++;
259 int BPass::inited=0; member in class:llvm::__anon10833::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++ ) {
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
bcmutils.h 128 #define POOL_ENAB(pool) ((pool) && (pool)->inited)
178 bool inited; member in struct:pktpool
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 151 #define POOL_ENAB(pool) ((pool) && (pool)->inited)
203 bool inited; member in struct:pktpool
  /external/qemu/target-i386/
helper.c 1781 static int inited; local
    [all...]
  /external/qemu/target-arm/
helper.c 379 static int inited = 0; local
386 if (!inited) {
387 inited = 1;
    [all...]
  /external/qemu/target-mips/
translate.c 8529 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 

Completed in 483 milliseconds

1 2