Searched refs:resolve (Results 51 - 75 of 253) sorted by relevance

1234567891011

/openjdk7/jdk/test/java/nio/file/DirectoryStream/
H A DDriveLetter.java52 Path expected = Paths.get(drive).resolve(tempFile.getName());
/openjdk7/jdk/test/java/nio/file/Files/
H A DCheckPermissions.java216 Path file = createFile(testdir.resolve("file1234"));
240 Path target = testdir.resolve("target1234");
251 Path link = testdir.resolve("link1234");
270 Path subdir = testdir.resolve("subdir1234");
281 Path fileToCreate = testdir.resolve("file7890");
294 Path link = testdir.resolve("link1234");
308 Path link = testdir.resolve("entry234");
354 Path fileToDelete = testdir.resolve("file7890");
396 Path target2 = testdir.resolve("target1234");
469 createFile(testdir.resolve(entr
[all...]
H A DInterruptCopy.java59 final Path source = dir.resolve("foo");
60 final Path target = dir.resolve("bar");
/openjdk7/jdk/src/share/sample/nio/file/
H A DCopy.java103 Path newdir = target.resolve(source.relativize(dir));
117 copyFile(file, target.resolve(source.relativize(file)),
126 Path newdir = target.resolve(source.relativize(dir));
196 Path dest = (isDir) ? target.resolve(source[i].getFileName()) : target;
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DUnresolvedRef.java56 private VariableRefBase resolve(Parser parser, SymbolTable stable) { method in class:UnresolvedRef
87 if ((_ref = resolve(getParser(), stable)) != null) {
/openjdk7/jdk/src/share/classes/java/io/
H A DFileSystem.java71 public abstract String resolve(String parent, String child); method in class:FileSystem
100 public abstract String resolve(File f); method in class:FileSystem
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/model/
H A DJavaHeapObject.java72 * Subclasses that override this should call super.resolve().
74 public void resolve(Snapshot snapshot) { method in class:JavaHeapObject
77 trace.resolve(snapshot);
/openjdk7/jdk/make/tools/src/build/tools/javazic/
H A DZone.java162 void resolve(Zoneinfo zi) { method in class:Zone
165 rec.resolve(zi);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/policy/
H A DPolicyResolver.java37 * PolicyResolver will be used to resolve the PolicyMap created by configuration understood by JAX-WS.
55 PolicyMap resolve(ServerContext context) throws WebServiceException; method in interface:PolicyResolver
69 PolicyMap resolve(ClientContext context) throws WebServiceException; method in interface:PolicyResolver
/openjdk7/jdk/test/java/beans/Introspector/
H A DTest5102804.java96 protected Class loadClass(String name, boolean resolve) throws ClassNotFoundException { argument
109 if (resolve) {
/openjdk7/jdk/test/java/beans/XMLEncoder/6329581/
H A DTest6329581.java54 protected Class loadClass(String name, boolean resolve) throws ClassNotFoundException { argument
67 if (resolve) {
/openjdk7/jdk/test/java/lang/ClassLoader/findSystemClass/
H A DLoader.java69 public Class loadClass(String name, boolean resolve) argument
83 if (resolve) {
/openjdk7/jdk/src/share/classes/sun/net/spi/nameservice/dns/
H A DDNSNameService.java119 // as JNDI-DNS needs to resolve the name servers.
156 * @param name name to resolve
164 private ArrayList<String> resolve(final DirContext ctx, final String name, method in class:DNSNameService
207 results.addAll(resolve(ctx, addr, ids, depth+1));
291 results = resolve(ctx, host, ids, 0);
297 // Here we try to resolve the host using the domain suffix or
301 // domain suffix is "eng.sun.com" we will try to resolve
331 results = resolve(ctx, host+"."+parentDomain, ids, 0);
351 results = resolve(ctx, host, ids, 0);
421 results = resolve(ct
[all...]
/openjdk7/jdk/test/demo/zipfs/
H A DPathOps.java167 PathOps resolve(String other, String expected) { method in class:PathOps
168 out.format("test resolve %s\n", other);
170 check(path.resolve(other), expected);
335 // resolve
337 .resolve("foo", "/tmp/foo")
338 .resolve("/foo", "/foo");
340 .resolve("foo", "tmp/foo")
341 .resolve("/foo", "/foo");
418 path.resolve((String)null);
/openjdk7/jdk/test/java/nio/file/attribute/UserDefinedFileAttributeView/
H A DBasic.java235 Path file = dir.resolve("foo.html");
244 Path subdir = dir.resolve("foo");
254 Path target = dir.resolve("doesnotexist");
255 Path link = dir.resolve("link");
268 file = dir.resolve("foo.txt");
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DImports.java100 public synchronized void resolve(Environment env) { method in class:Imports
260 public synchronized Identifier resolve(Environment env, Identifier nm) throws ClassNotFound { method in class:Imports
261 if (tracing) env.dtEnter("Imports.resolve: " + nm);
273 if (tracing) env.dtExit("Imports.resolve: QUALIFIED " + nm);
279 resolve(env);
285 if (tracing) env.dtExit("Imports.resolve: PREVIOUSLY IMPORTED " + nm);
319 env.dtExit("Imports.resolve: AMBIGUOUS " + nm);
330 if (tracing) env.dtExit("Imports.resolve: NOT FOUND " + nm);
336 if (tracing) env.dtExit("Imports.resolve: FIRST IMPORT " + nm);
380 * Suppose a resolve() cal
496 public Identifier resolve(Identifier nm) throws ClassNotFound { method in class:ImportEnvironment
[all...]
/openjdk7/jdk/test/sun/reflect/CallerSensitive/
H A DCallerSensitiveFinder.java202 result.addAll(addJarFiles(home.resolve("lib")));
203 } else if (home.resolve("lib").toFile().exists()) {
205 File classes = home.resolve("classes").toFile();
211 result.addAll(addJarFiles(home.resolve("lib")));
220 final Path ext = root.resolve("ext");
/openjdk7/jdk/test/java/nio/file/attribute/AclFileAttributeView/
H A DBasic.java49 Path file = dir.resolve("foo");
123 Path file = dir.resolve("gus");
137 Path subdir = dir.resolve("stuff");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DSALauncherLoader.java77 public synchronized Class loadClass(String name, boolean resolve) argument
102 return (super.loadClass(name, resolve));
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DEventRequestSpecList.java61 boolean resolve(ClassPrepareEvent event) { method in class:EventRequestSpecList
67 EventRequest eventRequest = spec.resolve(event);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/internalizer/
H A DAbstractReferenceFinderImpl.java90 + new URI(lsi.substring(bangIdx + 1)).resolve(new URI(relativeRef)).toString();
95 ref = new URI(lsi).resolve(new URI(relativeRef)).toString();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/jaxws/
H A DDefaultPolicyResolver.java51 public PolicyMap resolve(ServerContext context) { method in class:DefaultPolicyResolver
58 public PolicyMap resolve(ClientContext context) { method in class:DefaultPolicyResolver
/openjdk7/jdk/test/java/nio/file/FileStore/
H A DBasic.java69 Path file1 = Files.createFile(dir.resolve("foo"));
70 Path file2 = Files.createFile(dir.resolve("bar"));
/openjdk7/jdk/test/java/nio/file/WatchService/
H A DSensitivityModifier.java65 dirs[i] = Files.createDirectory(top.resolve("dir" + i));
69 files[i] = Files.createFile(dir.resolve("file" + i));
/openjdk7/jdk/test/java/nio/file/attribute/BasicFileAttributeView/
H A DBasic.java110 Path file = dir.resolve("foo");
120 Path link = dir.resolve("link");

Completed in 316 milliseconds

1234567891011