Home
last modified time | relevance | path

Searched defs:doc (Results 1 – 25 of 32) sorted by relevance

12

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DAndroidXmlCharacterMatcher.java46 public IRegion match(IDocument doc, int offset) { in match()
63 IStructuredDocument doc = (IStructuredDocument) document; in findOppositeTag() local
145 public static int findTagBackwards(IStructuredDocument doc, int offset, int targetTagBalance) { in findTagBackwards()
199 public static int findTagForwards(IStructuredDocument doc, int start, int targetTagBalance) { in findTagForwards()
DAndroidXmlAutoEditStrategy.java87 IStructuredDocument doc = (IStructuredDocument) document; in customizeDocumentCommand() local
345 private void copyPreviousLineIndentation(IDocument doc, DocumentCommand command) in copyPreviousLineIndentation()
375 private static ITextRegion getRegionAt(IStructuredDocument doc, int offset, in getRegionAt()
397 private static Pair<Integer, Integer> getBalance(IStructuredDocument doc, in getBalance()
DCompletionProposal.java174 String doc = source.substring(start, start + length); in getAdditionalProposalInfo() local
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/
DAndroidManifestWriter.java57 private AndroidManifestWriter(Document doc, String osManifestFilePath) { in AndroidManifestWriter()
118 Document doc = docBuilder.parse(osManifestFilePath); in parse() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DEclipseLintRunner.java59 @Nullable IDocument doc, in runLint()
100 @Nullable IDocument doc, in startLint()
DLintListDialog.java221 IStructuredDocument doc = ((AndroidXmlEditor) editor).getStructuredDocument(); in widgetSelected() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
DUiTextValueNode.java106 Document doc = element.getOwnerDocument(); in commit() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/
DOtherXmlEditorDelegate.java101 Document doc = null; in delegateInitUiRootNode() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
DAbstractPropertiesFieldsPart.java146 IDocument doc = mEditor.getDocument(); in saveFieldsToModel() local
273 IDocument doc = editor.getDocument(); in onModelInit() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/
DMenuEditorDelegate.java141 Document doc = null; in delegateInitUiRootNode() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
DXmlStringFileHelper.java114 IDOMDocument doc = ((IDOMModel) smodel).getDocument(); in internalGetResIdsForFile() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DLayoutMetadata.java244 Document doc = DomUtilities.getDocument(editor); in setPropertyInEditor() local
270 Document doc = DomUtilities.getDocument(variation); in setPropertyInFile() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DAaptQuickFix.java222 private IndexedRegion perform(IDocument doc) { in perform()
297 public Point getSelection(IDocument doc) { in getSelection()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DVisualRefactoring.java347 IStructuredDocument doc, int skipStart, int skipEnd, in replaceIds()
699 IStructuredDocument doc = mDelegate.getEditor().getStructuredDocument(); in initElements() local
1000 IStructuredDocument doc = model.getStructuredDocument(); in replaceAttributeDeclaration() local
1090 IStructuredDocument doc = model.getStructuredDocument(); in removeElementTags() local
1149 IStructuredDocument doc, int startLineInclusive, int endLineInclusive, in removeIndentation()
1180 IStructuredDocument doc, int startLineInclusive, int endLineInclusive, in setIndentation()
1234 protected DeleteEdit createDeletion(IStructuredDocument doc, int startOffset, int endOffset) { in createDeletion()
DRefactoringAssistant.java113 IStructuredDocument doc = model.getStructuredDocument(); in computeQuickAssistProposals() local
DChangeViewRefactoring.java198 IStructuredDocument doc = model.getStructuredDocument(); in computeChanges() local
DUseCompoundDrawableRefactoring.java343 IStructuredDocument doc = model.getStructuredDocument(); in computeChanges() local
DWrapInRefactoring.java220 IStructuredDocument doc = model.getStructuredDocument(); in computeChanges() local
DExtractIncludeRefactoring.java366 IStructuredDocument doc = model.getStructuredDocument(); in handleIncludingFile() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DUiElementPullParser.java300 Document doc = mRoot.getXmlDocument(); in getAttributePrefix() local
449 Document doc = mRoot.getXmlDocument(); in getPrefix() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
DImportedProject.java167 Document doc = DomUtilities.parseDocument(xml, false); in findEclipseProjectName() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DTemplateManager.java244 Document doc = DomUtilities.parseDocument(xml, true); in getTemplate() local
/sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
DConfigGenerator.java172 Document doc = DocumentBuilderFactory.newInstance().newDocumentBuilder().newDocument(); in generateConfig() local
611 private List<Element> getCameraElements(Document doc) { in getCameraElements()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/resources/platform/
DAttributeInfoTest.java334 Document doc = DomUtilities.parseDocument(xml, false); in checkXmlFile() local
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DRefactoringTest.java137 org.w3c.dom.Document doc = DomUtilities.parseDocument(actual, true); in checkEdits() local

12