Searched refs:toURL (Results 1 – 19 of 19) sorted by relevance
61 final URL gInput = new File(resources.toString() + "/hyts_gInput.txt.gz").toURL(); in test_ConstructorLjava_io_InputStream()83 final URL gInput = new File(resources.toString() + "/hyts_gInput.txt.gz").toURL(); in test_ConstructorLjava_io_InputStreamI()101 final URL jarInput = new File(resources.toString() + "/hyts_checkInput.txt").toURL(); in test_ConstructorLjava_io_InputStreamI()125 final URL gInput = new File(resources.toString() + "/hyts_gInput.txt.gz").toURL(); in test_read$BII()238 final URL gInput = new File(resources.toString() + "/hyts_gInput.txt.gz").toURL(); in test_close()
117 resolvedURI = new java.io.File(filename).toURL(); in resolveURI()176 URL url = tempFile.toURL(); in createTempURI()
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()
2682 uri.toURL().openConnection().connect();
72 ClassLoader cl = Support_ClassLoader.getInstance(tf.toURL(), in test_signatureFormatError()
143 result.add(new File(pathElement).toURI().toURL()); in classpathToUrls()
277 URLConnection connection = uri.toURL().openConnection(); in engineGetCertificates()390 URLConnection connection = uri.toURL().openConnection(); in engineGetCRLs()
219 URL url = responderURI.toURL(); in check()
151 String newDirURL = dir.toURL().toString(); in test_toURL3()
196 JarFile jarFile = new URLJarFile(tmpFile.toURL(), closeController); in retrieve()
84 resolvedURI = new java.io.File(filename).toURL(); in resolveURI()
576 return resourceFile.toURI().toURL(); in findResource()
2083 dir.toURL().toString(), newDirURL); in test_toURL()2095 f.toURL().toString(), newURL); in test_toURL()2099 newDirURL = dir.toURL().toString(); in test_toURL()2134 URL url2 = f.toURL(); in test_toURL2()
1817 new URI(absoluteuris[i]).toURL(); in test_toURL()1825 new URI(relativeuris[i]).toURL(); in test_toURL()
963 assertTrue(u.equals(uri.toURL())); in test_toURI()
473 if (null != URLLoader.getResourceAsStream(copyFile.toURL().toString())) { in test_needsReload_LStringLLocaleLStringLClassLoaderResourceBundleJ()
650 public URL toURL() throws MalformedURLException { in toURL() method in File
1255 return sampleFile.toURL();
1086 public URL toURL() in toURL() method in URI