/libcore/luni/src/main/java/java/net/ |
D | ServerSocket.java | 295 public void bind(SocketAddress localAddr) throws IOException { in bind() method in ServerSocket 312 public void bind(SocketAddress localAddr, int backlog) throws IOException { in bind() method in ServerSocket
|
D | DatagramSocketImpl.java | 57 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 | 59 @Override public void bind(int port, InetAddress address) throws SocketException { in bind() method in PlainDatagramSocketImpl
|
D | DatagramSocket.java | 464 public void bind(SocketAddress localAddr) throws SocketException { in bind() method in DatagramSocket
|
D | PlainSocketImpl.java | 131 @Override protected void bind(InetAddress address, int port) throws IOException { in bind() method in PlainSocketImpl
|
D | Socket.java | 767 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 | 352 protected void bind(InetAddress arg0, int arg1) throws IOException { in bind() method in OldServerSocketTest.MockSocketImpl
|
D | SocketTest.java | 186 @Override protected void bind(InetAddress arg0, int arg1) throws IOException { } in test_SocketOptions_setOption() method in SocketTest.MySocketImpl
|
D | OldSocketTest.java | 2204 protected void bind(InetAddress arg0, int arg1) throws IOException { in bind() method in OldSocketTest.MockSocketImpl
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
D | DatagramSocketImplTest.java | 60 protected void bind(int port, InetAddress addr) throws SocketException { in bind() method in MockDatagramSocketImpl
|
D | SocketImplTest.java | 92 protected void bind(InetAddress address, int port) throws IOException { in bind() method in SocketImplTest.MockSocketImpl
|
D | ServerSocketTest.java | 894 protected void bind(InetAddress arg0, int arg1) throws IOException { in bind() method in ServerSocketTest.MockSocketImpl
|
D | DatagramSocketTest.java | 407 protected void bind(int arg0, InetAddress arg1) in bind() method in DatagramSocketTest.TestDatagramSocketImpl
|
/libcore/luni/src/main/java/java/nio/ |
D | DatagramChannelImpl.java | 537 public void bind(SocketAddress localAddr) throws SocketException { in bind() method in DatagramChannelImpl.DatagramSocketAdapter
|
D | SocketChannelImpl.java | 541 public void bind(SocketAddress localAddr) throws IOException { in bind() method in SocketChannelImpl.SocketAdapter
|
/libcore/luni/src/main/java/libcore/io/ |
D | IoBridge.java | 79 … public static void bind(FileDescriptor fd, InetAddress address, int port) throws SocketException { in bind() method in IoBridge
|
D | Os.java | 47 …public void bind(FileDescriptor fd, InetAddress address, int port) throws ErrnoException, SocketEx… in bind() method 48 … public void bind(FileDescriptor fd, SocketAddress address) throws ErrnoException, SocketException; in bind() method
|
D | ForwardingOs.java | 56 …public void bind(FileDescriptor fd, InetAddress address, int port) throws ErrnoException, SocketEx… in bind() method in ForwardingOs 57 …public void bind(FileDescriptor fd, SocketAddress address) throws ErrnoException, SocketException … in bind() method in ForwardingOs
|
D | Posix.java | 50 …public native void bind(FileDescriptor fd, InetAddress address, int port) throws ErrnoException, S… in bind() method in Posix 51 …public native void bind(FileDescriptor fd, SocketAddress address) throws ErrnoException, SocketExc… in bind() method in Posix
|
/libcore/luni/src/main/java/android/system/ |
D | Os.java | 55 …public static void bind(FileDescriptor fd, InetAddress address, int port) throws ErrnoException, S… in bind() method in Os 57 …/** @hide */ public static void bind(FileDescriptor fd, SocketAddress address) throws ErrnoExcepti… in bind() method in Os
|