| /libcore/luni/src/main/java/java/nio/ |
| D | ServerSocketChannelImpl.java | 114 @Override public void bind(SocketAddress localAddress, int backlog) throws IOException { in bind() method in ServerSocketChannelImpl.ServerSocketAdapter 157 @Override public void bind(SocketAddress localAddress) throws IOException { in bind() method in ServerSocketChannelImpl.ServerSocketAdapter
|
| D | DatagramChannelImpl.java | 539 public void bind(SocketAddress localAddr) throws SocketException { in bind() method in DatagramChannelImpl.DatagramSocketAdapter
|
| D | SocketChannelImpl.java | 521 public void bind(SocketAddress localAddr) throws IOException { in bind() method in SocketChannelImpl.SocketAdapter
|
| /libcore/luni/src/main/java/java/net/ |
| D | ServerSocket.java | 280 public void bind(SocketAddress localAddr) throws IOException { in bind() method in ServerSocket 297 public void bind(SocketAddress localAddr, int backlog) throws IOException { in bind() method in ServerSocket
|
| D | DatagramSocketImpl.java | 58 protected abstract void bind(int port, InetAddress addr) throws SocketException; in bind() method in DatagramSocketImpl
|
| D | SocketImpl.java | 87 protected abstract void bind(InetAddress address, int port) throws IOException; in bind() method in SocketImpl
|
| D | PlainDatagramSocketImpl.java | 67 @Override public void bind(int port, InetAddress address) throws SocketException { in bind() method in PlainDatagramSocketImpl
|
| D | DatagramSocket.java | 443 public void bind(SocketAddress localAddr) throws SocketException { in bind() method in DatagramSocket
|
| D | PlainSocketImpl.java | 149 @Override protected void bind(InetAddress address, int port) throws IOException { in bind() method in PlainSocketImpl
|
| D | Socket.java | 740 public void bind(SocketAddress localAddr) throws IOException { in bind() method in Socket
|
| /libcore/luni/src/test/java/libcore/java/net/ |
| D | OldSocketImplFactoryTest.java | 129 protected void bind(InetAddress arg0, int arg1) throws IOException { in bind() method in OldSocketImplFactoryTest.MockSocketImpl
|
| D | OldDatagramSocketImplFactoryTest.java | 134 protected void bind(int arg0, InetAddress arg1) throws SocketException { in bind() method in OldDatagramSocketImplFactoryTest.TestDatagramSocketImpl
|
| D | OldServerSocketTest.java | 359 protected void bind(InetAddress arg0, int arg1) throws IOException { in bind() method in OldServerSocketTest.MockSocketImpl
|
| D | SocketTest.java | 153 @Override protected void bind(InetAddress arg0, int arg1) throws IOException { } in test_SocketOptions_setOption() method in SocketTest.MySocketImpl
|
| D | OldDatagramSocketTest.java | 1071 protected void bind(int arg0, InetAddress arg1) throws SocketException {} in test_sendLjava_net_DatagramPacket() method in OldDatagramSocketTest.testDatagramSocketImpl 2025 protected void bind(int arg0, InetAddress arg1) throws SocketException { in bind() method in OldDatagramSocketTest.TestDatagramSocketImpl
|
| D | OldSocketTest.java | 2402 protected void bind(InetAddress arg0, int arg1) throws IOException { in bind() method in OldSocketTest.MockSocketImpl
|
| /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
| D | OpenSSLSocketImplWrapper.java | 54 public void bind(SocketAddress sockaddr) throws IOException { in bind() method in OpenSSLSocketImplWrapper
|
| D | SSLSocketWrapper.java | 74 public void bind(SocketAddress sockaddr) throws IOException { in bind() method in SSLSocketWrapper
|
| /libcore/luni/src/main/java/libcore/io/ |
| D | IoBridge.java | 73 … public static void bind(FileDescriptor fd, InetAddress address, int port) throws SocketException { in bind() method in IoBridge
|
| D | ForwardingOs.java | 39 …public void bind(FileDescriptor fd, InetAddress address, int port) throws ErrnoException { os.bind… in bind() method in ForwardingOs
|
| D | Os.java | 30 public void bind(FileDescriptor fd, InetAddress address, int port) throws ErrnoException; in bind() method
|
| D | Posix.java | 33 public native void bind(FileDescriptor fd, InetAddress address, int port) throws ErrnoException; in bind() method in Posix
|