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

1 2 3 4 5 67 8 91011>>

  /external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
Priority.java 64 * @deprecated Use {@link Level#DEBUG} instead.
66 final static public Priority DEBUG = new Level(DEBUG_INT, "DEBUG", 7);
73 levelStr = "DEBUG";
126 return new Priority[] { Priority.FATAL, Priority.ERROR, Level.WARN, Priority.INFO, Priority.DEBUG };
154 return toPriority(val, Priority.DEBUG);
Level.java 31 <code>WARN</code>, <code>INFO</code>, <code>DEBUG</code> and
79 The <code>DEBUG</code> Level designates fine-grained
80 informational events that are most useful to debug an
82 final static public Level DEBUG = new Level(DEBUG_INT, "DEBUG", 7);
86 * informational events than the <code>DEBUG</code level.
110 conversion fails, then this method returns {@link #DEBUG}.
113 return (Level) toLevel(sArg, Level.DEBUG);
118 conversion fails, then this method returns {@link #DEBUG}.
122 return (Level) toLevel(val, Level.DEBUG);
    [all...]
  /frameworks/base/core/java/android/printservice/
PrintService.java 158 private static final boolean DEBUG = false;
441 if (DEBUG) {
458 if (DEBUG) {
469 if (DEBUG) {
480 if (DEBUG) {
490 if (DEBUG) {
501 if (DEBUG) {
512 if (DEBUG) {
523 if (DEBUG) {
532 if (DEBUG) {
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BluetoothPowerCalculator.java 22 private static final boolean DEBUG = BatteryStatsHelper.DEBUG;
59 if (DEBUG && powerMah != 0) {
  /frameworks/base/core/java/com/android/server/backup/
NotificationBackupHelper.java 29 static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
61 if (DEBUG) {
PreferredActivityBackupHelper.java 27 private static final boolean DEBUG = false;
51 if (DEBUG) {
74 if (DEBUG) {
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
MutexFileProvider.java 38 private static final boolean DEBUG = true;
85 if (DEBUG) {
99 if (DEBUG) {
  /frameworks/base/services/core/java/com/android/server/wm/
DimLayer.java 30 private static final boolean DEBUG = false;
72 if (DEBUG) Slog.v(TAG, "Ctor: displayId=" + displayId);
123 if (DEBUG) Slog.v(TAG, "setAlpha alpha=" + alpha);
127 if (DEBUG) Slog.v(TAG, "setAlpha hiding");
131 if (DEBUG) Slog.v(TAG, "setAlpha showing");
198 if (DEBUG) Slog.v(TAG, "show: immediate");
212 if (DEBUG) Slog.v(TAG, "show: layer=" + layer + " alpha=" + alpha
240 if (DEBUG) Slog.v(TAG, "show: mStartAlpha=" + mStartAlpha + " mStartTime=" + mStartTime);
248 if (DEBUG) Slog.v(TAG, "hide: immediate");
261 if (DEBUG) Slog.v(TAG, "hide: duration=" + duration)
    [all...]