Searched refs:configure (Results 51 - 75 of 75) sorted by relevance

123

/openjdk9/jdk/test/tools/jlink/plugins/
H A DStripDebugPluginTest.java109 debug.configure(new HashMap<>());
H A DLastSorterTest.java204 public void configure(Map<String, String> config) { method in class:LastSorterTest.SorterPlugin
H A DCompressorPluginTest.java228 prov.configure(props);
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/orb/
H A DORBConfiguratorImpl.java137 public void configure( DataCollector collector, ORB orb ) method in class:ORBConfiguratorImpl
173 config.configure( collector, orb ) ;
H A DORBImpl.java483 configurator.configure( dataCollector, this ) ;
/openjdk9/make/
H A DInit.gmk139 # the configuration is up to date after changes to configure.
264 $(ECHO) "Re-running configure using arguments '$(CONFIGURE_COMMAND_LINE)'"
266 $(ECHO) "Re-running configure using default settings"
269 $(BASH) $(TOPDIR)/configure $(CONFIGURE_COMMAND_LINE) )
H A DRunTests.gmk304 $$(info Please run configure using --with-jtreg.)
H A DInitSupport.gmk214 $$(info Please run 'bash configure' to create a configuration.)
321 @echo "Please rerun configure! Easiest way to do this is by running"
359 # Syntax: COMPARE_BUILD=CONF=<configure options>:PATCH=<patch file>:
437 # Re-run configure with the same arguments (and possibly some additional),
440 $(BASH) $(TOPDIR)/configure $(CONFIGURE_COMMAND_LINE) $(COMPARE_BUILD_CONF))
H A DMain.gmk1032 # Remove everything, except the output from configure.
1064 # Remove everything, including configure configuration. If the output
1065 # directory was created by configure and now becomes empty, remove it as well.
1077 $(ECHO) Cleaned everything, you will have to re-run configure.
/openjdk9/jdk/src/java.base/share/classes/sun/security/provider/
H A DCtrDrbg.java63 configure(params);
/openjdk9/jdk/src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/
H A DOptionParser.java258 new OptionSpecTokenizer( optionSpecification ).configure( this );
/openjdk9/jdk/test/java/net/HttpURLConnection/SetAuthenticator/
H A DHTTPTestServer.java206 case HTTPS: return configure(HttpServerFactory.create(protocol));
211 static HttpsServer configure(HttpsServer server) throws IOException { method in class:HTTPTestServer
878 public void configure (HttpsParameters params) { method in class:HTTPTestServer.Configurator
/openjdk9/jdk/src/jdk.httpserver/share/classes/sun/net/httpserver/
H A DSSLStreams.java75 cfg.configure (params);
/openjdk9/jdk/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/plugins/
H A DIncludeLocalesPlugin.java199 public void configure(Map<String, String> config) { method in class:IncludeLocalesPlugin
H A DStringSharingPlugin.java394 public void configure(Map<String, String> config) { method in class:StringSharingPlugin
H A DGenerateJLIClassesPlugin.java171 public void configure(Map<String, String> config) { method in class:GenerateJLIClassesPlugin
H A DSystemModulesPlugin.java131 public void configure(Map<String, String> config) { method in class:SystemModulesPlugin
/openjdk9/make/devkit/
H A DTools.gmk34 # if you configure after you've once build the BUILD->BUILD
146 $(1)_CFG = $$($(1)_DIR)/configure
306 # Makefile creation. Simply run configure in build dir.
484 echo '# This file describes to configure how to interpret the contents of this' >> $@
/openjdk9/jdk/test/sun/security/pkcs11/
H A DPKCS11Test.java150 return pkcs11.configure(config);
/openjdk9/jdk/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/
H A DTaskHelper.java429 // we call configure once for each occurrence. It is upto the plugin
433 plugin.configure(Collections.unmodifiableMap(map));
/openjdk9/jdk/test/java/net/httpclient/
H A DSmokeTest.java700 public void configure (HttpsParameters params) { method in class:Configurator
/openjdk9/jdk/src/java.base/share/classes/java/security/
H A DProvider.java293 public Provider configure(String configArg) { method in class:Provider
294 throw new UnsupportedOperationException("configure is not supported");
303 * an explicit {@code configure} call after being constructed.
/openjdk9/jdk/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/
H A DSunPKCS11.java107 public Provider configure(String configArg) throws InvalidParameterException { method in class:SunPKCS11
1154 * and Provider.configure has not been called
1288 * and Provider.configure has not been called
1375 * and Provider.configure has not been called
/openjdk9/hotspot/src/share/vm/runtime/
H A Darguments.cpp2069 " you should configure the number of parallel GC threads appropriately"
/openjdk9/common/autoconf/
H A Dgenerated-configure.sh17 # This configure script is free software; the Free Software Foundation
1423 # Accept the important Cygnus configure options, so we can diagnose typos.
1896 \`configure' configures OpenJDK jdk9 to adapt to many kinds of systems.
1914 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1958 --build=BUILD configure for building on BUILD [guessed]
1960 --target=TARGET configure for building compilers for TARGET [HOST]
2332 Use these variables to override the choices made by `configure' or to help
2382 # Check for guested configure.
2383 if test -f "$ac_srcdir/configure.gnu"; then
2385 $SHELL "$ac_srcdir/configure
[all...]

Completed in 340 milliseconds

123