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

1 2 3 4 5 6 78 91011>>

  /packages/apps/Mms/src/com/android/mms/transaction/
TransactionSettings.java 39 private static final boolean DEBUG = true;
40 private static final boolean LOCAL_LOGV = DEBUG ? Config.LOGD : Config.LOGV;
  /packages/apps/Mms/src/com/android/mms/ui/
ConfirmRateLimitActivity.java 39 private static final boolean DEBUG = false;
40 private static final boolean LOCAL_LOGV = DEBUG ? Config.LOGD : Config.LOGV;
  /packages/apps/Mms/src/com/android/mms/util/
RateController.java 34 private static final boolean DEBUG = false;
35 private static final boolean LOCAL_LOGV = DEBUG ? Config.LOGD : Config.LOGV;
  /system/wlan/ti/wilink_6_1/platforms/os/common/build/linux/
Makefile 111 @echo Default Compilation: PLATFORM=$(PLATFORM) DEBUG=$(DEBUG) INTR=$(INTR) WSPI=$(WSPI) XCC=$(XCC) EXTRA CFLAGS: $(EXTRA_CFLAGS)
  /frameworks/base/core/java/android/view/
KeyEvent.java 536 static final boolean DEBUG = false;
    [all...]
  /frameworks/base/core/java/android/view/inputmethod/
BaseInputConnection.java 49 private static final boolean DEBUG = false;
179 if (DEBUG) Log.v(TAG, "commitText " + text);
190 if (DEBUG) Log.v(TAG, "deleteSurroundingText " + leftLength
248 if (DEBUG) Log.v(TAG, "finishComposingText");
414 if (DEBUG) Log.v(TAG, "setComposingText " + text);
460 if (DEBUG) Log.v(TAG, "setSelection " + start + ", " + end);
533 if (DEBUG) Log.v(TAG, "Sending: " + events[i]);
588 if (DEBUG) Log.v(TAG, "Composing span: " + a + " to " + b);
628 if (DEBUG) Log.v(TAG, "Replacing from " + a + " to " + b + " with \""
632 if (DEBUG) {
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
DeskClock.java 96 private static final boolean DEBUG = false;
185 if (DEBUG) Log.d(LOG_TAG, "mIntentReceiver.onReceive: action=" + action + ", intent=" + intent);
222 if (DEBUG) Log.d(LOG_TAG, "content observer notified that weather changed");
246 if (DEBUG) Log.d(LOG_TAG, String.format("screen saver: %d: jumping to (%d,%d)",
262 if (DEBUG) Log.d(LOG_TAG, (hold ? "hold" : " releas") + "ing wake lock");
286 if (DEBUG) Log.d(LOG_TAG, "restoreScreen");
301 if (DEBUG) Log.d(LOG_TAG, "saveScreen");
357 if (DEBUG) Log.d(LOG_TAG, "forcing the Genie widget to update weather now...");
370 if (DEBUG) Log.d(LOG_TAG, "scheduling weather fetch message for " + delay + "ms from now");
391 if (DEBUG) Log.d(LOG_TAG, "querying genie: " + queryUri)
    [all...]
  /build/tools/apriori/
debug.h 8 #ifdef DEBUG
18 /* Debug enabled */
37 /* No debug */
40 #endif/* DEBUG */
  /build/tools/iself/
debug.h 10 #ifdef DEBUG
20 /* Debug enabled */
39 /* No debug */
42 #endif/* DEBUG */
  /build/tools/isprelinked/
debug.h 8 #ifdef DEBUG
18 /* Debug enabled */
37 /* No debug */
40 #endif/* DEBUG */
  /build/tools/lsd/
debug.h 8 #ifdef DEBUG
18 /* Debug enabled */
37 /* No debug */
40 #endif/* DEBUG */
  /build/tools/soslim/
debug.h 8 #ifdef DEBUG
18 /* Debug enabled */
37 /* No debug */
40 #endif/* DEBUG */
  /dalvik/tests/074-gc-thrash/src/
Main.java 24 public static final boolean DEBUG = false;
181 if (Main.DEBUG)
243 if (Main.DEBUG)
332 if (Main.DEBUG)
  /development/tools/yuv420sp2rgb/
debug.h 10 #ifdef DEBUG
20 /* Debug enabled */
39 /* No debug */
42 #endif/* DEBUG */
  /external/chromium/third_party/icu/source/test/intltest/
nmfmtrt.h 30 static UBool DEBUG;
  /external/e2fsprogs/lib/ext2fs/
ismounted.c 114 #ifdef DEBUG
117 #endif /* DEBUG */
123 #ifdef DEBUG
126 #endif /* DEBUG */
169 #ifdef DEBUG
174 #endif /* DEBUG */
343 #ifdef DEBUG
377 #endif /* DEBUG */
  /external/icu4c/test/intltest/
nmfmtrt.h 30 static UBool DEBUG;
  /external/libpng/contrib/gregbook/
readpng2.h 66 #ifdef DEBUG
writepng.h 66 #ifdef DEBUG
  /external/netperf/
netsh.h 16 #define DEBUG 0 /* debugging level */
56 debug, /* debugging level */
  /external/proguard/src/proguard/evaluation/value/
ReferenceValue.java 38 private static final boolean DEBUG = false;
288 if (DEBUG)
298 if (DEBUG)
333 if (DEBUG)
  /external/srec/portable/include/
pmalloc.h 86 #if DEBUG
94 #endif /*DEBUG*/
  /external/v8/src/
global-handles.h 132 #ifdef DEBUG
  /hardware/ti/omap3/dspbridge/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

Completed in 517 milliseconds

1 2 3 4 5 6 78 91011>>