/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/util/ |
H A D | JRTUtil.java | 180 …public static InputStream getContentFromJrt(File jrt, String fileName, String module) throws IOExc… in getContentFromJrt() 184 …public static byte[] getClassfileContent(File jrt, String fileName, String module) throws IOExcept… in getClassfileContent() 188 …public static ClassFileReader getClassfile(File jrt, String fileName, IModule module) throws IOExc… in getClassfile() 192 …public static ClassFileReader getClassfile(File jrt, String fileName, String module, Predicate<Str… in getClassfile() 196 public static List<String> getModulesDeclaringPackage(File jrt, String qName, String moduleName) { in getModulesDeclaringPackage() 200 …public static boolean hasCompilationUnit(File jrt, String qualifiedPackageName, String moduleName)… in hasCompilationUnit() 247 JrtFileSystemWithOlderRelease(File jrt, String release) throws IOException { in JrtFileSystemWithOlderRelease() 344 public static JrtFileSystem getNewJrtFileSystem(File jrt, String release) throws IOException { in getNewJrtFileSystem() 357 JrtFileSystem(File jrt) throws IOException { in JrtFileSystem() 361 void initialize(File jrt) throws IOException { in initialize()
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/ |
H A D | AddJrtToIndex.java | 119 final File jrt; field in AddJrtToIndex.JrtIndexer 121 …public JrtIndexer(File jrt, SearchParticipant participant, Index index, IPath container, IndexMana… in JrtIndexer() 266 File jrt = new File(fileName); in execute() local
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.compiler.tool/src/org/eclipse/jdt/internal/compiler/batch/ |
H A D | ClasspathJsr199.java | 49 private Classpath jrt; field in ClasspathJsr199 56 public ClasspathJsr199(Classpath jrt, JavaFileManager file, JavaFileManager.Location location) { in ClasspathJsr199()
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.compiler.apt/src/org/eclipse/jdt/internal/compiler/apt/util/ |
H A D | ModuleLocationHandler.java | 31 public void newSystemLocation(Location loc, JrtFileSystem jrt) throws IOException { in newSystemLocation() 149 public SystemLocationContainer(Location loc, JrtFileSystem jrt) throws IOException { in SystemLocationContainer()
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/ |
H A D | ClasspathJrt.java | 84 static HashMap<String, SimpleSet> findPackagesInModules(final ClasspathJrt jrt) { in findPackagesInModules() 126 public static void loadModules(final ClasspathJrt jrt) { in loadModules()
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.compiler.tool/src/org/eclipse/jdt/internal/compiler/tool/ |
H A D | ModuleLocationHandler.java | 44 public void newSystemLocation(Location loc, JrtFileSystem jrt) throws IOException { in newSystemLocation() 170 public SystemLocationContainer(Location loc, JrtFileSystem jrt) throws IOException { in SystemLocationContainer()
|
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/make/jdk/src/classes/build/tools/jigsaw/ |
H A D | ListPackages.java | 142 Path jrt = javaHome.resolve("lib").resolve("modules"); in list() local
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/make/jdk/src/classes/build/tools/jigsaw/ |
H A D | ListPackages.java | 142 Path jrt = javaHome.resolve("lib").resolve("modules"); in list() local
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/modules/ |
H A D | IncubatingTest.java | 241 FileSystem jrt = FileSystems.getFileSystem(URI.create("jrt:/")); in copyJavaBase() local
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/make/jdk/src/classes/build/tools/jigsaw/ |
H A D | ListPackages.java | 142 Path jrt = javaHome.resolve("lib").resolve("modules"); in list() local
|
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/modules/ |
H A D | IncubatingTest.java | 241 FileSystem jrt = FileSystems.getFileSystem(URI.create("jrt:/")); in copyJavaBase() local
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/make/jdk/src/classes/build/tools/jigsaw/ |
H A D | ListPackages.java | 142 Path jrt = javaHome.resolve("lib").resolve("modules"); in list() local
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/modules/ |
H A D | IncubatingTest.java | 241 FileSystem jrt = FileSystems.getFileSystem(URI.create("jrt:/")); in copyJavaBase() local
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/make/jdk/src/classes/build/tools/jigsaw/ |
H A D | ListPackages.java | 142 Path jrt = javaHome.resolve("lib").resolve("modules"); in list() local
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/modules/ |
H A D | IncubatingTest.java | 241 FileSystem jrt = FileSystems.getFileSystem(URI.create("jrt:/")); in copyJavaBase() local
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/make/jdk/src/classes/build/tools/jigsaw/ |
H A D | ListPackages.java | 142 Path jrt = javaHome.resolve("lib").resolve("modules"); in list() local
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/modules/ |
H A D | IncubatingTest.java | 241 FileSystem jrt = FileSystems.getFileSystem(URI.create("jrt:/")); in copyJavaBase() local
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/modules/ |
H A D | IncubatingTest.java | 241 FileSystem jrt = FileSystems.getFileSystem(URI.create("jrt:/")); in copyJavaBase() local
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/make/jdk/src/classes/build/tools/jigsaw/ |
H A D | ListPackages.java | 142 Path jrt = javaHome.resolve("lib").resolve("modules"); in list() local
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/modules/ |
H A D | IncubatingTest.java | 241 FileSystem jrt = FileSystems.getFileSystem(URI.create("jrt:/")); in copyJavaBase() local
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/make/jdk/src/classes/build/tools/jigsaw/ |
H A D | ListPackages.java | 142 Path jrt = javaHome.resolve("lib").resolve("modules"); in list() local
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/modules/ |
H A D | IncubatingTest.java | 241 FileSystem jrt = FileSystems.getFileSystem(URI.create("jrt:/")); in copyJavaBase() local
|
/dports/science/cdcl/dcl-5.4.8-C/src/grph2/udpack/ |
H A D | udline.c | 42 static integer jrt; in udline_() local
|
/dports/www/kdsoap/kdsoap-1.9.0/unittests/tech3356_wsdl/ |
H A D | test_tech3356.cpp | 110 BMS__QueryJobResponseType jrt; in queryJob() local
|
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/ |
H A D | JitCompartment.h | 221 AutoPreventBackedgePatching(JSRuntime* rt, JitRuntime* jrt) in AutoPreventBackedgePatching() 349 void addPatchableBackedge(JitRuntime* jrt, PatchableBackedge* backedge) { in addPatchableBackedge() 353 void removePatchableBackedge(JitRuntime* jrt, PatchableBackedge* backedge) { in removePatchableBackedge()
|