Home
last modified time | relevance | path

Searched defs:local (Results 1 – 21 of 21) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/channels/
DServerSocketChannel.java151 public final ServerSocketChannel bind(SocketAddress local) in bind()
195 public abstract ServerSocketChannel bind(SocketAddress local, int backlog) in bind()
DNetworkChannel.java87 NetworkChannel bind(SocketAddress local) throws IOException; in bind()
DSocketChannel.java229 public abstract SocketChannel bind(SocketAddress local) in bind()
DDatagramChannel.java212 public abstract DatagramChannel bind(SocketAddress local) in bind()
/libcore/ojluni/src/main/java/sun/nio/ch/
DServerSocketAdaptor.java66 public void bind(SocketAddress local) throws IOException { in bind()
70 public void bind(SocketAddress local, int backlog) throws IOException { in bind()
DSocketAdaptor.java152 public void bind(SocketAddress local) throws IOException { in bind()
176 InetSocketAddress local = sc.localAddress(); in getLocalAddress() local
198 SocketAddress local = sc.localAddress(); in getLocalPort() local
DDatagramSocketAdaptor.java87 public void bind(SocketAddress local) throws SocketException { in bind()
257 SocketAddress local = dc.getLocalAddress(); in getLocalPort() local
DServerSocketChannelImpl.java202 public ServerSocketChannel bind(SocketAddress local, int backlog) throws IOException { in bind()
DSocketChannelImpl.java593 public SocketChannel bind(SocketAddress local) throws IOException { in bind()
DDatagramChannelImpl.java679 public DatagramChannel bind(SocketAddress local) throws IOException { in bind()
/libcore/ojluni/src/main/java/sun/net/ftp/
DFtpClient.java368 …public abstract FtpClient getFile(String name, OutputStream local) throws FtpProtocolException, IO… in getFile()
462 …public FtpClient putFile(String name, InputStream local) throws FtpProtocolException, IOException { in putFile()
488 …public abstract FtpClient putFile(String name, InputStream local, boolean unique) throws FtpProtoc… in putFile()
506 …public abstract FtpClient appendFile(String name, InputStream local) throws FtpProtocolException, … in appendFile()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DMockServerSocketChannel.java60 public ServerSocketChannel bind(SocketAddress local, int backlog) { in bind()
DMockSocketChannel.java111 public SocketChannel bind(SocketAddress local) throws IOException { in bind()
DMockDatagramChannel.java120 public DatagramChannel bind(SocketAddress local) throws IOException { in bind()
DSocketChannelTest.java3834 public SocketChannel bind(SocketAddress local) throws IOException { in bind()
/libcore/luni/src/main/java/org/xml/sax/helpers/
DNamespaceSupport.java686 String local = qName.substring(index+1); in processName() local
/libcore/ojluni/src/main/java/sun/net/ftp/impl/
DFtpClient.java1221 …public sun.net.ftp.FtpClient getFile(String name, OutputStream local) throws sun.net.ftp.FtpProtoc… in getFile()
1347 …public sun.net.ftp.FtpClient putFile(String name, InputStream local, boolean unique) throws sun.ne… in putFile()
1377 …public sun.net.ftp.FtpClient appendFile(String name, InputStream local) throws sun.net.ftp.FtpProt… in appendFile()
/libcore/luni/src/test/java/libcore/java/nio/channels/
DOldSocketChannelTest.java435 public SocketChannel bind(SocketAddress local) throws IOException { in bind()
/libcore/ojluni/src/main/java/java/net/
DInetAddress.java815 String local = Libcore.os.uname().nodename; in getLocalHost() local
/libcore/ojluni/src/main/java/sun/security/ssl/
DSSLSessionImpl.java201 void setLocalCertificates(X509Certificate[] local) { in setLocalCertificates()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DDatagramSocketTest.java338 InetAddress local = InetAddress.getLocalHost(); in test_getLocalAddress() local