Searched refs:include (Results 1 - 25 of 204) sorted by path

123456789

/openjdk10/
H A DMakefile63 # ... and then we can include the real makefile
64 include $(topdir)/make/Init.gmk
/openjdk10/common/autoconf/
H A DMakefile.in27 include @TOPDIR@/Makefile
H A Dgenerated-configure.sh596 #include <stdio.h>
598 # include <sys/types.h>
601 # include <sys/stat.h>
604 # include <stdlib.h>
605 # include <stddef.h>
608 # include <stdlib.h>
613 # include <memory.h>
615 # include <string.h>
618 # include <strings.h>
621 # include <inttype
[all...]
/openjdk10/common/autoconf/build-aux/
H A Dautoconf-config.guess49 # configuration script generated by Autoconf, you may include it under
54 # diff format) to <config-patches@gnu.org> and include a ChangeLog
463 #include <stdio.h> /* for printf() prototype */
556 if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
559 #include <sys/systemcfg.h>
575 elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
641 #include <stdlib.h>
642 #include <unistd.h>
705 #include <unistd.h>
1063 if grep Novell /usr/include/lin
[all...]
/openjdk10/corba/make/gensrc/
H A DGensrc-java.corba.gmk28 include $(SPEC)
29 include MakeBase.gmk
30 include JavaCompilation.gmk
31 include IdlCompilation.gmk
32 include SetupJavaCompilers.gmk
/openjdk10/corba/src/java.corba/share/classes/com/sun/tools/corba/se/idl/
H A DPreprocessor.java111 include ();
192 private void include () throws IOException, ParseException method in class:Preprocessor
195 IncludeEntry include = parser.stFactory.includeEntry (parser.currentModule);
196 include.sourceFile (scanner.fileEntry ());
197 scanner.fileEntry ().addInclude (include);
199 include2 (include);
201 include3 (include);
208 ((ModuleEntry)parser.currentModule).addContained (include);
210 ((InterfaceEntry)parser.currentModule).addContained (include);
211 } // include
216 include2(IncludeEntry include) argument
226 include3(IncludeEntry include) argument
251 include4(IncludeEntry include, String filename) argument
[all...]
/openjdk10/hotspot/make/
H A DCompileTools.gmk29 include $(SPEC)
30 include MakeBase.gmk
32 include JavaCompilation.gmk
33 include SetupJavaCompilers.gmk
37 # Hook to include the corresponding custom file, if present.
/openjdk10/hotspot/make/copy/
H A DCopy-java.base.gmk26 # These include files are currently being copied from the jdk repository for
62 $(call LogInfo, Copying hotspot/dist/include/$(JNI_MD_SUBDIR)/jni_md.h)
/openjdk10/hotspot/make/gensrc/
H A DGenerateSources.gmk28 include $(SPEC)
29 include MakeBase.gmk
30 include JavaCompilation.gmk
31 include NativeCompilation.gmk
32 include TextFileProcessing.gmk
34 include HotspotCommon.gmk
38 include gensrc/GensrcAdlc.gmk
39 include gensrc/GensrcDtrace.gmk
40 include gensrc/GensrcJvmti.gmk
H A DGensrc-jdk.hotspot.agent.gmk28 include $(SPEC)
29 include MakeBase.gmk
H A DGensrc-jdk.internal.vm.compiler.gmk28 include $(SPEC)
29 include MakeBase.gmk
/openjdk10/hotspot/make/ide/
H A DCreateVSProject.gmk29 include $(SPEC)
30 include MakeBase.gmk
31 include JavaCompilation.gmk
32 include SetupJavaCompilers.gmk
35 # The next part is a bit hacky. We include the CompileJvm.gmk to be
41 include HotspotCommon.gmk
42 include lib/CompileJvm.gmk
/openjdk10/hotspot/make/lib/
H A DCompileGtest.gmk78 -I$(GTEST_FRAMEWORK_SRC)/include \
115 -I$(GTEST_FRAMEWORK_SRC)/include, \
H A DCompileJvm.gmk28 include lib/JvmFeatures.gmk
29 include lib/JvmOverrideFiles.gmk
265 include lib/JvmMapfile.gmk
H A DCompileLibjsig.gmk31 include $(SPEC)
32 include MakeBase.gmk
33 include NativeCompilation.gmk
153 include CopyToExplodedJdk.gmk
H A DCompileLibraries.gmk28 include $(SPEC)
29 include MakeBase.gmk
30 include NativeCompilation.gmk
32 include HotspotCommon.gmk
36 include lib/CompileDtracePreJvm.gmk
37 include lib/CompileJvm.gmk
38 include lib/CompileDtracePostJvm.gmk
41 include lib/CompileGtest.gmk
44 include CopyToExplodedJdk.gmk
H A DLib-jdk.hotspot.agent.gmk26 include NativeCompilation.gmk
/openjdk10/hotspot/make/test/
H A DGtestImage.gmk28 include $(SPEC)
29 include MakeBase.gmk
H A DJtregNative.gmk34 include $(SPEC)
35 include MakeBase.gmk
36 include TestFilesCompilation.gmk
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/
H A DCompileTheWorld.java532 String include = Arrays.asList(methodFilters).stream().map(MethodFilter::toString).collect(Collectors.joining(", "));
533 println("CompileTheWorld : Compiling all methods in " + entry + " matching one of the following filters: " + include);
732 String.format("CompileTheWorld (%d) : Skipping huge method %s (use -XX:-DontCompileHugeMethods or -XX:HugeMethodLimit=%d to include it)", classFileCounter,
/openjdk10/hotspot/src/share/tools/hsdis/
H A DMakefile60 CPPFLAGS += -I$(TARGET_DIR)/include
170 CPPFLAGS += -I$(BINUTILSDIR)/include -I$(BINUTILSDIR)/bfd -I$(TARGET_DIR)/bfd
/openjdk10/hotspot/test/
H A DMakefile77 include ../../test/TestCommon.gmk
96 -include $(ALT_MAKE)/Makefile
/openjdk10/hotspot/test/compiler/c2/
H A DTest6851282.java91 boolean[] include = new boolean[array.length];
96 include[i] = true;
105 if (include[i]) {
/openjdk10/hotspot/test/runtime/SelectionResolution/classes/selectionresolution/
H A DTemplate.java75 * Also include all cases from another template.
78 * @param include Include all cases from this template.
82 final Template include,
84 this(name, new LinkedList(include.cases));
90 * Also include all cases from another template.
93 * @param include Include all cases from this template.
81 Template(final String name, final Template include, final Consumer<SelectionResolutionTestCase.Builder>... cases) argument
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DLiteralElement.java279 Set<Map.Entry<String, String>> include = getNamespaceScope(this);
280 for (Map.Entry<String, String> entry : include) {

Completed in 186 milliseconds

123456789