Home
last modified time | relevance | path

Searched refs:ostream (Results 1 – 5 of 5) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
DHandshakeCompletedEventTest.java434 OutputStream ostream = clientSocket.getOutputStream(); in run() local
437 ostream.write(i); in run()
440 ostream.flush(); in run()
441 ostream.close(); in run()
497 OutputStream ostream = socket.getOutputStream(); in run() local
500 ostream.write(i); in run()
503 ostream.flush(); in run()
DSSLSessionTest.java507 OutputStream ostream = clientSocket.getOutputStream(); in run() local
508 ostream.write(testData.getBytes()); in run()
509 ostream.flush(); in run()
572 OutputStream ostream = socket.getOutputStream(); in run() local
573 ostream.write(testData.getBytes()); in run()
574 ostream.flush(); in run()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
DPreferencesTest.java267 public void exportNode(OutputStream ostream) throws IOException, in exportNode() argument
272 public void exportSubtree(OutputStream ostream) throws IOException, in exportSubtree() argument
/libcore/ojluni/src/main/java/java/nio/file/
DFiles.java3014 OutputStream ostream;
3016 ostream = newOutputStream(target, StandardOpenOption.CREATE_NEW,
3026 try (OutputStream out = ostream) {
/libcore/luni/src/test/java/libcore/java/util/prefs/
DOldPreferencesTest.java982 public void exportNode(OutputStream ostream) throws IOException, BackingStoreException { in exportNode() argument
986 public void exportSubtree(OutputStream ostream) throws IOException, BackingStoreException { in exportSubtree() argument