HomeSort by relevance Sort by last modified time
    Searched refs:DEBUG (Results 201 - 225 of 820) sorted by null

1 2 3 4 5 6 7 891011>>

  /hardware/ti/omap3/dspbridge/libbridge/inc/
_dbdebug.h 22 * This is private header file to define the debug zones. This is
54 /* statically configure debug level */
57 #else /* default debug level */
66 * DEBUG macro support.
68 #ifdef DEBUG
dbg.h 51 /* Levels of trace debug messages: */
72 #if ((defined DEBUG) || (defined DDSP_DEBUG_PRODUCT)) && GT_TRACE
133 * Debug message is printed to debugger output window, if trace level
143 #endif // ((defined DEBUG) || (defined DDSP_DEBUG_PRODUCT)) && GT_TRACE
  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
Android.mk 5 DEBUG ?= y
9 ifeq ($(DEBUG),y)
  /packages/apps/Email/src/com/android/email/mail/transport/
SmtpSender.java 148 if (Config.LOGD && Email.DEBUG) {
170 if (Config.LOGD && Email.DEBUG) {
177 if (Config.LOGD && Email.DEBUG) {
182 if (Config.LOGD && Email.DEBUG) {
238 * is logged (if debug logging is enabled) so do not use this function for user ID or password.
  /packages/apps/Mms/src/com/android/mms/ui/
ClassZeroActivity.java 140 if (Config.DEBUG) {
151 if (Config.DEBUG) {
161 if (Config.DEBUG) {
240 if (Config.DEBUG) {
ConversationList.java 73 private static final boolean DEBUG = false;
74 private static final boolean LOCAL_LOGV = DEBUG;
129 if (DEBUG) Log.v(TAG, "checkedMessageLimits: " + checkedMessageLimits);
130 if (!checkedMessageLimits || DEBUG) {
157 if (DEBUG) Log.v(TAG, "recycler is already turned on");
166 if (DEBUG) Log.v(TAG, "checkForThreadsOverLimit TRUE");
178 if (DEBUG) Log.v(TAG, "checkForThreadsOverLimit silently turning on recycler");
203 if (DEBUG) Log.v(TAG, "markCheckedMessageLimit");
444 if (DEBUG) Log.v(TAG, "onConfigurationChanged: " + newConfig);
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HandleTest.java 83 Log.hexDump("ddm-test", LogLevel.DEBUG, copy, 0, copy.length);
  /system/wlan/ti/sta_dk_4_0_4_32/
common.inc 55 DEBUG ?= n
98 ifeq ($(DEBUG),y)
  /external/grub/netboot/
eepro100.c 389 #ifdef DEBUG
411 #ifdef DEBUG
426 #ifdef DEBUG
455 #ifdef DEBUG
460 #ifdef DEBUG
582 #ifdef DEBUG
637 #ifdef DEBUG
pci.c 24 /*#define DEBUG 1*/
25 #define DEBUG 0
335 #if DEBUG
375 #if DEBUG
386 #if DEBUG
430 #if DEBUG
  /external/proguard/src/proguard/classfile/editor/
MemberReferenceFixer.java 48 private static final boolean DEBUG = false;
108 if (DEBUG)
110 debug(clazz, stringConstant, referencedClass, referencedMember); method
136 if (DEBUG)
138 debug(clazz, fieldrefConstant, referencedClass, referencedMember); method
164 if (DEBUG)
166 debug(clazz, interfaceMethodrefConstant, referencedClass, referencedMember); method
185 if (DEBUG)
220 if (DEBUG)
222 debug(clazz, methodrefConstant, referencedClass, referencedMember) method
430 private void debug(Clazz clazz, method in class:MemberReferenceFixer
443 private void debug(Clazz clazz, method in class:MemberReferenceFixer
    [all...]
  /libcore/luni/src/test/java/tests/api/javax/security/auth/
SubjectDomainCombinerTest.java 54 private final static boolean DEBUG = true;
150 if(DEBUG) {
246 if(DEBUG) {
328 if(DEBUG) {
408 if(DEBUG) {
419 if(DEBUG) {
429 if(DEBUG) {
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoEncoder.java 43 * An encoder for the dex debug info state machine format. The format
56 private static final boolean DEBUG = false;
102 * this class to do a debug print
156 if (DEBUG) {
165 .withContext(ex, "...while encoding debug info");
625 if (DEBUG) {
647 if (DEBUG) {
668 if (DEBUG) {
704 if (DEBUG) {
734 if (DEBUG) {
    [all...]
  /external/srec/srec/clib/
specnorm.c 33 #define DEBUG 0
119 #if DEBUG
152 #if DEBUG
169 #if DEBUG
187 #if DEBUG
  /external/v8/src/
jump-target.cc 57 #ifdef DEBUG
225 #ifdef DEBUG
265 #ifdef DEBUG
395 #ifdef DEBUG
419 #ifdef DEBUG
mark-compact.cc 50 #ifdef DEBUG
108 #ifdef DEBUG
123 #ifdef DEBUG
137 #ifdef DEBUG
151 #ifdef DEBUG
305 #ifdef DEBUG
681 #ifdef DEBUG
741 #ifdef DEBUG
764 #endif // DEBUG
768 #ifdef DEBUG
    [all...]
  /frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java 40 private static final boolean DEBUG = true;
134 if (DEBUG) Log.d(TAG, "handleNiNotification" + " notificationId: " + notif.notificationId
188 if (DEBUG) Log.d(TAG, "setNiNotification, notifyId: " + notif.notificationId +
225 if (DEBUG) Log.d(TAG, "openNiDialog, notifyId: " + notif.notificationId +
251 if (DEBUG) Log.d(TAG, "generateIntent, title: " + title + ", message: " + message +
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageSummary.java 61 private static final boolean DEBUG = false;
270 if (DEBUG) {
283 if (DEBUG) {
352 if (DEBUG) setTitle("Battery total uAh = " + ((mTotalPower * 1000) / 3600));
403 if (DEBUG) Log.i(TAG, "Process name = " + ent.getKey());
435 if (DEBUG) Log.i(TAG, "Max drain of " + highestDrain
439 if (DEBUG && cpuFgTime > cpuTime + 10000) {
494 if (DEBUG) {
503 if (DEBUG) Log.i(TAG, "UID " + u.getUid() + ": power=" + power);
533 if (DEBUG) Log.i(TAG, "Added power = " + power)
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 43 /** local debug flag */
44 private static final boolean DEBUG = false;
121 if (DEBUG) {
125 if (DEBUG) System.out.println("--->Mapping local-associated params");
128 if (DEBUG) System.out.println("--->Mapping other params");
131 if (DEBUG) System.out.println("--->Mapping invoke-range");
134 if (DEBUG) {
139 if (DEBUG) System.out.println("--->Mapping check-cast results");
142 if (DEBUG) System.out.println("--->Mapping others");
422 * in the case where there is no java debug info
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
Conversation.java 33 private static final boolean DEBUG = false;
174 if (DEBUG) Log.v(TAG, "Conversation get URI: " + uri);
180 if (DEBUG) {
291 LogTag.debug("markAsRead: update read/seen for thread uri: " +
309 LogTag.debug("blockMarkAsRead: " + block);
359 if (DEBUG) {
360 LogTag.debug("ensureThreadId before: " + mThreadId);
365 if (DEBUG) {
366 LogTag.debug("ensureThreadId after: " + mThreadId);
375 LogTag.debug("clearThreadId old threadId was: " + mThreadId + " now zero")
    [all...]
  /external/chromium/third_party/zlib/
trees.c 38 #ifdef DEBUG
166 #ifndef DEBUG
170 #else /* DEBUG */
189 #ifdef DEBUG
215 #else /* !DEBUG */
230 #endif /* DEBUG */
322 # ifndef DEBUG
399 #ifdef DEBUG
874 #ifdef DEBUG
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
trees.c 38 #ifdef DEBUG
166 #ifndef DEBUG
170 #else /* DEBUG */
189 #ifdef DEBUG
215 #else /* !DEBUG */
230 #endif /* DEBUG */
322 # ifndef DEBUG
399 #ifdef DEBUG
874 #ifdef DEBUG
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
LocalList.java 40 private static final boolean DEBUG = false;
365 if (DEBUG) {
537 if (DEBUG) {
560 if (DEBUG) {
573 if (DEBUG) {
709 if (DEBUG) {
  /external/v8/test/cctest/
test-assembler-ia32.cc 77 #ifdef DEBUG
115 #ifdef DEBUG
157 #ifdef DEBUG
288 #ifdef DEBUG
328 #ifdef DEBUG
384 #ifdef DEBUG
  /frameworks/base/core/java/android/content/res/
XmlBlock.java 35 private static final boolean DEBUG=false;
179 if (DEBUG) System.out.println("getAttributeNamespace of " + index + " = " + id);
186 if (DEBUG) System.out.println("getAttributeName of " + index + " = " + id);
202 if (DEBUG) System.out.println("getAttributeValue of " + index + " = " + id);
226 if (DEBUG) System.out.println("getAttributeName of "
228 if (DEBUG) System.out.println(

Completed in 572 milliseconds

1 2 3 4 5 6 7 891011>>