/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
D | SocketTest.java | 98 Socket client = socket.accept(); in run() local 129 ClientThread client = new ClientThread(); in connectTestImpl() local 262 Socket client = new Socket(InetAddress.getLocalHost(), server.getLocalPort()); in test_close() local 346 Socket client = new Socket(); in test_connectLjava_net_SocketAddress() local 447 Socket client = new Socket(); in test_connectLjava_net_SocketAddressI() local 535 Socket client = new Socket(InetAddress.getLocalHost().getHostName(), in test_ConstructorLjava_lang_StringILjava_net_InetAddressI() local 571 Socket client = new Socket(InetAddress.getLocalHost().getHostAddress(), in test_ConstructorLjava_lang_StringIZ() local 588 Socket client = new Socket(InetAddress.getLocalHost(), server in test_ConstructorLjava_net_InetAddressI() local 619 try (Socket client = new Socket(InetAddress.getLocalHost(), serverPort, true)) { in test_ConstructorLjava_net_InetAddressIZ() 623 try (Socket client = new Socket(InetAddress.getLocalHost(), serverPort, false)) { in test_ConstructorLjava_net_InetAddressIZ() [all …]
|
/libcore/support/src/test/java/libcore/javax/net/ssl/ |
D | TestSSLSocketPair.java | 34 public final SSLSocket client; field in TestSSLSocketPair 38 SSLSocket client) { in TestSSLSocketPair() 74 final SSLSocket client = (SSLSocket) in connect() local
|
D | TestSSLSessions.java | 43 public final SSLSession client; field in TestSSLSessions 53 SSLSession client, in TestSSLSessions()
|
D | TestSSLEnginePair.java | 36 public final SSLEngine client; field in TestSSLEnginePair 40 SSLEngine client) { in TestSSLEnginePair() 95 SSLEngine client = c.clientContext.createSSLEngine(c.host.getHostName(), c.port); in connect() local 139 void beforeBeginHandshake(SSLEngine client, SSLEngine server) {} in beforeBeginHandshake()
|
D | TestSSLContext.java | 252 public static TestSSLContext create(TestKeyStore client, TestKeyStore server) { in create() 261 TestKeyStore client, TestKeyStore server, in createWithAdditionalKeyManagers()
|
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
D | ServerSocketChannelTest.java | 146 SocketChannel client = channel.accept(); in call() local 158 SocketChannel client; in clearAcceptQueue() local
|
D | MembershipKeyTest.java | 39 private DatagramChannel client; field in MembershipKeyTest
|
/libcore/luni/src/test/java/libcore/java/net/ |
D | ConcurrentCloseTest.java | 210 private Socket client; field in ConcurrentCloseTest.SilentServer
|
D | SocketTest.java | 461 Socket client = new Socket(InetAddress.getLocalHost(), server.getLocalPort()); in testSocketWithProxySet() local
|
D | OldSocketTest.java | 214 Socket client = new Socket(InetAddress.getLocalHost(), server.getLocalPort()); in test_getInputStream() local
|
/libcore/luni/src/test/java/libcore/libcore/io/ |
D | FdsanTest.java | 118 Socket client = new Socket(serverSocket.getInetAddress(), serverSocket.getLocalPort()); in testSocket() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
D | SocketChannelTest.java | 2194 Socket client = new Socket(InetAddress.getLocalHost(), server.socket() in testReadByteBuffer_Direct2() local 2913 SocketChannel client = SocketChannel.open(); in test_write$LByteBuffer2() local 2945 SocketChannel client = SocketChannel.open(); in test_write$LByteBuffer_buffers() local 2985 SocketChannel client = SocketChannel.open(); in test_write$LByteBuffer_writes() local 3028 SocketChannel client = SocketChannel.open(); in test_write$LByteBuffer_invalid() local
|
D | ServerSocketChannelTest.java | 685 SocketChannel client = sc.accept(); in test_accept_SOTIMEOUT() local
|
D | DatagramChannelTest.java | 2390 DatagramChannel client = DatagramChannel.open(); in test_bounded_harmony6493() local
|
/libcore/ojluni/src/main/java/sun/net/ftp/ |
D | FtpClient.java | 122 FtpClient client = create(); in create() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/ |
D | SSLSessionTest.java | 242 TestClient client; field in SSLSessionTest
|
D | HandshakeCompletedEventTest.java | 345 TestClient client = new TestClient(true, clientKeys); in testClientAuth() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | ScannerTest.java | 72 private SocketChannel client; field in ScannerTest
|