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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLButtonElement.h 45 enum Type { SUBMIT, RESET, BUTTON };
  /system/security/keystore/include/keystore/
IKeystoreService.h 51 RESET = IBinder::FIRST_CALL_TRANSACTION + 6,
88 virtual int32_t reset() = 0;
  /external/valgrind/main/none/tests/arm64/
integer.c     [all...]
  /libcore/luni/src/main/java/java/nio/charset/
CharsetDecoder.java 33 * <li>invoking the {@link #reset() reset} method to reset the decoder if the
85 private static final String RESET = "RESET";
97 private String state = RESET;
183 reset(); method
297 if (state != RESET && state != ONGOING && !(endOfInput && state == END_OF_INPUT)) {
486 * Reset this decoder's charset related state. The default implementation
631 * Resets this decoder. This method will reset the internal state, and the
635 public final CharsetDecoder reset() { method in class:CharsetDecoder
    [all...]
CharsetEncoder.java 35 * <li>Invoke {@link #reset()} to reset the encoder if this instance has been used before.</li>
79 private static final String RESET = "RESET";
91 private String state = RESET;
191 reset(); method
193 if (state != RESET) {
209 reset(); method
255 reset(); method
359 if (state != RESET && state != ONGOING && !(endOfInput && state == END_OF_INPUT))
655 public final CharsetEncoder reset() { method in class:CharsetEncoder
    [all...]
  /frameworks/av/media/libmedia/
IMediaPlayer.cpp 46 RESET,
202 status_t reset() function in class:android::BpMediaPlayer
206 remote()->transact(RESET, data, &reply);
455 case RESET: {
457 reply->writeInt32(reset());
IMediaRecorder.cpp 39 RESET,
270 status_t reset() function in class:android::BpMediaRecorder
272 ALOGV("reset");
275 remote()->transact(RESET, data, &reply);
324 case RESET: {
325 ALOGV("RESET");
327 reply->writeInt32(reset());
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcAsyncChannel.java 98 NONE, CHANGED, RESET;
105 } else if (value == RESET.ordinal()) {
106 return RESET;
  /frameworks/av/services/audioflinger/
AudioMixer.h 93 RESET = 0x4101, // Reset sample rate converter without changing sample rate.
235 void resetResampler() { if (resampler != NULL) resampler->reset(); }
280 virtual void reset();
288 // set the upstream buffer provider. Consider calling "reset" before this function.
  /external/chromium_org/v8/test/cctest/
test-assembler-arm64.cc 134 // Reset the assembler and simulator, so that instructions can be generated,
140 // Most tests should call START, rather than call RESET directly.
141 #define RESET() \
142 __ Reset(); \
151 RESET(); \
178 #define RESET() \
179 __ Reset(); \
180 /* Reset the machine state (like simulator.ResetState()). */ \
190 RESET(); \
    [all...]
  /external/eigen/blas/testing/
cblat2.f 437 LOGICAL BANDED, FULL, NULL, RESET, SAME, TRAN
467 RESET = .TRUE.
511 $ LDA, KL, KU, RESET, TRANSL )
533 $ ABS( INCX ), 0, NL - 1, RESET, TRANSL )
554 $ RESET, TRANSL )
781 LOGICAL BANDED, FULL, NULL, PACKED, RESET, SAME
814 RESET = .TRUE.
856 $ LDA, K, K, RESET, TRANSL )
866 $ ABS( INCX ), 0, N - 1, RESET, TRANSL )
    [all...]
cblat3.f 404 LOGICAL NULL, RESET, SAME, TRANA, TRANB
427 RESET = .TRUE.
471 $ RESET, ZERO )
496 $ LDB, RESET, ZERO )
507 $ CC, LDC, RESET, ZERO )
689 LOGICAL CONJ, LEFT, NULL, RESET, SAME
713 RESET = .TRUE.
741 CALL CMAKE( 'GE', ' ', ' ', M, N, B, NMAX, BB, LDB, RESET,
768 $ AA, LDA, RESET, ZERO )
779 $ LDC, RESET, ZERO
    [all...]
