/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/ |
D | GZIPInputStreamTest.java | 68 final URL gInput = new File(resources.toString() + "/hyts_gInput.txt.gz").toURL(); in test_ConstructorLjava_io_InputStream() 96 final URL gInput = new File(resources.toString() + "/hyts_gInput.txt.gz").toURL(); in test_ConstructorLjava_io_InputStreamI() 114 final URL jarInput = new File(resources.toString() + "/hyts_checkInput.txt").toURL(); in test_ConstructorLjava_io_InputStreamI() 138 final URL gInput = new File(resources.toString() + "/hyts_gInput.txt.gz").toURL(); in test_read$BII() 254 final URL gInput = new File(resources.toString() + "/hyts_gInput.txt.gz").toURL(); in test_close()
|
/libcore/luni/src/test/java/libcore/java/net/ |
D | OldURLTest.java | 113 URL fileURL = sampleFile.toURL(); in testSetURLStreamHandlerFactory() 256 URL fileURL = sampleFile.toURL(); in testGetContent() 283 URL fileURL = sampleFile.toURL(); in testOpenStream() 327 u = sampleFile.toURL(); in testOpenConnection() 422 URL fileURL = sampleFile.toURL(); in testGetFile() 719 u = sampleFile.toURL(); in test_getContent_LJavaLangClass()
|
D | OldURLClassLoaderTest.java | 154 URL url = file.toURL(); in test_getPermissions_fileURLConnection_doesNotThrow()
|
D | URLConnectionTest.java | 3016 uri.toURL().openConnection().connect();
|
/libcore/dom/src/test/java/org/w3c/domts/ |
D | DOMTest.java | 117 resolvedURI = new java.io.File(filename).toURL(); in resolveURI() 176 URL url = tempFile.toURL(); in createTempURI()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/ |
D | GenericSignatureFormatErrorTest.java | 72 ClassLoader cl = Support_ClassLoader.getInstance(tf.toURL(), in test_signatureFormatError()
|
/libcore/support/src/test/java/tests/util/ |
D | ClassLoaderBuilder.java | 143 result.add(new File(pathElement).toURI().toURL()); in classpathToUrls()
|
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
D | URICertStore.java | 277 URLConnection connection = uri.toURL().openConnection(); in engineGetCertificates() 390 URLConnection connection = uri.toURL().openConnection(); in engineGetCRLs()
|
D | OCSP.java | 219 URL url = responderURI.toURL(); in check()
|
/libcore/luni/src/test/java/libcore/java/io/ |
D | OldFileTest.java | 151 String newDirURL = dir.toURL().toString(); in test_toURL3()
|
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
D | DOMTestCase.java | 84 resolvedURI = new java.io.File(filename).toURL(); in resolveURI()
|
/libcore/ojluni/annotations/hiddenapi/java/io/ |
D | File.java | 107 public java.net.URL toURL() throws java.net.MalformedURLException { in toURL() method in File
|
/libcore/ojluni/annotations/sdk/nullability/java/io/ |
D | File.annotated.java | 66 @libcore.util.NonNull public java.net.URL toURL() throws java.net.MalformedURLException { throw new… in toURL() method in File
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
D | FileTest.java | 2088 dir.toURL().toString(), newDirURL); in test_toURL() 2100 f.toURL().toString(), newURL); in test_toURL() 2104 newDirURL = dir.toURL().toString(); in test_toURL() 2139 URL url2 = f.toURL(); in test_toURL2()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
D | URITest.java | 1817 new URI(absoluteuris[i]).toURL(); in test_toURL() 1825 new URI(relativeuris[i]).toURL(); in test_toURL()
|
D | URLTest.java | 963 assertTrue(u.equals(uri.toURL())); in test_toURI()
|
/libcore/ojluni/annotations/hiddenapi/java/net/ |
D | URI.java | 102 public java.net.URL toURL() throws java.net.MalformedURLException { in toURL() method in URI
|
/libcore/dalvik/src/main/java/dalvik/system/ |
D | DexPathList.java | 789 return resourceFile.toURI().toURL(); in findResource()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | ControlTest.java | 472 new URL[] { new File(tmpdir).toURL() }, in test_needsReload_LStringLLocaleLStringLClassLoaderResourceBundleJ()
|
/libcore/ojluni/src/main/java/java/io/ |
D | File.java | 675 public URL toURL() throws MalformedURLException { in toURL() method in File
|
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/ |
D | URLConnectionTest.java | 1284 return sampleFile.toURL();
|
/libcore/ojluni/src/main/java/java/net/ |
D | URI.java | 1081 public URL toURL() in toURL() method in URI
|
/libcore/api/ |
D | current.txt | 1519 method @Deprecated @NonNull public java.net.URL toURL() throws java.net.MalformedURLException; 5531 method public java.net.URL toURL() throws java.net.MalformedURLException;
|