Home
last modified time | relevance | path

Searched defs:Editor (Results 1 – 23 of 23) sorted by relevance

/external/skia/modules/skplaintexteditor/
DREADME.md1 # Editor # chapter
/external/icing/icing/index/numeric/
Dnumeric-index.h52 explicit Editor(std::string_view property_path, DocumentId document_id, in Editor() function
Dinteger-index.h190 explicit Editor(std::string_view property_path, DocumentId document_id, in Editor() function
Ddummy-numeric-index.h102 explicit Editor( in Editor() function
/external/clang/include/clang/Rewrite/Frontend/
DFixItRewriter.h64 edit::EditedSource Editor; variable
/external/python/cpython2/Lib/idlelib/idle_test/
Dmock_idle.py35 class Editor(object): class
Dtest_formatparagraph.py238 class Editor: class
/external/python/cpython3/Lib/idlelib/idle_test/
Dmock_idle.py40 class Editor: class
Dtest_editor.py10 Editor = editor.EditorWindow variable
Dtest_format.py241 class Editor: class
/external/clang/include/clang/Edit/
DCommit.h51 EditedSource *Editor; variable
/external/icing/icing/index/
Dindex.h229 Editor(const TermIdCodec* term_id_codec, LiteIndex* lite_index, in Editor() function
/external/python/cpython3/Doc/library/
Didle.rst167 .. _format-menu:
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/
DDiskLruCache.java830 public final class Editor { class
835 private Editor(Entry entry) { in Editor() method in Editor
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DDiskLruCache.java826 public final class Editor { class
831 private Editor(Entry entry) { in Editor() method in Editor
/external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
DDiskLruCache.java705 public final class Editor { class in DiskLruCache
710 private Editor(Entry entry) { in Editor() method in DiskLruCache.Editor
/external/skia/experimental/sktext/editor/
DEditor.cpp14 Editor::Editor(std::u16string text, SkSize size) in Editor() function in skia::editor::Editor
/external/skia/src/core/
DSkPathRef.cpp25 SkPathRef::Editor::Editor(sk_sp<SkPathRef>* pathRef, in Editor() function in SkPathRef::Editor
/external/clang/lib/Edit/
DCommit.cpp38 Commit::Commit(EditedSource &Editor) in Commit()
DEditedSource.cpp265 EditedSource &Editor; in commit() member
/external/clang/lib/Frontend/
DDiagnosticRenderer.cpp74 edit::EditedSource Editor(SM, LangOpts); in mergeFixits() local
/external/clang/lib/ARCMigrate/
DObjCMT.cpp95 std::unique_ptr<edit::EditedSource> Editor; member in __anonefe41e6e0111::ObjCMigrateASTConsumer
2171 edit::EditedSource Editor(SM, LangOpts); in applyEditsToTemp() local
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/CodeWarrior/
DMetrowerks_Shell_Suite.py1095 class Editor(aetools.ComponentItem): class