/external/llvm/lib/Target/MBlaze/ |
MBlazeSubtarget.cpp | 42 DEBUG(dbgs() << "CPU " << CPUName << "(" << HasItin << ")\n");
|
/external/proguard/src/proguard/classfile/editor/ |
ClassEditor.java | 34 private static final boolean DEBUG = false; 67 if (DEBUG) 135 if (DEBUG) 205 if (DEBUG)
|
/external/qemu/slirp/ |
debug.h | 21 #ifdef DEBUG
|
/external/qemu/slirp-android/ |
debug.h | 21 #ifdef DEBUG
|
/external/srec/tools/grxmlcompile/ |
sub_phon.cpp | 26 #define DEBUG 0 170 #if DEBUG 175 #if DEBUG 189 #if DEBUG 194 #if DEBUG 217 #if DEBUG 223 #if DEBUG 237 #if DEBUG 243 #if DEBUG 253 #if DEBUG [all...] |
/external/webkit/Tools/Scripts/ |
webkit-patch | 45 # This is a hack to let us enable DEBUG logging as early as possible. 49 logging_level = logging.DEBUG
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
SignalClusterView.java | 37 static final boolean DEBUG = false; 66 if (DEBUG) Slog.d(TAG, "NetworkController=" + nc); 138 if (DEBUG) Slog.d(TAG, 159 if (DEBUG) Slog.d(TAG,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
ExpandedView.java | 48 if (PhoneStatusBar.DEBUG) {
|
/frameworks/base/services/java/com/android/server/location/ |
GpsXtraDownloader.java | 46 static final boolean DEBUG = false; 110 if (DEBUG) Log.d(TAG, "Downloading XTRA data from " + url); 133 if (DEBUG) Log.d(TAG, "HTTP error: " + status.getReasonPhrase()); 162 if (DEBUG) Log.d(TAG, "error " + e);
|
/hardware/msm7k/librpc/ |
debug.h | 40 #ifdef DEBUG
|
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/ |
Makefile | 35 CDEFS += DEBUG
|
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/ |
Makefile | 35 CDEFS += DEBUG
|
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_sample/ |
Makefile | 35 CDEFS += DEBUG
|
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/ |
Makefile | 35 CDEFS += DEBUG
|
/hardware/ti/omap4xxx/domx/test/sample_proxy/ |
Makefile | 35 CDEFS += DEBUG
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
Log.java | 31 static final boolean LOGV = AlarmClock.DEBUG ? false : false;
|
/packages/apps/Mms/src/com/android/mms/layout/ |
HVGALayoutParameters.java | 24 private static final boolean DEBUG = false;
|
/packages/apps/Mms/src/com/android/mms/util/ |
SendingProgressTokenManager.java | 26 private static final boolean DEBUG = false;
|
/packages/experimental/AndroidVendorSecurityTool/src/com/android/vending/sectool/v1/ |
BackendTest.java | 27 if (GoogleSecurityToolActivity.DEBUG) 37 if (GoogleSecurityToolActivity.DEBUG) 93 if (GoogleSecurityToolActivity.DEBUG) 119 if (GoogleSecurityToolActivity.DEBUG)
|
/sdk/ddms/libs/ddmuilib/tests/src/com/android/ddmuilib/logcat/ |
LogCatMessageParserTest.java | 33 * Log.d("dtag", "debug message"); 39 * Log.d("dtag", "debug message"); 48 "debug message", //$NON-NLS-1$ 60 "debug message", //$NON-NLS-1$ 76 assertEquals(mParsedMessages.get(0).getLogLevel(), LogLevel.DEBUG);
|
/external/llvm/lib/Transforms/IPO/ |
Inliner.cpp | 28 #include "llvm/Support/Debug.h" 170 DEBUG(dbgs() << " ***MERGED ALLOCA: " << *AI << "\n\t\tINTO: " 222 DEBUG(dbgs() << " Inlining: cost=always" 228 DEBUG(dbgs() << " NOT Inlining: cost=never" 239 DEBUG(dbgs() << " NOT Inlining: cost=" << Cost 302 DEBUG(dbgs() << " NOT Inlining: " << *CS.getInstruction() << 309 DEBUG(dbgs() << " Inlining: cost=" << Cost 335 DEBUG(dbgs() << "Inliner visiting SCC:"); 339 DEBUG(dbgs() << " " << (F ? F->getName() : "INDIRECTNODE")); 375 DEBUG(dbgs() << ": " << CallSites.size() << " call sites.\n") [all...] |
/frameworks/base/core/tests/coretests/src/android/accessibilityservice/ |
InterrogationActivityTest.java | 50 private static final boolean DEBUG = true; 111 if (DEBUG) { 134 if (DEBUG) { 158 if (DEBUG) { 219 if (DEBUG) { 249 if (DEBUG) { 287 if (DEBUG) { 318 if (DEBUG) { 356 if (DEBUG) { 422 if (DEBUG) { [all...] |
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_decoder.c | 207 DEBUG(("DISCARDED NAL (UNSPECIFIED, REGISTERED, SPS ext or AUX slice)\n")); 227 DEBUG(("Access unit boundary\n")); 231 DEBUG(("CONCEALING...")); 258 DEBUG(("...DONE\n")); 272 DEBUG(("SEQ PARAM SET\n")); 285 DEBUG(("PIC PARAM SET\n")); 300 DEBUG(("IDR ")); 303 DEBUG(("SLICE HEADER\n")); 444 DEBUG(("SLICE DATA, FIRST %d\n", 464 DEBUG(("SEI MESSAGE, NOT DECODED")) [all...] |
/external/e2fsprogs/lib/ss/ |
parse.c | 67 #ifdef DEBUG 138 #ifdef DEBUG
|
/external/emma/core/java12/com/vladium/jcd/cls/ |
Field_info.java | 90 if (DEBUG) System.out.println ("\t[" + i + "] attribute: " + attribute_info); 194 private static final boolean DEBUG = false;
|