Searched refs:toURL (Results 1 - 11 of 11) sorted by relevance

/libcore/luni/src/test/java/tests/api/java/lang/reflect/
H A DGenericSignatureFormatErrorTest.java76 ClassLoader cl = Support_ClassLoader.getInstance(tf.toURL(),
/libcore/luni/src/test/java/libcore/java/net/
H A DOldURLTest.java113 URL fileURL = sampleFile.toURL();
256 URL fileURL = sampleFile.toURL();
283 URL fileURL = sampleFile.toURL();
327 u = sampleFile.toURL();
422 URL fileURL = sampleFile.toURL();
719 u = sampleFile.toURL();
H A DURLConnectionTest.java2170 uri.toURL().openConnection().connect();
/libcore/support/src/test/java/tests/util/
H A DClassLoaderBuilder.java143 result.add(new File(pathElement).toURI().toURL());
/libcore/dalvik/src/main/java/dalvik/system/
H A DDexPathList.java443 return resourceFile.toURI().toURL();
461 * File.toURL() is compliant with RFC 1738 in
467 return new URL("jar:" + file.toURL() + "!/" + name);
/libcore/dom/src/test/java/org/w3c/domts/
H A DDOMTest.java117 resolvedURI = new java.io.File(filename).toURL();
174 // File.toURL is not as robust
176 URL url = tempFile.toURL();
/libcore/luni/src/test/java/libcore/java/io/
H A DOldFileTest.java172 String newDirURL = dir.toURL().toString();
/libcore/luni/src/test/java/tests/org/w3c/dom/
H A DDOMTestCase.java84 resolvedURI = new java.io.File(filename).toURL();
/libcore/luni/src/main/java/java/io/
H A DFile.java1087 * @deprecated use {@link #toURI} and {@link java.net.URI#toURL} to get
1091 public URL toURL() throws java.net.MalformedURLException { method in class:File
/libcore/luni/src/main/java/java/net/
H A DURI.java59 * URL}, you can use {@link #toURL} to convert an absolute URI to a URL.
1353 public URL toURL() throws MalformedURLException { method in class:URI
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
H A DURLConnectionTest.java1333 return sampleFile.toURL();

Completed in 4449 milliseconds