Home
last modified time | relevance | path

Searched defs:doc (Results 1 – 25 of 46) sorted by relevance

12

/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/devices/
DDeviceWriter.java62 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/
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.java107 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()
DManifestMerger.java366 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/
DAndroidManifestWriter.java57 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/
DAddonsListFetcherTest.java43 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
DSdkStatsTest.java44 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/
DMonkeyRunnerExported.java36 String doc(); in doc() method
/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/sources/
DSdkAddonSourceTest.java61 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
DSdkRepoSourceTest.java72 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
DSdkSysImgSourceTest.java54 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/
DEclipseLintRunner.java59 @Nullable IDocument doc, in runLint()
100 @Nullable IDocument doc, in startLint()
/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/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/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/
DOtherXmlEditorDelegate.java101 Document doc = null; in delegateInitUiRootNode() local
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
DAddonsListFetcher.java313 Document doc = null; in getXmlSchemaVersion() local
497 Document doc = builder.parse(new InputSource(xml)); in getDocument() local
523 Document doc, in parseAddonsList()
DSdkStats.java298 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/
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.java141 Document doc = null; in delegateInitUiRootNode() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
DXmlStringFileHelper.java114 IDOMDocument doc = ((IDOMModel) smodel).getDocument(); in internalGetResIdsForFile() local
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/sources/
DSdkSource.java727 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/
DXmlUtils.java89 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/
DAaptQuickFix.java221 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()

12