Home
last modified time | relevance | path

Searched defs:getImpl (Results 1 – 9 of 9) sorted by relevance

/libcore/ojluni/src/main/java/java/security/
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
/libcore/dom/src/test/java/org/w3c/domts/
DBatikTestDocumentBuilderFactory.java158 Method getImpl = in getDOMImplementation() local
/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/ojluni/src/main/java/java/net/
DServerSocket.java257 public SocketImpl getImpl() throws SocketException { in getImpl() method in ServerSocket
DDatagramSocket.java371 DatagramSocketImpl getImpl() throws SocketException { in getImpl() method in DatagramSocket
DSocket.java550 SocketImpl getImpl() throws SocketException { in getImpl() method in Socket