HomeSort by relevance Sort by last modified time
    Searched full:press (Results 1 - 25 of 415) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/manual-tests/gtk/
caret-browsing.html 3 <p>Manual test for Caret Browsing. Resize your window until the first paragraph fills at least two lines of text . Enable caret browsing mode (usually by pressing theF7 key). Press down. Now you should be on the second line of the first paragraph. Press up. Now you should be on the first line again. Now press Ctrl+Down.</p>
4 <p>You should be on the first line of the second paragraph now. Press Ctrl+Down again.</p>
5 <p>You should be on the first line of the third paragraph now. Press Ctrl+Up, and you should be back on the second paragraph.</p>
  /cts/tests/tests/text/src/android/text/method/cts/
DateKeyListenerTest.java 108 * 1. Press '1' key and check if the content of TextView becomes "1"
109 * 2. Press '2' key and check if the content of TextView becomes "12"
110 * 3. Press an unaccepted key if it exists and this key will not be accepted.
111 * 4. Press '-' key and check if the content of TextView becomes "12-"
112 * 5. Press '/' key and check if the content of TextView becomes "12-/"
113 * 6. remove DateKeyListener and Press '/' key, this key will not be accepted
127 // press '1' key.
131 // press '2' key.
135 // press an unaccepted key if it exists.
142 // press '-' key
    [all...]
QwertyKeyListenerTest.java 76 * 1. press KEYCODE_H, text is "h".
77 * 2. press KEYCODE_E, text is "he".
78 * 3. press KEYCODE_L, text is "hel".
79 * 4. press KEYCODE_L, text is "hell".
80 * 5. press KEYCODE_U, text should not be "hellu".
121 * 1. press KEYCODE_H, text is "h".
122 * 2. press KEYCODE_E, text is "he".
123 * 3. press KEYCODE_L, text is "hel".
124 * 4. press KEYCODE_L, text is "hell".
125 * 5. press KEYCODE_U, text is "hellu"
    [all...]
TimeKeyListenerTest.java 101 * 1. Press '1' key and check if the content of TextView becomes "1"
102 * 2. Press '2' key and check if the content of TextView becomes "12"
103 * 3. Press 'a' key and check if the content of TextView becomes "12a"
104 * 4. Press an unaccepted key if it exists and this key could not be entered.
105 * 5. Press 'm' key and check if the content of TextView becomes "12am"
120 // press '1' key.
124 // press '2' key.
128 // press 'a' key.
132 // press an unaccepted key if it exists.
139 // press 'm' key
    [all...]
MultiTapKeyListenerTest.java 140 * 1. press KEYCODE_4 twice, text is "h".
141 * 2. press KEYCODE_3 twice, text is "he".
142 * 3. press KEYCODE_5 three times, text is "hel".
143 * 4. press KEYCODE_5 three times, text is "hell".
144 * 5. press KEYCODE_8 twice, text is "hellu".
184 * 1. press KEYCODE_4 twice, text is "h".
185 * 2. press KEYCODE_3 twice, text is "he".
186 * 3. press KEYCODE_5 three times, text is "hel".
187 * 4. press KEYCODE_5 three times, text is "hell".
188 * 5. press KEYCODE_8 twice, text should not be "hellu"
    [all...]
DateTimeKeyListenerTest.java 108 * 1. Press '1' key and check if the content of TextView becomes "1"
109 * 2. Press '2' key and check if the content of TextView becomes "12"
110 * 3. Press 'a' key and check if the content of TextView becomes "12a"
111 * 4. Press an unaccepted key if it exists. and this key will not be accepted.
112 * 5. remove DateKeyListener and Press '1' key, this key will not be accepted
126 // press '1' key.
130 // press '2' key.
134 // press 'a' key.
138 // press an unaccepted key if it exists.
DigitsKeyListenerTest.java 355 * 1. Press '-' key and this key could not be accepted.
356 * 2. Press '1' key and check if the content of TextView becomes "1"
357 * 3. Press '.' key and this key could not be accepted.
358 * 4. Press '2' key and check if the content of TextView becomes "12"
372 // press '-' key.
376 // press '1' key.
380 // press '.' key.
384 // press '2' key.
392 * 1. Press '-' key and check if the content of TextView becomes "-"
393 * 2. Press '1' key and check if the content of TextView becomes "-1
    [all...]
  /external/webkit/WebCore/manual-tests/inspector/
