Searched defs:Editor (Results 1 - 15 of 15) sorted by relevance

/external/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h60 edit::EditedSource Editor; member in class:clang::FixItRewriter
/external/chromium_org/third_party/skia/include/core/
H A DSkPathRef.h26 * SkPathRef::Editor object. Installing the editor resets the generation ID. It also performs
27 * copy-on-write if the SkPathRef is shared by multiple SkPaths. The caller passes the Editor's
42 class Editor { class in class:SkPathRef
44 Editor(SkAutoTUnref<SkPathRef>* pathRef,
48 ~Editor() { SkDEBUGCODE(sk_atomic_dec(&fPathRef->fEditorsAttached);) }
100 * Gets the path ref that is wrapped in the Editor.
/external/skia/include/core/
H A DSkPathRef.h25 * SkPathRef::Editor object. Installing the editor resets the generation ID. It also performs
26 * copy-on-write if the SkPathRef is shared by multiple SkPaths. The caller passes the Editor's
41 class Editor { class in class:SkPathRef
43 Editor(SkAutoTUnref<SkPathRef>* pathRef,
47 ~Editor() { SkDEBUGCODE(sk_atomic_dec(&fPathRef->fEditorsAttached);) }
99 * Gets the path ref that is wrapped in the Editor.
/external/chromium_org/third_party/skia/src/core/
H A DSkPathRef.cpp14 SkPathRef::Editor::Editor(SkAutoTUnref<SkPathRef>* pathRef, function in class:SkPathRef::Editor
/external/clang/include/clang/Edit/
H A DCommit.h51 EditedSource *Editor; member in class:clang::edit::Commit
59 explicit Commit(EditedSource &Editor);
62 : SourceMgr(SM), LangOpts(LangOpts), PPRec(PPRec), Editor(nullptr),
/external/clang/lib/Edit/
H A DCommit.cpp38 Commit::Commit(EditedSource &Editor) argument
39 : SourceMgr(Editor.getSourceManager()), LangOpts(Editor.getLangOpts()),
40 PPRec(Editor.getPPCondDirectiveRecord()),
41 Editor(&Editor), IsCommitable(true) { }
290 if (!Editor)
292 return Editor->canInsertInOffset(OrigLoc, Offs);
/external/skia/src/core/
H A DSkPathRef.cpp14 SkPathRef::Editor::Editor(SkAutoTUnref<SkPathRef>* pathRef, function in class:SkPathRef::Editor
/external/chromium_org/v8/tools/push-to-trunk/
H A Dcommon_includes.py362 def Editor(self, args): member in class:Step
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DDiskLruCache.java72 * Every {@link #edit} call must be matched by a call to {@link Editor#commit}
73 * or {@link Editor#abort}. Committing is atomic: a read observes the full set
306 entry.currentEditor = new Editor(entry);
444 public Editor edit(String key) throws IOException {
448 private synchronized Editor edit(String key, long expectedSequenceNumber) throws IOException {
463 Editor editor = new Editor(entry);
503 private synchronized void completeEdit(Editor editor, boolean success) throws IOException {
683 public Editor edit() throws IOException {
717 public final class Editor { class in class:DiskLruCache
723 private Editor(Entry entry) { method in class:DiskLruCache.Editor
[all...]
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditor.cpp28 #include "core/editing/Editor.h"
94 Editor::RevealSelectionScope::RevealSelectionScope(Editor* editor)
100 Editor::RevealSelectionScope::~RevealSelectionScope()
110 VisibleSelection Editor::selectionForCommand(Event* event)
127 EditingBehavior Editor::behavior() const
141 EditorClient& Editor::client() const
148 UndoStack* Editor::undoStack() const
155 bool Editor::handleTextEvent(TextEvent* event)
180 bool Editor
728 Editor::Editor(LocalFrame& frame) function in class:blink::Editor
[all...]
/external/glide/third_party/disklrucache/
H A Ddisklrucache-2.0.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/jakewharton/ com/jakewharton/disklrucache/ com/jakewharton/disklrucache/DiskLruCache ...
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp92 std::unique_ptr<edit::EditedSource> Editor; member in class:__anon17684::ObjCMigrateASTConsumer
125 Editor.reset(new edit::EditedSource(Context.getSourceManager(),
229 edit::Commit commit(*Consumer.Editor);
231 Consumer.Editor->commit(commit);
235 edit::Commit commit(*Consumer.Editor);
237 Consumer.Editor->commit(commit);
751 edit::Commit commit(*Editor);
754 Editor->commit(commit);
809 edit::Commit commit(*Editor);
811 Editor
[all...]
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 478 milliseconds