Home
last modified time | relevance | path

Searched defs:document (Results 1 – 9 of 9) sorted by relevance

/development/tools/sdkmanager/libs/sdklib/tests/com/android/sdklib/repository/
DSdkRepositoryTest.java151 String document = "<?xml version=\"1.0\"?>"; in testEmptyXml() local
179 String document = "<?xml version=\"1.0\"?>" + in testEmptyRootXml() local
193 String document = "<?xml version=\"1.0\"?>" + in testUnknownContentXml() local
215 String document = "<?xml version=\"1.0\"?>" + in testIncompleteContentXml() local
237 String document = "<?xml version=\"1.0\"?>" + in testWrongTypeContentXml() local
261 String document = "<?xml version=\"1.0\"?>" + in testLicenseIdNotFound() local
288 String document = "<?xml version=\"1.0\"?>" + in testExtraPathWithSlash() local
/development/tools/layoutopt/libs/uix/src/com/android/layoutopt/uix/
DLayoutAnalyzer.java152 Document document = mBuilder.parse(stream); in analyze() local
185 Document document = mBuilder.parse(content); in analyze() local
203 public LayoutAnalysis analyze(Document document) { in analyze()
216 public LayoutAnalysis analyze(String name, Document document) { in analyze()
/development/tools/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/sdk/
DTestLayoutDevicesXsd.java116 public void checkFailure(String document, String regexp) throws Exception { in checkFailure()
132 public void checkSuccess(String document) throws Exception { in checkSuccess()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/
DMenuEditor.java177 private void onDescriptorsChanged(Document document) { in onDescriptorsChanged()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/xml/
DXmlEditor.java197 private void onDescriptorsChanged(Document document) { in onDescriptorsChanged()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DAndroidContentAssist.java600 IDocument document = viewer.getDocument(); in extractElementPrefix() local
632 IDocument document = viewer.getDocument(); in extractChar() local
678 IDocument document = viewer.getDocument(); in parseAttributeInfo() local
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DLayoutEditor.java399 private void onDescriptorsChanged(Document document) { in onDescriptorsChanged()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
DBaseProjectHelper.java359 IDocument document = documentProvider.getDocument(input); in revealSource() local
/development/tools/hierarchyviewer/src/com/android/hierarchyviewer/ui/
DWorkspace.java952 final Document document = e.getDocument(); in updateFilter() local