HomeSort by relevance Sort by last modified time
    Searched refs:DEBUG (Results 176 - 200 of 1781) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
CompatModeButton.java 31 private static final boolean DEBUG = false;
58 if (DEBUG) Slog.d(TAG, "compat mode is " + mode + "; icon will " + (vis ? "show" : "hide"));
  /frameworks/base/tests/RenderScriptTests/Fountain_v11/src/com/android/fountain/
Fountain_v11.java 44 private static final boolean DEBUG = false;
45 private static final boolean LOG_ENABLED = DEBUG ? Config.LOGD : Config.LOGV;
  /frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
RSTest_v11.java 44 private static final boolean DEBUG = false;
45 private static final boolean LOG_ENABLED = DEBUG ? Config.LOGD : Config.LOGV;
  /packages/apps/Contacts/src/com/android/contacts/
ViewNotificationService.java 37 private static final boolean DEBUG = false;
41 if (DEBUG) { Log.d(TAG, "onHandleIntent(). Intent: " + intent); }
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
SectionedAlbumDataAdapter.java 36 private static final boolean DEBUG = false;
67 if (DEBUG) Log.i(TAG, "onChanged");
70 if (DEBUG) Log.i(TAG, "numAlbums = " + mAlbumData.getCount());
74 if (DEBUG) Log.i(TAG, "previous = " + previous +", title = " + item.account);
80 if (DEBUG) Log.i(TAG, "numSections = " + numSections);
96 if (DEBUG) Log.i(TAG, i + ": " + sections[i]);
179 if (DEBUG) Log.i(TAG, "header at " + position);
191 if (DEBUG) Log.i(TAG, "non-header at " + position +
  /external/llvm/lib/Transforms/Utils/
LoopUnroll.cpp 27 #include "llvm/Support/Debug.h"
74 DEBUG(dbgs() << "Merging: " << *BB << "into: " << *OnlyPred);
144 DEBUG(dbgs() << " Can't unroll; loop preheader-insertion failed.\n");
150 DEBUG(dbgs() << " Can't unroll; loop exit-block-insertion failed.\n");
156 DEBUG(dbgs() << " Can't unroll; Loop body cannot be cloned.\n");
165 DEBUG(dbgs() <<
172 DEBUG(dbgs() <<
178 DEBUG(dbgs() << " Trip Count = " << TripCount << "\n");
180 DEBUG(dbgs() << " Trip Multiple = " << TripMultiple << "\n");
227 DEBUG(dbgs() << "COMPLETELY UNROLLING loop %" << Header->getName(
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardViewManager.java 53 private final static boolean DEBUG = KeyguardViewMediator.DEBUG;
98 if (DEBUG) Log.d(TAG, "show(); mKeyguardView==" + mKeyguardView);
110 if (DEBUG) Log.v(TAG, "show:setSystemUiVisibility(" + Integer.toHexString(visFlags)+")");
144 if (DEBUG) Log.v(TAG, "onConfigurationChanged: view not visible");
180 if (DEBUG) Log.d(TAG, "keyguard host is null, creating it...");
290 if (DEBUG) Log.d(TAG, "Rotation sensor for lock screen On!");
293 if (DEBUG) Log.d(TAG, "Rotation sensor for lock screen Off!");
323 if (DEBUG) Log.d(TAG, "reset()");
330 if (DEBUG) Log.d(TAG, "onScreenTurnedOff()")
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
SerializationStressTest1.java 371 if (DEBUG)
398 if (DEBUG)
425 if (DEBUG)
453 if (DEBUG)
481 if (DEBUG)
509 if (DEBUG)
537 if (DEBUG)
565 if (DEBUG)
593 if (DEBUG)
621 if (DEBUG)
    [all...]
SerializationStressTest4.java 64 if (DEBUG)
96 if (DEBUG)
129 if (DEBUG)
162 if (DEBUG)
191 if (DEBUG)
253 if (DEBUG)
281 if (DEBUG)
324 if (DEBUG)
351 if (DEBUG)
380 if (DEBUG)
    [all...]
  /bionic/libc/netbsd/resolv/
res_mkquery.c 100 #ifndef DEBUG
101 #define DEBUG
134 #ifdef DEBUG
241 #ifdef DEBUG
262 #ifdef DEBUG
  /dalvik/dx/src/com/android/dx/ssa/
DomFront.java 33 /** local debug flag */
34 private static boolean DEBUG = false;
82 if (DEBUG) {
92 if (DEBUG) {
102 if (DEBUG) {
113 if (DEBUG) {
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
DomFront.java 33 /** local debug flag */
34 private static boolean DEBUG = false;
82 if (DEBUG) {
92 if (DEBUG) {
102 if (DEBUG) {
113 if (DEBUG) {
  /external/llvm/lib/Analysis/
ProfileDataLoaderPass.cpp 31 #include "llvm/Support/Debug.h"
102 DEBUG(dbgs() << "-- Read Edge Counter for " << e
116 DEBUG(dbgs() << "Loading edges in '" << F->getName() << "'\n");
137 DEBUG(dbgs() << "Setting branch metadata in '" << F->getName() << "'\n");
148 DEBUG(dbgs() << "-- Terminator with " << NumSuccessors
154 DEBUG(dbgs() << "---- Edge '" << edge << "' has weight "
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGVLIW.cpp 30 #include "llvm/Support/Debug.h"
95 DEBUG(dbgs()
154 DEBUG(dbgs() << "*** Scheduling [" << CurCycle << "]: ");
155 DEBUG(SU->dump(this));
249 DEBUG(dbgs() << "*** Advancing cycle, no work to do\n");
257 DEBUG(dbgs() << "*** Emitting noop\n");
  /external/llvm/utils/release/
findRegressions-simple.py 4 DEBUG = 0
20 if DEBUG:
26 if DEBUG:
43 if DEBUG:
51 if DEBUG:
  /external/proguard/src/proguard/classfile/editor/
MethodInvocationFixer.java 47 private static final boolean DEBUG = false;
109 if (DEBUG)
111 debug(clazz, method, offset, constantInstruction, replacementInstruction); method
130 if (DEBUG)
132 debug(clazz, method, offset, constantInstruction, replacementInstruction); method
156 if (DEBUG)
158 debug(clazz, method, offset, constantInstruction, replacementInstruction); method
180 if (DEBUG)
182 debug(clazz, method, offset, constantInstruction, replacementInstruction); method
236 private void debug(Clazz clazz method in class:MethodInvocationFixer
    [all...]
  /frameworks/base/core/java/android/hardware/location/
GeofenceHardwareImpl.java 46 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
186 if (DEBUG) {
229 if (DEBUG) Log.d(TAG, "addCircularFence: Result is: " + result);
236 if (DEBUG) Log.d(TAG, "Remove Geofence: GeofenceId: " + geofenceId);
257 if (DEBUG) Log.d(TAG, "removeGeofence: Result is: " + result);
264 if (DEBUG) Log.d(TAG, "Pause Geofence: GeofenceId: " + geofenceId);
284 if (DEBUG) Log.d(TAG, "pauseGeofence: Result is: " + result);
292 if (DEBUG) Log.d(TAG, "Resume Geofence: GeofenceId: " + geofenceId);
312 if (DEBUG) Log.d(TAG, "resumeGeofence: Result is: " + result)
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
EditableInputConnection.java 33 private static final boolean DEBUG = false;
116 if (DEBUG) Log.v(TAG, "commitCompletion " + text);
128 if (DEBUG) Log.v(TAG, "commitCorrection" + correctionInfo);
137 if (DEBUG) Log.v(TAG, "performEditorAction " + actionCode);
144 if (DEBUG) Log.v(TAG, "performContextMenuAction " + id);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
ShirtPocket.java 44 private static final boolean DEBUG = false;
99 if (DEBUG) Slog.d(TAG, "onDragEvent: " + event);
106 if (DEBUG) Slog.d(TAG, "entered!");
110 if (DEBUG) Slog.d(TAG, "exited!");
113 if (DEBUG) Slog.d(TAG, "dropped!");
  /frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
BaseFragmentPagerAdapter.java 49 private static final boolean DEBUG = false;
84 if (DEBUG) Log.v(TAG, "Attaching item #" + position + ": f=" + fragment);
89 if (DEBUG) Log.e(TAG, "NPE workaround for getItem(). See b/7103023");
92 if (DEBUG) Log.v(TAG, "Adding item #" + position + ": f=" + fragment);
108 if (DEBUG) Log.v(TAG, "Detaching item #" + position + ": f=" + object
  /packages/apps/Contacts/src/com/android/contacts/list/
ProviderStatusWatcher.java 41 private static final boolean DEBUG = false;
122 if (DEBUG) {
146 if (DEBUG) {
165 if (DEBUG) {
218 if (DEBUG) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
MainLogBuffer.java 63 private static final boolean DEBUG = false
86 mNumWordsUntilSafeToSample = DEBUG ? 0 : numInitialWordsToIgnore;
166 if (DEBUG) {
193 if (DEBUG) {
244 if (DEBUG) {
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/service/
ControllerService.java 70 /** Controls debug log. */
71 private static boolean DEBUG = true;
183 if (DEBUG) Log.d(TAG, "Service onCreate");
193 if (DEBUG) Log.d(TAG, "Service onStartCommand");
199 if (DEBUG) Log.d(TAG, "Service onBind");
205 if (DEBUG) Log.d(TAG, "Service onDestroy");
  /external/stlport/test/eh/
intel50.mak 32 #disable warnings complaining about debug ...info exceeded....
40 #DEBUG = STL
41 DEBUG = ON
42 #DEBUG =
57 #Library selection should be BEFORE debug processing!!!
64 !IF "$(DEBUG)" == ""
69 !IF "$(DEBUG)" == "STL"
  /hardware/qcom/display/libexternal/
external.cpp 21 #define DEBUG 0
70 ALOGD_IF(DEBUG,"hdmi framebuffer index is %d",j);
74 ALOGD_IF(DEBUG,"wfd framebuffer index is %d",j);
80 ALOGD_IF(DEBUG,"%s: mHdmiFbNum: %d mWfdFbNum: %d ",__FUNCTION__,
185 ALOGD_IF(DEBUG,"resMode=%d ", resMode);
196 ALOGD_IF(DEBUG,"HPD enabled=%d", startEnd);
201 ALOGD_IF(DEBUG,"ActionSafe w=%d h=%d", w, h);
213 ALOGD_IF(DEBUG,"HPD mModeCount=%d", mModeCount);
240 ALOGD_IF(DEBUG, "%s: scan_info file '%s' not found",
398 ALOGD_IF(DEBUG, "In %s: count = %d", __FUNCTION__, count)
    [all...]

Completed in 761 milliseconds

1 2 3 4 5 6 78 91011>>