HomeSort by relevance Sort by last modified time
    Searched refs:DEBUG (Results 251 - 275 of 1271) sorted by null

<<11121314151617181920>>

  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
CodeAttribute_info.java 230 if (DEBUG) System.out.println ("\t[" + i + "] exception: " + exception_info);
243 if (DEBUG) System.out.println ("\t[" + i + "] attribute: " + attribute_info);
259 private static final boolean DEBUG = false;
  /external/iptables/extensions/
libip6t_hbh.c 8 #define DEBUG 0
86 #if DEBUG
95 #if DEBUG
  /external/llvm/lib/CodeGen/
SlotIndexes.cpp 15 #include "llvm/Support/Debug.h"
107 DEBUG(dump());
115 DEBUG(dbgs() << "\n*** Renumbering SlotIndexes ***\n");
143 DEBUG(dbgs() << "\n*** Renumbered SlotIndexes " << start->getIndex() << '-'
RegisterCoalescer.cpp 39 #include "llvm/Support/Debug.h"
373 DEBUG({
381 DEBUG({
420 DEBUG({
582 DEBUG(dbgs() << "\tRemoveCopyByCommutingDef: " << AValNo->def << '\t'
648 DEBUG(dbgs() << "\t\tnoop: " << DefIdx << '\t' << *UseMI);
664 DEBUG(dbgs() << "\t\textended: " << IntB << '\n');
667 DEBUG(dbgs() << "\t\ttrimmed: " << IntA << '\n');
753 DEBUG(dbgs() << "Remat: " << *NewMI);
829 DEBUG({
    [all...]
LiveRangeEdit.cpp 23 #include "llvm/Support/Debug.h"
192 DEBUG(dbgs() << "Try to fold single def: " << *DefMI
202 DEBUG(dbgs() << " folded: " << *FoldMI);
228 DEBUG(dbgs() << "Won't delete: " << Idx << '\t' << *MI);
235 DEBUG(dbgs() << "Can't delete: " << Idx << '\t' << *MI);
239 DEBUG(dbgs() << "Deleting dead def " << Idx << '\t' << *MI);
302 DEBUG(dbgs() << NumComp << " components: " << *LI << '\n');
  /external/llvm/lib/Transforms/IPO/
Internalize.cpp 22 #include "llvm/Support/Debug.h"
138 DEBUG(dbgs() << "Internalizing func " << I->getName() << "\n");
166 DEBUG(dbgs() << "Internalized gvar " << I->getName() << "\n");
179 DEBUG(dbgs() << "Internalized alias " << I->getName() << "\n");
  /external/srec/srec/clib/
cnorm_tr.c 36 #define DEBUG 0
105 #if DEBUG
113 #if DEBUG
  /frameworks/base/core/java/android/util/
Log.java 32 * ERROR, WARN, INFO, DEBUG, VERBOSE. Verbose should never be compiled
33 * into an application except during development. Debug logs are compiled
63 public static final int DEBUG = 3;
132 * Send a {@link #DEBUG} log message.
138 return println_native(LOG_ID_MAIN, DEBUG, tag, msg);
142 * Send a {@link #DEBUG} log message and log the exception.
149 return println_native(LOG_ID_MAIN, DEBUG, tag, msg + '\n' + getStackTraceString(tr));
201 * Where level is either VERBOSE, DEBUG, INFO, WARN, ERROR, ASSERT, or SUPPRESS. SUPPRESS will
Slog.java 42 return Log.println_native(Log.LOG_ID_SYSTEM, Log.DEBUG, tag, msg);
46 return Log.println_native(Log.LOG_ID_SYSTEM, Log.DEBUG, tag,
  /frameworks/base/core/java/com/android/internal/view/
BaseSurfaceHolder.java 32 static final boolean DEBUG = false;
171 if (DEBUG) Log.i(TAG, "Locking canvas..,");
190 if (DEBUG) Log.i(TAG, "Returned canvas: " + c);
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
WifiConnectionTest.java 61 private static final boolean DEBUG = false;
81 if (DEBUG) {
143 if (DEBUG) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 59 private static final boolean DEBUG = false;
145 if (DEBUG) {
160 if (DEBUG) {
205 if (DEBUG) {
211 if (DEBUG) {
229 if (DEBUG) {
237 if (DEBUG) {
250 if (DEBUG) {
264 if (DEBUG) {
270 if (DEBUG) {
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
KeyguardUpdateMonitor.java 63 static private final boolean DEBUG = false;
207 if (DEBUG) Log.d(TAG, "DEVICE_PROVISIONED state = " + mDeviceProvisioned);
248 if (DEBUG) Log.d(TAG, "received broadcast " + action);
294 if (DEBUG) Log.d(TAG, "handlePhoneStateChanged(" + newState + ")");
308 if (DEBUG) Log.d(TAG, "handleRingerModeChange(" + mode + ")");
319 if (DEBUG) Log.d(TAG, "handleTimeUpdate");
329 if (DEBUG) Log.d(TAG, "handleBatteryUpdate");
345 if (DEBUG) Log.d(TAG, "handleCarrierInfoUpdate: plmn = " + mTelephonyPlmn
359 if (DEBUG) {
373 if (DEBUG) Log.d(TAG, "handleClockVisibilityChanged()")
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
DeskClock.java 71 private static final boolean DEBUG = false;
127 if (DEBUG) Log.d(LOG_TAG, "mIntentReceiver.onReceive: action=" + action + ", intent=" + intent);
142 if (DEBUG) Log.d(LOG_TAG, "dock event extra "
205 if (DEBUG) Log.d(LOG_TAG, String.format("screen saver: %d: jumping to (%d,%d)",
221 if (DEBUG) Log.d(LOG_TAG, (hold ? "hold" : " releas") + "ing wake lock");
249 if (DEBUG) Log.d(LOG_TAG, "restoreScreen");
263 if (DEBUG) Log.d(LOG_TAG, "saveScreen");
340 if (DEBUG) Log.d(LOG_TAG, "refreshing date..." + now);
408 if (DEBUG) Log.d(LOG_TAG, "onNewIntent with intent: " + newIntent);
441 if (DEBUG) Log.d(LOG_TAG, "onResume with intent: " + getIntent())
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
SsaRenamer.java 63 /** debug flag */
64 private static final boolean DEBUG = false;
86 /** map of SSA register number to debug (local var names) or null of n/a */
91 * debug only.
116 if (DEBUG) {
137 if (DEBUG) {
174 if (DEBUG) {
222 * Records a debug (local variable) name for a specified register.
345 if (DEBUG) {
617 if (DEBUG) {
    [all...]
  /cts/tools/host/src/com/android/cts/
Log.java 73 if (!HostConfig.DEBUG) {
95 if (HostConfig.DEBUG) {
177 mTraceOutput = new BufferedWriter(new FileWriter("debug.txt"));
  /external/e2fsprogs/ext2ed/
disk.c 44 #ifdef DEBUG
92 #ifdef DEBUG
  /external/llvm/
build-for-llvm-top.sh 29 if test "$DEBUG" -eq 1 ; then
30 config_options="$config_options --enable-debug"
32 config_options="$config_options --disable-debug"
  /external/proguard/src/proguard/optimize/
DuplicateInitializerInvocationFixer.java 45 private static final boolean DEBUG = false;
116 if (DEBUG)
  /external/srec/srec/cfront/
log_tabl.c 74 #if DEBUG
101 #if DEBUG
  /external/v8/preparser/
preparser-process.cc 56 #ifdef DEBUG
71 #ifdef DEBUG
  /external/webkit/Source/WebCore/platform/graphics/android/
TilesProfiler.cpp 34 #ifdef DEBUG
47 #endif // DEBUG
91 #ifdef DEBUG
96 #endif // DEBUG
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_util.h 109 /* macro for debug printing, used only if compiler flag _DEBUG_PRINT is
112 #define DEBUG(args) printf args
114 #define DEBUG(args)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
CompatModePanel.java 36 private static final boolean DEBUG = TabletStatusBar.DEBUG;
  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipPhone.java 50 private static final boolean DEBUG = true;
66 if (DEBUG) Log.d(LOG_TAG, "new SipPhone: " + profile.getUriString());
108 if (DEBUG) Log.d(LOG_TAG, "+++ taking call from: "
117 if (DEBUG) Log.d(LOG_TAG, " call cancelled !!");
136 if (DEBUG) Log.d(LOG_TAG, "acceptCall");
149 if (DEBUG) Log.d(LOG_TAG, "rejectCall");
189 if (DEBUG) Log.d(LOG_TAG, " ~~~~~~ switch fg and bg");
412 if (DEBUG) Log.d(LOG_TAG, "hang up call: " + getState()
425 if (DEBUG) Log.d(LOG_TAG, "hang up dead call: " + getState()
475 if (DEBUG) Log.d(LOG_TAG, String.format
    [all...]

Completed in 761 milliseconds

<<11121314151617181920>>