HomeSort by relevance Sort by last modified time
    Searched defs:Editor (Results 1 - 25 of 117) sorted by null

1 2 3 4 5

  /external/python/cpython2/Lib/idlelib/idle_test/
mock_idle.py 35 class Editor(object):
test_formatparagraph.py 160 """Test the reformat_paragraph function without the editor window."""
186 """Test the reformat_comment function without the editor window."""
213 instance = fp.FormatParagraph('editor')
214 self.assertEqual(instance.editwin, 'editor')
220 # a mock Editor with .text and .get_selection_indices. The text must
238 class Editor:
272 editor = Editor(root=cls.root)
273 cls.text = editor.text.text # Test code does not need the wrapper.
274 cls.formatter = fp.FormatParagraph(editor).format_paragraph_even
    [all...]
  /external/python/cpython3/Lib/idlelib/idle_test/
mock_idle.py 35 class Editor:
36 '''Minimally imitate editor.EditorWindow class.
  /external/v8/src/compiler/
graph-reducer.h 69 class Editor {
71 virtual ~Editor() {}
84 explicit AdvancedReducer(Editor* editor) : editor_(editor) {}
119 Editor* const editor_;
125 : public NON_EXPORTED_BASE(AdvancedReducer::Editor) {
  /external/skia/src/core/
SkPathRef.cpp 27 SkPathRef::Editor::Editor(sk_sp<SkPathRef>* pathRef,
  /external/skqp/src/core/
SkPathRef.cpp 27 SkPathRef::Editor::Editor(sk_sp<SkPathRef>* pathRef,
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
Editors.java 17 package com.android.notificationstudio.editor;
34 public interface Editor {
38 private static final Map<Integer, Editor> EDITORS = editors();
41 private static Map<Integer, Editor> editors() {
42 Map<Integer, Editor> editors = new HashMap<Integer, Editor>();
69 Editor editor = EDITORS.get(item.getType()); local
70 if (editor == null)
72 Runnable updater = editor.bindEditor(editorView, item, new Runnable()
    [all...]
  /external/clang/include/clang/Rewrite/Frontend/
FixItRewriter.h 64 edit::EditedSource Editor;
  /frameworks/base/core/java/android/content/
SharedPreferences.java 28 * Modifications to the preferences must go through an {@link Editor} object
36 * {@link Editor#commit()} and {@link Editor#apply()}.
70 * object. All changes you make in an editor are batched, and not copied
74 public interface Editor {
76 * Set a String value in the preferences editor, to be written back once
84 * @return Returns a reference to the same Editor object, so you can
87 Editor putString(String key, @Nullable String value);
90 * Set a set of String values in the preferences editor, to be written
97 * @return Returns a reference to the same Editor object, so you ca
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
Editor.java 17 package com.android.contacts.editor;
29 public interface Editor {
33 * Called when the given {@link Editor} is requested to be deleted by the user.
35 public void onDeleteRequested(Editor editor);
38 * Called when the given {@link Editor} has a request, for example it
49 // The editor has switched between different representations of the same
53 // Focus has changed inside the editor.
58 * Returns whether or not all the fields are empty in this {@link Editor}.
63 * Prepares this editor for the given {@link ValuesDelta}, whic
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Rewrite/Frontend/
FixItRewriter.h 64 edit::EditedSource Editor;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Rewrite/Frontend/
FixItRewriter.h 64 edit::EditedSource Editor;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Rewrite/Frontend/
FixItRewriter.h 64 edit::EditedSource Editor;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Rewrite/Frontend/
FixItRewriter.h 64 edit::EditedSource Editor;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Rewrite/Frontend/
FixItRewriter.h 64 edit::EditedSource Editor;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Rewrite/Frontend/
FixItRewriter.h 64 edit::EditedSource Editor;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Rewrite/Frontend/
FixItRewriter.h 64 edit::EditedSource Editor;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Rewrite/Frontend/
FixItRewriter.h 64 edit::EditedSource Editor;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Rewrite/Frontend/
FixItRewriter.h 64 edit::EditedSource Editor;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Rewrite/Frontend/
FixItRewriter.h 64 edit::EditedSource Editor;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Rewrite/Frontend/
FixItRewriter.h 64 edit::EditedSource Editor;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Rewrite/Frontend/
FixItRewriter.h 64 edit::EditedSource Editor;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Rewrite/Frontend/
FixItRewriter.h 64 edit::EditedSource Editor;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Rewrite/Frontend/
FixItRewriter.h 64 edit::EditedSource Editor;
  /external/clang/include/clang/Edit/
Commit.h 51 EditedSource *Editor;
59 explicit Commit(EditedSource &Editor);
62 : SourceMgr(SM), LangOpts(LangOpts), PPRec(PPRec), Editor(nullptr),

Completed in 787 milliseconds

1 2 3 4 5