/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
D | SocketTest.java | 515 Socket client = new Socket(InetAddress.getLocalHost(), server.getLocalPort())) { in test_ConstructorLjava_lang_StringI() 605 Socket client = new Socket(InetAddress.getLocalHost(), server.getLocalPort(), in test_ConstructorLjava_net_InetAddressILjava_net_InetAddressI() 703 server.getLocalPort(), null, 0)) { in test_getKeepAlive() 715 try (Socket client = new Socket(InetAddress.getLocalHost(), server.getLocalPort())) { in test_getLocalAddress() 732 Socket client = new Socket(InetAddress.getLocalHost(), server.getLocalPort())) { in test_getLocalPort() 875 Socket s = new Socket("127.0.0.1", ss2.getLocalPort())) { in test_getOutputStream() 954 Socket client = new Socket(InetAddress.getLocalHost(), server.getLocalPort())) { in test_getSendBufferSize() 962 Socket client = new Socket(InetAddress.getLocalHost(), server.getLocalPort())) { in test_getSoLinger() 971 Socket client = new Socket(InetAddress.getLocalHost(), server.getLocalPort())) { in test_getSoTimeout() 983 Socket client = new Socket(InetAddress.getLocalHost(), server.getLocalPort())) { in test_getTcpNoDelay()
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | ServerSocketAdaptor.java | 87 public int getLocalPort() { in getLocalPort() method in ServerSocketAdaptor
|
D | DatagramSocketAdaptor.java | 244 public int getLocalPort() { in getLocalPort() method in DatagramSocketAdaptor
|
D | SocketAdaptor.java | 186 public int getLocalPort() { in getLocalPort() method in SocketAdaptor
|
/libcore/ojluni/annotations/mmodule/java/net/ |
D | SocketImpl.annotated.java | 77 protected int getLocalPort() { throw new RuntimeException("Stub!"); } in getLocalPort() method in SocketImpl
|
D | ServerSocket.annotated.java | 49 public int getLocalPort() { throw new RuntimeException("Stub!"); } in getLocalPort() method in ServerSocket
|
D | DatagramSocket.annotated.java | 72 public int getLocalPort() { throw new RuntimeException("Stub!"); } in getLocalPort() method in DatagramSocket
|
D | Socket.annotated.java | 70 public int getLocalPort() { throw new RuntimeException("Stub!"); } in getLocalPort() method in Socket
|
/libcore/ojluni/src/main/java/java/net/ |
D | DatagramSocketImpl.java | 252 protected int getLocalPort() { in getLocalPort() method in DatagramSocketImpl
|
D | SocketImpl.java | 291 protected int getLocalPort() { in getLocalPort() method in SocketImpl
|
D | ServerSocket.java | 436 public int getLocalPort() { in getLocalPort() method in ServerSocket
|
D | SocksSocketImpl.java | 1071 protected int getLocalPort() { in getLocalPort() method in SocksSocketImpl
|
D | DatagramSocket.java | 909 public int getLocalPort() { in getLocalPort() method in DatagramSocket
|
D | Socket.java | 797 public int getLocalPort() { in getLocalPort() method in Socket
|
/libcore/ojluni/annotations/hiddenapi/java/net/ |
D | ServerSocket.java | 82 public int getLocalPort() { in getLocalPort() method in ServerSocket
|
D | SocketImpl.java | 92 protected int getLocalPort() { in getLocalPort() method in SocketImpl
|
D | SocksSocketImpl.java | 110 protected int getLocalPort() { in getLocalPort() method in SocksSocketImpl
|
D | DatagramSocket.java | 131 public int getLocalPort() { in getLocalPort() method in DatagramSocket
|
D | Socket.java | 149 public int getLocalPort() { in getLocalPort() method in Socket
|
/libcore/luni/src/test/java/libcore/java/net/ |
D | OldSocketTest.java | 1967 try (Socket s = new Socket("127.0.0.1", ss.getLocalPort())) { in test_getOutputStream_shutdownOutput()
|