Home
last modified time | relevance | path

Searched refs:getImpl (Results 1 – 19 of 19) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
DDatagramSocket.java169 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 …]
DMulticastSocket.java219 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 …]
DSocketSecrets.java40 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()
DServerSocket.java257 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/
DAlgorithmParameterGenerator.java182 Object[] objs = Security.getImpl(algorithm, in getInstance()
235 Object[] objs = Security.getImpl(algorithm, in getInstance()
279 Object[] objs = Security.getImpl(algorithm, in getInstance()
DAlgorithmParameters.java241 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()
DMessageDigest.java197 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()
DSecurity.java624 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
DKeyStore.java887 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/
DBatikTestDocumentBuilderFactory.java158 Method getImpl = in getDOMImplementation() local
163 (DOMImplementation) getImpl.invoke(null, new Object[0]); in getDOMImplementation()
/libcore/luni/src/test/java/libcore/java/io/
DFileDescriptorTest.java45 assertTrue(s.getImpl().getFD$().isSocket$()); in test_isSocket()
/libcore/ojluni/annotations/mmodule/java/net/
DServerSocket.annotated.java57 public SocketImpl getImpl() throws SocketException { throw new RuntimeException("Stub!"); } in getImpl() method in ServerSocket
/libcore/ojluni/annotations/hiddenapi/java/net/
DServerSocket.java54 public java.net.SocketImpl getImpl() throws java.net.SocketException { in getImpl() method in ServerSocket
DDatagramSocket.java67 java.net.DatagramSocketImpl getImpl() throws java.net.SocketException { in getImpl() method in DatagramSocket
DSocket.java101 java.net.SocketImpl getImpl() throws java.net.SocketException { in getImpl() method in Socket
/libcore/mmodules/core_platform_api/api/stable_platform/
Dcurrent.txt433 method public java.net.SocketImpl getImpl() throws java.net.SocketException;
/libcore/luni/src/test/java/libcore/android/system/
DOsTest.java92 assertTrue(S_ISSOCK(Os.fstat(s.getImpl().getFD$()).st_mode)); in testIsSocket()
/libcore/mmodules/core_platform_api/api/legacy_platform/
Dcurrent.txt433 method public java.net.SocketImpl getImpl() throws java.net.SocketException;
/libcore/api/
Dmodule-lib-current.txt433 method public java.net.SocketImpl getImpl() throws java.net.SocketException;