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:__anon12774
74 int ret = debug_compare(f1.filename, f2.filename);
  /packages/apps/Settings/src/com/android/settings/applications/
RunningState.java 59 static final boolean DEBUG_COMPARE = false;
144 if (DEBUG_COMPARE) {
162 if (DEBUG_COMPARE) Log.i(TAG, " Label " + lhs.mProcess.mLabel
172 if (DEBUG_COMPARE) Log.i(TAG, " Bg " + lhsBg + " with " + rhsBg);
180 if (DEBUG_COMPARE) Log.i(TAG, " Act " + lhsA + " with " + rhsA);
184 if (DEBUG_COMPARE) Log.i(TAG, " Lru " + lhsInfo.lru + " with " + rhsInfo.lru);
    [all...]

Completed in 4828 milliseconds