Searched refs:stream (Results 1 – 6 of 6) sorted by relevance
36 stream = os.popen(cmd)37 lines = stream.readlines()46 stream = os.popen(cmd)47 list[0] = stream.readline()48 stream.close()79 stream = os.popen(cmd)80 lines = stream.readlines()82 stream.close()118 stream = os.popen(cmd)119 str = stream.read()[all …]
328 PrintStream stream = null; in writeClassFile() local330 stream = new PrintStream(file); in writeClassFile()331 writeClassFile(stream, cl); in writeClassFile()337 if (stream != null) { in writeClassFile()338 stream.close(); in writeClassFile()343 static void writeClassFile(PrintStream stream, ClassInfo cl) { in writeClassFile() argument346 stream.println("package " + pkg.name() + ";"); in writeClassFile()348 writeClass(stream, cl); in writeClassFile()351 static void writeClass(PrintStream stream, ClassInfo cl) { in writeClass() argument352 writeAnnotations(stream, cl.annotations()); in writeClass()[all …]
129 OutputStreamWriter stream = null; in write() local131 stream = new OutputStreamWriter( in write()134 stream.write(rendered, 0, rendered.length()); in write()140 if (stream != null) { in write()142 stream.close(); in write()
753 PrintStream stream = null; in writeKeepList() local755 stream = new PrintStream(filename); in writeKeepList()757 stream.println(getPrintableName(cl)); in writeKeepList()764 if (stream != null) { in writeKeepList()765 stream.close(); in writeKeepList()
9 ByteArrayOutputStream stream = new ByteArrayOutputStream(100); in main() local12 writer = new OutputStreamWriter(stream, "utf-8"); in main()25 byte[] array = stream.toByteArray(); in main()
225 socket vold stream 0660 root mount228 socket zygote stream 666236 socket dbus stream 660 bluetooth bluetooth244 socket installd stream 600 system system