Searched defs:stream (Results 1 – 13 of 13) sorted by relevance
60 InputStream stream = null; in getContents() local
44 public AndroidPrintStream(IProject project, String prefix, OutputStream stream) { in AndroidPrintStream()
129 private void writeTraceData(byte[] buffer, DataOutputStream stream) throws IOException { in writeTraceData()
177 private static synchronized void printToStream(MessageConsoleStream stream, String tag, in printToStream()
147 ByteArrayOutputStream stream = new ByteArrayOutputStream(); in performFinish() local
1215 ByteArrayOutputStream stream = new ByteArrayOutputStream(); in generateIcons() local
1068 InputStream stream = new ByteArrayInputStream( in addManifest() local1129 InputStream stream = new ByteArrayInputStream( in addStringDictionaryFile() local1207 InputStream stream = new ByteArrayInputStream(source); in addFile() local1367 FileInputStream stream = new FileInputStream(source); in addLocalFile() local1462 InputStream stream = new ByteArrayInputStream(template.getBytes("UTF-8")); //$NON-NLS-1$ in copyFile() local
273 InputStream stream = new ByteArrayInputStream(buf); in createXmlFile() local
91 InputStream stream = in getTestResource() local
794 private static synchronized void printToStream(MessageConsoleStream stream, String tag, in printToStream()
65 public void write(OutputStream stream) { in write()
458 InputStream stream = new ByteArrayInputStream(buf); in createResource() local
682 InputStream stream = ImageUtils.class.getResourceAsStream("/icons/" + name); //$NON-NLS-1$ in readImage() local