Home
last modified time | relevance | path

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

/sdk/sdkmanager/libs/sdklib/tests/com/android/sdklib/repository/
DSdkRepositoryTest.java163 String document = "<?xml version=\"1.0\"?>"; in testEmptyXml() local
191 String document = "<?xml version=\"1.0\"?>" + in testEmptyRootXml() local
205 String document = "<?xml version=\"1.0\"?>" + in testUnknownContentXml() local
227 String document = "<?xml version=\"1.0\"?>" + in testIncompleteContentXml() local
249 String document = "<?xml version=\"1.0\"?>" + in testWrongTypeContentXml() local
273 String document = "<?xml version=\"1.0\"?>" + in testLicenseIdNotFound() local
300 String document = "<?xml version=\"1.0\"?>" + in testExtraPathWithSlash() local
/sdk/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()
/sdk/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()
/sdk/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()
/sdk/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()
/sdk/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
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
DBaseProjectHelper.java339 IDocument document = documentProvider.getDocument(input); in revealSource() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DLayoutEditor.java542 private void onDescriptorsChanged(Document document) { in onDescriptorsChanged()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
DWorkspace.java969 final Document document = e.getDocument(); in updateFilter() local