HomeSort by relevance Sort by last modified time
    Searched refs:DEBUG (Results 151 - 175 of 820) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/srec/srec/clib/
cnorm_tr.c 36 #define DEBUG 0
105 #if DEBUG
113 #if DEBUG
  /external/v8/src/
zone.cc 104 #ifdef DEBUG
105 // Constant byte value used for zapping dead memory in debug mode.
115 // Traverse the chained list of segments, zapping (in debug mode)
125 #ifdef DEBUG
142 #ifdef DEBUG
heap-inl.h 59 #ifdef DEBUG
127 #ifdef DEBUG
133 #ifdef DEBUG
144 #ifdef DEBUG
348 #ifdef DEBUG
384 #ifdef DEBUG
  /frameworks/base/core/java/android/util/
Log.java 31 * ERROR, WARN, INFO, DEBUG, VERBOSE. Verbose should never be compiled
32 * into an application except during development. Debug logs are compiled
62 public static final int DEBUG = 3;
131 * Send a {@link #DEBUG} log message.
137 return println_native(LOG_ID_MAIN, DEBUG, tag, msg);
141 * Send a {@link #DEBUG} log message and log the exception.
148 return println_native(LOG_ID_MAIN, DEBUG, tag, msg + '\n' + getStackTraceString(tr));
200 * 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;
170 if (DEBUG) Log.i(TAG, "Locking canvas..,");
182 if (DEBUG) Log.i(TAG, "Returned canvas: " + c);
  /frameworks/base/voip/java/com/android/server/sip/
SipHelper.java 71 private static final boolean DEBUG = true;
241 if (DEBUG) Log.d(TAG, "send request with challenge response: "
270 if (DEBUG) Log.d(TAG, "send INVITE: " + request);
288 if (DEBUG) Log.d(TAG, "send RE-INVITE: " + request);
322 if (DEBUG) Log.d(TAG, "send RINGING: " + response);
351 if (DEBUG) Log.d(TAG, "send OK: " + response);
373 if (DEBUG) Log.d(TAG, "send BUSY HERE: " + response);
390 if (DEBUG) Log.d(TAG, "send ACK: " + ack);
396 if (DEBUG) Log.d(TAG, "send BYE: " + byeRequest);
403 if (DEBUG) Log.d(TAG, "send CANCEL: " + cancelRequest)
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
Debug.java 36 public class Debug extends Activity implements OnCheckedChangeListener {
49 setContentView(R.layout.debug);
60 mEnableDebugLoggingView.setChecked(Email.DEBUG);
82 Email.DEBUG = isChecked;
83 mPreferences.setEnableDebugLogging(Email.DEBUG);
123 * Load enabled debug flags from the preferences and upadte the EAS debug flag.
  /frameworks/base/services/java/com/android/server/
InputMethodManagerService.java 92 static final boolean DEBUG = false;
605 if (DEBUG) Slog.v(TAG, "unbindCurrentInputLocked: client = "
667 if (DEBUG) Slog.v(TAG, "Attach new input asks to show input");
707 if (DEBUG) Slog.v(TAG, "switching to client: client = "
739 if (DEBUG) Slog.v(TAG, "Creating new session for client " + cs);
797 if (DEBUG) Slog.v(TAG, "Adding window token: " + mCurToken);
837 if (DEBUG) Slog.v(TAG, "Initiating attach with token: " + mCurToken);
841 if (DEBUG) Slog.v(TAG, "Creating first session while with client "
    [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...]
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 217 static final boolean DEBUG = false;
332 if (DEBUG) Log.v(TAG, "bindInput(): binding=" + binding
344 if (DEBUG) Log.v(TAG, "unbindInput(): binding=" + mInputBinding
353 if (DEBUG) Log.v(TAG, "startInput(): editor=" + attribute);
358 if (DEBUG) Log.v(TAG, "restartInput(): editor=" + attribute);
366 if (DEBUG) Log.v(TAG, "hideSoftInput()");
384 if (DEBUG) Log.v(TAG, "showSoftInput()");
409 if (DEBUG) Log.v(TAG, "finishInput() in " + this);
    [all...]
  /packages/apps/Browser/src/com/android/browser/
BrowserBackupAgent.java 50 static final boolean DEBUG = false;
155 if (DEBUG) Log.v(TAG, "Restoring " + N + " bookmarks");
166 if (DEBUG) Log.v(TAG, "Did not see url: " + mark.url);
173 if (DEBUG) Log.v(TAG, "Skipping extant url: " + mark.url);
223 if (DEBUG) Log.v(TAG, "Backing up " + count + " bookmarks");
252 if (DEBUG) Log.v(TAG, " wrote url " + url);
  /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/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
  /frameworks/base/core/java/android/app/admin/
DeviceAdminReceiver.java 55 private static boolean DEBUG = false;
56 private static boolean localLOGV = DEBUG || android.util.Config.LOGV;
  /frameworks/base/core/java/android/os/
Looper.java 53 private static final boolean DEBUG = false;
54 private static final boolean localLOGV = DEBUG ? Config.LOGD : Config.LOGV;
  /frameworks/base/core/java/android/view/
LayoutInflater.java 59 private final boolean DEBUG = false;
317 if (DEBUG) System.out.println("INFLATING from resource: " + resource);
370 if (DEBUG) {
391 if (DEBUG) {
404 if (DEBUG) {
409 if (DEBUG) {
560 if (DEBUG) System.out.println("******** Creating view: " + name);
574 if (DEBUG) System.out.println("Created view is: " + view);
OrientationEventListener.java 33 private static final boolean DEBUG = false;
34 private static final boolean localLOGV = DEBUG ? Config.LOGD : Config.LOGV;
  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipPhone.java 49 private static final boolean DEBUG = true;
65 if (DEBUG) Log.d(LOG_TAG, "new SipPhone: " + profile.getUriString());
99 if (DEBUG) Log.d(LOG_TAG, "+++ taking call from: "
108 if (DEBUG) Log.d(LOG_TAG, " call cancelled !!");
127 if (DEBUG) Log.d(LOG_TAG, "acceptCall");
140 if (DEBUG) Log.d(LOG_TAG, "rejectCall");
184 if (DEBUG) Log.d(LOG_TAG, " ~~~~~~ switch fg and bg");
298 if (DEBUG) Log.d(LOG_TAG, String.format(
407 if (DEBUG) Log.d(LOG_TAG, "hang up call: " + getState()
420 if (DEBUG) Log.d(LOG_TAG, "hang up dead call: " + getState(
    [all...]
  /hardware/ti/wlan/wl1271/platforms/os/common/build/linux/
Makefile 111 @echo Default Compilation: PLATFORM=$(PLATFORM) DEBUG=$(DEBUG) INTR=$(INTR) WSPI=$(WSPI) XCC=$(XCC) EXTRA CFLAGS: $(EXTRA_CFLAGS)
  /packages/apps/Calendar/src/com/android/calendar/
AlertService.java 51 static final boolean DEBUG = true;
99 if (DEBUG) {
131 if (DEBUG) Log.d(TAG, "No fired or scheduled alerts");
138 if (DEBUG) {
166 if (DEBUG) {
197 if (DEBUG) {
258 if (DEBUG) {
276 if (DEBUG) {
  /packages/apps/Mms/src/com/android/mms/drm/
DrmWrapper.java 60 private static final boolean DEBUG = false;
61 private static final boolean LOCAL_LOGV = DEBUG ? Config.LOGD : Config.LOGV;
  /packages/apps/Mms/src/com/android/mms/transaction/
ReadRecTransaction.java 48 private static final boolean DEBUG = false;
49 private static final boolean LOCAL_LOGV = DEBUG ? Config.LOGD : Config.LOGV;

Completed in 183 milliseconds

1 2 3 4 5 67 8 91011>>