/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
D | AndroidXmlCharacterMatcher.java | 46 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()
|
D | AndroidXmlAutoEditStrategy.java | 87 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()
|
D | CompletionProposal.java | 174 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/ |
D | AndroidManifestWriter.java | 57 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/ |
D | EclipseLintRunner.java | 59 @Nullable IDocument doc, in runLint() 100 @Nullable IDocument doc, in startLint()
|
D | LintListDialog.java | 221 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/ |
D | UiTextValueNode.java | 106 Document doc = element.getOwnerDocument(); in commit() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/ |
D | OtherXmlEditorDelegate.java | 101 Document doc = null; in delegateInitUiRootNode() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/ |
D | AbstractPropertiesFieldsPart.java | 146 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/ |
D | MenuEditorDelegate.java | 141 Document doc = null; in delegateInitUiRootNode() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
D | XmlStringFileHelper.java | 114 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/ |
D | LayoutMetadata.java | 244 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/ |
D | AaptQuickFix.java | 222 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/ |
D | VisualRefactoring.java | 347 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()
|
D | RefactoringAssistant.java | 113 IStructuredDocument doc = model.getStructuredDocument(); in computeQuickAssistProposals() local
|
D | ChangeViewRefactoring.java | 198 IStructuredDocument doc = model.getStructuredDocument(); in computeChanges() local
|
D | UseCompoundDrawableRefactoring.java | 343 IStructuredDocument doc = model.getStructuredDocument(); in computeChanges() local
|
D | WrapInRefactoring.java | 220 IStructuredDocument doc = model.getStructuredDocument(); in computeChanges() local
|
D | ExtractIncludeRefactoring.java | 366 IStructuredDocument doc = model.getStructuredDocument(); in handleIncludingFile() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
D | UiElementPullParser.java | 300 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/ |
D | ImportedProject.java | 167 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/ |
D | TemplateManager.java | 244 Document doc = DomUtilities.parseDocument(xml, true); in getTemplate() local
|
/sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/ |
D | ConfigGenerator.java | 172 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/ |
D | AttributeInfoTest.java | 334 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/ |
D | RefactoringTest.java | 137 org.w3c.dom.Document doc = DomUtilities.parseDocument(actual, true); in checkEdits() local
|