HomeSort by relevance Sort by last modified time
    Searched refs:editor (Results 151 - 175 of 246) sorted by null

1 2 3 4 5 67 8 910

  /packages/apps/Camera/src/com/android/camera/ui/
HeadUpDisplay.java 25 import android.content.SharedPreferences.Editor;
409 Editor editor = mSharedPrefs.edit(); local
410 editor.clear();
411 editor.apply();
  /external/proguard/src/proguard/classfile/editor/
ClassEditor.java 21 package proguard.classfile.editor;
ComparableConstant.java 21 package proguard.classfile.editor;
ElementValueAdder.java 21 package proguard.classfile.editor;
InstructionWriter.java 21 package proguard.classfile.editor;
56 // The code attribute editor has to be created lazily.
268 * Makes sure there is a code attribute editor for the given code attribute.
MemberAdder.java 21 package proguard.classfile.editor;
MethodInvocationFixer.java 21 package proguard.classfile.editor;
65 // Reset the code attribute editor.
71 // Apply the code atribute editor.
  /external/proguard/src/proguard/optimize/
DuplicateInitializerFixer.java 27 import proguard.classfile.editor.ConstantPoolEditor;
  /external/proguard/src/proguard/optimize/evaluation/
VariableOptimizer.java 27 import proguard.classfile.editor.VariableRemapper;
  /external/proguard/src/proguard/optimize/peephole/
GotoCommonCodeReplacer.java 26 import proguard.classfile.editor.CodeAttributeEditor;
81 // Reset the code attribute editor.
87 // Apply the code atribute editor.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 124 AdtPlugin.log(IStatus.ERROR, "Editor not found during completion");
792 IEditorPart editor = page.getActiveEditor(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle1/
UiContentOutlinePage.java 85 public UiContentOutlinePage(GraphicalLayoutEditor editor, final EditPartViewer viewer) {
87 mEditor = editor;
229 void setNewEditor(GraphicalLayoutEditor editor) {
230 mEditor = editor;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
OverviewExportPart.java 43 public OverviewExportPart(OverviewPage overviewPage, Composite body, FormToolkit toolkit, ManifestEditor editor) {
  /external/webkit/WebKit/wx/WebKitSupport/
EditorClientWx.cpp 31 #include "Editor.h"
386 Editor::Command command = frame->editor()->command(interpretKeyEvent(event));
389 // WebKit doesn't have enough information about mode to decide how commands that just insert text if executed via Editor should be treated,
402 return frame->editor()->insertText(event->keyEvent()->text(), event);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiPackageAttributeNode.java 88 * As most other parts of the android manifest editor, this assumes the
211 // project and the current editor's site.
221 AdtPlugin.log(IStatus.ERROR, "Failed to get editor site for UiPackageAttribute"); //$NON-NLS-1$
245 AndroidXmlEditor editor = uiNode.getEditor(); local
246 IEditorInput input = editor.getEditorInput();
248 // from the file editor we can get the IFile object, and from it, the IProject.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiFlagAttributeNode.java 78 * As most other parts of the android manifest editor, this assumes the
146 AndroidXmlEditor editor = uiNode.getEditor(); local
147 AndroidTargetData data = editor.getTargetData();
  /external/v8/src/
d8.cc 573 LineEditor* editor = LineEditor::Get(); local
574 printf("V8 version %s [console: %s]\n", V8::GetVersion(), editor->name());
575 editor->Open();
580 i::SmartPointer<char> input = editor->Prompt(Shell::kPrompt);
583 editor->AddHistory(*input);
587 editor->Close();
  /external/webkit/WebCore/page/
DragController.cpp 39 #include "Editor.h"
338 if (doc && (m_didInitiateDrag || doc->isPluginDocument() || (doc->frame() && doc->frame()->editor()->clientIsEditable())))
377 if (!innerFrame->editor()->shouldApplyStyle(style.get(), innerRange.get()))
380 innerFrame->editor()->applyStyle(style.get(), EditActionSetColor);
425 if (!fragment || !innerFrame->editor()->shouldInsertFragment(fragment, range, EditorInsertActionDropped)) {
433 && innerFrame->editor()->smartInsertDeleteEnabled()
442 if (text.isEmpty() || !innerFrame->editor()->shouldInsertText(text, range.get(), EditorInsertActionDropped)) {
  /external/webkit/WebKit/mac/WebView/
WebHTMLView.mm 87 #import <WebCore/Editor.h>
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringRefactoring.java 160 /** The editor. Non-null when invoked from {@link ExtractStringAction}. Null otherwise. */
244 * @param editor
247 public ExtractStringRefactoring(IFile file, IEditorPart editor, ITextSelection selection) {
250 mEditor = editor;
466 * originating from an Android Layout Editor. We rely on some internal properties of the
467 * Structured XML editor to retrieve file content to avoid parsing it again. We also rely
482 status.addFatalError("Only the Android XML Editor is currently supported.");
486 AndroidXmlEditor editor = (AndroidXmlEditor) mEditor; local
493 smodel = editor.getModelForRead();
545 validateSelectedAttribute(editor, node, currAttrName, status)
    [all...]
  /external/webkit/WebKit/gtk/webkit/
webkitwebview.cpp 55 #include "Editor.h"
548 Editor* editor = webView->priv->corePage->focusController()->focusedOrMainFrame()->editor(); local
549 result = result || editor->canPaste() || editor->canDHTMLPaste();
550 editor->paste();
565 if (focusedFrame && focusedFrame->editor()->canEdit()) {
921 frame->editor()->command("SelectAll").execute();
927 frame->editor()->command("Cut").execute()
    [all...]
  /packages/apps/Phone/src/com/android/phone/
CallFeaturesSetting.java 26 import android.content.SharedPreferences.Editor;
1749 Editor editor = mPerProviderSavedVMNumbers.edit(); local
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DefaultSoftKeyboardJAJP.java 302 private SharedPreferences.Editor mPrefEditor = null;
685 @Override public void setPreferences(SharedPreferences pref, EditorInfo editor) {
692 super.setPreferences(pref, editor);
694 int inputType = editor.inputType;
    [all...]
  /frameworks/base/core/java/android/webkit/
WebSettings.java 253 SharedPreferences.Editor editor = mContext
256 editor.putInt(DOUBLE_TAP_TOAST_COUNT,
258 editor.commit();
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneBase.java 287 SharedPreferences.Editor editor = sp.edit(); local
288 editor.putBoolean(DNS_SERVER_CHECK_DISABLED_KEY, b);
289 editor.apply();
    [all...]

Completed in 173 milliseconds

1 2 3 4 5 67 8 910