Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/security/
DSecurity.java584 static Object[] getImpl(String algorithm, String type, String provider) in getImpl() method in Security
595 static Object[] getImpl(String algorithm, String type, String provider, in getImpl() method in Security
614 static Object[] getImpl(String algorithm, String type, Provider provider) in getImpl() method in Security
620 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/src/main/java/java/net/
DServerSocket.java256 public SocketImpl getImpl() throws SocketException { in getImpl() method in ServerSocket
DDatagramSocket.java349 DatagramSocketImpl getImpl() throws SocketException { in getImpl() method in DatagramSocket
DSocket.java515 SocketImpl getImpl() throws SocketException { in getImpl() method in Socket