debugger-shortcuts-with-console-opened.html 13 <p>To test, open the Inspector and start a debugging session. Open the Console view (press Esc or click the "Show console" button in the status bar) and make sure it is focused (the cursor is blinking in the text prompt.)
14 Set a breakpoint inside testFunction() (on the showAlert() call) and press F8. Now click the Test button in the page. The execution should stop on an HTML line containing <b>onclick="testFunction()"</b>. Press F8. The execution should stop on the breakpoint.
15 Press F11, F10, F11 sequentially. You should see the "Test completed." alert dialog ONLY after the last keypress.</p>
hidden-evals.html 39 <li><p>rather than stepping into the <code>f_named_3()</code> call, press the
43 <li><p>rather than stepping into the <code>f_unnamed_3()</code> call, press the
108 // press "resume" at this point
109 console.log("press resume before calling f_named_3()");
112 // press "resume" at this point
113 console.log("press resume before calling f_unnamed_3()");
  /packages/apps/Calculator/tests/src/com/android/calculator2/
CalculatorHitSomeButtons.java 72 press(KeyEvent.KEYCODE_ENTER);
73 press(KeyEvent.KEYCODE_CLEAR);
76 press(KeyEvent.KEYCODE_3);
77 press(KeyEvent.KEYCODE_PLUS);
78 press(KeyEvent.KEYCODE_4);
79 press(KeyEvent.KEYCODE_9 | KeyEvent.META_SHIFT_ON);
80 press(KeyEvent.KEYCODE_5);
81 press(KeyEvent.KEYCODE_ENTER);
117 private void press(int keycode) { method in class:CalculatorHitSomeButtons
  /external/quake/quake/src/QW/client/
exitscrn.txt 22 reserved. Press y to exit
  /external/webkit/WebCore/manual-tests/
onsearch-enter.html 4 <p>This tests that onsearch handlers for search fields are invoked correctly when pressing enter. To test this in Safari, focus the search field and press enter. The text below should change to SUCCESS.</p>
clear-input-file.html 22 <p>Then press one of these buttons, that should clear the file:
25 <p>Or press this button that should clear the file, but won't, due to <a href="http://bugs.webkit.org/show_bug.cgi?id=13448">bug 13448</a>: <input type="button" value="clear by setting value to null" onclick="clearBySettingValueToNull()"></p>
26 <p>Or press this button to verify we can't set to a non-empty value: <input type="button" value="clear by setting value to 'x'" onclick="clearBySettingValueToX()"></p>
show-modal-dialog-test.html 10 <p>Type text here to be sent to the modal window and press the button:
debugger-caught-uncaught-exceptions.html 30 <p>To test this bug, open the inspector, open the scripts panel, and click the button to pause on all exceptions, press
31 the button, and see which exceptions are paused on. Then press the pause on exceptions button again to only
keyboard-menukey-event.html 20 <li>Click the text input box below and press Menu key.
25 in this text and press Menu key.
remove-form-node-with-radio-buttons-crash.html 29 <div>This is a test for http://bugs.webkit.org/show_bug.cgi?id=12938 - to test this, press the "Run Test" button and wait for a couple of minutes - the browser should not crash.</div>
secure-keyboard-enabled-after-submit.html 15 4) Press Return to submit the form.<br>
30 Focus this password field and press Return: <input type="password">
  /external/quake/
README 56 Press Home button on Phone
57 Press Menu
90 Press space bar to bring up the main menu.
91 The "Quake icon" should be next to the "Single Player" menu item. Press the
190 Press Home Key
191 Press Menu Key
196 Press "Uninstall"
199 Press Home button on Phone
200 Press Menu
  /packages/inputmethods/LatinIME/java/res/values/
attrs.xml 37 <!-- Layout resource for key press feedback.-->
40 <!-- Vertical offset of the key press feedback from the key. -->
43 <!-- Height of the key press feedback popup. -->
  /device/samsung/crespo/alsa-utils/seq/aseqdump/
aseqdump.1 14 To stop receiving, press Ctrl+C.
  /external/bluetooth/bluez/test/
test-nap 40 print "Press CTRL-C to disconnect"
  /external/qemu/distrib/sdl-1.2.12/src/joystick/os2/
joyos2.h 28 USHORT usJs_ButtonA1Cnt; /* button A1 press count */
29 USHORT usJs_ButtonA2Cnt; /* button A2 press count */
30 USHORT usJs_ButtonB1Cnt; /* button B1 press count */
31 USHORT usJs_ButtonB2Cnt; /* button B2 press count */
  /external/webkit/WebCore/manual-tests/accessibility/
java-applet.html 10 <li>Press Cmd+F7 to lock onto the web area.
  /external/webkit/WebCore/manual-tests/chromium/
onchange-reload-popup.html 34 <li>Press 'e' on your keyboard</li>

Completed in 524 milliseconds

1 2 3 4 5 6 7 8 91011>>