HomeSort by relevance Sort by last modified time
    Searched full:debug_cache (Results 1 - 6 of 6) 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,
read.c 400 DBG(DEBUG_CACHE, printf("skipping re-read of %s\n",
405 DBG(DEBUG_CACHE, printf("reading cache file %s\n",
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/
KeyboardSwitcher.java 50 private static final boolean DEBUG_CACHE = LatinImeLogger.sDBG;
278 if (DEBUG_CACHE) {
283 } else if (DEBUG_CACHE) {
    [all...]
  /external/valgrind/tsan/
thread_sanitizer.cc 92 bool debug_cache = false; variable
    [all...]

Completed in 2712 milliseconds