Home
last modified time | relevance | path

Searched defs:ostream (Results 1 – 4 of 4) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
DPreferencesTest.java267 public void exportNode(OutputStream ostream) throws IOException, in exportNode()
272 public void exportSubtree(OutputStream ostream) throws IOException, in exportSubtree()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
DSSLSessionTest.java507 OutputStream ostream = clientSocket.getOutputStream(); in run() local
572 OutputStream ostream = socket.getOutputStream(); in run() local
DHandshakeCompletedEventTest.java434 OutputStream ostream = clientSocket.getOutputStream(); in run() local
497 OutputStream ostream = socket.getOutputStream(); in run() local
/libcore/luni/src/test/java/libcore/java/util/prefs/
DOldPreferencesTest.java982 public void exportNode(OutputStream ostream) throws IOException, BackingStoreException { in exportNode()
986 public void exportSubtree(OutputStream ostream) throws IOException, BackingStoreException { in exportSubtree()