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

  /external/e2fsprogs/lib/blkid/
blkidP.h 129 #define DEBUG_CACHE 0x0001
  /packages/apps/Email/src/com/android/email/provider/
ContentCache.java 77 private static final boolean DEBUG_CACHE = false; // DO NOT CHECK IN TRUE
485 if (Email.DEBUG && DEBUG_CACHE) {
492 if (Email.DEBUG && DEBUG_CACHE) {
634 if (Email.DEBUG && DEBUG_CACHE) {
640 if (Email.DEBUG && DEBUG_CACHE) {
677 if (DEBUG_CACHE && (operation != null)) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardLayoutSet.java 70 private static final boolean DEBUG_CACHE = LatinImeLogger.sDBG;
188 if (DEBUG_CACHE) {
192 } else if (DEBUG_CACHE) {
  /packages/inputmethods/LatinIME/native/jni/src/
defines.h 217 #define DEBUG_CACHE false
243 #define DEBUG_CACHE false

Completed in 1057 milliseconds