Searched refs:config (Results 76 - 100 of 179) sorted by relevance

12345678

/openjdk7/jdk/src/share/classes/javax/security/auth/login/
H A DLoginContext.java125 * config = Configuration.getConfiguration();
219 private Configuration config; field in class:LoginContext
250 if (config == null) {
251 config = java.security.AccessController.doPrivileged
260 AppConfigurationEntry[] entries = config.getAppConfigurationEntry(name);
268 entries = config.getAppConfigurationEntry(OTHER);
486 * @param config the <code>Configuration</code> that lists the
496 * <i>config</i> is <code>null</code>,
507 Configuration config) throws LoginException {
508 this.config
505 LoginContext(String name, Subject subject, CallbackHandler callbackHandler, Configuration config) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DAbstractDiagnosticFormatter.java76 private SimpleConfiguration config; field in class:AbstractDiagnosticFormatter
95 protected AbstractDiagnosticFormatter(JavacMessages messages, SimpleConfiguration config) { argument
97 this.config = config;
231 int maxDepth = config.getMultilineLimit(MultilineLimit.DEPTH);
235 int maxCount = config.getMultilineLimit(MultilineLimit.LENGTH);
279 if (config.isCaretEnabled()) {
309 return config.getVisible().contains(DiagnosticPart.SOURCE) &&
359 return config;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DAbstractXMLDocumentParser.java80 protected AbstractXMLDocumentParser(XMLParserConfiguration config) { argument
81 super(config);
84 config.setDocumentHandler(this);
85 config.setDTDHandler(this);
86 config.setDTDContentModelHandler(this);
/openjdk7/jdk/src/solaris/native/sun/java2d/opengl/
H A DOGLFuncs_md.h57 typedef int (GLAPIENTRY *glXGetFBConfigAttribType)(Display *dpy, GLXFBConfig config, int attribute, int *value);
58 typedef XVisualInfo * (GLAPIENTRY *glXGetVisualFromFBConfigType)(Display *dpy, GLXFBConfig config);
59 typedef GLXWindow (GLAPIENTRY *glXCreateWindowType)(Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
61 typedef GLXPbuffer (GLAPIENTRY *glXCreatePbufferType)(Display *dpy, GLXFBConfig config, const int *attrib_list);
64 typedef GLXContext (GLAPIENTRY *glXCreateNewContextType)(Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
/openjdk7/jdk/test/java/nio/channels/DatagramChannel/
H A DMulticastSendReceiveTests.java230 NetworkConfiguration config = NetworkConfiguration.probe();
236 for (NetworkInterface nif: config.ip4Interfaces()) {
237 InetAddress source = config.ip4Addresses(nif).iterator().next();
242 for (NetworkInterface nif: config.ip6Interfaces()) {
243 InetAddress source = config.ip6Addresses(nif).iterator().next();
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DToken.java60 final Config config; field in class:Token
129 config = provider.config;
152 templateManager = config.getTemplateManager();
153 explicitCancel = config.getExplicitCancel();
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCGraphicsDevice.m205 CGDisplayConfigRef config;
206 CGError retCode = CGBeginDisplayConfiguration(&config);
208 CGConfigureDisplayWithDisplayMode(config, displayID, closestMatch, NULL);
209 CGCompleteDisplayConfiguration(config, kCGConfigureForAppOnly);
210 if (config != NULL) {
211 CFRelease(config);
/openjdk7/jdk/src/share/classes/sun/java2d/opengl/
H A DOGLUtilities.java140 * @param config the GraphicsConfiguration object whose "shared"
149 invokeWithOGLSharedContextCurrent(GraphicsConfiguration config, argument
152 if (!(config instanceof OGLGraphicsConfig)) {
160 OGLContext.setScratchSurface((OGLGraphicsConfig)config);
/openjdk7/jdk/src/solaris/native/sun/java2d/opengl/J2D_GL/
H A Dglx.h293 extern int glXGetFBConfigAttrib( Display *dpy, GLXFBConfig config,
300 GLXFBConfig config );
302 extern GLXWindow glXCreateWindow( Display *dpy, GLXFBConfig config,
307 extern GLXPixmap glXCreatePixmap( Display *dpy, GLXFBConfig config,
312 extern GLXPbuffer glXCreatePbuffer( Display *dpy, GLXFBConfig config,
320 extern GLXContext glXCreateNewContext( Display *dpy, GLXFBConfig config,
H A Dglxext.h370 typedef int ( * PFNGLXGETFBCONFIGATTRIBPROC) (Display *dpy, GLXFBConfig config, int attribute, int *value);
371 typedef XVisualInfo * ( * PFNGLXGETVISUALFROMFBCONFIGPROC) (Display *dpy, GLXFBConfig config);
372 typedef GLXWindow ( * PFNGLXCREATEWINDOWPROC) (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
374 typedef GLXPixmap ( * PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
376 typedef GLXPbuffer ( * PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib_list);
379 typedef GLXContext ( * PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
486 typedef int ( * PFNGLXGETFBCONFIGATTRIBSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, int attribute, int *value);
488 typedef GLXPixmap ( * PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);
489 typedef GLXContext ( * PFNGLXCREATECONTEXTWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct);
490 typedef XVisualInfo * ( * PFNGLXGETVISUALFROMFBCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config);
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/packaging/mime/internet/
H A DMimePullMultipart.java80 MIMEConfig config = new MIMEConfig(); //use defaults
81 mm = new MIMEMessage(in, boundary, config);
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/
H A DResultRecord.java41 package com.sun.jmx.examples.scandir.config;
47 import com.sun.jmx.examples.scandir.config.DirectoryScannerConfig.Action;
H A DResultLogConfig.java41 package com.sun.jmx.examples.scandir.config;
/openjdk7/hotspot/agent/test/jdi/
H A Drunjdb.sh30 LM_LICENSE_FILE=7588@extend.eng:/usr/dist/local/config/sparcworks/license.dat:7588@setlicense
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/policy/
H A DModelTranslator.java28 import com.sun.xml.internal.ws.config.management.policy.ManagementAssertionCreator;
H A DSourceModel.java29 import com.sun.xml.internal.ws.config.management.policy.ManagementPrefixMapper;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/server/
H A DAdapter.java28 import com.sun.xml.internal.ws.api.config.management.Reconfigurable;
/openjdk7/jdk/src/share/sample/forkjoin/mergesort/
H A DMergeDemo.java182 * @param config contains the settings for the test
184 private void run(Configuration config) { argument
185 Range sizes = config.sizes;
186 Range parallelism = config.parallelism;
192 long[][] times = config.createTimesArray();
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/config/
H A DXmlConfigUtilsTest.java41 package com.sun.jmx.examples.scandir.config;
92 * Test of readFromFile method, of class com.sun.jmx.examples.scandir.config.XmlConfigUtils.
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/
H A DDocumentBuilderImpl.java187 XMLParserConfiguration config = domParser.getXMLParserConfiguration();
194 config.setDTDHandler(fUnparsedEntityHandler);
197 fSchemaValidatorComponentManager = new SchemaValidatorConfiguration(config,
205 fSchemaValidatorComponentManager = config;
207 config.addRecognizedFeatures(validatorComponent.getRecognizedFeatures());
208 config.addRecognizedProperties(validatorComponent.getRecognizedProperties());
210 config.setDocumentHandler((XMLDocumentHandler) validatorComponent);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/
H A DInit.java90 System.getProperty("com.sun.org.apache.xml.internal.security.resource.config");
175 Node config = doc.getFirstChild();
176 for (; config != null; config = config.getNextSibling()) {
177 if ("Configuration".equals(config.getLocalName())) {
181 if (config == null) {
185 for (Node el = config.getFirstChild(); el != null; el = el.getNextSibling()) {
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_GraphicsEnv.c235 /* default config is based on X11 screen. All Xinerama screens of that X11
236 screen will have the same default config */
415 * After a display change event, the default config field will have
416 * been reset, so we need to recreate the default config here.
423 nConfig = 1; /* reserve index 0 for default config */
1198 * Reset references to the various configs; the actual native config data
1677 (*XRRFreeScreenConfigInfoType)(XRRScreenConfiguration *config);
1679 (*XRRConfigRatesType)(XRRScreenConfiguration *config,
1682 (*XRRConfigCurrentRateType)(XRRScreenConfiguration *config);
1684 (*XRRConfigSizesType)(XRRScreenConfiguration *config,
1988 XRRScreenConfiguration *config; local
2033 XRRScreenConfiguration *config; local
[all...]
/openjdk7/jdk/src/share/classes/sun/util/
H A DLocaleServiceProviderPool.java138 config(e.toString());
142 private static void config(String message) { method in class:LocaleServiceProviderPool
144 logger.config(message);
391 config(
504 config("A locale(" + locale + ") has non-empty extensions, but has illformed fields.");
/openjdk7/jdk/test/sun/management/jmxremote/bootstrap/
H A DRmiSslNoKeyStoreTest.java55 * valid Java M&M config files for which the bootstrap should succeed.
107 "com.sun.management.config.file";
248 * Sets the appropriate System properties for config file and
256 final String config = (path==null)?"Default config file":path;
267 System.setProperty("com.sun.management.config.file", path);
270 remove("com.sun.management.config.file");
275 "com.sun.management.config.file="+path);
285 ((path!=null)?"\n\tcom.sun.management.config.file="+path:
286 "\n\t"+config)
[all...]
/openjdk7/jdk/test/java/security/cert/CertPathBuilder/selfIssued/
H A Dgenerate.sh38 -config openssl.cnf -reqexts cert_issuer -days 7650 \
178 openssl ca -gencrl -config openssl.cnf -name ca_top -crldays 7000 \
185 openssl ca -revoke dumca/dumca_cert.pem -config openssl.cnf \
190 openssl ca -gencrl -config openssl.cnf -name ca_top -crldays 7000 \
206 openssl ca -gencrl -config openssl.cnf -name ca_subca -crldays 7000 \
213 openssl ca -revoke subca/susan/susan_cert.pem -config openssl.cnf \
218 openssl ca -gencrl -config openssl.cnf -name ca_subca -crldays 7000 \

Completed in 1464 milliseconds

12345678