Home
last modified time | relevance | path

Searched refs:Backspace (Results 1 – 25 of 28) sorted by relevance

12

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_ctrl.cpp234 Backspace(); in OnChar()
385 void CPWL_EditCtrl::Backspace() { in Backspace() function in CPWL_EditCtrl
387 m_pEdit->Backspace(); in Backspace()
Dcpwl_edit_ctrl.h80 void Backspace();
Dcpwl_edit_impl.h312 bool Backspace();
372 bool Backspace(bool bAddUndo, bool bPaint);
Dcpwl_edit_impl.cpp282 m_pEdit->Backspace(false, true); in Undo()
305 m_pEdit->Backspace(false, true); in Undo()
352 m_pEdit->Backspace(false, true); in Redo()
826 bool CPWL_EditImpl::Backspace() { in Backspace() function in CPWL_EditImpl
827 return Backspace(true, true); in Backspace()
1584 bool CPWL_EditImpl::Backspace(bool bAddUndo, bool bPaint) { in Backspace() function in CPWL_EditImpl
/external/tflite-support/tensorflow_lite_support/codegen/
Dutils.h92 void Backspace(int n);
Dutils.cc149 void CodeWriter::Backspace(int n) { in Backspace() function in tflite::support::codegen::CodeWriter
Dandroid_java_generator.cc760 param_list_gen.Backspace(2); in GenerateWrapperAPI()
/external/llvm-project/flang/include/flang/Common/
DFortran.h46 ENUM_CLASS(IoStmtKind, None, Backspace, Close, Endfile, Flush, Inquire, Open,
/external/llvm-project/flang/lib/Semantics/
Dcheck-io.h26 void Enter(const parser::BackspaceStmt &) { Init(IoStmtKind::Backspace); } in Enter()
/external/python/cpython3/Doc/library/
Dcurses.ascii.rst35 | :const:`BS` | Backspace |
Didle.rst423 * :kbd:`Backspace` deletes to the left; :kbd:`Del` deletes to the right
425 * :kbd:`C-Backspace` delete word left; :kbd:`C-Del` delete word to the right
464 the next line is dedented. In leading indentation, :kbd:`Backspace` deletes up
/external/python/cpython2/Doc/library/
Dcurses.ascii.rst36 | :const:`BS` | Backspace |
Didle.rst349 * :kbd:`Backspace` deletes to the left; :kbd:`Del` deletes to the right
351 * :kbd:`C-Backspace` delete word left; :kbd:`C-Del` delete word to the right
391 the next line is dedented. In leading indentation, :kbd:`Backspace` deletes up
Dcurses.rst1330 | ``KEY_BACKSPACE`` | Backspace (unreliable) |
/external/python/cpython2/Lib/idlelib/
Dhelp.txt161 Backspace deletes char to the left; DEL deletes char to the right.
180 indentation, Backspace deletes up to 4 spaces if they are there. Tab
/external/python/cpython2/Doc/tutorial/
Dinteractive.rst31 right. Backspace erases the character to the left of the cursor, :kbd:`C-D` the
/external/llvm-project/flang/runtime/
Dio-stmt.h461 enum Which { Flush, Backspace, Endfile, Rewind }; enumerator
Dio-stmt.cpp723 case Backspace: in EndIoStatement()
Dio-api.cpp306 unit, ExternalMiscIoStatementState::Backspace, sourceFile, sourceLine); in IONAME()
/external/rust/crates/serde_json/src/
Dser.rs1567 Backspace, enumerator
1585 self::BB => CharEscape::Backspace, in from_escape_table()
1785 Backspace => b"\\b", in write_char_escape()
/external/libxkbcommon/test/data/symbols/
Dru650 // │ ё ` │ 1 ´ │ 2 ¨ │ 3 # │ 4 ¢ │ 5 € │ 6 ˘ │ 7 │ 8 ₽ │ 9 [ │ 0 ] │ - – │ ъ = ┃Backspace
799 // │ ’ ́ │ 1 ÷ │ 2 ¤ │ 3 § │ 4 $ │ 5 ° │ 6 < │ 7 > │ 8 • │ 9 [ │ 0 ] │ - — │ = ≠ ┃Backspace
/external/rust/crates/textwrap/
DCHANGELOG.md58 deleting a word with Ctrl-Backspace in the interactive demo.
/external/python/cpython2/Doc/reference/
Dlexical_analysis.rst494 | ``\b`` | ASCII Backspace (BS) | |
/external/python/cpython3/Doc/reference/
Dlexical_analysis.rst529 | ``\b`` | ASCII Backspace (BS) | |
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
Dapiviewer.js175 …lt",c="mshtml",E="2",z="Scroll",A="1",D="8",N="autoComplete",bg=",",bf="Backspace";qx.Class.define…

12