/libcore/ojluni/src/main/java/java/net/ |
D | DatagramSocket.java | 169 getImpl().connect(address, port); in connectInternal() 175 int avail = getImpl().dataAvailable(); in connectInternal() 371 DatagramSocketImpl getImpl() throws SocketException { in getImpl() method in DatagramSocket 412 getImpl().bind(port, iaddr); in bind() 414 getImpl().close(); in bind() 721 getImpl().send(p); in send() 778 peekPort = getImpl().peekData(peekPacket); in receive() 782 peekPort = getImpl().peek(adr); in receive() 794 getImpl().receive(tmp); in receive() 822 peekPort = getImpl().peekData(peekPacket); in receive() [all …]
|
D | MulticastSocket.java | 219 getImpl().setTTL(ttl); in setTTL() 247 getImpl().setTimeToLive(ttl); in setTimeToLive() 265 return getImpl().getTTL(); in getTTL() 279 return getImpl().getTimeToLive(); in getTimeToLive() 325 getImpl().join(mcastaddr); in joinGroup() 360 getImpl().leave(mcastaddr); in leaveGroup() 408 getImpl().joinGroup(mcastaddr, netIf); in joinGroup() 455 getImpl().leaveGroup(mcastaddr, netIf); in leaveGroup() 473 getImpl().setOption(SocketOptions.IP_MULTICAST_IF, inf); in setInterface() 498 (InetAddress)getImpl().getOption(SocketOptions.IP_MULTICAST_IF); in getInterface() [all …]
|
D | SocketSecrets.java | 40 impl = ((Socket)obj).getImpl(); in setOption() 42 impl = ((ServerSocket)obj).getImpl(); in setOption() 53 impl = ((Socket)obj).getImpl(); in getOption() 55 impl = ((ServerSocket)obj).getImpl(); in getOption() 63 s.getImpl().setOption(name, value); in setOption() 67 return s.getImpl().getOption(name); in getOption()
|
D | ServerSocket.java | 257 public SocketImpl getImpl() throws SocketException { in getImpl() method in ServerSocket 377 getImpl().bind(epoint.getAddress(), epoint.getPort()); in bind() 378 getImpl().listen(backlog); in bind() 411 InetAddress in = getImpl().getInetAddress(); in getInetAddress() 440 return getImpl().getLocalPort(); in getLocalPort() 547 getImpl().accept(si); in implAccept() 654 getImpl().setOption(SocketOptions.SO_TIMEOUT, new Integer(timeout)); in setSoTimeout() 668 Object o = getImpl().getOption(SocketOptions.SO_TIMEOUT); in getSoTimeout() 716 getImpl().setOption(SocketOptions.SO_REUSEADDR, Boolean.valueOf(on)); in setReuseAddress() 732 return ((Boolean) (getImpl().getOption(SocketOptions.SO_REUSEADDR))).booleanValue(); in getReuseAddress() [all …]
|
/libcore/ojluni/src/main/java/java/security/ |
D | AlgorithmParameterGenerator.java | 182 Object[] objs = Security.getImpl(algorithm, in getInstance() 235 Object[] objs = Security.getImpl(algorithm, in getInstance() 279 Object[] objs = Security.getImpl(algorithm, in getInstance()
|
D | AlgorithmParameters.java | 241 Object[] objs = Security.getImpl(algorithm, "AlgorithmParameters", in getInstance() 296 Object[] objs = Security.getImpl(algorithm, "AlgorithmParameters", in getInstance() 343 Object[] objs = Security.getImpl(algorithm, "AlgorithmParameters", in getInstance()
|
D | MessageDigest.java | 197 Object[] objs = Security.getImpl(algorithm, "MessageDigest", in getInstance() 262 Object[] objs = Security.getImpl(algorithm, "MessageDigest", provider); in getInstance() 312 Object[] objs = Security.getImpl(algorithm, "MessageDigest", provider); in getInstance()
|
D | Security.java | 624 static Object[] getImpl(String algorithm, String type, String provider) in getImpl() method in Security 635 static Object[] getImpl(String algorithm, String type, String provider, in getImpl() method in Security 654 static Object[] getImpl(String algorithm, String type, Provider provider) in getImpl() method in Security 660 static Object[] getImpl(String algorithm, String type, Provider provider, in getImpl() method in Security
|
D | KeyStore.java | 887 Object[] objs = Security.getImpl(type, "KeyStore", (String)null); in getInstance() 935 Object[] objs = Security.getImpl(type, "KeyStore", provider); in getInstance() 976 Object[] objs = Security.getImpl(type, "KeyStore", provider); in getInstance()
|
/libcore/dom/src/test/java/org/w3c/domts/ |
D | BatikTestDocumentBuilderFactory.java | 158 Method getImpl = in getDOMImplementation() local 163 (DOMImplementation) getImpl.invoke(null, new Object[0]); in getDOMImplementation()
|
/libcore/luni/src/test/java/libcore/java/io/ |
D | FileDescriptorTest.java | 45 assertTrue(s.getImpl().getFD$().isSocket$()); in test_isSocket()
|
/libcore/ojluni/annotations/mmodule/java/net/ |
D | ServerSocket.annotated.java | 57 public SocketImpl getImpl() throws SocketException { throw new RuntimeException("Stub!"); } in getImpl() method in ServerSocket
|
/libcore/ojluni/annotations/hiddenapi/java/net/ |
D | ServerSocket.java | 54 public java.net.SocketImpl getImpl() throws java.net.SocketException { in getImpl() method in ServerSocket
|
D | DatagramSocket.java | 67 java.net.DatagramSocketImpl getImpl() throws java.net.SocketException { in getImpl() method in DatagramSocket
|
D | Socket.java | 101 java.net.SocketImpl getImpl() throws java.net.SocketException { in getImpl() method in Socket
|
/libcore/mmodules/core_platform_api/api/stable_platform/ |
D | current.txt | 433 method public java.net.SocketImpl getImpl() throws java.net.SocketException;
|
/libcore/luni/src/test/java/libcore/android/system/ |
D | OsTest.java | 92 assertTrue(S_ISSOCK(Os.fstat(s.getImpl().getFD$()).st_mode)); in testIsSocket()
|
/libcore/mmodules/core_platform_api/api/legacy_platform/ |
D | current.txt | 433 method public java.net.SocketImpl getImpl() throws java.net.SocketException;
|
/libcore/api/ |
D | module-lib-current.txt | 433 method public java.net.SocketImpl getImpl() throws java.net.SocketException;
|