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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/config/debug/android/util/
ConfigBuildFlags.java 23 /* package */ static final boolean DEBUG = true;
  /frameworks/base/core/config/ndebug/android/util/
ConfigBuildFlags.java 23 /* package */ static final boolean DEBUG = false;
  /frameworks/base/core/config/sdk/android/util/
ConfigBuildFlags.java 25 * to avoid treating DEBUG as a constant value. This is necessary
27 * a debug build.
29 /* package */ static boolean DEBUG = false;
  /frameworks/base/core/java/android/util/
Config.java 21 * on release vs. debug build.
27 * If this is a debug build, this field will be true.
29 public static final boolean DEBUG = ConfigBuildFlags.DEBUG;
37 * @deprecated Use {@link #DEBUG} instead.
40 public static final boolean RELEASE = !DEBUG;
  /development/tools/idegen/src/
Log.java 22 static final boolean DEBUG = false;
24 static void debug(String message) { method in class:Log
25 if (DEBUG) {
  /dalvik/tests/etc/
reference-run-test-classes 8 # --debug -- wait for debugger to attach
18 DEBUG="n"
26 elif [ "x$1" = "x--debug" ]; then
27 DEBUG="y"
54 if [ "$DEBUG" = "y" ]; then
  /external/v8/src/
v8.h 37 #if defined(DEBUG) && defined(NDEBUG)
41 #elif !defined(DEBUG) && !defined(NDEBUG)
42 // If neither is defined in Google3, then we are building a debug v8. Mark it
44 #define DEBUG
48 // V8 only uses DEBUG, but included external files
50 #if defined(DEBUG) && defined(NDEBUG)
51 #error both DEBUG and NDEBUG are set
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
StkLog.java 22 static final boolean DEBUG = true;
25 if (!DEBUG) {
35 if (!DEBUG) {
  /external/chromium/net/third_party/nss/ssl/
sslver.c 41 #if defined(DEBUG)
42 #define _DEBUG_STRING " (debug)"
  /system/core/sh/
show.h 41 #ifdef DEBUG
shell.h 43 * define DEBUG=1 to compile in debugging ('set -o debug' to turn on)
44 * define DEBUG=2 to compile in and turn on debugging.
77 #ifdef DEBUG
  /external/dbus/test/name-test/
run-test.sh 28 libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-names || die "test-client failed"
31 libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-pending-call-dispatch || die "test-client failed"
34 libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-threads-init || die "test-client failed"
  /frameworks/base/core/java/android/net/http/
HttpLog.java 34 private static final boolean DEBUG = false;
35 static final boolean LOGV = DEBUG ? Config.LOGD : Config.LOGV;
  /external/srec/tools/grxmlcompile/
gr_iface.cpp 28 #define DEBUG 0
56 #if DEBUG
89 #if DEBUG
97 #if DEBUG
107 #if DEBUG
116 #if DEBUG
125 #if DEBUG
135 #if DEBUG
144 #if DEBUG
152 #if DEBUG
    [all...]
  /bionic/linker/
linker_debug.h 53 * To enable/disable specific debug options, change the defines above
96 #define DEBUG(x...) _PRINTVF(2, TRUE, "DEBUG: " x)
98 #define DEBUG(x...) do {} while (0)
145 DEBUG("%5d %s (phdr = 0x%08x)\n", (pid), (name), (unsigned)(phdr)); \
146 DEBUG("\t\tphdr->offset = 0x%08x\n", (unsigned)((phdr)->p_offset)); \
147 DEBUG("\t\tphdr->p_vaddr = 0x%08x\n", (unsigned)((phdr)->p_vaddr)); \
148 DEBUG("\t\tphdr->p_paddr = 0x%08x\n", (unsigned)((phdr)->p_paddr)); \
149 DEBUG("\t\tphdr->p_filesz = 0x%08x\n", (unsigned)((phdr)->p_filesz)); \
150 DEBUG("\t\tphdr->p_memsz = 0x%08x\n", (unsigned)((phdr)->p_memsz));
    [all...]
  /external/emma/core/java12/com/vladium/jcd/parser/
ClassDefParser.java 107 if (DEBUG) System.out.println (s_line);
111 if (DEBUG) System.out.println (s_line);
117 if (DEBUG) System.out.println (s_line);
120 if (DEBUG) System.out.println (s_line);
123 if (DEBUG) System.out.println (s_line);
126 if (DEBUG) System.out.println (s_line);
129 if (DEBUG) System.out.println (s_line);
138 if (DEBUG) System.out.println ("magic: [" + Long.toHexString (magic) + ']');
149 if (DEBUG)
162 if (DEBUG) System.out.println ("constant_pool_count = " + constant_pool_count + " [actual number of entries (…)
    [all...]
  /cts/tests/src/android/app/cts/
KeyguardManagerActivity.java 27 public static final boolean DEBUG = false;
41 if (DEBUG) {
47 if (DEBUG) {
59 if (DEBUG) {
63 if (DEBUG) {
  /external/webkit/WebCore/platform/text/qt/
TextBreakIteratorQt.cpp 29 #define DEBUG qDebug
31 #define DEBUG if (1) {} else qDebug
94 DEBUG() << "textBreakFirst" << bi->position();
101 DEBUG() << "textBreakNext" << pos;
109 DEBUG() << "textBreakPreceding" << pos << newpos;
117 DEBUG() << "textBreakFollowing" << pos << newpos;
  /packages/apps/Mms/src/com/android/mms/transaction/
DefaultRetryScheme.java 29 private static final boolean DEBUG = false;
30 private static final boolean LOCAL_LOGV = DEBUG ? Config.LOGD : Config.LOGV;
  /hardware/ti/wlan/wl1271/CUDK/
Makefile 6 # compiling in debug mode
7 DEBUG ?= y
72 $(MAKE) -e -C $(TI_SUPP_LIB_DIR) DEBUG=$(DEBUG) XCC=$(XCC) CROSS_COMPILE=$(CROSS_COMPILE) STATIC_LIB=$(STATIC_LIB) TI_WLAN_DRIVER=y CONFIG_CTRL_IFACE=unix
74 $(MAKE) -e -C $(TI_SUPP_LIB_DIR) DEBUG=$(DEBUG) XCC=$(XCC) CROSS_COMPILE=$(CROSS_COMPILE) STATIC_LIB=$(STATIC_LIB) TI_WLAN_DRIVER=y CONFIG_CTRL_IFACE=unix CONFIG_EAP_WSC=y CONFIG_WPS=y
85 $(MAKE) -C $(TI_OS_LIB_DIR) CROSS_COMPILE=$(CROSS_COMPILE) DEBUG=$(DEBUG) STATIC_LIB=$(STATIC_LIB) XCC=$(XCC) WPA_ENTERPRISE=$(WPA_ENTERPRISE) SUPPL=$(SUPPL) BUILD_SUPPL=$(BUILD_SUPPL) TI_SUPP_LIB_DIR=$(TI_SUPP_LIB_DIR)
89 $(MAKE) -C $(CU_DIR) CROSS_COMPILE=$(CROSS_COMPILE) DEBUG=$(DEBUG) STATIC_LIB=$(STATIC_LIB) XCC=$(XCC) WPA_ENTERPRISE=$(WPA_ENTERPRISE) SUPPL=$(SUPPL) BUILD_SUPPL=$ (…)
    [all...]
  /system/wlan/ti/wilink_6_1/CUDK/
Makefile 6 # compiling in debug mode
7 DEBUG ?= y
72 $(MAKE) -e -C $(TI_SUPP_LIB_DIR) DEBUG=$(DEBUG) XCC=$(XCC) CROSS_COMPILE=$(CROSS_COMPILE) STATIC_LIB=$(STATIC_LIB) TI_WLAN_DRIVER=y CONFIG_CTRL_IFACE=unix
74 $(MAKE) -e -C $(TI_SUPP_LIB_DIR) DEBUG=$(DEBUG) XCC=$(XCC) CROSS_COMPILE=$(CROSS_COMPILE) STATIC_LIB=$(STATIC_LIB) TI_WLAN_DRIVER=y CONFIG_CTRL_IFACE=unix CONFIG_EAP_WSC=y CONFIG_WPS=y
85 $(MAKE) -C $(TI_OS_LIB_DIR) CROSS_COMPILE=$(CROSS_COMPILE) DEBUG=$(DEBUG) STATIC_LIB=$(STATIC_LIB) XCC=$(XCC) WPA_ENTERPRISE=$(WPA_ENTERPRISE) SUPPL=$(SUPPL) BUILD_SUPPL=$(BUILD_SUPPL) TI_SUPP_LIB_DIR=$(TI_SUPP_LIB_DIR)
89 $(MAKE) -C $(CU_DIR) CROSS_COMPILE=$(CROSS_COMPILE) DEBUG=$(DEBUG) STATIC_LIB=$(STATIC_LIB) XCC=$(XCC) WPA_ENTERPRISE=$(WPA_ENTERPRISE) SUPPL=$(SUPPL) BUILD_SUPPL=$ (…)
    [all...]
  /frameworks/base/media/tests/SoundPoolTest/src/com/android/
SoundPoolTest.java 41 private static final boolean DEBUG = true;
85 if (DEBUG) Log.d(LOG_TAG, "Sample " + sampleId + " load status = " + status);
132 if (DEBUG) Log.d(LOG_TAG, "Begin sounds test");
137 if (DEBUG) Log.d(LOG_TAG, "Start note " + id);
144 if (DEBUG) Log.d(LOG_TAG, "Stop note " + id);
147 if (DEBUG) Log.d(LOG_TAG, "End scale test");
152 if (DEBUG) Log.d(LOG_TAG, "Begin scale test");
159 if (DEBUG) Log.d(LOG_TAG, "Start note " + id);
166 if (DEBUG) Log.d(LOG_TAG, "Stop note " + id);
169 if (DEBUG) Log.d(LOG_TAG, "End sounds test")
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
KeyguardViewMediator.java 96 private final static boolean DEBUG = false;
297 if (DEBUG) Log.d(TAG, "onSystemReady");
312 if (DEBUG) Log.d(TAG, "onScreenTurnedOff(" + why + ")");
315 if (DEBUG) Log.d(TAG, "pending exit secure callback cancelled");
336 if (DEBUG) Log.d(TAG, "setting alarm to turn off keyguard, seq = "
353 if (DEBUG) Log.d(TAG, "onScreenTurnedOn, seq = " + mDelayedShowingSequence);
365 if (DEBUG) Log.d(TAG, "setKeyguardEnabled(" + enabled + ")");
372 if (DEBUG) Log.d(TAG, "in process of verifyUnlock request, ignoring");
379 if (DEBUG) Log.d(TAG, "remembering to reshow, hiding keyguard, "
385 if (DEBUG) Log.d(TAG, "previously hidden, reshowing, reenabling
    [all...]
  /cts/tools/dasm/src/java_cup/
sym.java 15 static final int DEBUG = 20;
  /frameworks/base/core/java/com/android/internal/app/
NetInitiatedActivity.java 39 private static final boolean DEBUG = true;
56 if (DEBUG) Log.d(TAG, "NetInitiatedReceiver onReceive: " + intent.getAction());
79 if (DEBUG) Log.d(TAG, "onCreate, notifId: " + notificationId);
87 if (DEBUG) Log.d(TAG, "onResume");
94 if (DEBUG) Log.d(TAG, "onPause");
116 if (DEBUG) Log.d(TAG, "sendUserResponse, response: " + response);
126 if (DEBUG) Log.d(TAG, "handleNIVerify action: " + intent.getAction());

Completed in 413 milliseconds

1 2 3 4 5 6 7 8 91011>>