Searched defs:ostream (Results 1 – 5 of 5) sorted by relevance
57 public boolean onConnect(OutputStream ostream); in onConnect()135 final OutputStream ostream; in connect() local
76 final ByteArrayOutputStream ostream = new ByteArrayOutputStream(); in verifyLogLines() local
87 TEST(StatusOrTest, ostream) { in TEST() argument
414 try (FileOutputStream ostream = new FileOutputStream(file)) { in run()
310 final ByteArrayOutputStream ostream = new ByteArrayOutputStream( in testParcel() local