Home
last modified time | relevance | path

Searched defs:region (Results 1 – 25 of 34) sorted by relevance

12

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DAndroidXmlCharacterMatcher.java65 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
DAndroidXmlAutoEditStrategy.java101 IStructuredDocumentRegion region = doc.getRegionAtCharacterOffset(textStart); in customizeDocumentCommand() local
380 IStructuredDocumentRegion region = in getRegionAt() local
405 IStructuredDocumentRegion region = doc.getRegionAtCharacterOffset(start); in getBalance() local
DHyperlinks.java534 private static void openPath(IPath filePath, IRegion region, int offset) { in openPath()
902 IRegion region = null; in findValueInDocument() local
968 IRegion region = null; in findIdInElement() local
1179 public IHyperlink[] detectHyperlinks(ITextViewer textViewer, IRegion region, in detectHyperlinks()
1294 public IHyperlink[] detectHyperlinks(ITextViewer textViewer, IRegion region, in detectHyperlinks()
1511 IRegion region = null; in open() local
1689 IStructuredDocumentRegion region = doc.getRegionAtCharacterOffset(offset); in find() local
1704 IStructuredDocumentRegion region = doc.getRegionAtCharacterOffset(offset); in find() local
/sdk/emulator/qtools/
Dtrace_reader.h42 region_type *region; member
301 region_type *region = ptr->value; in ~TraceReader() local
390 region_type *region = ptr->value; in GetSymbols() local
401 region_type *region = ptr->value; in GetSymbols() local
459 void TraceReader<T>::AddPredefinedRegion(region_type *region, const char *path, in AddPredefinedRegion()
474 void TraceReader<T>::InitRegionSymbols(region_type *region, int nsymbols) in InitRegionSymbols()
482 void TraceReader<T>::AddRegionSymbol(region_type *region, int idx, in AddRegionSymbol()
496 region_type *region = new region_type; in AddPredefinedRegions() local
534 region_type *region = new region_type; in ReadKernelSymbols() local
581 bool TraceReader<T>::ReadElfSymbols(region_type *region, uint32_t flags) in ReadElfSymbols()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
DAndroidXmlFormatter.java39 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/
DRefactoringAssistant.java107 IStructuredDocumentRegion region = doc.getRegionAtCharacterOffset(offset); in computeQuickAssistProposals() local
165 IndexedRegion region = (IndexedRegion) node; in computeQuickAssistProposals() local
DVisualRefactoring.java171 IndexedRegion region = (IndexedRegion) element; in VisualRefactoring() local
208 IndexedRegion region = (IndexedRegion) xmlNode; in VisualRefactoring() local
367 IStructuredDocumentRegion region = doc.getFirstStructuredDocumentRegion(); in replaceIds() local
680 IndexedRegion region = getRegion(element); in initElements() local
911 IndexedRegion region = getRegion(element); in getFirstAttributeOffset() local
1000 IStructuredDocumentRegion region = doc.getRegionAtCharacterOffset(offset); in replaceAttributeDeclaration() local
1055 IndexedRegion region = getRegion(attribute); in removeAttribute() local
1091 IStructuredDocumentRegion region = doc.getRegionAtCharacterOffset(start); in removeElementTags() local
1224 IndexedRegion region = getRegion(e); in overlaps() local
DWrapInRefactoring.java243 IndexedRegion region = (IndexedRegion) attribute; in computeChanges() local
342 IndexedRegion region = (IndexedRegion) attribute; in computeChanges() local
DExtractStyleRefactoring.java278 IndexedRegion region = getRegion(attribute); in getAvailableAttributes() local
469 IndexedRegion region = (IndexedRegion) lastChild; in computeInsertContext() local
DChangeViewRefactoring.java168 IndexedRegion region = getRegion(element); in computeChanges() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DObsoleteLayoutParamsFix.java60 IndexedRegion region = (IndexedRegion) attribute; in apply() local
DTypographyFix.java66 IndexedRegion region = (IndexedRegion) child; in apply() local
DSetPropertyFix.java83 IndexedRegion region = (IndexedRegion) attr; in apply() local
DLintViewPart.java494 IRegion region = null; in run() local
501 AdtPlugin.openFile((IFile) resource, region); in run() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DAaptParser.java485 IRegion region = findRange((IFile) f2, line, message); in checkAndMark() local
595 IRegion region = findRange(file, line, '<' + elementName, null); in findRange() local
617 IRegion region = null; in findRange() local
DAaptQuickFix.java319 IRegion region = in run() local
367 IRegion region = location.getSecond(); in perform() local
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DLayoutMetadataTest.java150 IndexedRegion region = (IndexedRegion) node; in getText() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
DCopyCutAction.java173 IndexedRegion region = (IndexedRegion) xml_node; in getXmlTextFromEditor() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
DResourceHelper.java126 sIconMap.put(RegionQualifier.class, factory.getIcon("region")); //$NON-NLS-1$ in sIconMap.put()
414 IRegion region = null; in createResource() local
484 IRegion region = new Region(start, end - start); in createResource() local
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
DHyperlinksTest.java213 IRegion region = link.getHyperlinkRegion(); in checkXmlNavigation() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
DExtractStringRefactoring.java588 IStructuredDocumentRegion region = in findSelectionInXmlFile() local
647 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/
DDomUtilities.java230 IStructuredDocumentRegion region = in getNodeContext() local
290 IndexedRegion region = (IndexedRegion) node; in getNode() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/changes/
DAndroidDocumentChange.java233 String region = domAttr.getValueRegionText(); in createTextEdit() local
DAndroidLayoutChange.java213 String region = domAttr.getValueRegionText(); in createTextEdit() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
DNewXmlFileWizard.java276 IRegion region = caretOffset != -1 ? new Region(caretOffset, 0) : null; in createXmlFile() local

12