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

  /external/oprofile/libpp/
symbol_sort.cpp 35 int debug_compare(debug_name_id l, debug_name_id r) function in namespace:__anon26157
74 int ret = debug_compare(f1.filename, f2.filename);
  /packages/apps/Settings/src/com/android/settings/applications/
RunningState.java 60 static final boolean DEBUG_COMPARE = false;
145 if (DEBUG_COMPARE) {
163 if (DEBUG_COMPARE) Log.i(TAG, " Label " + lhs.mProcess.mLabel
173 if (DEBUG_COMPARE) Log.i(TAG, " Bg " + lhsBg + " with " + rhsBg);
181 if (DEBUG_COMPARE) Log.i(TAG, " Act " + lhsA + " with " + rhsA);
185 if (DEBUG_COMPARE) Log.i(TAG, " Lru " + lhsInfo.lru + " with " + rhsInfo.lru);
    [all...]

Completed in 676 milliseconds