HomeSort by relevance Sort by last modified time
    Searched defs:DEBUG (Results 226 - 250 of 388) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/org/apache/xalan/templates/
ElemForEach.java 63 static final boolean DEBUG = false;
399 if(DEBUG)
TemplateList.java 126 /** Flag to indicate whether in DEBUG mode */
127 final static boolean DEBUG = false;
176 if (DEBUG)
206 if (DEBUG)
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/
DTMManagerDefault.java 81 private static final boolean DEBUG = false;
241 if(DEBUG && null != source)
712 if(DEBUG)
  /packages/apps/Browser/src/com/android/browser/
BrowserBackupAgent.java 50 static final boolean DEBUG = false;
155 if (DEBUG) Log.v(TAG, "Restoring " + N + " bookmarks");
166 if (DEBUG) Log.v(TAG, "Did not see url: " + mark.url);
173 if (DEBUG) Log.v(TAG, "Skipping extant url: " + mark.url);
223 if (DEBUG) Log.v(TAG, "Backing up " + count + " bookmarks");
252 if (DEBUG) Log.v(TAG, " wrote url " + url);
  /packages/apps/Calendar/src/com/android/calendar/
AgendaActivity.java 49 private static boolean DEBUG = false;
118 if (DEBUG) {
126 if (DEBUG) {
134 if (DEBUG) {
173 if (DEBUG) {
208 if (DEBUG) {
Utils.java 42 private static final boolean DEBUG = true;
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmClock.java 61 static final boolean DEBUG = false;
  /packages/apps/Mms/src/com/android/mms/
MmsConfig.java 31 private static final boolean DEBUG = false;
32 private static final boolean LOCAL_LOGV = DEBUG ? Config.LOGD : Config.LOGV;
229 if (DEBUG) {
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilMediaElementImpl.java 38 private static final boolean DEBUG = false;
39 private static final boolean LOCAL_LOGV = DEBUG ? Config.LOGD : Config.LOGV;
  /packages/apps/Mms/src/com/android/mms/transaction/
HttpUtils.java 52 private static final boolean DEBUG = false;
53 private static final boolean LOCAL_LOGV = DEBUG ? Config.LOGD : Config.LOGV;
267 if (Log.isLoggable(LogTag.TRANSACTION, Log.DEBUG)) {
  /packages/apps/Mms/src/com/android/mms/ui/
ConversationListItem.java 54 private static final boolean DEBUG = false;
193 //if (DEBUG) Log.v(TAG, "bind()");
226 if (DEBUG) Log.v(TAG, "bind: contacts.addListeners " + this);
244 if (DEBUG) Log.v(TAG, "unbind: contacts.removeListeners " + this);
SlideshowActivity.java 63 private static final boolean DEBUG = false;
64 private static final boolean LOCAL_LOGV = DEBUG ? Config.LOGD : Config.LOGV;
211 if (DEBUG) {
  /bionic/libc/kernel/common/linux/mtd/
mtd.h 152 #define DEBUG(n, args...) do { } while(0)
  /bionic/libc/netbsd/resolv/
res_send.c 126 #ifndef DEBUG
127 #define DEBUG
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
CalibrateVolumeActivity.java 147 private static final boolean DEBUG = false;
216 if (DEBUG) {
  /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) {
  /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...]
  /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...]
  /development/ndk/platforms/android-3/include/linux/mtd/
mtd.h 152 #define DEBUG(n, args...) do { } while(0)
  /development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
plasma.c 30 /* Set to 1 to enable debug log traces. */
31 #define DEBUG 0
  /development/ndk/platforms/android-9/samples/native-plasma/jni/
plasma.c 35 /* Set to 1 to enable debug log traces. */
36 #define DEBUG 0
  /external/e2fsprogs/ext2ed/
ext2ed.h 35 #define DEBUG /* Activate self-sanity checks */
296 #ifdef DEBUG
  /external/kernel-headers/original/linux/mtd/
mtd.h 258 #define DEBUG(n, args...) \
264 #define DEBUG(n, args...) do { } while(0)
  /external/proguard/src/proguard/classfile/editor/
CodeAttributeComposer.java 50 private static final boolean DEBUG = false;
52 public static boolean DEBUG = true;
170 if (DEBUG)
207 if (DEBUG)
223 if (DEBUG)
231 if (DEBUG)
239 if (DEBUG)
339 if (DEBUG)
  /external/qemu/android/skin/
image.c 17 #define DEBUG 0
19 #if DEBUG
360 #if DEBUG

Completed in 4996 milliseconds

1 2 3 4 5 6 7 8 91011>>