HomeSort by relevance Sort by last modified time
    Searched refs:toURL (Results 1 - 25 of 126) sorted by null

1 2 3 4 5 6

  /external/mockito/src/test/java/org/mockito/internal/configuration/plugins/
PluginFinderTest.java 40 assertNull(finder.findPluginClass(asList(f.toURI().toURL())));
51 assertEquals("foo.Foo", finder.findPluginClass(asList(f.toURI().toURL())));
62 assertEquals(null, finder.findPluginClass(asList(f.toURI().toURL())));
74 assertEquals("Bar", finder.findPluginClass(asList(f1.toURI().toURL(), f2.toURI().toURL())));
86 assertEquals("X", finder.findPluginClass(asList(f1.toURI().toURL(), f2.toURI().toURL())));
98 assertEquals(null, finder.findPluginClass(asList(f1.toURI().toURL(), f2.toURI().toURL())));
106 finder.findPluginClass(asList(new File("xxx").toURI().toURL()));
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
GZIPInputStreamTest.java 68 final URL gInput = new File(resources.toString() + "/hyts_gInput.txt.gz").toURL();
96 final URL gInput = new File(resources.toString() + "/hyts_gInput.txt.gz").toURL();
114 final URL jarInput = new File(resources.toString() + "/hyts_checkInput.txt").toURL();
138 final URL gInput = new File(resources.toString() + "/hyts_gInput.txt.gz").toURL();
254 final URL gInput = new File(resources.toString() + "/hyts_gInput.txt.gz").toURL();
  /tools/tradefederation/core/src/com/android/tradefed/util/
TestLoader.java 71 urls[0] = jarFile.toURI().toURL();
74 urls[i] = jarIter.next().toURI().toURL();
  /external/glide/library/src/main/java/com/bumptech/glide/load/model/
GlideUrl.java 18 * To obtain a properly escaped URL, call {@link #toURL()}. To obtain a properly escaped string URL, call
19 * {@link #toURL()} and then {@link java.net.URL#toString()}.
47 public URL toURL() throws MalformedURLException {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
GenericSignatureFormatErrorTest.java 72 ClassLoader cl = Support_ClassLoader.getInstance(tf.toURL(),
  /libcore/luni/src/test/java/libcore/java/net/
OldURLTest.java 113 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();
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
SourceDebugExtensionDebuggee.java 141 return new URLClassLoader(new URL[] { jarPath.toUri().toURL() });
  /external/eyes-free/AccessCheck/src/com/android/accessibility/
AccessibilityValidationContentHandler.java 202 setClassLoaderAndBaseClass(new URL[] { mAndroidSdkPath.toURL() });
  /external/glide/library/src/main/java/com/bumptech/glide/load/data/
HttpUrlFetcher.java 40 return loadDataWithRedirects(glideUrl.toURL(), 0 /*redirects*/, null /*lastUrl*/);
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue318/
ContextClassLoaderTest.java 88 yamlCL = new URLClassLoader(new URL[] { runtimeClassesDir.toURI().toURL() }, null);
  /libcore/support/src/test/java/tests/util/
ClassLoaderBuilder.java 143 result.add(new File(pathElement).toURI().toURL());
  /libcore/dom/src/test/java/org/w3c/domts/
DOMTest.java 117 resolvedURI = new java.io.File(filename).toURL();
174 // File.toURL is not as robust
176 URL url = tempFile.toURL();
  /frameworks/base/core/java/android/net/
PacProxySelector.java 77 urlString = uri.toURL().toString();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
RuleLoader.java 131 url = pathFile.toURI().toURL();
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
MonitorApplication.java 53 instanceLoc.set(workspacePath.toFile().toURI().toURL(), true);
  /external/emma/core/java12/com/vladium/emma/rt/
ClassPathProcessorST.java 105 srcURL = "jar:".concat (m_archiveFile.toURL ().toExternalForm ()).concat ("!/").concat (name);
204 srcURL = inFile.toURL ().toExternalForm ();
  /external/guava/guava-tests/test/com/google/common/io/
SourceSinkFactories.java 410 return Resources.asByteSource(getFile().toURI().toURL());
419 return Resources.asCharSource(getFile().toURI().toURL(), Charsets.UTF_8);
ResourcesTest.java 155 URL baseUrl = tempFile.getParentFile().toURI().toURL();
  /external/javassist/src/main/javassist/
ClassPoolTail.java 60 return f.getCanonicalFile().toURI().toURL();
130 .toURI().toURL().toString();
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
URICertStore.java 277 URLConnection connection = uri.toURL().openConnection();
390 URLConnection connection = uri.toURL().openConnection();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ProjectClassLoader.java 354 .toURI().toURL());
368 oslibraryList.add(f.toURI().toURL());
  /external/antlr/antlr-3.4/gunit-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
GUnitExecuteMojo.java 244 classPathUrls.add( new File( path ).toURI().toURL() );
256 return artifact.getFile().toURI().toURL();
  /cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
JarHostTestTest.java 252 child = new URLClassLoader(Arrays.asList(mTestJar.toURI().toURL())
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jar 
  /external/emma/tools/java/com/vladium/tools/
ClassDep.java 58 classPath [i] = new File (tokenizer.nextToken ()).toURL ();

Completed in 2768 milliseconds

1 2 3 4 5 6