/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/ |
Debug.java | 19 public class Debug { 21 public final static boolean DEBUG = false;
|
/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/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
|
/external/llvm/lib/Target/PTX/ |
PTXRegisterInfo.cpp | 17 #include "llvm/Support/Debug.h" 46 DEBUG(dbgs() << "eliminateFrameIndex: " << MI); 47 DEBUG(dbgs() << "- SPAdj: " << SPAdj << "\n"); 48 DEBUG(dbgs() << "- FrameIndex: " << FrameIndex << "\n");
|
PTXMFInfoExtract.cpp | 21 #include "llvm/Support/Debug.h" 55 DEBUG(dbgs() << "******** PTX FUNCTION LOCAL VAR REG DEF ********\n"); 57 DEBUG(dbgs() 61 DEBUG(for (unsigned reg = PTX::NoRegister + 1; 76 DEBUG(for (PTXMachineFunctionInfo::reg_iterator 81 DEBUG(for (PTXMachineFunctionInfo::reg_iterator
|
/external/flac/include/FLAC/ |
assert.h | 36 #ifdef DEBUG
|
/frameworks/base/core/java/android/util/ |
Config.java | 31 public static final boolean DEBUG = false;
|
/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/base/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...] |
/external/llvm/utils/release/ |
findRegressions.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");
|
/packages/experimental/AndroidVendorSecurityTool/src/com/android/vending/sectool/v1/ |
GoogleSecurityToolReceiver.java | 14 if (GoogleSecurityToolActivity.DEBUG) 20 if (GoogleSecurityToolActivity.DEBUG)
|
/frameworks/base/media/tests/SoundPoolTest/src/com/android/ |
SoundPoolTest.java | 40 private static final boolean DEBUG = true; 84 if (DEBUG) Log.d(LOG_TAG, "Sample " + sampleId + " load status = " + status); 131 if (DEBUG) Log.d(LOG_TAG, "Begin sounds test"); 136 if (DEBUG) Log.d(LOG_TAG, "Start note " + id); 143 if (DEBUG) Log.d(LOG_TAG, "Stop note " + id); 146 if (DEBUG) Log.d(LOG_TAG, "End scale test"); 151 if (DEBUG) Log.d(LOG_TAG, "Begin scale test"); 158 if (DEBUG) Log.d(LOG_TAG, "Start note " + id); 165 if (DEBUG) Log.d(LOG_TAG, "Stop note " + id); 168 if (DEBUG) Log.d(LOG_TAG, "End sounds test") [all...] |
/cts/tools/dasm/src/java_cup/ |
sym.java | 15 static final int DEBUG = 20;
|