Searched defs:getImpl (Results  1 – 9 of 9) sorted by relevance
| /libcore/ojluni/src/main/java/java/security/ | 
| 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
  | 
| /libcore/dom/src/test/java/org/w3c/domts/ | 
| D | BatikTestDocumentBuilderFactory.java | 158         Method getImpl =  in getDOMImplementation()  local
  | 
| /libcore/ojluni/annotations/mmodule/java/net/ | 
| D | ServerSocket.annotated.java | 56 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/ojluni/src/main/java/java/net/ | 
| D | ServerSocket.java | 279     public SocketImpl getImpl() throws SocketException {  in getImpl()  method in ServerSocket
  | 
| D | DatagramSocket.java | 373     DatagramSocketImpl getImpl() throws SocketException {  in getImpl()  method in DatagramSocket
  | 
| D | Socket.java | 575     SocketImpl getImpl() throws SocketException {  in getImpl()  method in Socket
  |