HomeSort by relevance Sort by last modified time
    Searched refs:DEBUG_ALL (Results 1 - 25 of 34) sorted by null

1 2

  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerDebugConfig.java 42 static final boolean DEBUG_ALL = false;
45 static final boolean DEBUG_ALL_ACTIVITIES = DEBUG_ALL || false;
51 static final boolean DEBUG_BACKGROUND_CHECK = DEBUG_ALL || false;
52 static final boolean DEBUG_BACKUP = DEBUG_ALL || false;
53 static final boolean DEBUG_BROADCAST = DEBUG_ALL || false;
56 static final boolean DEBUG_CLEANUP = DEBUG_ALL || false;
57 static final boolean DEBUG_CONFIGURATION = DEBUG_ALL || false;
61 static final boolean DEBUG_IMMERSIVE = DEBUG_ALL || false;
62 static final boolean DEBUG_LOCKTASK = DEBUG_ALL || false;
63 static final boolean DEBUG_LRU = DEBUG_ALL || false
    [all...]
ActivityStack.java 43 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_ALL;
    [all...]
ActivityStackSupervisor.java 55 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_ALL;
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
debug.h 44 const int DEBUG_ALL = (DEBUG_TASK | DEBUG_SCRIPT | DEBUG_FILES
62 { "all", DEBUG_ALL }
  /hardware/qcom/display/msm8226/libqservice/
IQService.h 65 DEBUG_ALL,
  /hardware/qcom/display/msm8909/libqservice/
IQService.h 87 DEBUG_ALL,
  /hardware/qcom/display/msm8909w_3100/libqservice/
IQService.h 88 DEBUG_ALL,
  /hardware/qcom/display/msm8994/libqservice/
IQService.h 72 DEBUG_ALL,
  /hardware/qcom/display/msm8996/libqservice/
IQService.h 86 DEBUG_ALL,
  /hardware/qcom/display/msm8998/libqservice/
IQService.h 88 DEBUG_ALL,
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_qclient.cpp 227 //break is ignored for DEBUG_ALL to toggle all of them at once
228 case IQService::DEBUG_ALL:
231 if (debug_type != IQService::DEBUG_ALL)
235 if (debug_type != IQService::DEBUG_ALL)
239 if (debug_type != IQService::DEBUG_ALL)
243 if (debug_type != IQService::DEBUG_ALL)
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_qclient.cpp 224 //break is ignored for DEBUG_ALL to toggle all of them at once
225 case IQService::DEBUG_ALL:
228 if (debug_type != IQService::DEBUG_ALL)
232 if (debug_type != IQService::DEBUG_ALL)
  /external/e2fsprogs/lib/blkid/
blkidP.h 140 #define DEBUG_ALL 0xFFFF
resolve.c 115 blkid_debug_mask = DEBUG_ALL;
cache.c 186 blkid_debug_mask = DEBUG_ALL;
devno.c 201 blkid_debug_mask = DEBUG_ALL;
save.c 178 blkid_debug_mask = DEBUG_ALL;
read.c 480 blkid_debug_mask = DEBUG_ALL;
devname.c 543 blkid_debug_mask = DEBUG_ALL;
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
MagnificationGestureHandler.java 112 private static final boolean DEBUG_ALL = false;
113 private static final boolean DEBUG_STATE_TRANSITIONS = false || DEBUG_ALL;
114 private static final boolean DEBUG_DETECTING = false || DEBUG_ALL;
115 private static final boolean DEBUG_PANNING_SCALING = false || DEBUG_ALL;
116 private static final boolean DEBUG_EVENT_STREAM = false || DEBUG_ALL;
166 if (DEBUG_ALL) {
211 if (DEBUG_ALL) Slog.i(LOG_TAG, "onMotionEvent(" + event + ")");
273 if (DEBUG_ALL) Slog.i(LOG_TAG, "dispatchTransformedEvent(event = " + event + ")");
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_session.cpp     [all...]
  /hardware/qcom/display/msm8909/sdm/libs/hwc/
hwc_session.cpp     [all...]
  /hardware/qcom/display/msm8909/sdm/libs/hwc2/
hwc_session.cpp     [all...]
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
hwc_session.cpp     [all...]
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
hwc_session.cpp     [all...]

Completed in 1227 milliseconds

1 2