/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
ShortPropertyEditor.java | 11 package org.eclipse.wb.internal.core.model.property.editor; 24 * @coverage core.model.property.editor
|
StringArrayPropertyEditor.java | 11 package org.eclipse.wb.internal.core.model.property.editor; 25 * @coverage core.model.property.editor
|
StringListPropertyEditor.java | 11 package org.eclipse.wb.internal.core.model.property.editor; 20 * @coverage core.model.property.editor 90 // * Configures this editor externally.
|
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/ |
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.
|
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/ |
Android.mk | 43 $(TOP)/frameworks/native/include/media/editor \
|
/frameworks/ex/common/java/com/android/common/ |
OperationScheduler.java | 318 SharedPreferences.Editor editor = mStorage.edit(); local 319 editor.putLong(PREFIX + "lastErrorTimeMillis", currentTimeMillis()); 320 editor.putInt(PREFIX + "errorCount", 322 SharedPreferencesCompat.apply(editor);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CDMALTEPhone.java | 185 // open the shared preferences editor, and write the value. 188 SharedPreferences.Editor editor = sp.edit(); local 189 editor.putString(NETWORK_SELECTION_KEY, nsm.operatorNumeric); 190 editor.putString(NETWORK_SELECTION_NAME_KEY, nsm.operatorAlphaLong); 193 if (! editor.commit()) {
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
EditorUiUtils.java | 17 package com.android.contacts.editor; 31 * Utility methods for creating contact editor. 35 // Maps DataKind.mimeType to editor view layouts.
|
SplitContactConfirmationDialogFragment.java | 17 package com.android.contacts.editor;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
StringXmlPropertyDialog.java | 24 import org.eclipse.wb.internal.core.model.property.editor.string.StringPropertyDialog;
|
/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. */
|