Home
last modified time | relevance | path

Searched defs:toURI (Results 1 – 8 of 8) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DRevocationChecker.java166 private static URI toURI(String uriString) in toURI() method in RevocationChecker
/libcore/ojluni/annotations/sdk/nullability/java/io/
DFile.annotated.java68 @libcore.util.NonNull public java.net.URI toURI() { throw new RuntimeException("Stub!"); } in toURI() method in File
/libcore/ojluni/annotations/hiddenapi/java/net/
DURL.java156 public java.net.URI toURI() throws java.net.URISyntaxException { in toURI() method in URL
/libcore/ojluni/annotations/hiddenapi/sun/net/www/
DParseUtil.java68 public static java.net.URI toURI(java.net.URL url) { in toURI() method in ParseUtil
/libcore/ojluni/annotations/hiddenapi/java/io/
DFile.java111 public java.net.URI toURI() { in toURI() method in File
/libcore/ojluni/src/main/java/java/net/
DURL.java972 public URI toURI() throws URISyntaxException { in toURI() method in URL
/libcore/ojluni/src/main/java/sun/net/www/
DParseUtil.java275 public static java.net.URI toURI(URL url) { in toURI() method in ParseUtil
/libcore/ojluni/src/main/java/java/io/
DFile.java725 public URI toURI() { in toURI() method in File