Home
last modified time | relevance | path

Searched refs:toURI (Results 1 – 20 of 20) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
DSAXParserTest.java476 is = new InputSource(list_wf[0].toURI().toString()); in testParseInputSourceHandlerBase()
728 parser.parse(list_wf[i].toURI().toString(), dh); in test_parseLjava_lang_StringLorg_xml_sax_helpers_DefaultHandler()
735 parser.parse(list_nwf[i].toURI().toString(), dh); in test_parseLjava_lang_StringLorg_xml_sax_helpers_DefaultHandler()
751 parser.parse(list_wf[0].toURI().toString(), (DefaultHandler) null); in test_parseLjava_lang_StringLorg_xml_sax_helpers_DefaultHandler()
763 parser.parse(list_wf[i].toURI().toString(), dh); in testParseStringHandlerBase()
776 parser.parse(list_nwf[i].toURI().toString(), dh); in testParseStringHandlerBase()
800 parser.parse(list_wf[0].toURI().toString(), (HandlerBase) null); in testParseStringHandlerBase()
/libcore/libart/src/main/java/java/lang/
DVMClassLoader.java45 String entryUri = new File(bootClassPathEntry).toURI().toString(); in createBootClassPathUrlHandlers()
/libcore/support/src/test/java/tests/util/
DClassLoaderBuilder.java143 result.add(new File(pathElement).toURI().toURL()); in classpathToUrls()
/libcore/luni/src/main/java/libcore/io/
DClassPathURLStreamHandler.java51 this.fileUri = new File(jarFileName).toURI().toString(); in ClassPathURLStreamHandler()
/libcore/luni/src/test/java/libcore/java/net/
DOldURLTest.java353 URI testHTTPURI = testHTTPURL.toURI(); in testToURI()
354 URI testFTPURI = testFTPURL.toURI(); in testToURI()
389 urlQuery.toURI(); in testToURI()
DAbstractCookiesTest.java345 cookieManager.getCookieStore().add(server.getUrl("/").toURI(), cookieA); in testSendingCookiesFromStore()
347 cookieManager.getCookieStore().add(server.getUrl("/").toURI(), cookieB); in testSendingCookiesFromStore()
375 cookieManager.getCookieStore().add(redirectSource.getUrl("/").toURI(), cookie); in testRedirectsDoNotIncludeTooManyCookies()
/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/luni/src/test/java/libcore/libcore/io/
DClassPathURLStreamHandlerTest.java222 return new URL("jar", null, -1, jarFile.toURI() + "!/" + entryName, streamHandler); in createJarUrl()
/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/src/main/java/sun/net/www/protocol/ftp/
DFtpURLConnection.java242 URI uri = sun.net.www.ParseUtil.toURI(url); in connect()
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DRevocationChecker.java104 responderURI = (uri == null) ? toURI(rp.ocspUrl) : uri; in init()
166 private static URI toURI(String uriString) in toURI() method in RevocationChecker
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DFileTest.java2043 URI uri = dir.toURI(); in test_toURI()
2056 uri = f.toURI(); in test_toURI()
2064 uri = dir.toURI(); in test_toURI()
2122 URI uri2 = f.toURI(); in test_toURI2()
/libcore/ojluni/src/main/java/sun/net/www/
DParseUtil.java275 public static java.net.URI toURI(URL url) { in toURI() method in ParseUtil
/libcore/dalvik/src/main/java/dalvik/system/
DDexPathList.java789 return resourceFile.toURI().toURL(); in findResource()
/libcore/ojluni/src/main/java/java/io/
DFile.java725 public 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/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DURLTest.java962 URI uri = u.toURI(); in test_toURI()
/libcore/api/
Dcurrent.txt1518 method @NonNull public java.net.URI toURI();
5567 method public java.net.URI toURI() throws java.net.URISyntaxException;