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

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/compiler-rt/include/xray/
xray_interface.h 56 NOT_INITIALIZED = 0,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/compiler-rt/include/xray/
xray_interface.h 56 NOT_INITIALIZED = 0,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/compiler-rt/include/xray/
xray_interface.h 56 NOT_INITIALIZED = 0,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/compiler-rt/include/xray/
xray_interface.h 56 NOT_INITIALIZED = 0,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/compiler-rt/include/xray/
xray_interface.h 56 NOT_INITIALIZED = 0,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/compiler-rt/include/xray/
xray_interface.h 56 NOT_INITIALIZED = 0,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/compiler-rt/include/xray/
xray_interface.h 56 NOT_INITIALIZED = 0,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/compiler-rt/include/xray/
xray_interface.h 56 NOT_INITIALIZED = 0,
  /frameworks/native/opengl/libs/EGL/
egl_display.h 54 NOT_INITIALIZED = 0,
101 DisplayImpl() : dpy(EGL_NO_DISPLAY), state(NOT_INITIALIZED) { }
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
ButtonSwitcher.java 34 public static final int NOT_INITIALIZED = -1;
40 private int mStatus = NOT_INITIALIZED;
41 private int mAnimateToStatus = NOT_INITIALIZED;
62 mStatus = NOT_INITIALIZED;
63 mAnimateToStatus = NOT_INITIALIZED;
76 if (mAnimateToStatus != NOT_INITIALIZED) {
81 mAnimateToStatus = NOT_INITIALIZED;
99 if (mStatus == NOT_INITIALIZED) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
ScrimController.java 78 private static final float NOT_INITIALIZED = -1;
116 private float mCurrentInFrontAlpha = NOT_INITIALIZED;
117 private float mCurrentBehindAlpha = NOT_INITIALIZED;
118 private float mCurrentHeadsUpAlpha = NOT_INITIALIZED;
  /frameworks/base/services/core/java/com/android/server/content/
SyncStorageEngine.java 227 public static final int NOT_INITIALIZED = -1;
294 syncable = NOT_INITIALIZED; // default to "unknown"
659 authority.syncable = AuthorityInfo.NOT_INITIALIZED;
680 return AuthorityInfo.NOT_INITIALIZED;
694 return AuthorityInfo.NOT_INITIALIZED;
712 if (syncable < AuthorityInfo.NOT_INITIALIZED) {
713 syncable = AuthorityInfo.NOT_INITIALIZED;
    [all...]
  /prebuilts/tools/common/m2/repository/com/puppycrawl/tools/checkstyle/5.9/
checkstyle-5.9.jar 
  /prebuilts/checkstyle/
checkstyle.jar 

Completed in 1036 milliseconds