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()
350 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in testDumpCurrentRow() local351 PrintStream os = new PrintStream(bos); in testDumpCurrentRow()355 assertEquals(expected, bos.toString()); in testDumpCurrentRow()390 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in testDumpCursor() local391 PrintStream os = new PrintStream(bos); in testDumpCursor()396 assertEquals(expected, bos.toString()); in testDumpCursor()