Home
last modified time | relevance | path

Searched defs:bind (Results 1 – 23 of 23) sorted by relevance

/libcore/luni/src/main/java/java/net/
DServerSocket.java295 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
DDatagramSocketImpl.java57 protected abstract void bind(int port, InetAddress addr) throws SocketException; in bind() method in DatagramSocketImpl
DSocketImpl.java87 protected abstract void bind(InetAddress address, int port) throws IOException; in bind() method in SocketImpl
DPlainDatagramSocketImpl.java59 @Override public void bind(int port, InetAddress address) throws SocketException { in bind() method in PlainDatagramSocketImpl
DDatagramSocket.java464 public void bind(SocketAddress localAddr) throws SocketException { in bind() method in DatagramSocket
DPlainSocketImpl.java131 @Override protected void bind(InetAddress address, int port) throws IOException { in bind() method in PlainSocketImpl
DSocket.java767 public void bind(SocketAddress localAddr) throws IOException { in bind() method in Socket
/libcore/luni/src/test/java/libcore/java/net/
DOldSocketImplFactoryTest.java129 protected void bind(InetAddress arg0, int arg1) throws IOException { in bind() method in OldSocketImplFactoryTest.MockSocketImpl
DOldDatagramSocketImplFactoryTest.java134 protected void bind(int arg0, InetAddress arg1) throws SocketException { in bind() method in OldDatagramSocketImplFactoryTest.TestDatagramSocketImpl
DOldServerSocketTest.java352 protected void bind(InetAddress arg0, int arg1) throws IOException { in bind() method in OldServerSocketTest.MockSocketImpl
DSocketTest.java186 @Override protected void bind(InetAddress arg0, int arg1) throws IOException { } in test_SocketOptions_setOption() method in SocketTest.MySocketImpl
DOldSocketTest.java2204 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/
DDatagramSocketImplTest.java60 protected void bind(int port, InetAddress addr) throws SocketException { in bind() method in MockDatagramSocketImpl
DSocketImplTest.java92 protected void bind(InetAddress address, int port) throws IOException { in bind() method in SocketImplTest.MockSocketImpl
DServerSocketTest.java894 protected void bind(InetAddress arg0, int arg1) throws IOException { in bind() method in ServerSocketTest.MockSocketImpl
DDatagramSocketTest.java407 protected void bind(int arg0, InetAddress arg1) in bind() method in DatagramSocketTest.TestDatagramSocketImpl
/libcore/luni/src/main/java/java/nio/
DDatagramChannelImpl.java537 public void bind(SocketAddress localAddr) throws SocketException { in bind() method in DatagramChannelImpl.DatagramSocketAdapter
DSocketChannelImpl.java541 public void bind(SocketAddress localAddr) throws IOException { in bind() method in SocketChannelImpl.SocketAdapter
/libcore/luni/src/main/java/libcore/io/
DIoBridge.java79 … public static void bind(FileDescriptor fd, InetAddress address, int port) throws SocketException { in bind() method in IoBridge
DOs.java47 …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
DForwardingOs.java56 …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
DPosix.java50 …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/
DOs.java55 …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