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

  /external/e2fsprogs/lib/blkid/
cache.c 92 DBG(DEBUG_CACHE, printf("creating blkid cache (using %s)\n",
122 DBG(DEBUG_CACHE, printf("freeing cache struct\n"));
124 /* DBG(DEBUG_CACHE, blkid_debug_dump_cache(cache)); */
143 DBG(DEBUG_CACHE, printf("warning: unfreed tag %s=%s\n",
167 DBG(DEBUG_CACHE,
172 DBG(DEBUG_CACHE,
blkidP.h 129 #define DEBUG_CACHE 0x0001
read.c 400 DBG(DEBUG_CACHE, printf("skipping re-read of %s\n",
405 DBG(DEBUG_CACHE, printf("reading cache file %s\n",
  /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/native/jni/src/suggest/core/dicnode/
dic_nodes_cache.h 146 if (DEBUG_DICT_FULL || DEBUG_CACHE) {
  /packages/inputmethods/LatinIME/native/jni/src/
defines.h 217 #define DEBUG_CACHE false
243 #define DEBUG_CACHE false
  /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/suggest/core/
suggest.cpp 236 if (DEBUG_CACHE) {
258 if (DEBUG_CACHE) {

Completed in 153 milliseconds