Home
last modified time | relevance | path

Searched defs:stream (Results 1 – 13 of 13) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/
DFileStorage.java60 InputStream stream = null; in getContents() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
DAndroidPrintStream.java44 public AndroidPrintStream(IProject project, String prefix, OutputStream stream) { in AndroidPrintStream()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DTraceFileWriter.java129 private void writeTraceData(byte[] buffer, DataOutputStream stream) throws IOException { in writeTraceData()
/sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/
DHierarchyViewerPlugin.java177 private static synchronized void printToStream(MessageConsoleStream stream, String tag, in printToStream()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
DCreateAssetSetWizard.java147 ByteArrayOutputStream stream = new ByteArrayOutputStream(); in performFinish() local
DConfigureAssetSetPage.java1215 ByteArrayOutputStream stream = new ByteArrayOutputStream(); in generateIcons() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
DNewProjectCreator.java1068 InputStream stream = new ByteArrayInputStream( in addManifest() local
1129 InputStream stream = new ByteArrayInputStream( in addStringDictionaryFile() local
1207 InputStream stream = new ByteArrayInputStream(source); in addFile() local
1367 FileInputStream stream = new FileInputStream(source); in addLocalFile() local
1462 InputStream stream = new ByteArrayInputStream(template.getBytes("UTF-8")); //$NON-NLS-1$ in copyFile() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
DNewXmlFileWizard.java273 InputStream stream = new ByteArrayInputStream(buf); in createXmlFile() local
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DAdtProjectTest.java91 InputStream stream = in getTestResource() local
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DDdmsPlugin.java794 private static synchronized void printToStream(MessageConsoleStream stream, String tag, in printToStream()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/
DPsdFile.java65 public void write(OutputStream stream) { in write()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
DResourceHelper.java458 InputStream stream = new ByteArrayInputStream(buf); in createResource() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DImageUtils.java682 InputStream stream = ImageUtils.class.getResourceAsStream("/icons/" + name); //$NON-NLS-1$ in readImage() local