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

12 3 4 5 6 7 8 91011>>

  /cts/tests/tests/util/src/android/util/cts/
LogPrinterTest.java 31 int[] priorities = { Log.ASSERT, Log.DEBUG, Log.ERROR, Log.INFO,
39 LogPrinter logPrinter = new LogPrinter(Log.DEBUG, mTag);
  /external/llvm/utils/release/
findRegressions-nightly.py 4 DEBUG = 0
24 if DEBUG:
29 if DEBUG:
43 if DEBUG:
49 if DEBUG:
54 if DEBUG:
59 if DEBUG:
75 if DEBUG:
  /packages/apps/Email/src/com/android/email/
Throttle.java 37 public static final boolean DEBUG = false; // Don't submit with true
108 if (DEBUG) debugLog("Canceling scheduled callback");
121 if (DEBUG) debugLog("Timeout extended " + mTimeout);
124 if (DEBUG) debugLog("Timeout reset to " + mTimeout);
131 if (DEBUG) debugLog("onEvent");
136 if (DEBUG) debugLog(" callback already scheduled");
138 if (DEBUG) debugLog(" scheduling callback");
166 if (DEBUG) debugLog("Kicking callback");
  /packages/apps/Mms/src/com/android/mms/transaction/
DefaultRetryScheme.java 29 private static final boolean DEBUG = false;
30 private static final boolean LOCAL_LOGV = DEBUG ? Config.LOGD : Config.LOGV;
  /frameworks/base/core/java/android/content/pm/
ParceledListSlice.java 37 private static boolean DEBUG = false;
55 if (DEBUG) Log.d(TAG, "Retrieving " + N + " items");
66 if (DEBUG) Log.d(TAG, "Read inline #" + i + ": " + mList.get(mList.size()-1));
74 if (DEBUG) Log.d(TAG, "Reading more @" + i + " of " + N + ": retriever=" + retriever);
86 if (DEBUG) Log.d(TAG, "Read extra #" + i + ": " + mList.get(mList.size()-1));
117 if (DEBUG) Log.d(TAG, "Writing " + N + " items");
124 if (DEBUG) Log.d(TAG, "Wrote inline #" + i + ": " + mList.get(i));
137 if (DEBUG) Log.d(TAG, "Writing more @" + i + " of " + N);
141 if (DEBUG) Log.d(TAG, "Wrote extra #" + i + ": " + mList.get(i));
145 if (DEBUG) Log.d(TAG, "Breaking @" + i + " of " + N)
    [all...]
  /frameworks/base/core/java/android/content/
AsyncTaskLoader.java 54 static final boolean DEBUG = false;
66 if (DEBUG) Slog.v(TAG, this + " >>> doInBackground");
69 if (DEBUG) Slog.v(TAG, this + " <<< doInBackground");
81 if (DEBUG) Slog.v(TAG, this + " <<< doInBackground (was canceled)", ex);
89 if (DEBUG) Slog.v(TAG, this + " onPostExecute");
100 if (DEBUG) Slog.v(TAG, this + " onCancelled");
156 if (DEBUG) Slog.v(TAG, "Preparing load: mTask=" + mTask);
162 if (DEBUG) Slog.v(TAG, "onCancelLoad: mTask=" + mTask);
167 if (DEBUG) Slog.v(TAG,
178 if (DEBUG) Slog.v(TAG, "cancelLoad: task is waiting, dropping it")
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
FaceUnlock.java 40 private static final boolean DEBUG = false;
109 if (DEBUG) Log.d(TAG, "stopAndShowBackup()");
119 if (DEBUG) Log.d(TAG, "start()");
148 if (DEBUG) Log.d(TAG, "stop()");
175 if (DEBUG) Log.d(TAG, "Attempt to unbind from Face Unlock when not bound");
185 if (DEBUG) Log.d(TAG, "cleanUp()");
302 if (DEBUG) Log.d(TAG, "handleUnlock()");
306 if (DEBUG) Log.d(TAG, "Unlocking for user " + authenticatedUserId);
319 if (DEBUG) Log.d(TAG, "handleCancel()");
333 if (DEBUG) Log.d(TAG, "handleReportFailedAttempt()")
    [all...]
  /frameworks/base/media/tests/SoundPoolTest/src/com/android/
SoundPoolTest.java 40 private static final boolean DEBUG = true;
84 if (DEBUG) Log.d(LOG_TAG, "Sample " + sampleId + " load status = " + status);
131 if (DEBUG) Log.d(LOG_TAG, "Begin sounds test");
136 if (DEBUG) Log.d(LOG_TAG, "Start note " + id);
143 if (DEBUG) Log.d(LOG_TAG, "Stop note " + id);
146 if (DEBUG) Log.d(LOG_TAG, "End scale test");
151 if (DEBUG) Log.d(LOG_TAG, "Begin scale test");
158 if (DEBUG) Log.d(LOG_TAG, "Start note " + id);
165 if (DEBUG) Log.d(LOG_TAG, "Stop note " + id);
168 if (DEBUG) Log.d(LOG_TAG, "End sounds test")
    [all...]
  /cts/tools/dasm/src/java_cup/
sym.java 15 static final int DEBUG = 20;
  /external/chromium/testing/gmock/scripts/generator/cpp/
utils.py 27 DEBUG = True
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCExpand.cpp 39 #include "llvm/Support/Debug.h"
95 DEBUG(dbgs() << "ObjCARCExpand: Visiting Function: " << F.getName() << "\n");
100 DEBUG(dbgs() << "ObjCARCExpand: Visiting: " << *Inst << "\n");
115 DEBUG(dbgs() << "ObjCARCExpand: Old = " << *Inst << "\n"
125 DEBUG(dbgs() << "ObjCARCExpand: Finished List.\n\n");
  /frameworks/base/core/java/android/os/
UpdateLock.java 30 private static final boolean DEBUG = false;
84 if (DEBUG) {
103 if (DEBUG) {
129 if (DEBUG) Log.v(TAG, "release() : " + this, new RuntimeException("here"));
  /hardware/ti/omap4xxx/domx/
Makefile 33 CDEFS = DEBUG
  /hardware/ti/omap4xxx/domx/omx_proxy_component/
Makefile 33 CDEFS = DEBUG
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
Utils.java 25 private final static String TAG = Utils.class.getSimpleName() + ":DEBUG --";
26 private final static boolean DEBUG = DictionaryProvider.DEBUG;
78 if (!DEBUG) return;
95 if (!DEBUG) return;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
AlphabetShiftState.java 23 private static final boolean DEBUG = false;
60 if (DEBUG)
78 if (DEBUG)
86 if (DEBUG)
ModifierKeyState.java 23 protected static final boolean DEBUG = false;
39 if (DEBUG)
46 if (DEBUG)
54 if (DEBUG)
  /system/core/sh/
shell.h 43 * define DEBUG=1 to compile in debugging ('set -o debug' to turn on)
44 * define DEBUG=2 to compile in and turn on debugging.
77 #ifdef DEBUG
  /external/mtpd/
pptp.c 181 log_print(DEBUG, "Connection closed");
190 log_print(DEBUG, "Loss of synchronization");
196 log_print(DEBUG, "Invalid message length");
210 log_print(DEBUG, "Ignored non-control message (type = %d)",
220 log_print(DEBUG, "Sending SCCRQ");
264 log_print(DEBUG, "Control message too short");
269 log_print(DEBUG, "Received UNKNOWN %d", incoming.message);
273 log_print(DEBUG, "Received %s with invalid length (length = %d)",
286 log_print(DEBUG, "Received SCCRP -> Sending OCRQ "
301 log_print(DEBUG, "Received SCCRP (result = %d)"
    [all...]
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
BaseBindingActivity.java 38 private static boolean DEBUG = true;
119 if (DEBUG) Log.d(TAG, "Activity connected to service");
131 if (DEBUG) Log.d(TAG, "Activity disconnected from service");
139 if (DEBUG) Log.d(TAG, "start requested & bind service");
153 if (DEBUG) Log.d(TAG, "unbind service");
  /external/llvm/lib/CodeGen/
EarlyIfConversion.cpp 35 #include "llvm/Support/Debug.h"
187 DEBUG(dbgs() << "BB#" << MBB->getNumber() << " has live-ins.\n");
201 DEBUG(dbgs() << "BB#" << MBB->getNumber() << " has more than "
208 DEBUG(dbgs() << "Can't hoist: " << *I);
216 DEBUG(dbgs() << "Won't speculate load: " << *I);
223 DEBUG(dbgs() << "Can't speculate: " << *I);
230 DEBUG(dbgs() << "Won't speculate regmask: " << *I);
248 DEBUG(dbgs() << "BB#" << MBB->getNumber() << " depends on " << *DefMI);
250 DEBUG(dbgs() << "Can't insert instructions below terminator.\n");
281 DEBUG(dbgs() << "Can't insert code after " << *I)
    [all...]
AggressiveAntiDepBreaker.cpp 24 #include "llvm/Support/Debug.h"
35 cl::desc("Debug control for aggressive anti-dep breaker"),
39 cl::desc("Debug control for aggressive anti-dep breaker"),
135 DEBUG(dbgs() << "AntiDep Critical-Path Registers:");
136 DEBUG(for (int r = CriticalPathSet.find_first(); r != -1;
139 DEBUG(dbgs() << '\n');
198 DEBUG(dbgs() << "Observe: ");
199 DEBUG(MI->dump());
200 DEBUG(dbgs() << "\tRegs:");
211 DEBUG(if (State->GetGroup(Reg) != 0
    [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.h 45 #if( !defined( DEBUG ) )
46 #define DEBUG 0
49 #if( defined( NDEBUG ) && DEBUG )
50 #error NDEBUG defined and DEBUG is also enabled...they need to be in-sync
164 @abstract Type of debug output (i.e. where the output goes).
209 @abstract Function ptr for a custom callback to print debug output.
278 @abstract Level used to control debug logging.
378 Variables are sometimes needed only for debugging. When debugging is turned off, these debug-only variables generate
383 #if( DEBUG )
400 #if( DEBUG )
    [all...]
  /frameworks/support/v4/java/android/support/v4/content/
AsyncTaskLoader.java 38 static final boolean DEBUG = false;
50 if (DEBUG) Log.v(TAG, this + " >>> doInBackground");
52 if (DEBUG) Log.v(TAG, this + " <<< doInBackground");
59 if (DEBUG) Log.v(TAG, this + " onPostExecute");
69 if (DEBUG) Log.v(TAG, this + " onCancelled");
114 if (DEBUG) Log.v(TAG, "Preparing load: mTask=" + mTask);
135 if (DEBUG) Log.v(TAG, "cancelLoad: mTask=" + mTask);
140 if (DEBUG) Log.v(TAG,
151 if (DEBUG) Log.v(TAG, "cancelLoad: task is waiting, dropping it");
158 if (DEBUG) Log.v(TAG, "cancelLoad: cancelled=" + cancelled)
    [all...]
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
Connection.java 76 /** Controls debug logging */
77 private static final boolean DEBUG = false;
106 if (DEBUG) Log.d(TAG, "SdkControllerConnection is constructed.");
113 if (DEBUG) Log.d(TAG, "SdkControllerConnection is connecting...");
139 if (DEBUG) Log.d(TAG, "SdkControllerConnection is stopping I/O looper...");
148 if (DEBUG) Log.d(TAG, "SdkControllerConnection is closing pending sockets...");
155 if (DEBUG) Log.d(TAG, "SdkControllerConnection is disconnecting channels...");
161 if (DEBUG) Log.d(TAG, "SdkControllerConnection is disconnected.");
180 if (DEBUG) Log.d(TAG, "Registering Channel " + channel.getChannelName());
187 if (DEBUG) Log.d(TAG, "Found pending Socket for registering Channel
    [all...]

Completed in 2144 milliseconds

12 3 4 5 6 7 8 91011>>