Home
last modified time | relevance | path

Searched refs:DEBUG_CACHE (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Email/provider_src/com/android/email/provider/
DContentCache.java78 private static final boolean DEBUG_CACHE = false; // DO NOT CHECK IN TRUE field in ContentCache
486 if (DebugUtils.DEBUG && DEBUG_CACHE) { in putCursorImpl()
493 if (DebugUtils.DEBUG && DEBUG_CACHE) { in putCursorImpl()
635 if (DebugUtils.DEBUG && DEBUG_CACHE) { in unlockImpl()
641 if (DebugUtils.DEBUG && DEBUG_CACHE) { in unlockImpl()
678 if (DEBUG_CACHE && (operation != null)) { in invalidate()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardLayoutSet.java67 private static final boolean DEBUG_CACHE = false; field in KeyboardLayoutSet
216 if (DEBUG_CACHE) { in getKeyboard()
242 if (DEBUG_CACHE) { in getKeyboard()
246 if (DEBUG_CACHE) { in getKeyboard()
/packages/inputmethods/LatinIME/native/jni/src/
Ddefines.h188 #define DEBUG_CACHE false macro
212 #define DEBUG_CACHE false macro
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/
Dsuggest.cpp117 if (DEBUG_CACHE) { in expandCurrentDicNodes()
139 if (DEBUG_CACHE) { in expandCurrentDicNodes()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_nodes_cache.h138 if (DEBUG_DICT_FULL || DEBUG_CACHE) { in restoreActiveDicNodesFromCache()