/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
D | AndroidXmlCharacterMatcher.java | 65 IStructuredDocumentRegion region = doc.getRegionAtCharacterOffset(offset); in findOppositeTag() local 149 IStructuredDocumentRegion region = doc.getRegionAtCharacterOffset(offset); in findTagBackwards() local 201 IStructuredDocumentRegion region = doc.getRegionAtCharacterOffset(start); in findTagForwards() local
|
D | AndroidXmlAutoEditStrategy.java | 101 IStructuredDocumentRegion region = doc.getRegionAtCharacterOffset(textStart); in customizeDocumentCommand() local 380 IStructuredDocumentRegion region = in getRegionAt() local 405 IStructuredDocumentRegion region = doc.getRegionAtCharacterOffset(start); in getBalance() local
|
D | Hyperlinks.java | 580 private static void openPath(IPath filePath, IRegion region, int offset) { in openPath() 975 IRegion region = null; in findValueInChildren() local 1049 IRegion region = null; in findIdInElement() local 1294 public IHyperlink[] detectHyperlinks(ITextViewer textViewer, IRegion region, in detectHyperlinks() 1409 public IHyperlink[] detectHyperlinks(ITextViewer textViewer, IRegion region, in detectHyperlinks() 1627 IRegion region = null; in open() local 1805 IStructuredDocumentRegion region = doc.getRegionAtCharacterOffset(offset); in find() local 1820 IStructuredDocumentRegion region = doc.getRegionAtCharacterOffset(offset); in find() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
D | FlagManager.java | 94 public Image getFlag(@Nullable String language, @Nullable String region) { in getFlag() 191 public Image getFlag(@NonNull String region) { in getFlag()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
D | RefactoringUtil.java | 130 IndexedRegion region = (IndexedRegion) attr; in getAttributeValueRangeStart() local 158 IndexedRegion region = (IndexedRegion) element; in getTagNameRangeStart() local
|
D | AndroidPackageRenameParticipant.java | 121 IRegion region = null; in checkConditions() local
|
D | RenameResourceParticipant.java | 610 IndexedRegion region = (IndexedRegion) attr; in addReplacements() local 652 IndexedRegion region = (IndexedRegion) child; in addReplacements() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
D | EclipseLintClient.java | 255 IndexedRegion region = (IndexedRegion) node; in getXmlParser() local 271 IndexedRegion region = (IndexedRegion) node; in getXmlParser() local 277 IndexedRegion region = (IndexedRegion) node; in getXmlParser() local
|
D | ObsoleteLayoutParamsFix.java | 60 IndexedRegion region = (IndexedRegion) attribute; in apply() local
|
D | TypographyFix.java | 66 IndexedRegion region = (IndexedRegion) child; in apply() local
|
D | SetPropertyFix.java | 94 IndexedRegion region = (IndexedRegion) attr; in apply() local
|
D | LintViewPart.java | 499 IRegion region = null; in run() local 506 AdtPlugin.openFile((IFile) resource, region); in run() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/ |
D | AndroidXmlFormatter.java | 39 public final void format(IDocument document, IRegion region) { in format()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
D | RefactoringAssistant.java | 114 IStructuredDocumentRegion region = doc.getRegionAtCharacterOffset(offset); in computeQuickAssistProposals() local 175 IndexedRegion region = (IndexedRegion) node; in computeQuickAssistProposals() local
|
D | VisualRefactoring.java | 170 IndexedRegion region = (IndexedRegion) element; in VisualRefactoring() local 207 IndexedRegion region = (IndexedRegion) xmlNode; in VisualRefactoring() local 369 IStructuredDocumentRegion region = doc.getFirstStructuredDocumentRegion(); in replaceIds() local 682 IndexedRegion region = getRegion(element); in initElements() local 913 IndexedRegion region = getRegion(element); in getFirstAttributeOffset() local 1002 IStructuredDocumentRegion region = doc.getRegionAtCharacterOffset(offset); in replaceAttributeDeclaration() local 1057 IndexedRegion region = getRegion(attribute); in removeAttribute() local 1093 IStructuredDocumentRegion region = doc.getRegionAtCharacterOffset(start); in removeElementTags() local 1226 IndexedRegion region = getRegion(e); in overlaps() local
|
D | WrapInRefactoring.java | 244 IndexedRegion region = (IndexedRegion) attribute; in computeChanges() local 343 IndexedRegion region = (IndexedRegion) attribute; in computeChanges() local
|
D | ExtractStyleRefactoring.java | 282 IndexedRegion region = getRegion(attribute); in getAvailableAttributes() local 472 IndexedRegion region = (IndexedRegion) lastChild; in computeInsertContext() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | LayoutMetadataTest.java | 68 IndexedRegion region = (IndexedRegion) node; in getText() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
D | AaptParser.java | 539 IRegion region = findRange((IFile) f2, line, message); in checkAndMark() local 649 IRegion region = findRange(file, line, '<' + elementName, null); in findRange() local 671 IRegion region = null; in findRange() local
|
D | AaptQuickFix.java | 320 IRegion region = in run() local 372 IRegion region = location.getSecond(); in perform() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
D | CopyCutAction.java | 173 IndexedRegion region = (IndexedRegion) xml_node; in getXmlTextFromEditor() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/ |
D | HyperlinksTest.java | 224 IRegion region = link.getHyperlinkRegion(); in checkXmlNavigation() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
D | ExtractStringRefactoring.java | 589 IStructuredDocumentRegion region = in findSelectionInXmlFile() local 648 private String findSelectionInRegion(IStructuredDocumentRegion region, int selStart) { in findSelectionInRegion()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | DomUtilities.java | 298 IStructuredDocumentRegion region = in getNodeContext() local 359 IndexedRegion region = (IndexedRegion) node; in getNode() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/ |
D | ResourceHelper.java | 391 IRegion region = null; in createResource() local 461 IRegion region = new Region(start, end - start); in createResource() local
|