/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_edit_ctrl.cpp | 234 Backspace(); in OnChar() 385 void CPWL_EditCtrl::Backspace() { in Backspace() function in CPWL_EditCtrl 387 m_pEdit->Backspace(); in Backspace()
|
D | cpwl_edit_ctrl.h | 80 void Backspace();
|
D | cpwl_edit_impl.h | 312 bool Backspace(); 372 bool Backspace(bool bAddUndo, bool bPaint);
|
D | cpwl_edit_impl.cpp | 282 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/ |
D | utils.h | 92 void Backspace(int n);
|
D | utils.cc | 149 void CodeWriter::Backspace(int n) { in Backspace() function in tflite::support::codegen::CodeWriter
|
D | android_java_generator.cc | 760 param_list_gen.Backspace(2); in GenerateWrapperAPI()
|
/external/llvm-project/flang/include/flang/Common/ |
D | Fortran.h | 46 ENUM_CLASS(IoStmtKind, None, Backspace, Close, Endfile, Flush, Inquire, Open,
|
/external/llvm-project/flang/lib/Semantics/ |
D | check-io.h | 26 void Enter(const parser::BackspaceStmt &) { Init(IoStmtKind::Backspace); } in Enter()
|
/external/python/cpython3/Doc/library/ |
D | curses.ascii.rst | 35 | :const:`BS` | Backspace |
|
D | idle.rst | 423 * :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/ |
D | curses.ascii.rst | 36 | :const:`BS` | Backspace |
|
D | idle.rst | 349 * :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
|
D | curses.rst | 1330 | ``KEY_BACKSPACE`` | Backspace (unreliable) |
|
/external/python/cpython2/Lib/idlelib/ |
D | help.txt | 161 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/ |
D | interactive.rst | 31 right. Backspace erases the character to the left of the cursor, :kbd:`C-D` the
|
/external/llvm-project/flang/runtime/ |
D | io-stmt.h | 461 enum Which { Flush, Backspace, Endfile, Rewind }; enumerator
|
D | io-stmt.cpp | 723 case Backspace: in EndIoStatement()
|
D | io-api.cpp | 306 unit, ExternalMiscIoStatementState::Backspace, sourceFile, sourceLine); in IONAME()
|
/external/rust/crates/serde_json/src/ |
D | ser.rs | 1567 Backspace, enumerator 1585 self::BB => CharEscape::Backspace, in from_escape_table() 1785 Backspace => b"\\b", in write_char_escape()
|
/external/libxkbcommon/test/data/symbols/ |
D | ru | 650 // │ ё ` │ 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/ |
D | CHANGELOG.md | 58 deleting a word with Ctrl-Backspace in the interactive demo.
|
/external/python/cpython2/Doc/reference/ |
D | lexical_analysis.rst | 494 | ``\b`` | ASCII Backspace (BS) | |
|
/external/python/cpython3/Doc/reference/ |
D | lexical_analysis.rst | 529 | ``\b`` | ASCII Backspace (BS) | |
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/ |
D | apiviewer.js | 175 …lt",c="mshtml",E="2",z="Scroll",A="1",D="8",N="autoComplete",bg=",",bf="Backspace";qx.Class.define…
|