HomeSort by relevance Sort by last modified time
    Searched refs:editor (Results 201 - 225 of 537) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
TextDisplayPropertyEditor.java 11 package org.eclipse.wb.internal.core.model.property.editor;
24 * @coverage core.model.property.editor
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
ButtonPropertyEditorPresentation.java 11 package org.eclipse.wb.internal.core.model.property.editor.presentation;
27 * @coverage core.model.property.editor
ButtonPropertyEditorPresentationImplMac.java 11 package org.eclipse.wb.internal.core.model.property.editor.presentation;
25 * @coverage core.model.property.editor
CompoundPropertyEditorPresentation.java 11 package org.eclipse.wb.internal.core.model.property.editor.presentation;
25 * @coverage core.model.property.editor
  /external/proguard/src/proguard/classfile/editor/
AttributeSorter.java 21 package proguard.classfile.editor;
InterfacesEditor.java 21 package proguard.classfile.editor;
VariableEditor.java 21 package proguard.classfile.editor;
VariableSizeUpdater.java 21 package proguard.classfile.editor;
  /external/proguard/src/proguard/obfuscate/
ClassRenamer.java 26 import proguard.classfile.editor.ConstantPoolEditor;
NameAndTypeShrinker.java 25 import proguard.classfile.editor.ConstantPoolRemapper;
Utf8Shrinker.java 25 import proguard.classfile.editor.ConstantPoolRemapper;
  /external/proguard/src/proguard/optimize/peephole/
GotoGotoReplacer.java 25 import proguard.classfile.editor.CodeAttributeEditor;
46 * @param codeAttributeEditor a code editor that can be used for
57 * @param codeAttributeEditor a code editor that can be used for
GotoReturnReplacer.java 25 import proguard.classfile.editor.CodeAttributeEditor;
46 * @param codeAttributeEditor a code editor that can be used for
57 * @param codeAttributeEditor a code editor that can be used for
InstructionSequencesReplacer.java 24 import proguard.classfile.editor.CodeAttributeEditor;
53 * @param codeAttributeEditor a code editor that can be used for
80 * @param codeAttributeEditor a code editor that can be used for
110 * @param codeAttributeEditor a code editor that can be used for
NopRemover.java 25 import proguard.classfile.editor.CodeAttributeEditor;
45 * @param codeAttributeEditor a code editor that can be used for
56 * @param codeAttributeEditor a code editor that can be used for
PeepholeOptimizer.java 26 import proguard.classfile.editor.CodeAttributeEditor;
33 * (optional) branch target finder and code attribute editor.
48 * @param codeAttributeEditor the code attribute editor that will be reset
52 * attribute editor.
65 * @param codeAttributeEditor the code attribute editor that will be reset
69 * attribute editor.
94 // Set up the code attribute editor.
  /external/webkit/Source/WebCore/editing/
SpellingCorrectionCommand.cpp 64 document()->frame()->editor()->unappliedSpellCorrection(startingSelection(), m_corrected, m_correction);
  /external/webkit/Source/WebCore/platform/wx/
PasteboardWx.cpp 30 #include "Editor.h"
56 wxTheClipboard->SetData( new wxTextDataObject(frame->editor()->selectedText()) );
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebContextMenuClient.cpp 73 String searchString = frame->editor()->selectedText();
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
Android.mk 43 $(TOP)/frameworks/native/include/media/editor \
  /frameworks/ex/common/java/com/android/common/
OperationScheduler.java 290 SharedPreferences.Editor editor = mStorage.edit(); local
291 editor.putLong(PREFIX + "lastErrorTimeMillis", currentTimeMillis());
292 editor.putInt(PREFIX + "errorCount",
294 SharedPreferencesCompat.apply(editor);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMALTEPhone.java 194 // open the shared preferences editor, and write the value.
197 SharedPreferences.Editor editor = sp.edit(); local
198 editor.putString(NETWORK_SELECTION_KEY, nsm.operatorNumeric);
199 editor.putString(NETWORK_SELECTION_NAME_KEY, nsm.operatorAlphaLong);
202 if (! editor.commit()) {
  /packages/apps/Contacts/src/com/android/contacts/editor/
SplitContactConfirmationDialogFragment.java 17 package com.android.contacts.editor;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
CopyCutAction.java 63 public CopyCutAction(AndroidXmlEditor editor, Clipboard clipboard, ICommitXml xmlCommit,
65 this(editor, clipboard, xmlCommit, toList(selected), performCut);
75 public CopyCutAction(AndroidXmlEditor editor, Clipboard clipboard, ICommitXml xmlCommit,
78 mEditor = editor;
130 // directly from the editor, try to fall back on a direct XML serialization
162 /** Get the data directly from the editor. */
  /tools/motodev/src/plugins/mat/src/com/motorola/studio/android/mat/actions/
OpenMotodevPaneAction.java 20 import org.eclipse.mat.ui.editor.MultiPaneEditor;

Completed in 1422 milliseconds

1 2 3 4 5 6 7 891011>>