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

1 2 3 45 6 7 8 91011>>

  /frameworks/base/core/java/android/app/backup/
WallpaperBackupHelper.java 40 private static final boolean DEBUG = false;
97 if (DEBUG) {
130 if (DEBUG) Slog.d(TAG, "Restoring wallpaper image w=" + options.outWidth
144 if (DEBUG) Slog.d(TAG, "wallpaper dimension match; using");
150 if (DEBUG) Slog.d(TAG, "dimensions too far off: wr=" + widthRatio
  /frameworks/base/services/java/com/android/server/
UpdateLockService.java 37 static final boolean DEBUG = false;
52 if (DEBUG) {
58 if (DEBUG) {
90 if (DEBUG) {
100 if (DEBUG) {
RecognitionManagerService.java 47 private static final boolean DEBUG = false;
52 if (DEBUG) Slog.i(TAG, "onSomePackagesChanged user=" + userHandle);
90 if (DEBUG) Slog.i(TAG, "initForUser user=" + userHandle);
142 if (DEBUG) Slog.i(TAG, "getCurRecognizer curRecognizer=" + curRecognizer
151 if (DEBUG) Slog.i(TAG, "setCurRecognizer comp=" + comp
158 if (DEBUG) Slog.i(TAG, "received " + action);
  /packages/apps/Email/src/com/android/email/provider/
WidgetProvider.java 40 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
48 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
57 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
66 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
75 if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) {
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardFaceUnlockView.java 40 private static final boolean DEBUG = false;
60 if (DEBUG) Log.d(TAG, "onRotationChanged(): " + mLastRotation + "->" + rotation);
118 if (DEBUG) Log.d(TAG, "onDetachedFromWindow()");
135 if (DEBUG) Log.d(TAG, "onPause()");
152 if (DEBUG) Log.d(TAG, "onResume()");
188 if (DEBUG) Log.d(TAG, "initializeBiometricUnlockView()");
211 if (DEBUG) Log.d(TAG, "maybeStartBiometricUnlock()");
255 if (DEBUG) Log.d(TAG, "onPhoneStateChanged(" + phoneState + ")");
265 if (DEBUG) Log.d(TAG, "onUserSwitched(" + userId + ")");
275 if (DEBUG) Log.d(TAG, "onUserSwitchComplete(" + userId + ")")
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/src/
ts_parser.cpp 30 #define DEBUG ALOGE
132 DEBUG("\n Invalid condition in insert_timestamp %p", header);
140 DEBUG("\n Table full return error");
149 DEBUG("\n EOS with zero length recieved");
164 DEBUG("\n All entries in use");
170 DEBUG("Time stamp inserted %lld", header->nTimeStamp);
184 DEBUG("\n not in avi mode");
194 DEBUG("Removed TS %lld", ts);
217 DEBUG("\n Invalid condition in insert_timestamp %p", header);
239 DEBUG("Getnext Time stamp %lld", header->nTimeStamp)
    [all...]
  /external/icu4c/layout/
KernTable.cpp 17 #define DEBUG 0
78 #if DEBUG
84 #if DEBUG
119 #if DEBUG
193 #if DEBUG
204 #if DEBUG
210 #if DEBUG
  /external/llvm/lib/CodeGen/
ScoreboardHazardRecognizer.cpp 20 #include "llvm/Support/Debug.h"
77 DEBUG(dbgs() << "Disabled scoreboard hazard recognizer\n");
81 DEBUG(dbgs() << "Using scoreboard hazard recognizer: Depth = "
164 DEBUG(dbgs() << "*** Hazard in cycle +" << StageCycle << ", ");
165 DEBUG(dbgs() << "SU(" << SU->NodeNum << "): ");
166 DEBUG(DAG->dumpNode(SU));
232 DEBUG(ReservedScoreboard.dump());
233 DEBUG(RequiredScoreboard.dump());
StackColoring.cpp 52 #include "llvm/Support/Debug.h"
147 /// Debug.
206 DEBUG(dbgs()<<"Inspecting block #"<<BasicBlocks.lookup(*FI)<<
213 DEBUG(dbgs()<<"BEGIN : {");
215 DEBUG(dbgs()<<BlockInfo.Begin.test(i)<<" ");
216 DEBUG(dbgs()<<"}\n");
218 DEBUG(dbgs()<<"END : {");
220 DEBUG(dbgs()<<BlockInfo.End.test(i)<<" ");
222 DEBUG(dbgs()<<"}\n");
224 DEBUG(dbgs()<<"LIVE_IN: {")
    [all...]
LiveRegMatrix.cpp 21 #include "llvm/Support/Debug.h"
73 DEBUG(dbgs() << "assigning " << PrintReg(VirtReg.reg, TRI)
79 DEBUG(dbgs() << ' ' << PrintRegUnit(*Units, TRI));
83 DEBUG(dbgs() << '\n');
88 DEBUG(dbgs() << "unassigning " << PrintReg(VirtReg.reg, TRI)
92 DEBUG(dbgs() << ' ' << PrintRegUnit(*Units, TRI));
96 DEBUG(dbgs() << '\n');
ProcessImplicitDefs.cpp 18 #include "llvm/Support/Debug.h"
77 DEBUG(dbgs() << "Processing " << *MI);
91 DEBUG(dbgs() << "Converting to IMPLICIT_DEF: " << *UserMI);
123 DEBUG(dbgs() << "Physreg user: " << *UserMI);
132 DEBUG(dbgs() << "Keeping physreg: " << *MI);
139 DEBUG(dbgs() << "********** PROCESS IMPLICIT DEFS **********\n"
161 DEBUG(dbgs() << "BB#" << MFI->getNumber() << " has " << WorkList.size()
  /external/proguard/src/proguard/classfile/editor/
MemberAdder.java 39 private static final boolean DEBUG = false;
41 private static boolean DEBUG = true;
94 if (DEBUG)
107 // if (DEBUG)
126 if (DEBUG)
170 if (DEBUG)
185 if (DEBUG)
204 if (DEBUG)
214 if (DEBUG)
  /frameworks/base/core/java/com/android/internal/app/
NetInitiatedActivity.java 43 private static final boolean DEBUG = true;
60 if (DEBUG) Log.d(TAG, "NetInitiatedReceiver onReceive: " + intent.getAction());
101 if (DEBUG) Log.d(TAG, "onCreate() : notificationId: " + notificationId + " timeout: " + timeout + " default_response:" + default_response);
110 if (DEBUG) Log.d(TAG, "onResume");
117 if (DEBUG) Log.d(TAG, "onPause");
139 if (DEBUG) Log.d(TAG, "sendUserResponse, response: " + response);
149 if (DEBUG) Log.d(TAG, "handleNIVerify action: " + intent.getAction());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DeadZone.java 34 public static final boolean DEBUG = false;
77 if (DEBUG)
108 if (DEBUG) {
116 if (DEBUG) {
136 if (DEBUG)
158 final float frac = DEBUG ? (mFlashFrac - 0.5f) + 0.5f : mFlashFrac;
161 if (DEBUG && size > mSizeMin)
  /frameworks/base/services/java/com/android/server/power/
Notifier.java 64 private static final boolean DEBUG = false;
129 if (DEBUG) {
152 if (DEBUG) {
184 if (DEBUG) {
199 if (DEBUG) {
214 if (DEBUG) {
230 if (DEBUG) {
252 if (DEBUG) {
261 if (DEBUG) {
280 if (DEBUG) {
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
SizeAdaptiveLayout.java 55 private static final boolean DEBUG = false;
151 if (DEBUG) Log.d(TAG, this + " measure spec: " +
156 if (DEBUG) Log.d(TAG, "active min: " + lp.minHeight + " max: " + lp.maxHeight);
161 if (DEBUG) Log.d(TAG, "measured child at: " + childHeight);
164 if (DEBUG) Log.d(TAG, "resolved to: " + resolvedHeight);
166 if (DEBUG) Log.d(TAG, "bounded to: " + boundedHeight);
203 if (DEBUG) Log.d(TAG, "looking at " + i +
220 if (DEBUG) Log.d(TAG, " found exact match, finishing early");
237 if (DEBUG) Log.d(TAG, this + " onlayout height: " + (bottom - top));
245 if (DEBUG) Log.d(TAG, this + " changed children from: " + mLastActive
399 public String debug(String output) { method in class:SizeAdaptiveLayout.LayoutParams
    [all...]
  /external/stlport/test/eh/
intel45.mak 31 #disable warnings complaining about debug ...info exceeded....
39 #DEBUG = STL
40 DEBUG = ON
41 #DEBUG =
56 #Library selection should be BEFORE debug processing!!!
63 !IF "$(DEBUG)" == ""
68 !IF "$(DEBUG)" == "STL"
  /frameworks/base/core/java/android/os/
WorkSource.java 14 static final boolean DEBUG = false;
253 if (DEBUG) Log.d(TAG, "Adding uid " + uid + " to " + this + ": binsearch res = " + i);
341 if (DEBUG) Log.d(TAG, "Remove " + other + " from " + this);
343 if (DEBUG) Log.d(TAG, "Step: target @ " + i1 + " of " + N1 + ", other @ " + i2
346 if (DEBUG) Log.d(TAG, "i1=" + i1 + " i2=" + i2 + " N1=" + N1
353 if (DEBUG) Log.d(TAG, "i1=" + i1 + " i2=" + i2 + " N1=" + N1 + ": skip i1");
356 if (DEBUG) Log.d(TAG, "i1=" + i1 + " i2=" + i2 + " N1=" + N1 + ": skip i2");
375 if (DEBUG) Log.d(TAG, "Remove " + other + " from " + this);
377 if (DEBUG) Log.d(TAG, "Step: target @ " + i1 + " of " + N1 + ", other @ " + i2
380 if (DEBUG) Log.d(TAG, "i1=" + i1 + " i2=" + i2 + " N1=" + N
    [all...]
  /frameworks/base/core/java/android/webkit/
AccessibilityInjector.java 54 private static boolean DEBUG = false;
340 if (DEBUG) {
365 if (DEBUG) {
380 if (DEBUG) {
400 if (DEBUG) {
404 if (DEBUG) {
669 if (DEBUG) {
704 if (DEBUG) {
709 if (DEBUG) {
723 if (DEBUG) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelView.java 38 public static final boolean DEBUG = PanelBar.DEBUG;
44 if (!DEBUG) return;
91 static final boolean DEBUG = false;
114 if (FlingTracker.DEBUG) {
129 if (FlingTracker.DEBUG) {
157 if (FlingTracker.DEBUG) {
224 if (DEBUG) LOG("peek to height=%.1f", mPeekHeight);
259 if (DEBUG) LOG("tick: v=%.2fpx/s dt=%.4fs", mVel, dt);
260 if (DEBUG) LOG("tick: before: h=%d", (int) mExpandedHeight)
    [all...]
  /external/valgrind/main/coregrind/
vgdb.c 116 /* if level <= debuglevel, print timestamp, then print provided by debug info */
117 #define DEBUG(level, ...) (level <= debuglevel ? \
125 /* same as DEBUG but does not print time stamp info */
363 DEBUG (1, "Writing ");
470 DEBUG(1, "waitstopped %s before waitpid signal_expected %d\n",
473 DEBUG(1, "after waitpid pid %d p %d status 0x%x %s\n", pid, p,
493 DEBUG(1, "waitstopped PTRACE_CONT with signal %d\n", signal_received);
512 DEBUG(1, "%s SIGSTOP pid %d\n", msg, pid);
537 DEBUG(1, "%s PTRACE_ATTACH pid %d\n", msg, pid);
603 DEBUG(1, "found tid %d status %s lwpid %d\n"
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
SmartDialLoaderTask.java 51 static private final boolean DEBUG = false;
98 if (DEBUG) {
102 final StopWatch stopWatch = DEBUG ? StopWatch.start("Start Match") : null;
104 if (DEBUG) {
109 if (DEBUG) {
137 if (DEBUG) {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DockEventReceiver.java 33 private static final boolean DEBUG = DockService.DEBUG;
55 if (DEBUG) {
65 if (DEBUG) Log.d(TAG,
98 if (DEBUG) Log.d(TAG, "Device is missing");
147 if (DEBUG) Log.d(TAG, "stopSelf id = " + startId);
  /dalvik/dx/src/com/android/dx/dex/cf/
CodeStatistics.java 30 private static final boolean DEBUG = false;
93 if (DEBUG) {
126 if (DEBUG) {
  /external/proguard/src/proguard/optimize/
MemberDescriptorSpecializer.java 42 private static final boolean DEBUG = true;
79 if (DEBUG)
119 if (DEBUG)

Completed in 898 milliseconds

1 2 3 45 6 7 8 91011>>