Searched refs:toUri (Results 76 - 100 of 121) sorted by relevance

12345

/openjdk9/jdk/src/java.base/share/classes/jdk/internal/loader/
H A DBootLoader.java273 return path.toUri().toURL();
/openjdk9/hotspot/test/compiler/jvmci/jdk.vm.ci.hotspot.test/src/jdk/vm/ci/hotspot/test/
H A DMethodHandleAccessProviderData.java131 urls[i] = Paths.get(cpaths[i]).toUri().toURL();
/openjdk9/jdk/src/java.base/unix/classes/sun/nio/fs/
H A DUnixUriUtils.java100 static URI toUri(UnixPath up) { method in class:UnixUriUtils
H A DUnixPath.java905 public URI toUri() { method in class:UnixPath
906 return UnixUriUtils.toUri(this);
/openjdk9/jdk/src/jdk.compiler/share/classes/sun/tools/serialver/
H A DSerialVer.java58 urls[i] = Paths.get(paths[i]).toUri().toURL();
/openjdk9/jdk/test/java/lang/Package/annotation/
H A DPackageInfoTest.java114 URLClassLoader loader = new URLClassLoader(new URL[] { classes.toUri().toURL() });
/openjdk9/jdk/test/java/lang/StackTraceElement/
H A DSerialTest.java257 return path.toUri().toURL();
/openjdk9/langtools/test/tools/javac/annotations/typeAnnotations/failures/
H A DCheckErrorsForSource7.java125 JavaFileObject updatedFile = new TestFO(cut.getSourceFile().toUri(), updated);
/openjdk9/langtools/test/tools/javac/api/
H A DT6877206.java27 * @summary JavaFileObject.toUri returns bogus URI (win)
44 // For a variety of file objects, verify the validity of FileObject.toUri()
102 // test the validity of the result of toUri() by using URLConnection
105 URI uri = fo.toUri();
H A DTestClientCodeWrapper.java505 public URI toUri() { method in class:TestClientCodeWrapper.UserFileObject
506 throwUserExceptionIfNeeded(method, "toUri");
507 return super.toUri();
/openjdk9/langtools/test/tools/javac/generics/bridges/
H A DBridgeHarness.java180 throw new Error("error reading " + jfo.toUri() +": " + e);
/openjdk9/jdk/test/javax/management/MBeanInfo/
H A DNotificationInfoTest.java95 codeBase = classFile.toUri().toURL();
/openjdk9/jdk/test/java/util/logging/bundlesearch/
H A DResourceBundleSearchTest.java100 urls[0] = Paths.get(testDir, "resources").toUri().toURL();
/openjdk9/nashorn/test/src/jdk/nashorn/internal/runtime/test/
H A DCodeStoreAndPathTest.java412 final File file = new File(actualCodeCachePath.toUri());
/openjdk9/jdk/make/src/classes/build/tools/module/
H A DGenModuleInfoSource.java150 writer.format(" // source file: %s%n", sourceFile.toUri());
152 writer.format(" // %s%n", file.toUri());
/openjdk9/jdk/src/java.base/windows/classes/sun/nio/fs/
H A DWindowsPath.java866 public URI toUri() { method in class:WindowsPath
867 return WindowsUriSupport.toUri(this);
/openjdk9/jdk/test/java/io/Serializable/failureAtomicity/
H A DFailureAtomicity.java177 URLClassLoader loader = new URLClassLoader(new URL[]{ build.toUri().toURL() },
278 URLClassLoader loader = new URLClassLoader(new URL[]{ build.toUri().toURL() },
/openjdk9/jdk/src/java.base/share/classes/jdk/internal/jrtfs/
H A DJrtFileSystemProvider.java161 url = jrtfs.toUri().toURL();
/openjdk9/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/processor/generator/
H A DGeneratorBase.java217 options.addGeneratedFile(new File(jfo.toUri()));
/openjdk9/jdk/test/javax/management/remote/mandatory/loading/
H A DMethodResultTest.java72 urls[i] = Paths.get(cpaths[i]).toUri().toURL();
/openjdk9/langtools/src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/
H A DDocletInvoker.java432 return p.normalize().toUri().toURL();
/openjdk9/jdk/test/jdk/nio/zipfs/
H A DZipFSTester.java139 new URI("jar", tmpfsPath.toUri().toString(), null),
458 URI fooUri = fs.getPath("/foo").toUri();
474 new URI("jar", URLDecoder.decode(path.toUri().toString(), "utf8"),
/openjdk9/jaxp/test/javax/xml/jaxp/libs/jaxp/library/
H A DJAXPTestUtilities.java291 return Paths.get(filename).toUri().toASCIIString();
/openjdk9/jdk/src/java.rmi/share/classes/sun/rmi/registry/
H A DRegistryImpl.java421 paths.add(p.toUri().toURL());
/openjdk9/langtools/test/tools/javac/lib/combo/
H A DComboTask.java206 String urlStr = jfo.toUri().toURL().toString();

Completed in 655 milliseconds

12345