Home
last modified time | relevance | path

Searched refs:stream (Results 1 – 6 of 6) sorted by relevance

/build/tools/
Dadbs36 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 …]
/build/tools/droiddoc/src/
DStubs.java328 PrintStream stream = null; in writeClassFile() local
330 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() argument
346 stream.println("package " + pkg.name() + ";"); in writeClassFile()
348 writeClass(stream, cl); in writeClassFile()
351 static void writeClass(PrintStream stream, ClassInfo cl) { in writeClass() argument
352 writeAnnotations(stream, cl.annotations()); in writeClass()
[all …]
DClearPage.java129 OutputStreamWriter stream = null; in write() local
131 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()
DDroidDoc.java753 PrintStream stream = null; in writeKeepList() local
755 stream = new PrintStream(filename); in writeKeepList()
757 stream.println(getPrintableName(cl)); in writeKeepList()
764 if (stream != null) { in writeKeepList()
765 stream.close(); in writeKeepList()
/build/libs/host/
Dlist.java9 ByteArrayOutputStream stream = new ByteArrayOutputStream(100); in main() local
12 writer = new OutputStreamWriter(stream, "utf-8"); in main()
25 byte[] array = stream.toByteArray(); in main()
/build/target/board/generic_x86/
Dinit.rc225 socket vold stream 0660 root mount
228 socket zygote stream 666
236 socket dbus stream 660 bluetooth bluetooth
244 socket installd stream 600 system system