Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/text/Format/NumberFormat/
DDFSSerialization142.java46 FileOutputStream ostream = new FileOutputStream("DecimalFormatSymbols.142"); in main() local
47 ObjectOutputStream p = new ObjectOutputStream(ostream); in main()
49 ostream.close(); in main()
DSerializationSaveTest.java43 FileOutputStream ostream = new FileOutputStream("DecimalFormat.114"); in main() local
44 ObjectOutputStream p = new ObjectOutputStream(ostream); in main()
46 ostream.close(); in main()
/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()
498 OutputStream ostream = socket.getOutputStream(); in run() local
501 ostream.write(i); in run()
504 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/ojluni/src/test/java/text/Format/MessageFormat/
DMessageRegression.java264 ObjectOutputStream ostream = null; in Test4111739() local
270 ostream = new ObjectOutputStream(baos); in Test4111739()
278 ostream.writeObject(format1); in Test4111739()
279 ostream.flush(); in Test4111739()
/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