/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLButtonElement.cpp | 75 case RESET: { 76 DEFINE_STATIC_LOCAL(const AtomicString, reset, ("reset", AtomicString::ConstructFromLiteral)); 77 return reset; 99 if (equalIgnoringCase(value, "reset")) 100 m_type = RESET; 119 if (form() && m_type == RESET) { 120 form()->reset(); 156 if (!isDisabledFormControl() && form() && (m_type == SUBMIT || m_type == RESET))
|
HTMLButtonElement.h | 45 enum Type { SUBMIT, RESET, BUTTON };
|
/libcore/luni/src/main/java/java/nio/charset/ |
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...] |
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...] |
/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;
|
/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...] |
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...] |
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...] |
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...] |
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...] |
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...] |
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...] |
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...] |
/system/security/keystore/include/keystore/ |
IKeystoreService.h | 51 RESET = IBinder::FIRST_CALL_TRANSACTION + 6, 88 virtual int32_t reset() = 0;
|
/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());
|
/external/chromium_org/build/android/gyp/ |
javac.py | 42 + colorama.Fore.RESET + colorama.Style.RESET_ALL
|
/external/clang/tools/scan-build/ |
scan-build | 58 print RESET; 68 print STDERR RESET, RED @_; 69 print STDERR RESET; 86 print STDERR RESET, RED @_; 87 print STDERR RESET; [all...] |
/prebuilts/misc/darwin-x86/analyzer/tools/scan-build/ |
scan-build | 57 print RESET; 67 print STDERR RESET, RED @_; 68 print STDERR RESET; 85 print STDERR RESET, RED @_; 86 print STDERR RESET; [all...] |
/prebuilts/misc/linux-x86/analyzer/tools/scan-build/ |
scan-build | 57 print RESET; 67 print STDERR RESET, RED @_; 68 print STDERR RESET; 85 print STDERR RESET, RED @_; 86 print STDERR RESET; [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/ |
xdflong.asm | 226 ;; Reset Vector 229 SECTION RESET ABSOLUTE=0xFFFFFFF0 USE16
|
xdfprotect.asm | 173 ;; Reset Vector 176 SECTION RESET ABSOLUTE=0xFFFFFFF0 USE16
|
/external/chromium_org/ui/file_manager/file_manager/common/js/ |
progress_center_common.js | 21 RESET: 'reset'
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
PaletteControl.java | 395 mPreviewIconFactory.reset(); [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...] |