Searched refs:resource (Results 101 - 125 of 127) sorted by relevance

123456

/openjdk10/jdk/src/java.base/linux/native/libnet/
H A Dlinux_close.c35 #include <sys/resource.h>
/openjdk10/jdk/src/jdk.management/unix/native/libmanagement_ext/
H A DOperatingSystemImpl.c47 #include <sys/resource.h>
100 // First get the number of swap resource entries
109 // Allocate storage for resource entries
/openjdk10/jdk/test/tools/jmod/
H A DJmodTest.java746 static void copyResource(Path srcDir, Path dir, String resource) throws IOException { argument
747 Path dest = dir.resolve(resource);
751 Files.copy(srcDir.resolve(resource), dest);
/openjdk10/jdk/test/tools/lib/tests/
H A DJImageGenerator.java173 private static void addFile(InMemoryFile resource, JarOutputStream target) throws IOException { argument
174 String fileName = resource.getPath();
190 copy(resource.getBytes(), target);
/openjdk10/hotspot/src/share/vm/adlc/
H A Dadlparse.cpp1634 ResourceForm *resource; local
1643 parse_err(SYNERR, "missing \"(\" in resource definition\n");
1673 resource = (ResourceForm *) pipeline._resdict[expr];
1674 if (resource == NULL) {
1675 parse_err(SYNERR, "resource \"%s\" is not defined\n", expr);
1678 mask = resource->mask();
1690 resource = (ResourceForm *) pipeline._resdict[expr]; // Look up the value
1691 if (resource == NULL) {
1692 parse_err(SYNERR, "resource \"%s\" is not defined\n", expr);
1696 mask |= resource
2052 PipeClassResourceForm *resource = new PipeClassResourceForm(ident, stage, cyclecnt); local
[all...]
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DAttr.java295 if (v.isResourceVariable()) { //TWR resource
1397 // Attribute resource declarations
1398 for (JCTree resource : tree.resources) {
1409 if (resource.hasTag(VARDEF)) {
1410 attribStat(resource, tryEnv);
1411 twrResult.check(resource, resource.type);
1413 //check that resource type cannot throw InterruptedException
1414 checkAutoCloseable(resource.pos(), localEnv, resource
1461 checkAutoCloseable(DiagnosticPosition pos, Env<AttrContext> env, Type resource) argument
[all...]
/openjdk10/jdk/test/tools/jar/modularJar/
H A DBasic.java945 static void copyResource(Path srcDir, Path dir, String resource) argument
948 Path dest = dir.resolve(resource);
952 Files.copy(srcDir.resolve(resource), dest);
/openjdk10/jdk/src/java.desktop/share/classes/sun/swing/
H A DSwingUtilities2.java1602 * @param baseClass the first class to use in searching for the resource
1627 * @param baseClass the first class to use in searching for the resource
1667 /* Copy resource into a byte array. This is
1678 try (InputStream resource =
1680 if (resource == null) {
1689 = new BufferedInputStream(resource);
/openjdk10/hotspot/src/os_cpu/linux_ppc/vm/
H A Dos_linux_ppc.cpp67 # include <sys/resource.h>
/openjdk10/hotspot/src/os_cpu/linux_arm/vm/
H A Dos_linux_arm.cpp64 # include <sys/resource.h>
/openjdk10/hotspot/src/os_cpu/linux_s390/vm/
H A Dos_linux_s390.cpp70 # include <sys/resource.h>
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/runtime/
H A DBasisLibrary.java1602 // All error messages are localized and are stored in resource bundles.
1608 String resource = "com.sun.org.apache.xalan.internal.xsltc.runtime.ErrorMessages";
1609 m_bundle = SecuritySupport.getResourceBundle(resource);
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DContext.java870 final String resource = resourcePath + srcStr.substring(prefix.length());
878 final InputStream resStream = Context.class.getResourceAsStream(resource);
/openjdk10/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dos_solaris_sparc.cpp67 # include <sys/resource.h>
/openjdk10/hotspot/src/os_cpu/bsd_x86/vm/
H A Dos_bsd_x86.cpp66 # include <sys/resource.h>
/openjdk10/hotspot/src/os_cpu/linux_aarch64/vm/
H A Dos_linux_aarch64.cpp70 # include <sys/resource.h>
/openjdk10/hotspot/src/os_cpu/linux_x86/vm/
H A Dos_linux_x86.cpp67 # include <sys/resource.h>
/openjdk10/hotspot/src/os_cpu/solaris_x86/vm/
H A Dos_solaris_x86.cpp67 # include <sys/resource.h>
/openjdk10/make/common/
H A DNativeCompilation.gmk764 # On windows we need to create a resource file
778 $$(call LogInfo, Compiling resource $$(notdir $$($1_VERSIONINFO_RESOURCE)) (for $$(notdir $$($1_TARGET))))
/openjdk10/hotspot/src/os/posix/vm/
H A Dos_posix.cpp43 #include <sys/resource.h>
/openjdk10/jdk/src/java.desktop/unix/native/common/awt/
H A DX11Color.c35 #include <sys/resource.h>
/openjdk10/langtools/src/jdk.jshell/share/classes/jdk/internal/jshell/tool/
H A DJShellTool.java707 * @param key the resource key
722 error("Missing resource: %s in %s", key, L10N_RB_NAME);
773 * Print using resource bundle look-up and adding prefix and postfix
775 * @param key the resource key
782 * Format using resource bundle look-up using MessageFormat
784 * @param key the resource key
793 * Print using resource bundle look-up, MessageFormat, and add prefix and
796 * @param key the resource key
805 * Print error using resource bundle look-up, MessageFormat, and add prefix
808 * @param key the resource ke
[all...]
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/parser/
H A DJavacParser.java2571 error(pos, "try.without.catch.finally.or.resource.decls");
3092 defs.append(resource());
3099 // after last resource
3102 defs.append(resource());
3110 protected JCTree resource() { method in class:JavacParser
/openjdk10/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp84 # include <sys/resource.h>
/openjdk10/hotspot/src/os/aix/vm/
H A Dos_aix.cpp100 #include <sys/resource.h>

Completed in 327 milliseconds

123456