Searched refs:bos (Results 1 – 3 of 3) sorted by relevance
38 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in DexBuffer() local42 bos.write(buf, 0, len); in DexBuffer()44 byte[] bytes = bos.toByteArray(); in DexBuffer()
108 BufferedOutputStream bos = new BufferedOutputStream(os); in run() local109 writeClassFile(r, bos, isDex); in run()110 bos.close(); in run()
470 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in testDumpCurrentRow() local471 PrintStream os = new PrintStream(bos); in testDumpCurrentRow()475 assertEquals(expected, bos.toString()); in testDumpCurrentRow()532 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in testDumpCursor() local533 PrintStream os = new PrintStream(bos); in testDumpCursor()538 assertEquals(expected, bos.toString()); in testDumpCursor()