HomeSort by relevance Sort by last modified time
    Searched full:backspace (Results 101 - 125 of 559) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libtic.so.5 
libtic.so.5.7 
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
TransliteratorInputMethod.java 520 private boolean backspace() { method in class:TransliteratorInputMethod
600 * handles some characters like tab and backspace. Sometimes it handles
611 case '\b': if (editing()) return backspace(); break;
  /external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/
JglfwInput.java 373 case Keys.BACKSPACE:
491 return Input.Keys.BACKSPACE;
713 case Input.Keys.BACKSPACE:
  /external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
Lwjgl3Input.java 333 case Keys.BACKSPACE:
453 return Input.Keys.BACKSPACE;
675 case Input.Keys.BACKSPACE:
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogic.java 475 // the backspace key.
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
configHandler.py 612 '<<smart-backspace>>': ['<Key-BackSpace>'],
623 '<<del-word-left>>': ['<Control-Key-BackSpace>'],
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
configHandler.py 612 '<<smart-backspace>>': ['<Key-BackSpace>'],
623 '<<del-word-left>>': ['<Control-Key-BackSpace>'],
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 612 '<<smart-backspace>>': ['<Key-BackSpace>'],
623 '<<del-word-left>>': ['<Control-Key-BackSpace>'],
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 612 '<<smart-backspace>>': ['<Key-BackSpace>'],
623 '<<del-word-left>>': ['<Control-Key-BackSpace>'],
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 439 m_pEdit->Backspace(FALSE, TRUE);
473 m_pEdit->Backspace(FALSE, TRUE);
498 m_pEdit->Backspace(FALSE, TRUE);
    [all...]
  /external/libcxx/src/
regex.cpp 123 {"backspace", 0x08},
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/
OISKeyboard.h 47 KC_BACK = 0x0E, // backspace
  /external/libvncserver/examples/
mac.c 328 XK_BackSpace, 51, /* Backspace */
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
regex.cpp 123 {"backspace", 0x08},
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputConnection.java 514 // This method is only called for enter or backspace when speaking to old applications
518 // sending the key events for only Enter and Backspace because some applications
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libtic.so 
libtic.so.5 
libtic.so.5.9 
  /external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/
IOSInput.java 401 // Text field needs to have at least one symbol - so we can use backspace
452 // Text field needs to have at least one symbol - so we can use backspace
  /external/libvncserver/webclients/novnc/include/
keyboard.js 246 case 8 : return 0xFF08; // BACKSPACE
313 // "special" keys like enter, tab or backspace don't send keypress events,
  /external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h 350 // do backspace operation.
351 virtual FX_BOOL Backspace() = 0;
fxet_edit.h 589 FX_BOOL Backspace() override;
680 FX_BOOL Backspace(FX_BOOL bAddUndo, FX_BOOL bPaint);
  /prebuilts/misc/windows/sdl2/test/
testautomation_keyboard.c 572 scancode = SDL_GetScancodeFromName("Backspace");
573 SDLTest_AssertPass("Call to SDL_GetScancodeFromName('Backspace')");
  /external/skia/platform_tools/android/apps/visualbenchsdl/src/main/java/org/libsdl/app/
SDLActivity.java     [all...]

Completed in 9718 milliseconds

1 2 3 45 6 7 8 91011>>