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

  /external/qemu/
module.c 31 static int inited; local
34 if (inited) {
42 inited = 1;
  /frameworks/base/awt/java/awt/image/
AreaAveragingScaleFilter.java 51 * The inited.
53 private boolean inited = false; // All data inited field in class:AreaAveragingScaleFilter
166 if (!inited) {
286 inited = true;
  /external/webkit/JavaScriptCore/wtf/
CurrentTime.cpp 92 static bool inited; local
98 if (inited) {
118 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;
  /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/qemu/target-arm/
helper.c 251 static int inited = 0; local
258 if (!inited) {
259 inited = 1;
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 221 milliseconds