Home
last modified time | relevance | path

Searched +refs:resolve +refs:file +refs:source +refs:location (Results 1 – 25 of 14772) sorted by relevance

12345678910>>...591

/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/modules/
H A DQueryBeforeEnter.java41 import java.nio.file.*;
67 import com.sun.source.util.Plugin;
68 import com.sun.source.util.TaskEvent;
69 import com.sun.source.util.TaskListener;
85 com.sun.source.util.JavacTask task = in testEmpty()
145 com.sun.source.util.JavacTask task = in testUnnamed()
519 return super.hasLocation(location) || location == StandardLocation.SOURCE_PATH; in hasLocation()
527 return super.contains(location, fo); in contains()
531 public String inferBinaryName(Location location, JavaFileObject file) { in inferBinaryName() argument
533 String path = ((SourceFileObject) file).path; in inferBinaryName()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/modules/
H A DQueryBeforeEnter.java41 import java.nio.file.*;
67 import com.sun.source.util.Plugin;
68 import com.sun.source.util.TaskEvent;
69 import com.sun.source.util.TaskListener;
85 com.sun.source.util.JavacTask task = in testEmpty()
145 com.sun.source.util.JavacTask task = in testUnnamed()
519 return super.hasLocation(location) || location == StandardLocation.SOURCE_PATH; in hasLocation()
527 return super.contains(location, fo); in contains()
531 public String inferBinaryName(Location location, JavaFileObject file) { in inferBinaryName() argument
533 String path = ((SourceFileObject) file).path; in inferBinaryName()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/modules/
H A DQueryBeforeEnter.java41 import java.nio.file.*;
67 import com.sun.source.util.Plugin;
68 import com.sun.source.util.TaskEvent;
69 import com.sun.source.util.TaskListener;
85 com.sun.source.util.JavacTask task = in testEmpty()
145 com.sun.source.util.JavacTask task = in testUnnamed()
519 return super.hasLocation(location) || location == StandardLocation.SOURCE_PATH; in hasLocation()
527 return super.contains(location, fo); in contains()
531 public String inferBinaryName(Location location, JavaFileObject file) { in inferBinaryName() argument
533 String path = ((SourceFileObject) file).path; in inferBinaryName()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/modules/
H A DQueryBeforeEnter.java41 import java.nio.file.*;
67 import com.sun.source.util.Plugin;
68 import com.sun.source.util.TaskEvent;
69 import com.sun.source.util.TaskListener;
85 com.sun.source.util.JavacTask task = in testEmpty()
145 com.sun.source.util.JavacTask task = in testUnnamed()
519 return super.hasLocation(location) || location == StandardLocation.SOURCE_PATH; in hasLocation()
527 return super.contains(location, fo); in contains()
531 public String inferBinaryName(Location location, JavaFileObject file) { in inferBinaryName() argument
533 String path = ((SourceFileObject) file).path; in inferBinaryName()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/modules/
H A DQueryBeforeEnter.java41 import java.nio.file.*;
67 import com.sun.source.util.Plugin;
68 import com.sun.source.util.TaskEvent;
69 import com.sun.source.util.TaskListener;
85 com.sun.source.util.JavacTask task = in testEmpty()
145 com.sun.source.util.JavacTask task = in testUnnamed()
519 return super.hasLocation(location) || location == StandardLocation.SOURCE_PATH; in hasLocation()
527 return super.contains(location, fo); in contains()
531 public String inferBinaryName(Location location, JavaFileObject file) { in inferBinaryName() argument
533 String path = ((SourceFileObject) file).path; in inferBinaryName()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/modules/
H A DQueryBeforeEnter.java41 import java.nio.file.*;
67 import com.sun.source.util.Plugin;
68 import com.sun.source.util.TaskEvent;
69 import com.sun.source.util.TaskListener;
85 com.sun.source.util.JavacTask task = in testEmpty()
145 com.sun.source.util.JavacTask task = in testUnnamed()
519 return super.hasLocation(location) || location == StandardLocation.SOURCE_PATH; in hasLocation()
527 return super.contains(location, fo); in contains()
531 public String inferBinaryName(Location location, JavaFileObject file) { in inferBinaryName() argument
533 String path = ((SourceFileObject) file).path; in inferBinaryName()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/
H A DLinkedResourceTest.java170 assertEquals("1.2", resolve(location), folder.getLocation()); in testAllowMissingLocal()
171 assertTrue("1.3", !resolve(location).toFile().exists()); in testAllowMissingLocal()
1244 file.createLink(location, IResource.NONE, monitor); in testLinkFile()
1266 IPath resolvedLocation = resolve(location); in testLinkFile()
1299 IPath resolvedLocation = resolve(location); in testLinkFile()
1367 if (!resolve(location).toFile().exists()) { in testLinkFolder()
1383 if (resolve(location).toFile().isFile()) { in testLinkFolder()
1398 IPath resolvedLocation = resolve(location); in testLinkFolder()
1469 resolve(location).toFile().createNewFile(); in testModificationStamp()
1479 ensureDoesNotExistInFileSystem(resolve(location).toFile()); in testModificationStamp()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/lib/toolbox/
H A DToolBox.java38 import java.nio.file.FileVisitResult;
39 import java.nio.file.Files;
41 import java.nio.file.Path;
42 import java.nio.file.Paths;
214 to = to.resolve(from.getFileName()); in copyFile()
428 to = to.resolve(from.getFileName()); in moveFile()
606 this.source = source; in JavaSource()
617 this.source = source; in JavaSource()
634 Path file = dir.resolve(getJavaFileNameFromSource(source)); in write() local
643 return source; in getCharContent()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/lib/toolbox/
H A DToolBox.java38 import java.nio.file.FileVisitResult;
39 import java.nio.file.Files;
41 import java.nio.file.Path;
42 import java.nio.file.Paths;
214 to = to.resolve(from.getFileName()); in copyFile()
428 to = to.resolve(from.getFileName()); in moveFile()
606 this.source = source; in JavaSource()
617 this.source = source; in JavaSource()
634 Path file = dir.resolve(getJavaFileNameFromSource(source)); in write() local
643 return source; in getCharContent()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/lib/toolbox/
H A DToolBox.java38 import java.nio.file.FileVisitResult;
39 import java.nio.file.Files;
41 import java.nio.file.Path;
42 import java.nio.file.Paths;
214 to = to.resolve(from.getFileName()); in copyFile()
428 to = to.resolve(from.getFileName()); in moveFile()
606 this.source = source; in JavaSource()
617 this.source = source; in JavaSource()
634 Path file = dir.resolve(getJavaFileNameFromSource(source)); in write() local
643 return source; in getCharContent()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/lib/toolbox/
H A DToolBox.java38 import java.nio.file.FileVisitResult;
39 import java.nio.file.Files;
41 import java.nio.file.Path;
42 import java.nio.file.Paths;
214 to = to.resolve(from.getFileName()); in copyFile()
428 to = to.resolve(from.getFileName()); in moveFile()
606 this.source = source; in JavaSource()
617 this.source = source; in JavaSource()
634 Path file = dir.resolve(getJavaFileNameFromSource(source)); in write() local
643 return source; in getCharContent()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/lib/toolbox/
H A DToolBox.java38 import java.nio.file.FileVisitResult;
39 import java.nio.file.Files;
41 import java.nio.file.Path;
42 import java.nio.file.Paths;
214 to = to.resolve(from.getFileName()); in copyFile()
428 to = to.resolve(from.getFileName()); in moveFile()
606 this.source = source; in JavaSource()
617 this.source = source; in JavaSource()
634 Path file = dir.resolve(getJavaFileNameFromSource(source)); in write() local
643 return source; in getCharContent()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/lib/toolbox/
H A DToolBox.java38 import java.nio.file.FileVisitResult;
39 import java.nio.file.Files;
41 import java.nio.file.Path;
42 import java.nio.file.Paths;
214 to = to.resolve(from.getFileName()); in copyFile()
428 to = to.resolve(from.getFileName()); in moveFile()
606 this.source = source; in JavaSource()
617 this.source = source; in JavaSource()
634 Path file = dir.resolve(getJavaFileNameFromSource(source)); in write() local
643 return source; in getCharContent()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/lib/toolbox/
H A DToolBox.java38 import java.nio.file.FileVisitResult;
39 import java.nio.file.Files;
41 import java.nio.file.Path;
42 import java.nio.file.Paths;
214 to = to.resolve(from.getFileName()); in copyFile()
428 to = to.resolve(from.getFileName()); in moveFile()
606 this.source = source; in JavaSource()
617 this.source = source; in JavaSource()
634 Path file = dir.resolve(getJavaFileNameFromSource(source)); in write() local
643 return source; in getCharContent()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/lib/toolbox/
H A DToolBox.java38 import java.nio.file.FileVisitResult;
39 import java.nio.file.Files;
41 import java.nio.file.Path;
42 import java.nio.file.Paths;
240 to = to.resolve(from.getFileName()); in copyFile()
454 to = to.resolve(from.getFileName()); in moveFile()
632 this.source = source; in JavaSource()
643 this.source = source; in JavaSource()
660 Path file = dir.resolve(getJavaFileNameFromSource(source)); in write() local
669 return source; in getCharContent()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/
H A DLaunchingMessages.properties52 JavaRuntime_Could_not_resolve_classpath_container___0__1=Could not resolve classpath container: {0}
147 …Exception_occurred_initializing_source_location__5=Exception occurred initializing source location.
154 …Exception_occurred_initializing_source_location__5=Exception occurred initializing source location.
157 …Exception_occurred_initializing_source_location__4=Exception occurred initializing source location.
159 JavaSourceLocator_Illegal_to_have_a_container_resolved_to_a_container_1=A container cannot resolve
163 JavaSourceLocator_Unable_to_restore_source_location__12=Unable to restore source location.
184 ProjectClasspathVariableResolver_2=Unable to resolve project for: ${project_classpath}
190 …VMType_5=Problem with EE file -Dee.source.map property. Wildcards in source location do not match …
191 EEVMType_6=Problem with EE file -Dee.source.map property. Library location and source location must…
192 ExecutionEnvironmentDescription_0=Description file not found {0}
[all …]
/dports/security/softether/v4.38-9760/src/bin/hamcore/wwwroot/admin/default/
H A Dtsconfig.json15 "declaration": true, /* Generates corresponding '.d.ts' file. */
16 "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */
17 "sourceMap": true, /* Generates corresponding '.map' file. */
18 // "outFile": "./", /* Concatenate and emit output to single file. */
34 …ict": true, /* Parse in strict mode and emit "use strict" for each source file. */
42 …// "baseUrl": "./", /* Base directory to resolve non-absolute module names. …
49 // "preserveSymlinks": true, /* Do not resolve the real path of symlinks. */
51 …"", /* Specify the location where debugger should locate TypeScript files ins…
52 …// "mapRoot": "", /* Specify the location where debugger should locate map…
53 …SourceMap": true, /* Emit a single file with source maps instead of having a separat…
[all …]
H A Dtsconfig_webpack.json15 "declaration": true, /* Generates corresponding '.d.ts' file. */
16 "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */
17 "sourceMap": true, /* Generates corresponding '.map' file. */
18 // "outFile": "./", /* Concatenate and emit output to single file. */
34 …ict": true, /* Parse in strict mode and emit "use strict" for each source file. */
42 …// "baseUrl": "./", /* Base directory to resolve non-absolute module names. …
49 // "preserveSymlinks": true, /* Do not resolve the real path of symlinks. */
51 …"", /* Specify the location where debugger should locate TypeScript files ins…
52 …// "mapRoot": "", /* Specify the location where debugger should locate map…
53 …SourceMap": true, /* Emit a single file with source maps instead of having a separat…
[all …]
/dports/security/softether-devel/v4.36-9754/src/bin/hamcore/wwwroot/admin/default/
H A Dtsconfig.json15 "declaration": true, /* Generates corresponding '.d.ts' file. */
16 "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */
17 "sourceMap": true, /* Generates corresponding '.map' file. */
18 // "outFile": "./", /* Concatenate and emit output to single file. */
34 …ict": true, /* Parse in strict mode and emit "use strict" for each source file. */
42 …// "baseUrl": "./", /* Base directory to resolve non-absolute module names. …
49 // "preserveSymlinks": true, /* Do not resolve the real path of symlinks. */
51 …"", /* Specify the location where debugger should locate TypeScript files ins…
52 …// "mapRoot": "", /* Specify the location where debugger should locate map…
53 …SourceMap": true, /* Emit a single file with source maps instead of having a separat…
[all …]
H A Dtsconfig_webpack.json15 "declaration": true, /* Generates corresponding '.d.ts' file. */
16 "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */
17 "sourceMap": true, /* Generates corresponding '.map' file. */
18 // "outFile": "./", /* Concatenate and emit output to single file. */
34 …ict": true, /* Parse in strict mode and emit "use strict" for each source file. */
42 …// "baseUrl": "./", /* Base directory to resolve non-absolute module names. …
49 // "preserveSymlinks": true, /* Do not resolve the real path of symlinks. */
51 …"", /* Specify the location where debugger should locate TypeScript files ins…
52 …// "mapRoot": "", /* Specify the location where debugger should locate map…
53 …SourceMap": true, /* Emit a single file with source maps instead of having a separat…
[all …]
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/bin/hamcore/wwwroot/admin/default/
H A Dtsconfig.json15 "declaration": true, /* Generates corresponding '.d.ts' file. */
16 "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */
17 "sourceMap": true, /* Generates corresponding '.map' file. */
18 // "outFile": "./", /* Concatenate and emit output to single file. */
34 …ict": true, /* Parse in strict mode and emit "use strict" for each source file. */
42 …// "baseUrl": "./", /* Base directory to resolve non-absolute module names. …
49 // "preserveSymlinks": true, /* Do not resolve the real path of symlinks. */
51 …"", /* Specify the location where debugger should locate TypeScript files ins…
52 …// "mapRoot": "", /* Specify the location where debugger should locate map…
53 …SourceMap": true, /* Emit a single file with source maps instead of having a separat…
[all …]
H A Dtsconfig_webpack.json15 "declaration": true, /* Generates corresponding '.d.ts' file. */
16 "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */
17 "sourceMap": true, /* Generates corresponding '.map' file. */
18 // "outFile": "./", /* Concatenate and emit output to single file. */
34 …ict": true, /* Parse in strict mode and emit "use strict" for each source file. */
42 …// "baseUrl": "./", /* Base directory to resolve non-absolute module names. …
49 // "preserveSymlinks": true, /* Do not resolve the real path of symlinks. */
51 …"", /* Specify the location where debugger should locate TypeScript files ins…
52 …// "mapRoot": "", /* Specify the location where debugger should locate map…
53 …SourceMap": true, /* Emit a single file with source maps instead of having a separat…
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/platform/
H A DJDKPlatformProvider.java64 import com.sun.source.util.Plugin;
160 public boolean hasLocation(Location location) { in getFileManager()
161 return super.hasExplicitLocation(location); in getFileManager()
192 public Iterable<JavaFileObject> list(Location location, in getFileManager()
240 public String inferBinaryName(Location location, JavaFileObject file) { in getFileManager()
242 file = ((SigJavaFileObject) file).getDelegate(); in getFileManager()
244 return super.inferBinaryName(location, file); in getFileManager()
261 Path systemModules = root.resolve(ctSymVersion).resolve("system-modules"); in getFileManager()
289 lines.map(line -> jrtModules.resolve(line)) in getFileManager()
398 file = file.resolve(name); in findCtSym()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/platform/
H A DJDKPlatformProvider.java64 import com.sun.source.util.Plugin;
160 public boolean hasLocation(Location location) { in getFileManager()
161 return super.hasExplicitLocation(location); in getFileManager()
192 public Iterable<JavaFileObject> list(Location location, in getFileManager()
240 public String inferBinaryName(Location location, JavaFileObject file) { in getFileManager()
242 file = ((SigJavaFileObject) file).getDelegate(); in getFileManager()
244 return super.inferBinaryName(location, file); in getFileManager()
261 Path systemModules = root.resolve(ctSymVersion).resolve("system-modules"); in getFileManager()
289 lines.map(line -> jrtModules.resolve(line)) in getFileManager()
398 file = file.resolve(name); in findCtSym()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/platform/
H A DJDKPlatformProvider.java64 import com.sun.source.util.Plugin;
160 public boolean hasLocation(Location location) { in getFileManager()
161 return super.hasExplicitLocation(location); in getFileManager()
192 public Iterable<JavaFileObject> list(Location location, in getFileManager()
240 public String inferBinaryName(Location location, JavaFileObject file) { in getFileManager()
242 file = ((SigJavaFileObject) file).getDelegate(); in getFileManager()
244 return super.inferBinaryName(location, file); in getFileManager()
261 Path systemModules = root.resolve(ctSymVersion).resolve("system-modules"); in getFileManager()
289 lines.map(line -> jrtModules.resolve(line)) in getFileManager()
398 file = file.resolve(name); in findCtSym()
[all …]

12345678910>>...591