Home
last modified time | relevance | path

Searched refs:DEBUG_REFS (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/content/res/
DAssetManager.java62 private static final boolean DEBUG_REFS = false; field in AssetManager
89 if (DEBUG_REFS) { in AssetManager()
110 if (DEBUG_REFS) { in AssetManager()
523 if (DEBUG_REFS && mNumRefs != 0) { in finalize()
748 if (DEBUG_REFS) { in incRefsLocked()
760 if (DEBUG_REFS && mRefStacks != null) { in decRefsLocked()
/frameworks/native/libs/utils/
DRefBase.cpp36 #define DEBUG_REFS 0 macro
60 #if !DEBUG_REFS
601 #if DEBUG_REFS in moveReferences()