Home
last modified time | relevance | path

Searched refs:editing (Results 1 – 25 of 194) sorted by relevance

12345678

/external/sfntly/
DREADME.md5 sfntly is a Java and C++ library for using, editing, and creating sfnt container based fonts (e.g. …
7 The basic features of sfntly are the reading, editing, and writing of an sfnt container font. Fonts…
9 The uses of sfntly are really anything that you can think of that involves reading and/or editing f…
11 … have related to the informational reading of font data. It also covers a lot of the editing needs.
/external/python/cpython2/Doc/tutorial/
Dinteractive.rst7 Some versions of the Python interpreter support editing of the current input
10 which supports Emacs-style and vi-style editing. This library has its own
12 explained. The interactive editing and history described here are optionally
15 This chapter does *not* document the editing facilities of Mark Hammond's
26 If supported, input line editing is active whenever the interpreter prints a
74 # I prefer vi-style editing:
75 set editing-mode vi
Dinterpreter.rst36 The interpreter's line-editing features usually aren't very sophisticated. On
38 readline library, which adds more elaborate interactive editing and history
39 features. Perhaps the quickest check to see whether command line editing is
41 you have command line editing; see Appendix :ref:`tut-interacting` for an
43 command line editing isn't available; you'll only be able to use backspace to
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
DTransliteratorInputMethod.java596 private boolean editing() { in editing() method in TransliteratorInputMethod
613 case '\b': if (editing()) return backspace(); break; in handleTyped()
614 case '\t': if (editing()) { return commitAll(); } break; in handleTyped()
615 case '\u001b': if (editing()) { clearAll(); return true; } break; in handleTyped()
616 case '\u007f': if (editing()) return delete(); break; in handleTyped()
627 if (enabled && editing()) { in handlePressed()
/external/libxkbcommon/xkbcommon/test/data/symbols/
Dpc14 include "pc(editing)"
66 xkb_symbols "editing" {
/external/python/cpython3/Doc/tutorial/
Dinterpreter.rst38 The interpreter's line-editing features include interactive editing, history
40 quickest check to see whether command line editing is supported is typing
42 line editing; see Appendix :ref:`tut-interacting` for an introduction to the
44 editing isn't available; you'll only be able to use backspace to remove
Dinteractive.rst7 Some versions of the Python interpreter support editing of the current input
10 which supports various styles of editing. This library has its own
/external/libexif/
DREADME7 libexif is a library for parsing, editing, and saving EXIF data. It is
15 libexif supports parsing, editing and saving of EXIF data. In addition, it
61 - gexif: A GTK+ frontend for editing EXIF data
160 supporting editing and saving, Lutz Mueller <lutz@users.sourceforge.net>
Dlibexif.spec15 libexif is a library for parsing, editing, and saving EXIF data. It is
Dlibexif.spec.in15 libexif is a library for parsing, editing, and saving EXIF data. It is
/external/mksh/src/
Dsh_flags.opt54 /* ./. Emacs command line editing mode */
62 /* ./. Emacs command line editing mode, gmacs variant */
162 /* ./. Vi command line editing mode */
/external/image_io/
DMETADATA8 value: "http://google3/photos/editing/formats/image_io"
/external/dynamic_depth/
DMETADATA8 value: "http://google3/photos/editing/formats/dynamic_depth"
/external/sl4a/ScriptingLayerForAndroid/res/drawable/
Datari_small_notice.txt10 COMMENT Produced with bdfedit, a tcl/tk font editing program
/external/adeb/
DMETADATA2 …nment where one can run popular and mainstream Linux tracing, compiling, editing and other develop…
/external/ltp/testcases/kernel/hotplug/memory_hotplug/
DTODO27 + fancier UI [command line editing?]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/
Delf-invalid-phdr.test22 # Then editing the e_phoff in with a hexeditor to set it to 0xffffff
/external/python/cpython2/Lib/idlelib/
Dextend.txt7 to make other changes to IDLE, but this must be done by editing the IDLE
10 The list of extensions loaded at startup time is configured by editing
/external/python/cpython3/Lib/idlelib/
Dextend.txt7 to make other changes to IDLE, but this must be done by editing the IDLE
10 The list of extensions loaded at startup time is configured by editing
/external/perfetto/protos/perfetto/config/ftrace/
Dftrace_config.proto22 // When editing this file run ./tools/gen_tracing_cpp_headers_from_protos.py
/external/icu/icu4c/source/config/
Dmh-unknown24 @echo "*** and editing it."
/external/perfetto/protos/perfetto/config/chrome/
Dchrome_config.proto22 // When editing this file run ./tools/gen_tracing_cpp_headers_from_protos.py
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonDepArch.td9 // Automatically generated file, please consult code owner before editing.
/external/perfetto/protos/perfetto/config/
Dperfetto_config.proto43 // When editing entries here remember also to update "sys_stats_counters.h" with
201 // When editing this file run ./tools/gen_tracing_cpp_headers_from_protos.py
216 // When editing this file run ./tools/gen_tracing_cpp_headers_from_protos.py
281 // When editing this file run ./tools/gen_tracing_cpp_headers_from_protos.py
297 // When editing this file run ./tools/gen_tracing_cpp_headers_from_protos.py
350 // When editing this file run ./tools/gen_tracing_cpp_headers_from_protos.py
397 // When editing this file run ./tools/gen_tracing_cpp_headers_from_protos.py
442 // When editing this file run ./tools/gen_tracing_cpp_headers_from_protos.py
493 // When editing this file run ./tools/gen_tracing_cpp_headers_from_protos
/external/glide/third_party/disklrucache/
DCHANGELOG.md61 * New API for editing an existing snapshot. *(Thanks Jesse Wilson)*

12345678