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

1 2 3 4 5 67 8 91011>>

  /external/proguard/src/proguard/preverify/
CodeSubroutineInliner.java 46 private static final boolean DEBUG = false;
48 private static boolean DEBUG = true;
67 // DEBUG =
85 if (DEBUG)
105 if (DEBUG)
126 if (DEBUG)
149 if (DEBUG)
191 if (DEBUG)
218 if (DEBUG)
260 if (DEBUG)
    [all...]
  /external/qemu/android/skin/
keyboard.c 13 #include "android/utils/debug.h"
20 #define DEBUG 1
22 #if DEBUG
keyset.c 13 #include "android/utils/debug.h"
18 #define DEBUG 1
23 # define D_ACTIVE DEBUG
26 #if DEBUG
  /external/qemu/android/utils/
timezone.c 12 #include "android/utils/debug.h"
21 #define DEBUG 1
26 # define D_ACTIVE DEBUG
29 #if DEBUG
  /external/qemu/audio/
esdaudio.c 36 #define DEBUG 1
38 #if DEBUG
170 /* shut down verbose debug spew */
328 /* shut down verbose debug spew */
  /external/qemu/telephony/
remote_call.c 14 #include "android/utils/debug.h"
21 #define DEBUG 1
26 # define D_ACTIVE DEBUG
32 # define S_ACTIVE DEBUG
35 #if DEBUG
sysdeps_qemu.c 28 #define DEBUG 0
30 #define D_ACTIVE DEBUG
32 #if DEBUG
  /external/srec/srec/cfront/
frontobj.c 51 #define DEBUG 0
252 #if DEBUG
429 #if DEBUG
455 #if DEBUG
474 #if DEBUG
  /external/srec/tools/grxmlcompile/
sub_phon.cpp 26 #define DEBUG 0
170 #if DEBUG
175 #if DEBUG
189 #if DEBUG
194 #if DEBUG
217 #if DEBUG
223 #if DEBUG
237 #if DEBUG
243 #if DEBUG
253 #if DEBUG
    [all...]
vocab.cpp 34 #define DEBUG 0
87 #if DEBUG
88 std::cout << "DEBUG: " << phrase <<" to be looked up" << std::endl;
95 #if DEBUG
103 #if DEBUG
104 std::cout << "DEBUG: used " << len_used << " now " << LSTRLEN(pron) << std::endl;
108 #if DEBUG
109 std::cout << "DEBUG: " << phrase << " " << pron << std::endl;
145 #if DEBUG
156 #if DEBUG
    [all...]
  /frameworks/base/core/java/android/preference/
GenericInflater.java 45 private final boolean DEBUG = false;
260 if (DEBUG) System.out.println("INFLATING from resource: " + resource);
310 if (DEBUG) {
322 if (DEBUG) {
327 if (DEBUG) {
421 if (DEBUG) System.out.println("******** Creating item: " + name);
434 if (DEBUG) System.out.println("Created item is: " + item);
476 if (DEBUG) {
483 if (DEBUG) {
490 if (DEBUG) {
    [all...]
  /frameworks/base/core/java/android/util/
CalendarUtils.java 40 private static final boolean DEBUG = false;
190 if (DEBUG) {
  /frameworks/base/core/java/android/view/
OrientationEventListener.java 33 private static final boolean DEBUG = false;
34 private static final boolean localLOGV = DEBUG ? Config.LOGD : Config.LOGV;
  /frameworks/base/core/java/com/android/internal/os/
HandlerCaller.java 26 private static final boolean DEBUG = false;
  /frameworks/base/core/java/com/android/internal/view/
BaseSurfaceHolder.java 32 static final boolean DEBUG = false;
170 if (DEBUG) Log.i(TAG, "Locking canvas..,");
182 if (DEBUG) Log.i(TAG, "Returned canvas: " + c);
  /frameworks/base/core/java/com/google/android/mms/pdu/
EncodedStringValue.java 33 private static final boolean DEBUG = false;
34 private static final boolean LOCAL_LOGV = DEBUG ? Config.LOGD : Config.LOGV;
  /frameworks/base/core/java/com/google/android/mms/util/
PduCache.java 32 private static final boolean DEBUG = false;
33 private static final boolean LOCAL_LOGV = DEBUG ? Config.LOGD : Config.LOGV;
  /frameworks/base/media/java/android/media/
SoundPool.java 110 private final static boolean DEBUG = false;
447 if (DEBUG) Log.d(TAG, "Sample " + msg.arg1 + " loaded");
  /frameworks/base/policy/src/com/android/internal/policy/impl/
KeyguardViewManager.java 39 private final static boolean DEBUG = false;
95 if (DEBUG) Log.d(TAG, "show(); mKeyguardView==" + mKeyguardView);
98 if (DEBUG) Log.d(TAG, "keyguard host is null, creating it...");
124 if (DEBUG) Log.d(TAG, "keyguard view is null, creating it...");
162 if (DEBUG) Log.d(TAG, "reset()");
169 if (DEBUG) Log.d(TAG, "onScreenTurnedOff()");
177 if (DEBUG) Log.d(TAG, "onScreenTurnedOn()");
185 if (DEBUG) Log.d(TAG, "verifyUnlock()");
201 if (DEBUG) Log.d(TAG, "wakeWhenReady(" + keyCode + ")");
215 if (DEBUG) Log.d(TAG, "hide()")
    [all...]
  /hardware/ril/libril/
ril_event.cpp 75 #define DEBUG 0
77 #if DEBUG
331 #if DEBUG
  /libcore/luni/src/main/java/java/util/
ComparableTimSort.java 101 private static final boolean DEBUG = false;
186 if (DEBUG) assert lo == hi;
188 if (DEBUG) assert ts.stackSize == 1;
210 if (DEBUG) assert lo <= start && start <= hi;
220 if (DEBUG) assert left <= right;
233 if (DEBUG) assert left == right;
280 if (DEBUG) assert lo < hi;
332 if (DEBUG) assert n >= 0;
401 if (DEBUG) assert stackSize >= 2;
402 if (DEBUG) assert i >= 0
    [all...]
TimSort.java 126 private static final boolean DEBUG = false;
218 if (DEBUG) assert lo == hi;
220 if (DEBUG) assert ts.stackSize == 1;
244 if (DEBUG) assert lo <= start && start <= hi;
253 if (DEBUG) assert left <= right;
266 if (DEBUG) assert left == right;
314 if (DEBUG) assert lo < hi;
366 if (DEBUG) assert n >= 0;
434 if (DEBUG) assert stackSize >= 2;
435 if (DEBUG) assert i >= 0
    [all...]
  /libcore/luni/src/main/java/org/apache/xalan/xslt/
ObjectFactory.java 63 private static final boolean DEBUG = false;
384 if (DEBUG) {
  /libcore/luni/src/main/java/org/apache/xml/dtm/
ObjectFactory.java 63 private static final boolean DEBUG = false;
384 if (DEBUG) {
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2RTFDTM.java 65 private static final boolean DEBUG = false;

Completed in 1334 milliseconds

1 2 3 4 5 67 8 91011>>