Searched refs:configuration (Results 176 - 200 of 202) sorted by relevance

123456789

/openjdk10/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/
H A DContents.java43 * in the doclet's configuration.
162 * @param configuration the configuration in which to find the
165 Contents(HtmlConfiguration configuration) { argument
166 this.resources = configuration.getResources();
289 * @param key the key to look for in the configuration fil
/openjdk10/make/
H A DHelp.gmk65 $(info $(_) make dist-clean # Remove all files, including configuration)
87 $(info $(_) CONF=<substring> # Build the configuration(s) with a name matching)
89 $(info $(_) CONF_NAME=<string> # Build the configuration with exactly the <string>)
90 $(info $(_) SPEC=<spec file> # Build the configuration given by the spec file)
106 $(info No configurations were found in $(build_dir).) $(info Run 'bash configure' to create a configuration.))
/openjdk10/jdk/test/java/util/ServiceLoader/
H A DModulesTest.java66 * with a service configuration file.
71 // Copy the services configuration file for "pearscript" into place.
249 Configuration parent = bootLayer.configuration();
346 Configuration cf0 = bootLayer.configuration();
464 Configuration parent = bootLayer.configuration();
H A DBadProvidersTest.java98 Configuration cf = bootLayer.configuration()
/openjdk10/langtools/src/jdk.jdeps/share/classes/com/sun/tools/jdeps/
H A DJdepsConfiguration.java86 private final Configuration configuration; field in class:JdepsConfiguration
120 this.configuration = Configuration.empty()
123 this.configuration.modules().stream()
/openjdk10/jdk/src/java.base/share/classes/java/lang/
H A DModuleLayer.java64 * ResolvedModule} in the configuration. For each resolved module that is
125 * <p> This example creates a configuration by resolving a module named
126 * "{@code myapp}" with the configuration for the boot layer as the parent. It
127 * then creates a new layer with the modules in this configuration. All modules
135 * Configuration cf = parent.configuration().resolve(finder, ModuleFinder.of(), Set.of("myapp"));
155 // the configuration from which this ;ayer was created
165 * Creates a new module layer from the modules in the given configuration.
317 * The configuration for the layer
325 * If the parent of the given configuration is not the configuration
751 public Configuration configuration() { method in class:ModuleLayer
[all...]
H A DStackTraceElement.java494 .configuration()
H A DModule.java1061 * Defines all module in a configuration to the runtime.
1097 // define each module in the configuration to the VM
1131 if (other.configuration() == cf) {
1132 // this configuration
1206 Configuration cf = resolvedModule.configuration();
1209 .filter(l -> l.configuration() == cf)
/openjdk10/jdk/src/java.base/share/classes/jdk/internal/module/
H A DModules.java191 Configuration cf = top.configuration().resolveAndBind(empty, finder, roots);
/openjdk10/jdk/test/java/lang/ModuleLayer/
H A DLayerAndLoadersTest.java268 .configuration()
300 .configuration()
691 .configuration()
702 .configuration()
H A DLayerControllerTest.java71 Configuration cf = bootLayer.configuration()
/openjdk10/hotspot/src/share/vm/utilities/
H A Ddebug.cpp74 configuration error: ASSERT must be defined in debug version
81 configuration error: ASSERT et al. must not be defined in PRODUCT version
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DRichDiagnosticFormatter.java105 configuration = new RichConfiguration(Options.instance(context), formatter);
630 return (RichConfiguration)configuration;
/openjdk10/jdk/test/java/lang/ModuleTests/
H A DBasicModuleTest.java48 bootLayer.configuration()
/openjdk10/jdk/test/java/lang/Class/getResource/
H A DMain.java258 Configuration cf = ModuleLayer.boot().configuration();
/openjdk10/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/links/
H A DLinkFactory.java72 Utils utils = ((LinkInfoImpl) linkInfo).configuration.utils;
/openjdk10/common/autoconf/build-aux/
H A Dautoconf-config.sub56 # configuration script generated by Autoconf, you may include it under
63 # Configuration subroutine to validate and canonicalize a configuration type.
64 # Supply the specified configuration type as an argument.
73 # a failure to support a valid configuration from a meaningless
74 # configuration.
89 Canonicalize a configuration name.
337 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
1220 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
1422 echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DTemplatesImpl.java439 Configuration cf = bootLayer.configuration()
/openjdk10/jdk/test/java/lang/ClassLoader/getResource/modules/
H A DMain.java311 Configuration cf = ModuleLayer.boot().configuration();
/openjdk10/jdk/src/jdk.jlink/share/classes/jdk/tools/jmod/
H A DJmodTask.java838 final Configuration configuration; field in class:JmodTask.Hasher
892 this.configuration = config;
1023 ResolvedModule rm = configuration.findModule(name).orElseThrow(
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DContext.java1372 final Configuration cf = parent.configuration()
1798 final Configuration conf = boot.configuration().
/openjdk10/jdk/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/
H A DTaskHelper.java731 Configuration bootConfiguration = ModuleLayer.boot().configuration();
/openjdk10/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/
H A DCommentHelper.java92 public CommentHelper(BaseConfiguration configuration, Element element, TreePath path, DocCommentTree dctree) { argument
93 //this.configuration = configuration;
/openjdk10/jdk/src/java.base/share/classes/sun/launcher/
H A DLauncherHelper.java964 Configuration cf = bootLayer.configuration();
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/file/
H A DJavacFileManager.java984 Configuration cf = bootLayer.configuration().resolveAndBind(ModuleFinder.of(), finder, Collections.emptySet());

Completed in 382 milliseconds

123456789