/libcore/luni/src/test/java/libcore/java/net/ |
D | OldUnixSocketTest.java | 51 OutputStream clientOut = pingClient.getOutputStream(); in test_getInputStream() 56 OutputStream out = worker.getOutputStream(); in test_getInputStream() 112 OutputStream o = socket.getOutputStream(); in test_getOutputStream()
|
D | OldSocketTest.java | 195 s.getOutputStream(); in test_close() 286 java.io.OutputStream os = s.getOutputStream(); in test_getOutputStream() 293 OutputStream o = s.getOutputStream()) { in test_getOutputStream() 303 OutputStream o = s.getOutputStream()) { in test_getOutputStream() 602 OutputStream theOutput = servSock.getOutputStream(); in test_shutdownInput() 637 OutputStream theOutput = servSock.getOutputStream(); in test_shutdownOutput() 1023 OutputStream theOutput = servSock.getOutputStream(); in test_connectLjava_net_SocketAddress() 1025 OutputStream theOutput2 = theSocket.getOutputStream(); in test_connectLjava_net_SocketAddress() 1236 OutputStream theOutput = servSock.getOutputStream(); in test_connectLjava_net_SocketAddressI() 1238 OutputStream theOutput2 = theSocket.getOutputStream(); in test_connectLjava_net_SocketAddressI() [all …]
|
D | SocketTest.java | 213 @Override protected OutputStream getOutputStream() throws IOException { return null; } in test_SocketOptions_setOption() method in SocketTest.MySocketImpl 299 OutputStream out = socket.getOutputStream(); in testWriteAfterClose() 330 socket.getOutputStream().write(data); in assertAvailableReturnsZeroAfterSocketReadsAllData() 512 OutputStream out = socket.getOutputStream(); in enqueue()
|
D | OldSocketImplFactoryTest.java | 158 protected OutputStream getOutputStream() throws IOException { in getOutputStream() method in OldSocketImplFactoryTest.MockSocketImpl
|
D | SocketTimeoutTest.java | 126 sock.getOutputStream().write(new byte[actualSize + 1]); in testSocketWriteNeverTimeouts()
|
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/http/ |
D | HttpURLConnectionTest.java | 95 socket.getOutputStream().write(( in run() 110 socket.getOutputStream().write(( in run() 177 c.getOutputStream(); in testGetOutputStream()
|
/libcore/ojluni/src/main/java/java/lang/ |
D | Process.java | 95 public abstract OutputStream getOutputStream(); in getOutputStream() method in Process
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
D | SocketTest.java | 268 client.getOutputStream(); in test_close() 801 OutputStream os = client.getOutputStream(); in test_getOutputStream() 842 OutputStream out = pingClient.getOutputStream(); in test_getOutputStream() 879 s.getOutputStream(); in test_getOutputStream() 1125 OutputStream theOutput = worker.getOutputStream(); in test_isInputShutdown() 1162 OutputStream theOutput = worker.getOutputStream(); in test_isOutputShutdown() 1218 OutputStream theOutput = worker.getOutputStream(); in test_sendUrgentDataI() 1271 theOutput = worker.getOutputStream(); in test_sendUrgentDataI() 1328 theOutput = worker.getOutputStream(); in test_sendUrgentDataI() 1564 OutputStream theOutput = worker.getOutputStream(); in test_shutdownInput() [all …]
|
D | SocketImplTest.java | 122 protected OutputStream getOutputStream() throws IOException { in getOutputStream() method in SocketImplTest.MockSocketImpl
|
/libcore/luni/src/main/java/javax/xml/transform/stream/ |
D | StreamResult.java | 110 public OutputStream getOutputStream() { in getOutputStream() method in StreamResult
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | Process2Test.java | 37 assertNotNull(p.getOutputStream()); in test_streams()
|
D | ProcessTest.java | 58 OutputStream os = p.getOutputStream(); in test_getOutputStream() 87 p.getOutputStream().close(); in test_getErrorStream()
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | FileDescriptorHolderSocketImpl.java | 97 protected OutputStream getOutputStream() throws IOException { in getOutputStream() method in FileDescriptorHolderSocketImpl
|
/libcore/benchmarks/src/benchmarks/regression/ |
D | SSLSocketBenchmark.java | 84 OutputStream out = s.getOutputStream(); in time()
|
/libcore/ojluni/src/test/java/net/Socket/ |
D | ShutdownInput.java | 72 OutputStream os = s1.getOutputStream(); in test()
|
/libcore/ojluni/src/main/java/java/util/logging/ |
D | SocketHandler.java | 175 OutputStream out = sock.getOutputStream(); in connect()
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | ProcessBuilderTest.java | 203 process.getOutputStream().close(); // no process input in testRedirectPipe_error() 220 assertNullOutputStream(process.getOutputStream()); in testRedirect_nullStreams() 249 OutputStream out = process.getOutputStream(); in testDestroyClosesEverything() 479 try (OutputStream outputStream = process.getOutputStream()) { in checkProcessExecution()
|
/libcore/ojluni/annotations/mmodule/java/net/ |
D | SocketImpl.annotated.java | 53 protected abstract java.io.OutputStream getOutputStream() throws java.io.IOException; in getOutputStream() method in SocketImpl
|
/libcore/ojluni/annotations/hiddenapi/java/lang/ |
D | UNIXProcess.java | 71 public java.io.OutputStream getOutputStream() { in getOutputStream() method in UNIXProcess
|
/libcore/luni/src/test/java/libcore/libcore/net/ |
D | NetworkSecurityPolicyTest.java | 262 client.getOutputStream().write(replyOnConnect); in CapturingServerSocket() 263 client.getOutputStream().flush(); in CapturingServerSocket()
|
/libcore/luni/src/test/java/libcore/javax/net/ |
D | ServerSocketFactoryTest.java | 72 s.getOutputStream().write(data); in testSocket()
|
/libcore/ojluni/annotations/hiddenapi/java/net/ |
D | SocketImpl.java | 56 protected abstract java.io.OutputStream getOutputStream() throws java.io.IOException; in getOutputStream() method in SocketImpl
|
/libcore/ojluni/src/main/java/sun/net/ftp/impl/ |
D | FtpClient.java | 932 out = new PrintStream(new BufferedOutputStream(server.getOutputStream()), in tryConnect() 1341 return new sun.net.TelnetOutputStream(s.getOutputStream(), bm); in putFileStream() 1367 OutputStream remote = createOutputStream(s.getOutputStream()); in putFile() 1395 OutputStream remote = createOutputStream(s.getOutputStream()); in appendFile() 1651 out = new PrintStream(new BufferedOutputStream(server.getOutputStream()), in reInit() 2087 out = new PrintStream(new BufferedOutputStream(server.getOutputStream()), in startSecureSession() 2121 out = new PrintStream(new BufferedOutputStream(server.getOutputStream()), in endSecureSession()
|
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
D | AsynchronousSocketChannelTest.java | 285 sss.getOutputStream().write(sendData.array(), sendData.arrayOffset(), messageSize); in test_futureReadWrite() 337 sss.getOutputStream().write(sendData.array(), sendData.arrayOffset(), messageSize); in test_completionHandlerReadWrite() 398 sss.getOutputStream().write(sendData1.array(), sendData1.arrayOffset(), messageSize); in test_scatterReadWrite() 399 sss.getOutputStream().write(sendData2.array(), sendData2.arrayOffset(), messageSize); in test_scatterReadWrite() 793 sss.getOutputStream().write(sendData.array()); in test_shutdown()
|
/libcore/ojluni/src/main/java/java/net/ |
D | SocketImpl.java | 160 protected abstract OutputStream getOutputStream() throws IOException; in getOutputStream() method in SocketImpl
|