Home
last modified time | relevance | path

Searched defs:doc (Results 1 – 25 of 40) 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()
/sdk/manifmerger/src/com/android/manifmerger/
DXmlUtils.java95 Document doc = builder.parse(is); in parseDocument() local
128 Document doc = builder.parse(is); in parseDocument() local
217 static String lookupNsPrefix(Document doc, String nsUri) { in lookupNsPrefix()
233 static boolean printXmlFile( in printXmlFile()
262 static String printXmlString( in printXmlString()
DManifestMerger.java1169 private Element findFirstElement( in findFirstElement()
1197 private List<Element> findElements( in findElements()
1223 private List<Element> findElements( in findElements()
/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/monkeyrunner/src/com/android/monkeyrunner/doc/
DMonkeyRunnerExported.java36 String doc(); in doc() method
/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/sources/
DSdkRepoSourceTest.java70 Document doc = super.findAlternateToolsXml(xml, new ErrorHandler() { in _findAlternateToolsXml() local
90 public boolean _parsePackages(Document doc, String nsUri, ITaskMonitor monitor) { in _parsePackages()
231 Document doc = mSource._getDocument(xmlStream, monitor); in testLoadOldXml_1() local
309 Document doc = mSource._getDocument(xmlStream, monitor); in testLoadOldXml_2() local
389 Document doc = mSource._getDocument(xmlStream, monitor); in testLoadXml_3() local
468 Document doc = mSource._getDocument(xmlStream, monitor); in testLoadXml_4() local
575 Document doc = mSource._getDocument(xmlStream, monitor); in testLoadXml_5() local
728 Document doc = mSource._getDocument(xmlStream, monitor); in testLoadXml_6() local
DSdkAddonSourceTest.java60 public boolean _parsePackages(Document doc, String nsUri, ITaskMonitor monitor) { in _parsePackages()
175 Document doc = mSource._getDocument(xmlStream, monitor); in testLoadAddonXml_1() local
251 Document doc = mSource._getDocument(xmlStream, monitor); in testLoadAddonXml_2() local
345 Document doc = mSource._getDocument(xmlStream, monitor); in testLoadAddonXml_3() local
454 Document doc = mSource._getDocument(xmlStream, monitor); in testLoadAddonXml_4() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DEclipseLintRunner.java67 private static boolean runLint(List<? extends IResource> resources, IDocument doc, in runLint()
98 IDocument doc, boolean fatalOnly, boolean show) { in startLint()
222 private CheckFileJob(List<? extends IResource> resources, IDocument doc, in CheckFileJob()
DLintListDialog.java192 IStructuredDocument doc = ((AndroidXmlEditor) editor).getStructuredDocument(); in widgetSelected() local
/sdk/monkeyrunner/src/com/android/monkeyrunner/
DJythonUtils.java275 MonkeyRunnerExported doc = clz.getAnnotation(MonkeyRunnerExported.class); in convertDocAnnotationsForClass() local
304 MonkeyRunnerExported doc = m.getAnnotation(MonkeyRunnerExported.class); in convertDocAnnotationsForClass() local
319 MonkeyRunnerExported doc = f.getAnnotation(MonkeyRunnerExported.class); in convertDocAnnotationsForClass() local
356 private static String buildClassDoc(MonkeyRunnerExported doc, Class<?> clz) { in buildClassDoc()
418 private static String buildDoc(MonkeyRunnerExported doc) { in buildDoc()
/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/
DAddonsListFetcherTest.java42 public Site[] _parseAddonsList(Document doc, String nsUri, ITaskMonitor monitor) { in _parseAddonsList()
100 Document doc = mFetcher._getDocument(xmlStream, monitor); in testLoadSample_1() local
DSdkStatsTest.java44 public SparseArray<PlatformStat> _parseStatsDocument(Document doc, in _parseStatsDocument()
104 Document doc = mStats._getDocument(xmlStream, monitor); in testLoadSample_1() 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/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
DAddonsListFetcher.java220 Document doc = null; in getXmlSchemaVersion() local
400 Document doc = builder.parse(new InputSource(xml)); in getDocument() local
420 protected Site[] parseAddonsList(Document doc, String nsUri, ITaskMonitor monitor) { in parseAddonsList()
DSdkStats.java273 Document doc = null; in getXmlSchemaVersion() local
453 Document doc = builder.parse(new InputSource(xml)); in getDocument() local
476 Document doc, in parseStatsDocument()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
DLayoutDevice.java101 void saveTo(Document doc, Element parentNode) { in saveTo()
134 private Element createNode(Document doc, Element parentNode, String name) { in createNode()
150 private void saveConfigTo(Document doc, Element parent, String configName, in saveConfigTo()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/
DOtherXmlEditorDelegate.java99 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.java139 Document doc = null; in delegateInitUiRootNode() local
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/sources/
DSdkSource.java694 Document doc = null; in getXmlSchemaVersion() local
830 protected boolean parsePackages(Document doc, String nsUri, ITaskMonitor monitor) { in parsePackages()
941 Document doc = builder.parse(new InputSource(xml)); in getDocument() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
DXmlStringFileHelper.java120 IDOMDocument doc = ((IDOMModel) smodel).getDocument(); in internalGetResIdsForFile() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DAaptQuickFix.java220 private IndexedRegion perform(IDocument doc) { in perform()
296 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.java345 IStructuredDocument doc, int skipStart, int skipEnd, in replaceIds()
697 IStructuredDocument doc = mDelegate.getEditor().getStructuredDocument(); in initElements() local
998 IStructuredDocument doc = model.getStructuredDocument(); in replaceAttributeDeclaration() local
1088 IStructuredDocument doc = model.getStructuredDocument(); in removeElementTags() local
1147 IStructuredDocument doc, int startLineInclusive, int endLineInclusive, in removeIndentation()
1178 IStructuredDocument doc, int startLineInclusive, int endLineInclusive, in setIndentation()
1232 protected DeleteEdit createDeletion(IStructuredDocument doc, int startOffset, int endOffset) { in createDeletion()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DUiElementPullParser.java296 Document doc = mRoot.getXmlDocument(); in getAttributePrefix() local
442 Document doc = mRoot.getXmlDocument(); in getPrefix() local

12