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

1 2 3 4 5 6 7 8 91011>>

  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/build/
BuildConfig.template 5 public final static boolean DEBUG = #DEBUG#;
  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/data/overdraw/gen/test/pkg/
BuildConfig.java.txt 5 public final static boolean DEBUG = true;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
Debug.java 19 public class Debug {
21 public final static boolean DEBUG = false;
  /frameworks/support/v7/gridlayout/gen/android/support/v7/gridlayout/
BuildConfig.java 5 public final static boolean DEBUG = true;
  /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
  /frameworks/base/telephony/java/com/android/internal/telephony/cat/
CatLog.java 22 static final boolean DEBUG = true;
25 if (!DEBUG) {
35 if (!DEBUG) {
  /system/core/sh/
show.h 41 #ifdef DEBUG
  /external/flac/include/FLAC/
assert.h 36 #ifdef DEBUG
  /frameworks/base/core/java/android/util/
Config.java 31 public static final boolean DEBUG = false;
  /frameworks/base/core/java/android/webkit/
WebViewFactory.java 30 private static final boolean DEBUG = false;
43 if (DEBUG) Log.v(LOGTAG, "Falling back to explicit linkage");
51 if (DEBUG) Log.v(LOGTAG, "attempt to load class " + providerName);
53 if (DEBUG) Log.v(LOGTAG, "instantiating factory");
  /sdk/testapps/buildConfigTest/lib1/src/com/android/tests/buildconfigtest/lib1/
Lib1.java 11 if (BuildConfig.DEBUG) {
12 a = "DEBUG";
  /external/dbus/test/name-test/
run-test.sh 34 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-ids || die "test-ids failed"
37 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-pending-call-dispatch || die "test-pending-call-dispatch failed"
40 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-pending-call-timeout || die "test-pending-call-timeout failed"
43 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-threads-init || die "test-threads-init failed"
46 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-privserver-client || die "test-privserver-client failed"
49 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-shutdown || die "test-shutdown failed"
  /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...]
  /external/libvpx/nestegg/test/
test.c 14 #undef DEBUG
46 #ifndef DEBUG
53 sev = "debug: ";
111 #ifdef DEBUG
117 #ifdef DEBUG
124 #ifdef DEBUG
130 #ifdef DEBUG
138 #ifdef DEBUG
143 #ifdef DEBUG
149 #ifdef 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...]
  /packages/apps/Email/src/com/android/email/data/
ThrottlingCursorLoader.java 64 if (Throttle.DEBUG) debugLog("startLoading");
71 if (Throttle.DEBUG) debugLog("forceLoad");
78 if (Throttle.DEBUG) debugLog("stopLoading");
85 if (Throttle.DEBUG) debugLog("onCancelled");
92 if (Throttle.DEBUG) debugLog("onReset");
99 if (Throttle.DEBUG) debugLog("onContentChanged");
105 if (Throttle.DEBUG) debugLog("callSuperOnContentChanged");
  /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) {
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
DecTestBench.c 33 /* Debug prints */
34 #define DEBUG(argv) printf argv
112 DEBUG(("H.264 Decoder API v%d.%d\n", decVer.major, decVer.minor));
117 DEBUG(("%s\n", tagName));
125 DEBUG((
128 DEBUG(("\t-Nn forces decoding to stop after n pictures\n"));
130 DEBUG(("\t-Ooutfile output writing disabled at compile time\n"));
132 DEBUG(("\t-Ooutfile write output to \"outfile\" (default out_wxxxhyyy.yuv)\n"));
133 DEBUG(("\t-Onone does not write output\n"));
135 DEBUG(("\t-P packet-by-packet mode\n"))
    [all...]
  /development/apps/CustomLocale/src/com/android/customlocale2/
ChangeLocale.java 34 private static final boolean DEBUG = true;
43 if (DEBUG) {
71 if (DEBUG) {
  /external/llvm/utils/
makellvm 9 set DEBUG = 0
35 set doit = 0; set DEBUG = 1; shift argv; breaksw
57 if ($DEBUG) then
58 echo "DEBUG: EXEC = $EXEC"
73 if ($DEBUG) then
74 echo "DEBUG: MFILE = $MFILE"
82 if ($DEBUG) then
83 echo "DEBUG: LLVMDIR = $LLVMDIR"
121 if ($DEBUG) then
122 echo "DEBUG: BUILDROOT = $BUILDROOT
    [all...]
  /cts/tests/tests/util/src/android/util/cts/
LogPrinterTest.java 31 int[] priorities = { Log.ASSERT, Log.DEBUG, Log.ERROR, Log.INFO,
39 LogPrinter logPrinter = new LogPrinter(Log.DEBUG, mTag);
  /external/llvm/utils/release/
findRegressions-nightly.py 4 DEBUG = 0
24 if DEBUG:
29 if DEBUG:
43 if DEBUG:
49 if DEBUG:
54 if DEBUG:
59 if DEBUG:
75 if DEBUG:
  /packages/apps/Email/src/com/android/email/
Throttle.java 37 public static final boolean DEBUG = false; // Don't submit with true
108 if (DEBUG) debugLog("Canceling scheduled callback");
121 if (DEBUG) debugLog("Timeout extended " + mTimeout);
124 if (DEBUG) debugLog("Timeout reset to " + mTimeout);
131 if (DEBUG) debugLog("onEvent");
136 if (DEBUG) debugLog(" callback already scheduled");
138 if (DEBUG) debugLog(" scheduling callback");
166 if (DEBUG) debugLog("Kicking callback");

Completed in 1975 milliseconds

1 2 3 4 5 6 7 8 91011>>