/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/build/ |
BuildConfig.template | 5 public final static boolean DEBUG = #DEBUG#;
|
/tools/build/builder/src/main/resources/com/android/builder/ |
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
|
/bionic/linker/ |
linker_debug.h | 53 * To enable/disable specific debug options, change the defines above 102 #define DEBUG(x...) _PRINTVF(2, "DEBUG: " x) 104 #define DEBUG(x...) do {} while (0) 119 DEBUG("%5d %s (phdr = 0x%08x)\n", (pid), (name), (unsigned)(phdr)); \ 120 DEBUG("\t\tphdr->offset = 0x%08x\n", (unsigned)((phdr)->p_offset)); \ 121 DEBUG("\t\tphdr->p_vaddr = 0x%08x\n", (unsigned)((phdr)->p_vaddr)); \ 122 DEBUG("\t\tphdr->p_paddr = 0x%08x\n", (unsigned)((phdr)->p_paddr)); \ 123 DEBUG("\t\tphdr->p_filesz = 0x%08x\n", (unsigned)((phdr)->p_filesz)); \ 124 DEBUG("\t\tphdr->p_memsz = 0x%08x\n", (unsigned)((phdr)->p_memsz)); [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
CatLog.java | 22 static final boolean DEBUG = true; 25 if (!DEBUG) { 35 if (!DEBUG) {
|
/external/libcap-ng/libcap-ng-0.7/src/test/ |
thread_test.c | 7 //#define DEBUG 1 14 #ifdef DEBUG 22 #ifdef DEBUG 31 #ifdef DEBUG 40 #ifdef 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;
|
/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...] |
/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...] |
/frameworks/base/core/java/android/webkit/ |
WebViewFactory.java | 39 private static final boolean DEBUG = false; 52 // For debug builds, we allow a system property to specify that we should use the 59 if (DEBUG) Log.v(LOGTAG, "Loaded Chromium provider: " + sProviderInstance); 66 if (DEBUG) Log.v(LOGTAG, "Falling back to default provider: " 71 if (DEBUG) Log.v(LOGTAG, "Falling back to explicit linkage"); 90 if (DEBUG) Log.v(LOGTAG, "attempt to load class " + providerName); 92 if (DEBUG) Log.v(LOGTAG, "instantiating factory");
|
/bionic/libc/arch-mips/bionic/ |
cacheflush.c | 31 #ifdef DEBUG 67 #ifdef DEBUG
|