Home
last modified time | relevance | path

Searched refs:getLocationForModule (Results 1 – 25 of 222) sorted by relevance

123456789

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.compiler/share/classes/javax/tools/
H A DForwardingJavaFileManager.java172 public Location getLocationForModule(Location location, String moduleName) throws IOException { in getLocationForModule() method in ForwardingJavaFileManager
173 return fileManager.getLocationForModule(location, moduleName); in getLocationForModule()
180 public Location getLocationForModule(Location location, JavaFileObject fo) throws IOException { in getLocationForModule() method in ForwardingJavaFileManager
181 return fileManager.getLocationForModule(location, fo); in getLocationForModule()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.compiler/share/classes/javax/tools/
H A DForwardingJavaFileManager.java172 public Location getLocationForModule(Location location, String moduleName) throws IOException { in getLocationForModule() method in ForwardingJavaFileManager
173 return fileManager.getLocationForModule(location, moduleName); in getLocationForModule()
180 public Location getLocationForModule(Location location, JavaFileObject fo) throws IOException { in getLocationForModule() method in ForwardingJavaFileManager
181 return fileManager.getLocationForModule(location, fo); in getLocationForModule()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.compiler/share/classes/javax/tools/
H A DForwardingJavaFileManager.java172 public Location getLocationForModule(Location location, String moduleName) throws IOException { in getLocationForModule() method in ForwardingJavaFileManager
173 return fileManager.getLocationForModule(location, moduleName); in getLocationForModule()
180 public Location getLocationForModule(Location location, JavaFileObject fo) throws IOException { in getLocationForModule() method in ForwardingJavaFileManager
181 return fileManager.getLocationForModule(location, fo); in getLocationForModule()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.compiler/share/classes/javax/tools/
H A DForwardingJavaFileManager.java172 public Location getLocationForModule(Location location, String moduleName) throws IOException { in getLocationForModule() method in ForwardingJavaFileManager
173 return fileManager.getLocationForModule(location, moduleName); in getLocationForModule()
180 public Location getLocationForModule(Location location, JavaFileObject fo) throws IOException { in getLocationForModule() method in ForwardingJavaFileManager
181 return fileManager.getLocationForModule(location, fo); in getLocationForModule()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.compiler/share/classes/javax/tools/
H A DForwardingJavaFileManager.java172 public Location getLocationForModule(Location location, String moduleName) throws IOException { in getLocationForModule() method in ForwardingJavaFileManager
173 return fileManager.getLocationForModule(location, moduleName); in getLocationForModule()
180 public Location getLocationForModule(Location location, JavaFileObject fo) throws IOException { in getLocationForModule() method in ForwardingJavaFileManager
181 return fileManager.getLocationForModule(location, fo); in getLocationForModule()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.compiler/share/classes/javax/tools/
H A DForwardingJavaFileManager.java172 public Location getLocationForModule(Location location, String moduleName) throws IOException { in getLocationForModule() method in ForwardingJavaFileManager
173 return fileManager.getLocationForModule(location, moduleName); in getLocationForModule()
180 public Location getLocationForModule(Location location, JavaFileObject fo) throws IOException { in getLocationForModule() method in ForwardingJavaFileManager
181 return fileManager.getLocationForModule(location, fo); in getLocationForModule()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/file/
H A DSetLocationForModule.java108 Location m = fm.getLocationForModule(locn, "m"); in testModulePath()
147 m = fm.getLocationForModule(locn, "m"); in testModulePath()
166 Location m = fm.getLocationForModule(locn, "m"); in testModuleSourcePath()
192 m = fm.getLocationForModule(locn, "m"); in testModuleSourcePath()
207 Location m = fm.getLocationForModule(locn, "m"); in testOutput()
241 m = fm.getLocationForModule(locn, "m"); in testOutput()
256 Location m = fm.getLocationForModule(locn, "m"); in testOutput_invalid()
289 Location m = fm.getLocationForModule(locn, "m"); in testOutput_nested()
305 Location javaCompiler = fm.getLocationForModule(locn, "java.compiler"); in testSystemModules()
H A DModuleAndPackageLocations.java87 fm.getLocationForModule(StandardLocation.SOURCE_OUTPUT, "c"); in testListLocations()
99 Location cOutput = fm.getLocationForModule(StandardLocation.SOURCE_OUTPUT, "c"); in testGetModuleForPath()
102 Location cOutput2 = fm.getLocationForModule(StandardLocation.SOURCE_OUTPUT, testFO); in testGetModuleForPath()
118 assertRefused(() -> fm.getLocationForModule(StandardLocation.SOURCE_PATH, "test")); in testRejects()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/file/
H A DSetLocationForModule.java108 Location m = fm.getLocationForModule(locn, "m"); in testModulePath()
147 m = fm.getLocationForModule(locn, "m"); in testModulePath()
165 Location m = fm.getLocationForModule(locn, "m"); in testModuleSourcePath()
190 m = fm.getLocationForModule(locn, "m"); in testModuleSourcePath()
205 Location m = fm.getLocationForModule(locn, "m"); in testOutput()
239 m = fm.getLocationForModule(locn, "m"); in testOutput()
254 Location m = fm.getLocationForModule(locn, "m"); in testOutput_invalid()
287 Location m = fm.getLocationForModule(locn, "m"); in testOutput_nested()
303 Location javaCompiler = fm.getLocationForModule(locn, "java.compiler"); in testSystemModules()
H A DModuleAndPackageLocations.java87 fm.getLocationForModule(StandardLocation.SOURCE_OUTPUT, "c"); in testListLocations()
99 Location cOutput = fm.getLocationForModule(StandardLocation.SOURCE_OUTPUT, "c"); in testGetModuleForPath()
102 Location cOutput2 = fm.getLocationForModule(StandardLocation.SOURCE_OUTPUT, testFO); in testGetModuleForPath()
118 assertRefused(() -> fm.getLocationForModule(StandardLocation.SOURCE_PATH, "test")); in testRejects()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/file/
H A DSetLocationForModule.java108 Location m = fm.getLocationForModule(locn, "m"); in testModulePath()
147 m = fm.getLocationForModule(locn, "m"); in testModulePath()
166 Location m = fm.getLocationForModule(locn, "m"); in testModuleSourcePath()
192 m = fm.getLocationForModule(locn, "m"); in testModuleSourcePath()
207 Location m = fm.getLocationForModule(locn, "m"); in testOutput()
241 m = fm.getLocationForModule(locn, "m"); in testOutput()
256 Location m = fm.getLocationForModule(locn, "m"); in testOutput_invalid()
289 Location m = fm.getLocationForModule(locn, "m"); in testOutput_nested()
305 Location javaCompiler = fm.getLocationForModule(locn, "java.compiler"); in testSystemModules()
H A DModuleAndPackageLocations.java87 fm.getLocationForModule(StandardLocation.SOURCE_OUTPUT, "c"); in testListLocations()
99 Location cOutput = fm.getLocationForModule(StandardLocation.SOURCE_OUTPUT, "c"); in testGetModuleForPath()
102 Location cOutput2 = fm.getLocationForModule(StandardLocation.SOURCE_OUTPUT, testFO); in testGetModuleForPath()
118 assertRefused(() -> fm.getLocationForModule(StandardLocation.SOURCE_PATH, "test")); in testRejects()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/file/
H A DSetLocationForModule.java108 Location m = fm.getLocationForModule(locn, "m"); in testModulePath()
147 m = fm.getLocationForModule(locn, "m"); in testModulePath()
165 Location m = fm.getLocationForModule(locn, "m"); in testModuleSourcePath()
190 m = fm.getLocationForModule(locn, "m"); in testModuleSourcePath()
205 Location m = fm.getLocationForModule(locn, "m"); in testOutput()
239 m = fm.getLocationForModule(locn, "m"); in testOutput()
254 Location m = fm.getLocationForModule(locn, "m"); in testOutput_invalid()
287 Location m = fm.getLocationForModule(locn, "m"); in testOutput_nested()
303 Location javaCompiler = fm.getLocationForModule(locn, "java.compiler"); in testSystemModules()
H A DModuleAndPackageLocations.java87 fm.getLocationForModule(StandardLocation.SOURCE_OUTPUT, "c"); in testListLocations()
99 Location cOutput = fm.getLocationForModule(StandardLocation.SOURCE_OUTPUT, "c"); in testGetModuleForPath()
102 Location cOutput2 = fm.getLocationForModule(StandardLocation.SOURCE_OUTPUT, testFO); in testGetModuleForPath()
118 assertRefused(() -> fm.getLocationForModule(StandardLocation.SOURCE_PATH, "test")); in testRejects()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/file/
H A DSetLocationForModule.java108 Location m = fm.getLocationForModule(locn, "m"); in testModulePath()
147 m = fm.getLocationForModule(locn, "m"); in testModulePath()
165 Location m = fm.getLocationForModule(locn, "m"); in testModuleSourcePath()
190 m = fm.getLocationForModule(locn, "m"); in testModuleSourcePath()
205 Location m = fm.getLocationForModule(locn, "m"); in testOutput()
239 m = fm.getLocationForModule(locn, "m"); in testOutput()
254 Location m = fm.getLocationForModule(locn, "m"); in testOutput_invalid()
287 Location m = fm.getLocationForModule(locn, "m"); in testOutput_nested()
303 Location javaCompiler = fm.getLocationForModule(locn, "java.compiler"); in testSystemModules()
H A DModuleAndPackageLocations.java87 fm.getLocationForModule(StandardLocation.SOURCE_OUTPUT, "c"); in testListLocations()
99 Location cOutput = fm.getLocationForModule(StandardLocation.SOURCE_OUTPUT, "c"); in testGetModuleForPath()
102 Location cOutput2 = fm.getLocationForModule(StandardLocation.SOURCE_OUTPUT, testFO); in testGetModuleForPath()
118 assertRefused(() -> fm.getLocationForModule(StandardLocation.SOURCE_PATH, "test")); in testRejects()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/file/
H A DSetLocationForModule.java108 Location m = fm.getLocationForModule(locn, "m"); in testModulePath()
147 m = fm.getLocationForModule(locn, "m"); in testModulePath()
165 Location m = fm.getLocationForModule(locn, "m"); in testModuleSourcePath()
190 m = fm.getLocationForModule(locn, "m"); in testModuleSourcePath()
205 Location m = fm.getLocationForModule(locn, "m"); in testOutput()
239 m = fm.getLocationForModule(locn, "m"); in testOutput()
254 Location m = fm.getLocationForModule(locn, "m"); in testOutput_invalid()
287 Location m = fm.getLocationForModule(locn, "m"); in testOutput_nested()
303 Location javaCompiler = fm.getLocationForModule(locn, "java.compiler"); in testSystemModules()
H A DModuleAndPackageLocations.java87 fm.getLocationForModule(StandardLocation.SOURCE_OUTPUT, "c"); in testListLocations()
99 Location cOutput = fm.getLocationForModule(StandardLocation.SOURCE_OUTPUT, "c"); in testGetModuleForPath()
102 Location cOutput2 = fm.getLocationForModule(StandardLocation.SOURCE_OUTPUT, testFO); in testGetModuleForPath()
118 assertRefused(() -> fm.getLocationForModule(StandardLocation.SOURCE_PATH, "test")); in testRejects()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/file/
H A DSetLocationForModule.java108 Location m = fm.getLocationForModule(locn, "m"); in testModulePath()
147 m = fm.getLocationForModule(locn, "m"); in testModulePath()
165 Location m = fm.getLocationForModule(locn, "m"); in testModuleSourcePath()
190 m = fm.getLocationForModule(locn, "m"); in testModuleSourcePath()
205 Location m = fm.getLocationForModule(locn, "m"); in testOutput()
239 m = fm.getLocationForModule(locn, "m"); in testOutput()
254 Location m = fm.getLocationForModule(locn, "m"); in testOutput_invalid()
287 Location m = fm.getLocationForModule(locn, "m"); in testOutput_nested()
303 Location javaCompiler = fm.getLocationForModule(locn, "java.compiler"); in testSystemModules()
H A DModuleAndPackageLocations.java87 fm.getLocationForModule(StandardLocation.SOURCE_OUTPUT, "c"); in testListLocations()
99 Location cOutput = fm.getLocationForModule(StandardLocation.SOURCE_OUTPUT, "c"); in testGetModuleForPath()
102 Location cOutput2 = fm.getLocationForModule(StandardLocation.SOURCE_OUTPUT, testFO); in testGetModuleForPath()
118 assertRefused(() -> fm.getLocationForModule(StandardLocation.SOURCE_PATH, "test")); in testRejects()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/file/
H A DSetLocationForModule.java108 Location m = fm.getLocationForModule(locn, "m"); in testModulePath()
147 m = fm.getLocationForModule(locn, "m"); in testModulePath()
165 Location m = fm.getLocationForModule(locn, "m"); in testModuleSourcePath()
190 m = fm.getLocationForModule(locn, "m"); in testModuleSourcePath()
205 Location m = fm.getLocationForModule(locn, "m"); in testOutput()
239 m = fm.getLocationForModule(locn, "m"); in testOutput()
254 Location m = fm.getLocationForModule(locn, "m"); in testOutput_invalid()
287 Location m = fm.getLocationForModule(locn, "m"); in testOutput_nested()
303 Location javaCompiler = fm.getLocationForModule(locn, "java.compiler"); in testSystemModules()
H A DModuleAndPackageLocations.java87 fm.getLocationForModule(StandardLocation.SOURCE_OUTPUT, "c"); in testListLocations()
99 Location cOutput = fm.getLocationForModule(StandardLocation.SOURCE_OUTPUT, "c"); in testGetModuleForPath()
102 Location cOutput2 = fm.getLocationForModule(StandardLocation.SOURCE_OUTPUT, testFO); in testGetModuleForPath()
118 assertRefused(() -> fm.getLocationForModule(StandardLocation.SOURCE_PATH, "test")); in testRejects()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.compiler/share/classes/javax/tools/
H A DForwardingJavaFileManager.java185 public Location getLocationForModule(Location location, String moduleName) throws IOException { in getLocationForModule() method in ForwardingJavaFileManager
186 return fileManager.getLocationForModule(location, moduleName); in getLocationForModule()
193 public Location getLocationForModule(Location location, JavaFileObject fo) throws IOException { in getLocationForModule() method in ForwardingJavaFileManager
194 return fileManager.getLocationForModule(location, fo); in getLocationForModule()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.compiler/share/classes/javax/tools/
H A DForwardingJavaFileManager.java185 public Location getLocationForModule(Location location, String moduleName) throws IOException { in getLocationForModule() method in ForwardingJavaFileManager
186 return fileManager.getLocationForModule(location, moduleName); in getLocationForModule()
193 public Location getLocationForModule(Location location, JavaFileObject fo) throws IOException { in getLocationForModule() method in ForwardingJavaFileManager
194 return fileManager.getLocationForModule(location, fo); in getLocationForModule()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/main/
H A DDelegatingJavaFileManager.java144 public Location getLocationForModule(Location location, in getLocationForModule() method in DelegatingJavaFileManager
146 return delegate(location).getLocationForModule(location, moduleName); in getLocationForModule()
150 public Location getLocationForModule(Location location, in getLocationForModule() method in DelegatingJavaFileManager
152 return delegate(location).getLocationForModule(location, fo); in getLocationForModule()

123456789