HomeSort by relevance Sort by last modified time
    Searched refs:RESET (Results 1 - 25 of 222) sorted by null

1 2 3 4 5 6 7 8 9

  /build/kati/
log.cc 23 #define RESET "\033[0m"
36 ERROR(BOLD "%s:%d: " RED "error: " RESET BOLD "%s" RESET, file, line,
54 BOLD "%s:%d: " MAGENTA "warning: " RESET BOLD "%s" RESET "\n", file,
  /packages/apps/Messaging/build/
colorize_errors.py 25 RESET = "\033[0m"
40 print RESET + line,
41 print RESET
  /packages/apps/DeskClock/src/com/android/deskclock/data/
Stopwatch.java 22 import static com.android.deskclock.data.Stopwatch.State.RESET;
30 public enum State { RESET, RUNNING, PAUSED }
34 /** The single, immutable instance of a reset stopwatch. */
35 private static final Stopwatch RESET_STOPWATCH = new Stopwatch(RESET, UNUSED, UNUSED, 0);
59 public boolean isReset() { return mState == RESET; }
72 // is reset, there is no more guarantee that "now" falls after the last start time. To
108 * @return a copy of this stopwatch that is reset
110 Stopwatch reset() { method in class:Stopwatch
Timer.java 33 import static com.android.deskclock.data.Timer.State.RESET;
42 RUNNING(1), PAUSED(2), EXPIRED(3), RESET(4), MISSED(5);
105 /** A flag indicating the timer should be deleted when it is reset. */
127 public boolean isReset() { return mState == RESET; }
145 if (mState == PAUSED || mState == RESET) {
150 // is reset, there is no more guarantee that "now" falls after the last start time. To
203 * @return a copy of this timer that is paused or reset
206 if (mState == PAUSED || mState == RESET) {
209 return reset();
218 * @return a copy of this timer that is expired, missed or reset
246 Timer reset() { method in class:Timer
    [all...]
StopwatchDAO.java 27 import static com.android.deskclock.data.Stopwatch.State.RESET;
56 * @return the stopwatch from permanent storage or a reset stopwatch if none exists
59 final int stateIndex = prefs.getInt(STATE, RESET.ordinal());
68 s = s.reset();
TimerDAO.java 29 import static com.android.deskclock.data.Timer.State.RESET;
64 /** Prefix for a key to a preference that signals the timer should be deleted on first reset. */
80 final int stateValue = prefs.getInt(STATE + id, RESET.getValue());
  /tools/repohooks/rh/
terminal.py 42 RESET = '\033[0m'
71 If color is enabled, returns an ANSI color reset sequence, otherwise
75 return self.RESET
95 return start + text + self.RESET
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
UConverterConstants.java 137 static final int RESET = 3; /**< The callback is called with this reason when a
138 'reset' has occured. Callback should reset all
  /libcore/ojluni/src/main/java/java/text/
PatternEntry.java 138 case RESET: toAddTo.append('&'); break;
236 newStrength = RESET; break;
300 static final int RESET = -2;
MergeCollation.java 53 * One difference from Collator is that & is used to reset to a current
230 If the strength is RESET, then just change the lastEntry to
240 // is anything other than IDENTICAL or RESET, throw an exception (you can't
245 && newEntry.strength != PatternEntry.RESET) {
256 if (newEntry.strength != PatternEntry.RESET) {
308 if (entry.strength != PatternEntry.RESET) {
  /external/selinux/policycoreutils/run_init/
open_init_pty.c 51 static enum { RESET, RAW, CBREAK } tty_state = RESET;
57 if (tty_state == RESET) {
100 tty_state = RESET;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcAsyncChannel.java 100 NONE, CHANGED, RESET;
107 } else if (value == RESET.ordinal()) {
108 return RESET;
  /external/autotest/scheduler/
scheduler_models_unittest.py 366 self._check_special_tasks(tasks, [(models.SpecialTask.Task.RESET, 1)])
376 self._check_special_tasks(tasks, [(models.SpecialTask.Task.RESET, 1)])
384 self._check_special_tasks(tasks, [(models.SpecialTask.Task.RESET, 1)])
394 self._check_special_tasks(tasks, [(models.SpecialTask.Task.RESET, 1)])
438 (models.SpecialTask.Task.RESET, None)
448 task_types = [(models.SpecialTask.Task.RESET, None)]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsService.java 107 RESET,
156 } else if ("reset".equalsIgnoreCase(arg)) {
157 mVerb = CommandVerb.RESET;
175 } else if (mVerb == CommandVerb.RESET) {
296 case RESET:
419 getErrPrintWriter().println("Invalid table; no reset performed");
478 pw.println(" reset [--user <USER_ID> | current] NAMESPACE {PACKAGE_NAME | RESET_MODE}");
479 pw.println(" Reset the global/secure table for a package with mode.");
  /external/wayland-protocols/flinger_headers/
ArcInputBridgeProtocol.h 39 RESET = 0,
194 return {timestamp, -1, 0, InputEventType::RESET, {}};
  /external/libevent/test/
regress_util.c 559 #define RESET() do { \
577 RESET();
582 RESET();
586 RESET();
595 RESET();
603 RESET();
609 RESET();
626 RESET();
630 RESET();
633 #undef RESET
    [all...]
  /external/cblas/testing/
c_cblat2.f 501 LOGICAL BANDED, FULL, NULL, RESET, SAME, TRAN
532 RESET = .TRUE.
576 $ LDA, KL, KU, RESET, TRANSL )
605 $ ABS( INCX ), 0, NL - 1, RESET, TRANSL )
626 $ RESET, TRANSL )
    [all...]
c_dblat2.f 492 LOGICAL BANDED, FULL, NULL, RESET, SAME, TRAN
523 RESET = .TRUE.
567 $ LDA, KL, KU, RESET, TRANSL )
596 $ ABS( INCX ), 0, NL - 1, RESET, TRANSL )
617 $ RESET, TRANSL )
    [all...]
c_sblat2.f 492 LOGICAL BANDED, FULL, NULL, RESET, SAME, TRAN
523 RESET = .TRUE.
567 $ LDA, KL, KU, RESET, TRANSL )
596 $ ABS( INCX ), 0, NL - 1, RESET, TRANSL )
617 $ RESET, TRANSL )
    [all...]
c_zblat2.f 502 LOGICAL BANDED, FULL, NULL, RESET, SAME, TRAN
533 RESET = .TRUE.
577 $ LDA, KL, KU, RESET, TRANSL )
606 $ ABS( INCX ), 0, NL - 1, RESET, TRANSL )
627 $ RESET, TRANSL )
    [all...]
  /external/eigen/blas/testing/
cblat2.f 476 LOGICAL BANDED, FULL, NULL, RESET, SAME, TRAN
506 RESET = .TRUE.
550 $ LDA, KL, KU, RESET, TRANSL )
572 $ ABS( INCX ), 0, NL - 1, RESET, TRANSL )
593 $ RESET, TRANSL )
820 LOGICAL BANDED, FULL, NULL, PACKED, RESET, SAME
853 RESET = .TRUE.
    [all...]
dblat2.f 466 LOGICAL BANDED, FULL, NULL, RESET, SAME, TRAN
496 RESET = .TRUE.
540 $ LDA, KL, KU, RESET, TRANSL )
562 $ ABS( INCX ), 0, NL - 1, RESET, TRANSL )
583 $ RESET, TRANSL )
806 LOGICAL BANDED, FULL, NULL, PACKED, RESET, SAME
839 RESET = .TRUE.
881 $ LDA, K, K, RESET, TRANSL )
891 $ ABS( INCX ), 0, N - 1, RESET, TRANSL )
    [all...]
sblat2.f 466 LOGICAL BANDED, FULL, NULL, RESET, SAME, TRAN
496 RESET = .TRUE.
540 $ LDA, KL, KU, RESET, TRANSL )
562 $ ABS( INCX ), 0, NL - 1, RESET, TRANSL )
583 $ RESET, TRANSL )
806 LOGICAL BANDED, FULL, NULL, PACKED, RESET, SAME
839 RESET = .TRUE.
881 $ LDA, K, K, RESET, TRANSL )
891 $ ABS( INCX ), 0, N - 1, RESET, TRANSL )
    [all...]
zblat2.f 478 LOGICAL BANDED, FULL, NULL, RESET, SAME, TRAN
508 RESET = .TRUE.
552 $ LDA, KL, KU, RESET, TRANSL )
574 $ ABS( INCX ), 0, NL - 1, RESET, TRANSL )
595 $ RESET, TRANSL )
823 LOGICAL BANDED, FULL, NULL, PACKED, RESET, SAME
856 RESET = .TRUE.
    [all...]
  /system/bt/btif/src/
btif_config.cc 82 RESET
193 config.reset();
223 config.reset();
414 btif_config_source = RESET;
488 case RESET:
489 dprintf(fd, "Reset file\n");

Completed in 867 milliseconds

1 2 3 4 5 6 7 8 9