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

12 3 4 5

  /external/python/cpython3/Lib/idlelib/idle_test/
test_paragraph.py 4 from idlelib.editor import EditorWindow
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
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/common/
PerAccountSharedPreferences.java 52 public class Editor {
54 private final SharedPreferences.Editor editor; field in class:PerAccountSharedPreferences.Editor
56 private Editor() {
57 editor = preferences.edit();
61 editor.apply();
64 public Editor putBoolean(String key, boolean value) {
65 editor.putBoolean(getKey(key), value);
69 public Editor putFloat(String key, float value) {
70 editor.putFloat(getKey(key), value)
    [all...]
  /packages/apps/Dialer/java/com/android/voicemail/impl/
VoicemailStatus.java 33 public static class Editor {
40 private Editor(Context context, PhoneAccountHandle phoneAccountHandle) {
46 "VoicemailStatus.Editor created with null phone account, status will"
56 public Editor setType(String type) {
61 public Editor setConfigurationState(int configurationState) {
66 public Editor setDataChannelState(int dataChannelState) {
71 public Editor setNotificationChannelState(int notificationChannelState) {
76 public Editor setQuota(int occupied, int total) {
88 * Apply the changes to the {@link VoicemailStatus} {@link #Editor}.
119 * A voicemail status editor that the decision of whether to actually write to the database can b
    [all...]
  /packages/services/Telephony/src/com/android/phone/vvm/
VisualVoicemailPreferences.java 46 public class Editor {
48 private final SharedPreferences.Editor mEditor;
50 private Editor() {
58 public Editor putBoolean(String key, boolean value) {
64 public Editor putFloat(String key, float value) {
69 public Editor putInt(String key, int value) {
75 public Editor putLong(String key, long value) {
80 public Editor putString(String key, String value) {
86 public Editor putStringSet(String key, Set<String> value) {
92 public Editor edit()
    [all...]
VisualVoicemailSmsFilterConfig.java 50 new Editor(context, callingPackage, subId)
60 new Editor(context, callingPackage, subId)
112 private static class Editor {
114 private final SharedPreferences.Editor mPrefsEditor;
117 public Editor(Context context, String packageName, int subId) {
122 private Editor setInt(String key, int value) {
127 private Editor setString(String key, String value) {
132 private Editor setBoolean(String key, boolean value) {
137 private Editor setStringList(String key, List<String> value) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Edit/
Commit.h 51 EditedSource *Editor;
59 explicit Commit(EditedSource &Editor);
62 : SourceMgr(SM), LangOpts(LangOpts), PPRec(PPRec), Editor(nullptr),
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Edit/
Commit.h 51 EditedSource *Editor;
59 explicit Commit(EditedSource &Editor);
62 : SourceMgr(SM), LangOpts(LangOpts), PPRec(PPRec), Editor(nullptr),
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Edit/
Commit.h 51 EditedSource *Editor;
59 explicit Commit(EditedSource &Editor);
62 : SourceMgr(SM), LangOpts(LangOpts), PPRec(PPRec), Editor(nullptr),
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Edit/
Commit.h 51 EditedSource *Editor;
59 explicit Commit(EditedSource &Editor);
62 : SourceMgr(SM), LangOpts(LangOpts), PPRec(PPRec), Editor(nullptr),
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Edit/
Commit.h 51 EditedSource *Editor;
59 explicit Commit(EditedSource &Editor);
62 : SourceMgr(SM), LangOpts(LangOpts), PPRec(PPRec), Editor(nullptr),
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Edit/
Commit.h 51 EditedSource *Editor;
59 explicit Commit(EditedSource &Editor);
62 : SourceMgr(SM), LangOpts(LangOpts), PPRec(PPRec), Editor(nullptr),
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Edit/
Commit.h 51 EditedSource *Editor;
59 explicit Commit(EditedSource &Editor);
62 : SourceMgr(SM), LangOpts(LangOpts), PPRec(PPRec), Editor(nullptr),
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Edit/
Commit.h 51 EditedSource *Editor;
59 explicit Commit(EditedSource &Editor);
62 : SourceMgr(SM), LangOpts(LangOpts), PPRec(PPRec), Editor(nullptr),
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Edit/
Commit.h 51 EditedSource *Editor;
59 explicit Commit(EditedSource &Editor);
62 : SourceMgr(SM), LangOpts(LangOpts), PPRec(PPRec), Editor(nullptr),
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Edit/
Commit.h 51 EditedSource *Editor;
59 explicit Commit(EditedSource &Editor);
62 : SourceMgr(SM), LangOpts(LangOpts), PPRec(PPRec), Editor(nullptr),
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Edit/
Commit.h 51 EditedSource *Editor;
59 explicit Commit(EditedSource &Editor);
62 : SourceMgr(SM), LangOpts(LangOpts), PPRec(PPRec), Editor(nullptr),
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Edit/
Commit.h 51 EditedSource *Editor;
59 explicit Commit(EditedSource &Editor);
62 : SourceMgr(SM), LangOpts(LangOpts), PPRec(PPRec), Editor(nullptr),
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Edit/
Commit.h 51 EditedSource *Editor;
59 explicit Commit(EditedSource &Editor);
62 : SourceMgr(SM), LangOpts(LangOpts), PPRec(PPRec), Editor(nullptr),
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Edit/
Commit.h 51 EditedSource *Editor;
59 explicit Commit(EditedSource &Editor);
62 : SourceMgr(SM), LangOpts(LangOpts), PPRec(PPRec), Editor(nullptr),
  /external/skia/include/private/
SkPathRef.h 27 * SkPathRef::Editor object. Installing the editor resets the generation ID. It also performs
28 * copy-on-write if the SkPathRef is shared by multiple SkPaths. The caller passes the Editor's
30 * after the editor's constructor returns.
41 class Editor {
43 Editor(sk_sp<SkPathRef>* pathRef,
47 ~Editor() { SkDEBUGCODE(sk_atomic_dec(&fPathRef->fEditorsAttached);) }
99 * Gets the path ref that is wrapped in the Editor.
507 // called only by the editor. Note that this is not a const function.
539 SkDEBUGCODE(int32_t fEditorsAttached;) // assert that only one editor in use at any time
    [all...]
  /external/skqp/include/private/
SkPathRef.h 27 * SkPathRef::Editor object. Installing the editor resets the generation ID. It also performs
28 * copy-on-write if the SkPathRef is shared by multiple SkPaths. The caller passes the Editor's
30 * after the editor's constructor returns.
41 class Editor {
43 Editor(sk_sp<SkPathRef>* pathRef,
47 ~Editor() { SkDEBUGCODE(sk_atomic_dec(&fPathRef->fEditorsAttached);) }
99 * Gets the path ref that is wrapped in the Editor.
504 // called only by the editor. Note that this is not a const function.
536 SkDEBUGCODE(int32_t fEditorsAttached;) // assert that only one editor in use at any time
    [all...]
  /external/clang/lib/Edit/
EditedSource.cpp 265 EditedSource &Editor;
266 CommitRAII(EditedSource &Editor) : Editor(Editor) {
267 Editor.startingCommit();
270 Editor.finishedCommit();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
Editor.java 48 public class Editor implements OnSeekBarChangeListener, SwapButton.SwapButtonListener {
57 private final String LOGTAG = "Editor";
78 protected Editor(int id) {
248 * This is called in response to a click to apply and leave the editor.
  /external/v8/tools/release/
common_includes.py 506 def Editor(self, args):
509 os.environ["EDITOR"],
554 # Cancel if EDITOR is unset or not executable.
555 if (self._options.requires_editor and (not os.environ.get("EDITOR") or
557 "which", os.environ["EDITOR"]) is None)): # pragma: no cover
558 self.Die("Please set your EDITOR environment variable, you'll need it.")
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
DiskLruCache.java 76 * entry may have only one editor at one time; if a value is not available to be
86 * Every {@link #edit} call must be matched by a call to {@link Editor#commit}
87 * or {@link Editor#abort}. Committing is atomic: a read observes the full set
391 entry.currentEditor = new Editor(entry);
510 * Returns an editor for the entry named {@code key}, or null if another
513 public Editor edit(String key) throws IOException {
517 private synchronized Editor edit(String key, long expectedSequenceNumber) throws IOException {
532 Editor editor = new Editor(entry) local
    [all...]

Completed in 779 milliseconds

12 3 4 5