HomeSort by relevance Sort by last modified time
    Searched refs:DEBUG_CACHE (Results 1 - 15 of 15) 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",
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_debug.h 46 #define DEBUG_CACHE 0x8000
svga_screen_cache.c 259 SVGA_DBG(DEBUG_CACHE|DEBUG_DMA,
275 SVGA_DBG(DEBUG_CACHE|DEBUG_DMA,
283 SVGA_DBG(DEBUG_CACHE|DEBUG_DMA,
347 SVGA_DBG(DEBUG_CACHE|DEBUG_DMA,
401 SVGA_DBG(DEBUG_CACHE|DEBUG_DMA,
435 SVGA_DBG(DEBUG_CACHE|DEBUG_DMA,
439 SVGA_DBG(DEBUG_CACHE|DEBUG_DMA,
457 SVGA_DBG(DEBUG_CACHE|DEBUG_DMA,
svga_screen.c 60 { "cache", DEBUG_CACHE, NULL },
  /external/mesa3d/src/gallium/drivers/svga/
svga_debug.h 46 #define DEBUG_CACHE 0x8000
svga_screen_cache.c 259 SVGA_DBG(DEBUG_CACHE|DEBUG_DMA,
275 SVGA_DBG(DEBUG_CACHE|DEBUG_DMA,
283 SVGA_DBG(DEBUG_CACHE|DEBUG_DMA,
347 SVGA_DBG(DEBUG_CACHE|DEBUG_DMA,
401 SVGA_DBG(DEBUG_CACHE|DEBUG_DMA,
435 SVGA_DBG(DEBUG_CACHE|DEBUG_DMA,
439 SVGA_DBG(DEBUG_CACHE|DEBUG_DMA,
457 SVGA_DBG(DEBUG_CACHE|DEBUG_DMA,
svga_screen.c 60 { "cache", DEBUG_CACHE, NULL },
  /packages/apps/Email/src/com/android/email/provider/
ContentCache.java 78 private static final boolean DEBUG_CACHE = false; // DO NOT CHECK IN TRUE
486 if (MailActivityEmail.DEBUG && DEBUG_CACHE) {
493 if (MailActivityEmail.DEBUG && DEBUG_CACHE) {
635 if (MailActivityEmail.DEBUG && DEBUG_CACHE) {
641 if (MailActivityEmail.DEBUG && DEBUG_CACHE) {
678 if (DEBUG_CACHE && (operation != null)) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardLayoutSet.java 65 private static final boolean DEBUG_CACHE = LatinImeLogger.sDBG;
177 if (DEBUG_CACHE) {
204 if (DEBUG_CACHE) {
208 if (DEBUG_CACHE) {
  /packages/inputmethods/LatinIME/native/jni/src/
defines.h 243 #define DEBUG_CACHE false
267 #define DEBUG_CACHE false
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_nodes_cache.h 148 if (DEBUG_DICT_FULL || DEBUG_CACHE) {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/
suggest.cpp 327 if (DEBUG_CACHE) {
349 if (DEBUG_CACHE) {
  /frameworks/base/core/java/android/app/
ResourcesManager.java 41 static final boolean DEBUG_CACHE = false;

Completed in 154 milliseconds