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

1 2 3 45 6 7 8 91011>>

  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
help.txt 161 Backspace deletes char to the left; DEL deletes char to the right.
162 Control-backspace deletes word left, Control-DEL deletes word right.
180 indentation, Backspace deletes up to 4 spaces if they are there. Tab
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
AutoCompleteWindow.py 13 KEYPRESS_SEQUENCES = ("<Key>", "<Key-BackSpace>", "<Key-Return>", "<Key-Tab>",
266 if (len(keysym) == 1 or keysym in ("underscore", "BackSpace")
280 # keysym == "BackSpace"
help.txt 161 Backspace deletes char to the left; DEL deletes char to the right.
162 Control-backspace deletes word left, Control-DEL deletes word right.
180 indentation, Backspace deletes up to 4 spaces if they are there. Tab
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
AutoCompleteWindow.py 13 KEYPRESS_SEQUENCES = ("<Key>", "<Key-BackSpace>", "<Key-Return>", "<Key-Tab>",
266 if (len(keysym) == 1 or keysym in ("underscore", "BackSpace")
280 # keysym == "BackSpace"
help.txt 161 Backspace deletes char to the left; DEL deletes char to the right.
162 Control-backspace deletes word left, Control-DEL deletes word right.
180 indentation, Backspace deletes up to 4 spaces if they are there. Tab
  /external/jline/src/src/main/java/jline/
UnixTerminal.java 126 c = BACKSPACE;
127 else if (c == BACKSPACE)
CandidateListCompletionHandler.java 75 && reader.backspace()) {
ConsoleOperations.java 19 final char BACKSPACE = '\b';
  /external/libcxx/test/std/re/re.traits/
lookup_collatename.pass.cpp 44 test("backspace", std::string("\x08"));
120 test(L"backspace", std::wstring(L"\x08"));
  /external/pdfium/fpdfsdk/fxedit/
fxet_edit.h 378 bool Backspace();
457 bool Backspace(bool bAddUndo, bool bPaint);
  /external/sl4a/ScriptingLayerForAndroid/res/values/
strings.xml 174 <!-- Name for the backspace character -->
175 <string name="list_delkey_backspace">Backspace</string>
  /packages/apps/PhoneCommon/res/values/
strings.xml 54 <!-- String describing the Delete/Backspace ImageButton.
57 <string name="description_delete_button">backspace</string>
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/
lookup_collatename.pass.cpp 36 test("backspace", std::string("\x08"));
109 test(L"backspace", std::wstring(L"\x08"));
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/re/re.traits/
lookup_collatename.pass.cpp 44 test("backspace", std::string("\x08"));
120 test(L"backspace", std::wstring(L"\x08"));
  /bionic/libc/upstream-netbsd/lib/libc/regex/
cname.h 89 { "backspace", '\b' },
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
FileBuffer.h 60 Backspace/Delete
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
EditInputBar.c 201 // backspace
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
CanonRead.c 158 * Ensuring one can not backspace beyond the beginning of the input text.
IIOwrite.c 136 numW = 0; // Discard the backspace if in column 0
  /external/autotest/client/site_tests/desktopui_SonicExtension/extension_pages/
web_elements.py 71 # Using backspace instead of clear() because of crbug/450812
  /external/autotest/client/site_tests/hardware_Badblocks/
hardware_Badblocks.py 114 # replace backspace characters with a newline character.
  /external/libvterm/src/
input.c 71 { KEYCODE_LITERAL, '\x7f' }, // BACKSPACE == ASCII DEL
  /external/syslinux/bios/com32/samples/
keytest.lnx 
  /external/syslinux/efi32/com32/samples/
keytest.lnx 
  /external/syslinux/efi64/com32/samples/
keytest.lnx 

Completed in 2145 milliseconds

1 2 3 45 6 7 8 91011>>