/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
InputLogicTestsLanguageWithoutSpaces.java | 47 assertEquals("don't resume suggestion on backspace", 0, 49 assertEquals("don't resume suggestion on backspace", 4, 57 assertEquals("don't resume suggestion on backspace", -1, 59 assertEquals("don't resume suggestion on backspace", -1, 63 assertEquals("don't resume suggestion on backspace", -1, 65 assertEquals("don't resume suggestion on backspace", -1,
|
InputLogicTests.java | 38 assertEquals("press suggestion then backspace", EXPECTED_RESULT, 51 assertEquals("pick typed word over auto-correction then backspace", WORD_TO_PICK, 54 assertEquals("pick typed word over auto-correction then backspace", EXPECTED_RESULT, 66 assertEquals("pick typed word over auto-correction then backspace", WORD_TO_TYPE, 69 assertEquals("pick typed word over auto-correction then backspace", EXPECTED_RESULT, 82 assertEquals("pick different suggestion then backspace", WORD_TO_PICK, 85 assertEquals("pick different suggestion then backspace", EXPECTED_RESULT, 214 assertEquals("auto correct then move cursor to start of line then backspace", 229 assertEquals("auto correct then move cursor then backspace", 312 assertEquals("resume suggestion on backspace", -1 [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
config-keys.def | 47 smart-backspace=<Key-BackSpace> 58 del-word-left=<Control-Key-BackSpace> 98 smart-backspace=<Key-BackSpace> 109 del-word-left=<Alt-Key-BackSpace> 149 smart-backspace=<Key-BackSpace> 160 del-word-left=<Control-Key-BackSpace> 187 smart-backspace = <Key-BackSpace [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
config-keys.def | 47 smart-backspace=<Key-BackSpace> 58 del-word-left=<Control-Key-BackSpace> 98 smart-backspace=<Key-BackSpace> 109 del-word-left=<Alt-Key-BackSpace> 149 smart-backspace=<Key-BackSpace> 160 del-word-left=<Control-Key-BackSpace> 187 smart-backspace = <Key-BackSpace [all...] |
/external/chromium_org/content/test/data/ |
gtk_key_bindings_test_gtkrc | 46 # Test backspace 48 "backspace" ()
|
/external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/ |
KeyUtils.java | 37 * Press "Backspace".
|
/external/chromium_org/ui/keyboard/resources/layouts/ |
numeric.html | 19 <kb-key char="" repeat class="dark">backspace</kb-key>
|
dvorak.html | 17 weight="140">backspace</kb-key> 49 weight="140">backspace</kb-key> 80 weight="140">backspace</kb-key> 113 weight="140">backspace</kb-key>
|
qwerty.html | 17 weight="140">backspace</kb-key> 51 weight="140">backspace</kb-key> 86 weight="140">backspace</kb-key> 124 weight="140">backspace</kb-key>
|
webui_qwerty.html | 25 <kb-key class="backspace padded-right-special dark" char="" repeat>delete</kb-key> 56 <kb-key class="backspace padded-right-special dark" char="" repeat>delete</kb-key> 84 <kb-key class="backspace padded-right-special dark" char="" repeat>delete</kb-key> 111 <kb-key class="backspace padded-right-special dark" char="" repeat>delete</kb-key>
|
/external/chromium/chrome/browser/renderer_host/ |
gtk_key_bindings_handler.h | 77 // Handler of "backspace" signal. 78 static void BackSpace(GtkTextView* text_view);
|
gtk_key_bindings_handler.cc | 87 text_view_class->backspace = BackSpace; 145 void GtkKeyBindingsHandler::BackSpace(GtkTextView* text_view) {
|
/external/chromium_org/chrome/test/remoting/ |
key_code_map.h | 76 {'\b', '\b', "Backspace", ui::VKEY_BACK}, // Backspace
|
/external/chromium_org/content/browser/renderer_host/ |
gtk_key_bindings_handler.h | 79 // Handler of "backspace" signal. 80 static void BackSpace(GtkTextView* text_view);
|
gtk_key_bindings_handler.cc | 78 text_view_class->backspace = BackSpace; 134 void GtkKeyBindingsHandler::BackSpace(GtkTextView* text_view) {
|
/external/chromium_org/components/autofill/core/common/ |
password_generation_util.h | 54 // User closes the bubble without any meaningful actions (e.g. use backspace
|
/external/chromium_org/third_party/launchpad_translations/ |
ui_strings_ka.xtb | 25 <translation id="5583640892426849032">?????? (Backspace)</translation>
|
ui_strings_ku.xtb | 27 <translation id="5583640892426849032">Backspace</translation>
|
ui_strings_ug.xtb | 27 <translation id="5583640892426849032">Backspace</translation>
|
/cts/tests/tests/text/src/android/text/method/cts/ |
BaseKeyListenerTest.java | 44 mockBaseKeyListener.backspace(mTextView, content, KeyEvent.KEYCODE_DEL, delKeyEvent); 49 mockBaseKeyListener.backspace(mTextView, content, KeyEvent.KEYCODE_DEL, delKeyEvent); 56 mockBaseKeyListener.backspace(mTextView, content, KeyEvent.KEYCODE_DEL, altDelKeyEvent);
|
/frameworks/base/core/java/android/text/method/ |
BaseKeyListener.java | 48 public boolean backspace(View view, Editable content, int keyCode, KeyEvent event) { method in class:BaseKeyListener 77 // Alt+Backspace or Alt+ForwardDelete deletes the current line, if possible. 155 handled = backspace(view, content, keyCode, event);
|
/external/clang/utils/ |
clang-completion-mode.el | 198 ;; Invoked when the user types the backspace key to update the filter 200 (defun clang-backspace () 238 ;; Delete and backspace filter the results of the currently-active 240 (define-key clang-completion-mode-map [(backspace)] 'clang-backspace)
|
/external/chromium_org/chrome/browser/ui/ash/ |
event_rewriter.h | 174 // Rewrites Backspace and Arrow keys following the Chrome OS keyboard spec. 175 // * Alt+Backspace -> Delete 181 // * Search+Backspace -> Delete
|
/external/chromium/chrome/browser/resources/keyboard/ |
index.html | 77 .backspace {
|
/external/chromium_org/content/public/browser/ |
native_web_keyboard_event.h | 65 // active and is necessary to prevent backspace from doing "history back" if
|