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

1 2 3 4 5 6 7

  /packages/apps/Messaging/build/
colorize_errors.py 25 RESET = "\033[0m"
40 print RESET + line,
41 print RESET
  /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,
  /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/valgrind/none/tests/arm64/
memory.c 117 #define RESET \
124 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;
  /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...]
  /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
  /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/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.");
  /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;
  /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");
  /external/wayland-protocols/flinger_headers/
ArcInputBridgeProtocol.h 39 RESET = 0,
194 return {timestamp, -1, 0, InputEventType::RESET, {}};
  /frameworks/av/media/libaudioclient/include/media/
AudioMixer.h 84 RESET = 0x4101, // Reset sample rate converter without changing sample rate.
226 mResampler.reset(nullptr);
229 mTimestretchBufferProvider.reset(nullptr);
230 mPostDownmixReformatBufferProvider.reset(nullptr);
231 mDownmixerBufferProvider.reset(nullptr);
232 mReformatBufferProvider.reset(nullptr);
238 void resetResampler() { if (mResampler.get() != nullptr) mResampler->reset(); }
  /frameworks/av/media/libmedia/
IMediaRecorder.cpp 42 RESET,
300 status_t reset() function in class:android::BpMediaRecorder
302 ALOGV("reset");
305 remote()->transact(RESET, data, &reply);
439 case RESET: {
440 ALOGV("RESET");
442 reply->writeInt32(reset());
IMediaPlayer.cpp 60 RESET,
328 status_t reset() function in class:android::BpMediaPlayer
332 remote()->transact(RESET, data, &reply);
811 case RESET: {
813 reply->writeInt32(reset());
    [all...]
  /frameworks/base/core/java/android/view/textclassifier/logging/
SmartSelectionEventTracker.java 191 // Reset fields.
225 case SelectionEvent.ActionType.RESET:
265 return "RESET";
373 ActionType.OTHER, ActionType.SELECT_ALL, ActionType.RESET})
397 /** User reset the smart selection. */
398 int RESET = 201;
404 ActionType.OTHER, ActionType.SELECT_ALL, ActionType.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_cblat3.f 464 LOGICAL NULL, RESET, SAME, TRANA, TRANB
487 RESET = .TRUE.
531 $ RESET, ZERO )
556 $ LDB, RESET, ZERO )
567 $ CC, LDC, RESET, ZERO )
794 LOGICAL CONJ, LEFT, NULL, RESET, SAME
818 RESET = .TRUE.
846 CALL CMAKE( 'ge', ' ', ' ', M, N, B, NMAX, BB, LDB, RESET,
873 $ AA, LDA, RESET, ZERO )
884 $ LDC, RESET, ZERO
    [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_dblat3.f 451 LOGICAL NULL, RESET, SAME, TRANA, TRANB
474 RESET = .TRUE.
518 $ RESET, ZERO )
543 $ LDB, RESET, ZERO )
554 $ CC, LDC, RESET, ZERO )
775 LOGICAL LEFT, NULL, RESET, SAME
798 RESET = .TRUE.
827 CALL DMAKE( 'GE', ' ', ' ', M, N, B, NMAX, BB, LDB, RESET,
854 $ RESET, ZERO )
865 $ LDC, RESET, ZERO
    [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_sblat3.f 451 LOGICAL NULL, RESET, SAME, TRANA, TRANB
474 RESET = .TRUE.
518 $ RESET, ZERO )
543 $ LDB, RESET, ZERO )
554 $ CC, LDC, RESET, ZERO )
779 LOGICAL LEFT, NULL, RESET, SAME
802 RESET = .TRUE.
831 CALL SMAKE( 'GE', ' ', ' ', M, N, B, NMAX, BB, LDB, RESET,
858 $ RESET, ZERO )
869 $ LDC, RESET, ZERO
    [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...]

Completed in 907 milliseconds

1 2 3 4 5 6 7