HomeSort by relevance Sort by last modified time
    Searched defs:DEBUG_REFS (Results 1 - 2 of 2) sorted by null

  /system/core/libutils/
RefBase.cpp 40 #define DEBUG_REFS 0
49 // folder where stack traces are saved when DEBUG_REFS is enabled
72 #if !DEBUG_REFS
633 #if DEBUG_REFS
  /frameworks/base/core/java/android/content/res/
AssetManager.java 63 private static final boolean DEBUG_REFS = false;
89 if (DEBUG_REFS) {
110 if (DEBUG_REFS) {
521 if (DEBUG_REFS && mNumRefs != 0) {
790 if (DEBUG_REFS) {
802 if (DEBUG_REFS && mRefStacks != null) {

Completed in 64 milliseconds