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

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/
IncrementalSAXSource_Filter.java 70 boolean DEBUG=false; //Internal status report
523 if(DEBUG) e.printStackTrace();
624 if(DEBUG)System.out.println("IncrementalSAXSource_Filter parse thread launched");
644 if(DEBUG)System.out.println("Active IncrementalSAXSource_Filter normal stop exception");
651 if(DEBUG)System.out.println("Active IncrementalSAXSource_Filter normal stop exception");
656 if(DEBUG)
  /packages/apps/Mms/src/com/android/mms/ui/
SlideView.java 55 private static final boolean DEBUG = false;
56 private static final boolean LOCAL_LOGV = DEBUG ? Config.LOGD : Config.LOGV;
113 if (DEBUG) {
145 if (DEBUG) {
175 if (DEBUG) {
231 if (DEBUG) {
  /development/ndk/samples/hello-neon/jni/
helloneon.c 24 #define DEBUG 0
26 #if DEBUG
  /external/chromium/third_party/zlib/
zutil.c 61 #ifdef DEBUG
115 #ifdef DEBUG
  /external/dhcpcd/mk/
cc.mk 25 _GGDB_SH= if test "${DEBUG}" = "yes"; then echo "-ggdb -DDEBUG"; else echo ""; fi
  /external/e2fsprogs/lib/ext2fs/
finddev.c 141 #ifdef DEBUG
164 #ifdef DEBUG
  /external/e2fsprogs/misc/
findsuper.c 97 #undef DEBUG
99 #ifdef DEBUG
  /external/proguard/src/proguard/optimize/
DuplicateInitializerFixer.java 40 private static final boolean DEBUG = false;
108 if (DEBUG)
  /external/proguard/src/proguard/optimize/evaluation/
VariableOptimizer.java 41 private static final boolean DEBUG = false;
43 private static boolean DEBUG = true;
94 // DEBUG =
148 if (DEBUG)
  /external/proguard/src/proguard/optimize/info/
ParameterUsageMarker.java 46 private static final boolean DEBUG = false;
139 if (DEBUG)
  /external/proguard/src/proguard/optimize/peephole/
GotoCommonCodeReplacer.java 44 private static final boolean DEBUG = false;
46 private static boolean DEBUG = true;
74 // DEBUG =
115 if (DEBUG)
  /external/qemu/audio/
winaudio.c 31 /* define DEBUG to 1 to dump audio debugging info at runtime to stderr */
32 #define DEBUG 0
37 # define D_ACTIVE DEBUG
40 #if DEBUG
52 #if DEBUG
62 #if DEBUG
229 #if DEBUG
481 #if DEBUG
620 #if DEBUG
  /external/qemu/distrib/zlib-1.2.3/
zutil.c 61 #ifdef DEBUG
115 #ifdef DEBUG
  /external/v8/src/arm/
jump-target-arm.cc 187 #ifdef DEBUG
211 #ifdef DEBUG
  /external/v8/src/
scopeinfo.h 141 #ifdef DEBUG
191 #ifdef DEBUG
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/
shell.js 39 var DEBUG = false;
69 if ( DEBUG ) {
  /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/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/
LockPatternKeyguardView.java 72 private static final boolean DEBUG = false;
282 if (DEBUG) Log.d(TAG,
323 if (DEBUG) Log.d(TAG,
401 if (DEBUG) Log.v(TAG, "*** dispatchDraw() time: " + SystemClock.elapsedRealtime());
467 if (DEBUG) Log.d(TAG, "onWakeKey");
470 if (DEBUG) Log.d(TAG, "switching screens to unlock screen because wake key was MENU");
474 if (DEBUG) Log.d(TAG, "poking wake lock immediately");
588 if (DEBUG) Log.d(TAG,
  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
makefile 2 DEBUG ?= y
8 ifeq ($(DEBUG),y)
84 ifneq "$(DEBUG)" "y"
  /hardware/ti/wlan/wl1271/CUDK/tiwlan_loader/
Makefile 4 DEBUG ?= y
15 ifeq ($(DEBUG),y)
61 ifneq "$(DEBUG)" "y"
  /packages/apps/Calculator/src/com/android/calculator2/
Calculator.java 50 private static final boolean DEBUG = false;
51 private static final boolean LOG_ENABLED = DEBUG ? Config.LOGD : Config.LOGV;
  /packages/apps/Email/src/com/android/email/
AccountBackupRestore.java 44 if (Email.DEBUG) {
105 if (Email.DEBUG) {
Email.java 20 import com.android.email.activity.Debug;
46 * This can be enabled by typing "debug" in the AccountFolderList activity.
49 * TODO: rename this to sUserDebug, and rename LOGD below to DEBUG.
51 public static boolean DEBUG = false;
265 DEBUG = prefs.getEnableDebugLogging();
273 Debug.updateLoggingFlags(this);
  /packages/apps/Mms/src/com/android/mms/model/
AudioModel.java 45 private static final boolean DEBUG = false;
46 private static final boolean LOCAL_LOGV = DEBUG ? Config.LOGD : Config.LOGV;

Completed in 2467 milliseconds

1 2 3 4 5 6 7 8 91011>>