dblat2.f 427 LOGICAL BANDED, FULL, NULL, RESET, SAME, TRAN
457 RESET = .TRUE.
501 $ LDA, KL, KU, RESET, TRANSL )
523 $ ABS( INCX ), 0, NL - 1, RESET, TRANSL )
544 $ RESET, TRANSL )
767 LOGICAL BANDED, FULL, NULL, PACKED, RESET, SAME
800 RESET = .TRUE.
842 $ LDA, K, K, RESET, TRANSL )
852 $ ABS( INCX ), 0, N - 1, RESET, TRANSL )
872 $ ABS( INCY ), 0, N - 1, RESET,
    [all...]
dblat3.f 390 LOGICAL NULL, RESET, SAME, TRANA, TRANB
413 RESET = .TRUE.
457 $ RESET, ZERO )
482 $ LDB, RESET, ZERO )
493 $ CC, LDC, RESET, ZERO )
671 LOGICAL LEFT, NULL, RESET, SAME
694 RESET = .TRUE.
723 CALL DMAKE( 'GE', ' ', ' ', M, N, B, NMAX, BB, LDB, RESET,
750 $ RESET, ZERO )
761 $ LDC, RESET, ZERO
    [all...]
sblat2.f 427 LOGICAL BANDED, FULL, NULL, RESET, SAME, TRAN
457 RESET = .TRUE.
501 $ LDA, KL, KU, RESET, TRANSL )
523 $ ABS( INCX ), 0, NL - 1, RESET, TRANSL )
544 $ RESET, TRANSL )
767 LOGICAL BANDED, FULL, NULL, PACKED, RESET, SAME
800 RESET = .TRUE.
842 $ LDA, K, K, RESET, TRANSL )
852 $ ABS( INCX ), 0, N - 1, RESET, TRANSL )
872 $ ABS( INCY ), 0, N - 1, RESET,
    [all...]
sblat3.f 390 LOGICAL NULL, RESET, SAME, TRANA, TRANB
413 RESET = .TRUE.
457 $ RESET, ZERO )
482 $ LDB, RESET, ZERO )
493 $ CC, LDC, RESET, ZERO )
671 LOGICAL LEFT, NULL, RESET, SAME
694 RESET = .TRUE.
723 CALL SMAKE( 'GE', ' ', ' ', M, N, B, NMAX, BB, LDB, RESET,
750 $ RESET, ZERO )
761 $ LDC, RESET, ZERO
    [all...]
zblat2.f 439 LOGICAL BANDED, FULL, NULL, RESET, SAME, TRAN
469 RESET = .TRUE.
513 $ LDA, KL, KU, RESET, TRANSL )
535 $ ABS( INCX ), 0, NL - 1, RESET, TRANSL )
556 $ RESET, TRANSL )
784 LOGICAL BANDED, FULL, NULL, PACKED, RESET, SAME
817 RESET = .TRUE.
859 $ LDA, K, K, RESET, TRANSL )
869 $ ABS( INCX ), 0, N - 1, RESET, TRANSL )
    [all...]
zblat3.f 405 LOGICAL NULL, RESET, SAME, TRANA, TRANB
428 RESET = .TRUE.
472 $ RESET, ZERO )
497 $ LDB, RESET, ZERO )
508 $ CC, LDC, RESET, ZERO )
690 LOGICAL CONJ, LEFT, NULL, RESET, SAME
714 RESET = .TRUE.
742 CALL ZMAKE( 'GE', ' ', ' ', M, N, B, NMAX, BB, LDB, RESET,
769 $ AA, LDA, RESET, ZERO )
780 $ LDC, RESET, ZERO
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardViewMediator.java 83 * should be shown or reset, callbacks to the phone window manager to notify
99 * - screen turned off -> reset the keyguard, and show it so it will be ready
137 private static final int RESET = 4;
310 // We need to force a reset of the views, since lockNow (called by
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteControl.java 395 mPreviewIconFactory.reset();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
scardssp.h 223 LEAVE = 0,RESET = 1,UNPOWER = 2,EJECT = 3
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/common/22.9.2/
common-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/23.0.1/
common-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/23.0.2/
common-23.0.2.jar 
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 

Completed in 766 milliseconds

1 2