HomeSort by relevance Sort by last modified time
    Searched defs:resourceUrl (Results 1 - 8 of 8) sorted by null

  /external/robolectric-shadows/shadows/httpclient/src/test/java/org/robolectric/util/
TestRunnerWithManifest.java 27 final URL resourceUrl = TestRunnerWithManifest.class.getResource(resourceName);
28 if (resourceUrl != null && "file".equals(resourceUrl.getProtocol())) {
31 final URI absolutePath = URI.create(resourceUrl.getPath());
  /external/robolectric-shadows/shadows/supportv4/src/test/java/org/robolectric/util/
TestRunnerWithManifest.java 27 final URL resourceUrl = TestRunnerWithManifest.class.getResource(resourceName);
28 if (resourceUrl != null && "file".equals(resourceUrl.getProtocol())) {
31 final URI absolutePath = URI.create(resourceUrl.getPath());
  /external/guava/guava-tests/test/com/google/common/io/
IoTestCase.java 101 URL resourceUrl = IoTestCase.class.getResource("testdata/" + name);
102 if (resourceUrl == null) {
105 copy(resourceUrl, file);
  /external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/
MavenManifestFactory.java 32 final URL resourceUrl = getClass().getResource(resourceName);
33 if (resourceUrl != null && "file".equals(resourceUrl.getProtocol())) {
36 final URI absolutePath = URI.create(resourceUrl.getPath());
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.runtime_3.14.0.v20180417-0825.jar 
  /external/guice/lib/build/
spring-core.jar 
  /external/dagger2/lib/
auto-value-1.4.1.jar 
  /external/guice/extensions/struts2/lib/
struts2-core-2.2.1.jar 

Completed in 1062 milliseconds