/external/mockito/src/test/java/org/mockito/internal/configuration/plugins/ |
D | PluginFinderTest.java | 44 assertNull(finder.findPluginClass(asList(f.toURI().toURL()))); in no_valid_impl() 55 assertEquals("foo.Foo", finder.findPluginClass(asList(f.toURI().toURL()))); in single_implementation() 66 assertEquals(null, finder.findPluginClass(asList(f.toURI().toURL()))); in single_implementation_disabled() 78 assertEquals("Bar", finder.findPluginClass(asList(f1.toURI().toURL(), f2.toURI().toURL()))); in multiple_implementations_only_one_enabled() 90 assertEquals("X", finder.findPluginClass(asList(f1.toURI().toURL(), f2.toURI().toURL()))); in multiple_implementations_only_one_useful() 102 assertEquals(null, finder.findPluginClass(asList(f1.toURI().toURL(), f2.toURI().toURL()))); in multiple_empty_implementations() 110 finder.findPluginClass(asList(new File("xxx").toURI().toURL())); in problems_loading_impl()
|
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/ |
D | UrlTest.java | 51 URL url = path.toUri().toURL(); in creatUrl() 59 URL url = path.toUri().toURL(); in readFromUrl() 71 URL url = path.toUri().toURL(); in readDirectoryContents() 81 URL url = path.toUri().toURL(); in headers() 116 URL url = path.toUri().toURL(); in contentType()
|
/external/kotlinx.coroutines/buildSrc/src/main/kotlin/ |
D | Dokka.kt | 23 packageListUrl = packageList.toPath().toUri().toURL() in externalDocumentationLink()
|
/external/dokka/runners/gradle-integration-tests/testData/androidLibDependsOnJavaLib/lib/ |
D | build.gradle | 37 packageListUrl = file("$rootDir/package-list").toURI().toURL()
|
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/dependency/ |
D | LocalDependencyResolver.java | 53 return file.toURI().toURL(); in fileToUrl()
|
D | PropertiesDependencyResolver.java | 40 return pathFile.toURI().toURL(); in getLocalArtifactUrl()
|
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/ |
D | ClassPathUtil.java | 42 urls.add(new File(entry).toURI().toURL()); in parseJavaClassPath()
|
/external/glide/library/src/main/java/com/bumptech/glide/load/model/ |
D | GlideUrl.java | 47 public URL toURL() throws MalformedURLException { in toURL() method in GlideUrl
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | ClassPathUtil.java | 42 urls.add(new File(entry).toURI().toURL()); in parseJavaClassPath()
|
/external/dokka/runners/cli/src/main/kotlin/cli/ |
D | main.kt | 114 File(packageList).toURI().toURL() in parseLinks() 189 val toolsJar = findToolsJar().canonicalFile.toURI().toURL() in createClassLoaderWithTools()
|
/external/kotlinx.coroutines/integration/kotlinx-coroutines-play-services/ |
D | build.gradle | 43 packageListUrl = projectDir.toPath().resolve("package.list").toUri().toURL()
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/ |
D | build.gradle | 15 packageListUrl = projectDir.toPath().resolve("package.list").toUri().toURL()
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/ |
D | build.gradle | 24 packageListUrl = projectDir.toPath().resolve("package.list").toUri().toURL()
|
/external/opencensus-java/contrib/agent/src/integration-test/java/io/opencensus/contrib/agent/instrumentation/ |
D | UrlInstrumentationIT.java | 62 URL url = getClass().getResource("some_resource.txt").toURI().toURL(); in getContent()
|
/external/emma/core/java12/com/vladium/emma/rt/ |
D | ClassPathProcessorST.java | 105 … srcURL = "jar:".concat (m_archiveFile.toURL ().toExternalForm ()).concat ("!/").concat (name); in handleArchiveEntry() 204 srcURL = inFile.toURL ().toExternalForm (); in handleFile()
|
/external/glide/library/src/main/java/com/bumptech/glide/load/data/ |
D | HttpUrlFetcher.java | 40 return loadDataWithRedirects(glideUrl.toURL(), 0 /*redirects*/, null /*lastUrl*/); in loadData()
|
/external/opencensus-java/contrib/monitored_resource_util/src/main/java/io/opencensus/contrib/monitoredresource/util/ |
D | AwsIdentityDocUtils.java | 87 HttpURLConnection connection = HttpURLConnection.class.cast(uri.toURL().openConnection()); in openStream()
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue318/ |
D | ContextClassLoaderTest.java | 88 yamlCL = new URLClassLoader(new URL[] { runtimeClassesDir.toURI().toURL() }, null); in before()
|
/external/antlr/gunit-maven-plugin/src/main/java/org/antlr/mojo/antlr3/ |
D | GUnitExecuteMojo.java | 244 classPathUrls.add( new File( path ).toURI().toURL() ); in determineProjectCompileScopeClassLoader() 256 return artifact.getFile().toURI().toURL(); in resolveLocalURL()
|
/external/dokka/core/src/test/kotlin/format/ |
D | JavaLayoutHtmlFormatTestCase.kt | 71 sb.append(folder.root.toURI().resolve(URI("/").relativize(loc)).toURL().readText()) in <lambda>()
|
D | DacFormatTestCase.kt | 83 output.append(tmpFolder.resolve(URI("/").relativize(loc)).toURL().readText()) in <lambda>()
|
/external/javassist/src/main/javassist/ |
D | ClassPoolTail.java | 72 return f.getCanonicalFile().toURI().toURL(); in find() 143 .toURI().toURL().toString(); in JarClassPath()
|
/external/guava/android/guava-tests/test/com/google/common/io/ |
D | SourceSinkFactories.java | 424 return Resources.asByteSource(getFile().toURI().toURL()); 434 return Resources.asCharSource(getFile().toURI().toURL(), Charsets.UTF_8);
|
/external/downloader/src/test/java/com/google/android/downloader/ |
D | CronetUrlEngineTest.java | 114 String url = sourceFile.toURI().toURL().toString(); in executeRequest_fileUrl_requestFails()
|
/external/kotlinx.coroutines/gradle/ |
D | dokka.gradle | 41 …ackageListUrl = rootProject.projectDir.toPath().resolve("site/stdlib.package.list").toUri().toURL()
|