HomeSort by relevance Sort by last modified time
    Searched refs:DEBUG (Results 126 - 150 of 1271) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/srec/make/asr/
Makefile.config 33 ifeq ($(TARGET_BUILD_TYPE),debug)
34 ASR_BUILD = DEBUG
  /external/srec/srec/clib/
log_add.c 31 #define DEBUG 0
77 #if DEBUG
  /external/v8/src/
allocation.h 56 // superclass. The macro prevents the use of new & delete in debug mode.
59 #ifdef DEBUG
75 #ifdef DEBUG
mark-compact.h 156 #ifdef DEBUG
173 #ifdef DEBUG
200 #ifdef DEBUG
313 #ifdef DEBUG
458 #ifdef DEBUG
  /frameworks/base/core/java/android/app/backup/
FileBackupHelper.java 40 private static final boolean DEBUG = false;
95 if (DEBUG) Log.d(TAG, "got entity '" + data.getKey() + "' size=" + data.size());
SharedPreferencesBackupHelper.java 72 private static final boolean DEBUG = false;
123 if (DEBUG) Log.d(TAG, "got entity '" + key + "' size=" + data.size());
  /frameworks/base/core/java/android/view/
InputChannel.java 33 private static final boolean DEBUG = false;
88 if (DEBUG) {
  /frameworks/base/core/java/com/android/internal/os/
RuntimeInit.java 22 import android.os.Debug;
44 private final static boolean DEBUG = false;
89 if (DEBUG) Slog.d(TAG, "Entered RuntimeInit!");
96 if (DEBUG) Slog.d(TAG, ">>>>> qwerty keyboard = " + hasQwerty);
142 Debug.enableEmulatorTraceOutput();
226 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application");
229 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting tool");
240 if (DEBUG) Slog.d(TAG, "Leaving RuntimeInit!");
260 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application from zygote");
283 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application from wrapper")
    [all...]
  /frameworks/base/libs/utils/
BackupData.cpp 30 static const bool DEBUG = false;
81 if (DEBUG) LOGI("writing %d padding bytes for %d", paddingSize, n);
114 if (DEBUG) {
128 if (DEBUG) LOGI("writing entity header, %d bytes", sizeof(entity_header_v1));
136 if (DEBUG) LOGI("writing entity header key, %d bytes", keyLen+1);
154 if (DEBUG) LOGD("Writing data: size=%lu", (unsigned long) size);
157 if (DEBUG) {
169 if (DEBUG) LOGD("write returned error %d (%s)", m_status, strerror(m_status));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
CompatModeButton.java 31 private static final boolean DEBUG = false;
54 if (DEBUG) Slog.d(TAG, "compat mode is " + mode + "; icon will " + (vis ? "show" : "hide"));
  /frameworks/base/policy/src/com/android/internal/policy/impl/
LockPatternKeyguardView.java 95 private static final boolean DEBUG = false;
241 if (DEBUG) Log.v(TAG, "View " + view + " requested show transports");
252 if (DEBUG) Log.v(TAG, "View " + view + " requested hide transports");
403 if (DEBUG) Log.d(TAG, "reportFailedPatternAttempt: #" + failedAttempts +
488 if (DEBUG) Log.w(TAG, "no unlock screen when trying to enable fallback");
539 if (DEBUG) Log.v(TAG, "*** dispatchDraw() time: " + SystemClock.elapsedRealtime());
552 if (DEBUG) Log.d(TAG, "screen off");
596 if (DEBUG) Log.d(TAG, "screen on");
613 if (DEBUG) Log.v(TAG, "Saving widget state");
620 if (DEBUG) Log.v(TAG, "Restoring widget state")
    [all...]
  /frameworks/base/services/java/com/android/server/location/
ComprehensiveCountryDetector.java 59 /* package */ static final boolean DEBUG = false;
96 if (DEBUG) Slog.d(TAG, "Country detected via LocationBasedCountryDetector");
240 if (DEBUG) {
253 if (DEBUG) Slog.d(TAG, "run startLocationBasedDetector()");
284 if (DEBUG) {
294 if (DEBUG) {
331 if (DEBUG) {
339 if (DEBUG) {
  /packages/apps/Email/src/com/android/email/mail/transport/
MailTransport.java 162 if (Email.DEBUG) {
183 if (Email.DEBUG) {
188 if (Email.DEBUG) {
213 if (Email.DEBUG) {
218 if (Email.DEBUG) {
319 if (Email.DEBUG) {
352 if (d == -1 && Email.DEBUG) {
356 if (Email.DEBUG) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
StringBuilderPool.java 29 private static final boolean DEBUG = false;
51 if (DEBUG) {
  /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/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGList.cpp 30 #include "llvm/Support/Debug.h"
90 DEBUG(dbgs() << "********** List Scheduling **********\n");
144 DEBUG(dbgs() << "*** Scheduling [" << CurCycle << "]: ");
145 DEBUG(SU->dump(this));
236 DEBUG(dbgs() << "*** Advancing cycle, no work to do\n");
244 DEBUG(dbgs() << "*** Emitting noop\n");
  /external/llvm/lib/Transforms/Utils/
BasicInliner.cpp 22 #include "llvm/Support/Debug.h"
92 DEBUG(dbgs() << ": " << CallSites.size() << " call sites.\n");
112 DEBUG(dbgs() << " Inlining: cost=always"
115 DEBUG(dbgs() << " NOT Inlining: cost=never"
122 DEBUG(dbgs() << " NOT Inlining: cost = " << Cost
126 DEBUG(dbgs() << " Inlining: cost = " << Cost
  /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/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
ShirtPocket.java 45 private static final boolean DEBUG = false;
100 if (DEBUG) Slog.d(TAG, "onDragEvent: " + event);
107 if (DEBUG) Slog.d(TAG, "entered!");
111 if (DEBUG) Slog.d(TAG, "exited!");
114 if (DEBUG) Slog.d(TAG, "dropped!");
  /frameworks/base/voip/java/com/android/server/sip/
SipService.java 72 static final boolean DEBUG = true;
112 if (DEBUG) Log.d(TAG, "SIP service started");
117 if (DEBUG) Log.d(TAG, " service started!");
171 if (DEBUG) Log.d(TAG, "open3: " + localProfile.getUriString() + ": "
269 if (DEBUG) Log.d(TAG, "createSession()", e);
287 if (DEBUG) Log.d(TAG, "determineLocalIp()", e);
328 if (DEBUG) Log.d(TAG, "notify: profile added: " + localProfile);
335 if (DEBUG) Log.d(TAG, "notify: profile removed: " + localProfile);
394 if (DEBUG) Log.d(TAG, "#pending sess=" + mPendingSessions.size());
417 if (DEBUG) Log.d(TAG, "call self:
    [all...]
  /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"
  /external/llvm/lib/CodeGen/
SplitKit.cpp 24 #include "llvm/Support/Debug.h"
130 DEBUG(dbgs() << "*** Fixing inconsistent live interval! ***\n");
140 DEBUG(dbgs() << "Analyze counted "
639 DEBUG(dbgs() << " selectIntv " << OpenIdx << " -> " << Idx << '\n');
645 DEBUG(dbgs() << " enterIntvBefore " << Idx);
649 DEBUG(dbgs() << ": not live\n");
652 DEBUG(dbgs() << ": valno " << ParentVNI->id << '\n');
662 DEBUG(dbgs() << " enterIntvAfter " << Idx);
666 DEBUG(dbgs() << ": not live\n");
669 DEBUG(dbgs() << ": valno " << ParentVNI->id << '\n')
    [all...]

Completed in 1443 milliseconds

1 2 3 4 56 7 8 91011>>