Searched defs:getImpl (Results 1 – 5 of 5) sorted by relevance
/libcore/ojluni/src/main/java/java/security/ |
D | Security.java | 584 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/ |
D | BatikTestDocumentBuilderFactory.java | 158 Method getImpl = in getDOMImplementation() local
|
/libcore/ojluni/src/main/java/java/net/ |
D | ServerSocket.java | 256 public SocketImpl getImpl() throws SocketException { in getImpl() method in ServerSocket
|
D | DatagramSocket.java | 349 DatagramSocketImpl getImpl() throws SocketException { in getImpl() method in DatagramSocket
|
D | Socket.java | 515 SocketImpl getImpl() throws SocketException { in getImpl() method in Socket
|