/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/devices/ |
D | DeviceWriter.java | 62 Document doc = DocumentBuilderFactory.newInstance().newDocumentBuilder().newDocument(); in writeToXml() local 81 deviceNode.appendChild(generateMetaNode(device.getMeta(), doc)); in writeToXml() local 82 deviceNode.appendChild(generateHardwareNode(device.getDefaultHardware(), doc)); in writeToXml() local 100 private static Node generateMetaNode(Meta meta, Document doc) { in generateMetaNode() 131 private static Element generateHardwareNode(Hardware hw, Document doc) { in generateHardwareNode() 203 private static Element generateSoftwareNode(Software sw, Document doc) { in generateSoftwareNode() 227 private static Element generateStateNode(State s, Document doc, Hardware defaultHardware) { in generateStateNode() 253 private static Element addElement(Document doc, Element parent, String tag, String content) { in addElement() 260 private static Element addElement(Document doc, Element parent, String tag, in addElement() 272 private static Element addStorageElement(Document doc, Element parent, String tag, in addStorageElement()
|
/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()
|
/sdk/manifmerger/src/com/android/manifmerger/ |
D | XmlUtils.java | 107 Document doc = builder.parse(is); in parseDocument() local 147 Document doc = builder.parse(is); in parseDocument() local 170 static void decorateDocument(@NonNull Document doc, @NonNull String fileName) { in decorateDocument() 257 static String lookupNsPrefix(Document doc, String nsUri) { in lookupNsPrefix() 271 static boolean printXmlFile( in printXmlFile() 303 static String printXmlString( in printXmlString()
|
D | ManifestMerger.java | 366 private void expandFqcns(Document doc) { in expandFqcns() 1409 private Element findFirstElement( in findFirstElement() 1441 private List<Element> findElements( in findElements() 1467 private List<Element> findElements( in findElements()
|
/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/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/ |
D | AddonsListFetcherTest.java | 43 public Site[] _parseAddonsList(Document doc, in _parseAddonsList() 107 Document doc = mFetcher._getDocument(xmlStream, monitor); in testLoadSample_1() local 153 Document doc = mFetcher._getDocument(xmlStream, monitor); in testLoadSample_2() local
|
D | SdkStatsTest.java | 44 public SparseArray<PlatformStat> _parseStatsDocument(Document doc, in _parseStatsDocument() 104 Document doc = mStats._getDocument(xmlStream, monitor); in testLoadSample_1() local
|
/sdk/monkeyrunner/src/com/android/monkeyrunner/doc/ |
D | MonkeyRunnerExported.java | 36 String doc(); in doc() method
|
/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/sources/ |
D | SdkAddonSourceTest.java | 61 public boolean _parsePackages(Document doc, String nsUri, ITaskMonitor monitor) { in _parsePackages() 176 Document doc = mSource._getDocument(xmlStream, monitor); in testLoadAddonXml_1() local 252 Document doc = mSource._getDocument(xmlStream, monitor); in testLoadAddonXml_2() local 346 Document doc = mSource._getDocument(xmlStream, monitor); in testLoadAddonXml_3() local 455 Document doc = mSource._getDocument(xmlStream, monitor); in testLoadAddonXml_4() local 588 Document doc = mSource._getDocument(xmlStream, monitor); in testLoadAddonXml_5() local
|
D | SdkRepoSourceTest.java | 72 Document doc = super.findAlternateToolsXml(xml, new ErrorHandler() { in _findAlternateToolsXml() local 92 public boolean _parsePackages(Document doc, String nsUri, ITaskMonitor monitor) { in _parsePackages() 233 Document doc = mSource._getDocument(xmlStream, monitor); in testLoadXml_1() local 311 Document doc = mSource._getDocument(xmlStream, monitor); in testLoadXml_2() local 391 Document doc = mSource._getDocument(xmlStream, monitor); in testLoadXml_3() local 470 Document doc = mSource._getDocument(xmlStream, monitor); in testLoadXml_4() local 577 Document doc = mSource._getDocument(xmlStream, monitor); in testLoadXml_5() local 730 Document doc = mSource._getDocument(xmlStream, monitor); in testLoadXml_6() local 873 Document doc = mSource._getDocument(xmlStream, monitor); in testLoadXml_7() local
|
D | SdkSysImgSourceTest.java | 54 public boolean _parsePackages(Document doc, String nsUri, ITaskMonitor monitor) { in _parsePackages() 124 Document doc = mSource._getDocument(xmlStream, monitor); in testLoadSysImgXml_1() 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()
|
/sdk/monkeyrunner/src/com/android/monkeyrunner/ |
D | JythonUtils.java | 275 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/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/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/ |
D | AddonsListFetcher.java | 313 Document doc = null; in getXmlSchemaVersion() local 497 Document doc = builder.parse(new InputSource(xml)); in getDocument() local 523 Document doc, in parseAddonsList()
|
D | SdkStats.java | 298 Document doc = null; in getXmlSchemaVersion() local 486 Document doc = builder.parse(new InputSource(xml)); in getDocument() local 509 Document doc, in parseStatsDocument()
|
/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/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/sources/ |
D | SdkSource.java | 727 Document doc = null; in getXmlSchemaVersion() local 864 protected boolean parsePackages(Document doc, String nsUri, ITaskMonitor monitor) { in parsePackages() 976 Document doc = builder.parse(new InputSource(xml)); in getDocument() local
|
/sdk/common/src/com/android/utils/ |
D | XmlUtils.java | 89 Document doc = node == null ? null : node.getOwnerDocument(); in lookupNamespacePrefix() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
D | AaptQuickFix.java | 221 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/ |
D | VisualRefactoring.java | 345 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()
|