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

/external/skia/src/core/
H A DSkPathRef.cpp15 SkPathRef::Editor::Editor(SkAutoTUnref<SkPathRef>* pathRef, function in class:SkPathRef::Editor
/external/v8/src/compiler/
H A Dgraph-reducer.h67 class Editor { class in class:v8::internal::compiler::AdvancedReducer
69 virtual ~Editor() {}
82 explicit AdvancedReducer(Editor* editor) : editor_(editor) {}
117 Editor* const editor_;
122 class GraphReducer : public AdvancedReducer::Editor {
/external/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h64 edit::EditedSource Editor; member in class:clang::FixItRewriter
/external/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
40 class Editor { class in class:SkPathRef
42 Editor(SkAutoTUnref<SkPathRef>* pathRef,
46 ~Editor() { SkDEBUGCODE(sk_atomic_dec(&fPathRef->fEditorsAttached);) }
98 * Gets the path ref that is wrapped in the 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);
H A DEditedSource.cpp265 EditedSource &Editor; member in struct:CommitRAII
266 CommitRAII(EditedSource &Editor) : Editor(Editor) { argument
267 Editor.startingCommit();
270 Editor.finishedCommit();
/external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
H A DDiskLruCache.java71 * Every {@link #edit} call must be matched by a call to {@link Editor#commit}
72 * or {@link Editor#abort}. Committing is atomic: a read observes the full set
312 entry.currentEditor = new Editor(entry);
440 public Editor edit(String key) throws IOException {
444 private synchronized Editor edit(String key, long expectedSequenceNumber) throws IOException {
458 Editor editor = new Editor(entry);
501 private synchronized void completeEdit(Editor editor, boolean success) throws IOException {
684 public Editor edit() throws IOException {
705 public final class Editor { class in class:DiskLruCache
710 private Editor(Entry entry) { method in class:DiskLruCache.Editor
[all...]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DDiskLruCache.java74 * Every {@link #edit} call must be matched by a call to {@link Editor#commit}
75 * or {@link Editor#abort}. Committing is atomic: a read observes the full set
342 entry.currentEditor = new Editor(entry);
445 public Editor edit(String key) throws IOException {
449 private synchronized Editor edit(String key, long expectedSequenceNumber) throws IOException {
475 Editor editor = new Editor(entry);
514 private synchronized void completeEdit(Editor editor, boolean success) throws IOException {
788 public Editor edit() throws IOException {
826 public final class Editor { class in class:DiskLruCache
832 private Editor(Entry entry) { method in class:DiskLruCache.Editor
[all...]
/external/v8/tools/release/
H A Dcommon_includes.py506 def Editor(self, args): member in class:Step
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp95 std::unique_ptr<edit::EditedSource> Editor; member in class:__anon1101::ObjCMigrateASTConsumer
129 Editor.reset(new edit::EditedSource(Context.getSourceManager(),
324 edit::Commit commit(*Consumer.Editor);
326 Consumer.Editor->commit(commit);
330 edit::Commit commit(*Consumer.Editor);
332 Consumer.Editor->commit(commit);
336 edit::Commit commit(*Consumer.Editor);
339 Consumer.Editor->commit(commit);
891 edit::Commit commit(*Editor);
894 Editor
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-user.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/activity/ ...
/external/libgdx/backends/gdx-backend-android/libs/
H A Dandroid-4.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...

Completed in 344 milliseconds