Searched defs:version (Results 176 - 200 of 310) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpMibAgent.java6 * under the terms of the GNU General Public License version 2 only, as
14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
546 * @param version The protocol version of the SNMP request.
555 int version,
561 version,
565 getSecurityModel(version),
574 * @param version The protocol version o
553 newMibRequest(SnmpPdu reqPdu, Vector<SnmpVarBind> vblist, int version, Object userData) argument
581 newMibRequest(SnmpEngine engine, SnmpPdu reqPdu, Vector<SnmpVarBind> vblist, int version, Object userData, String principal, int securityLevel, int securityModel, byte[] contextName, byte[] accessContextName) argument
718 getSecurityModel(int version) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/daemon/
H A DSnmpSubRequestHandler.java6 * under the terms of the GNU General Public License version 2 only, as
14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
87 version= req.version;
181 agent.get(createMibRequest(varBind,version,data));
191 agent.getNext(createMibRequest(varBind,version,data));
200 agent.set(createMibRequest(varBind,version,data));
209 agent.check(createMibRequest(varBind,version,data));
479 * The method takes into account the protocol version
556 protected int version= snmpVersionOne; field in class:SnmpSubRequestHandler
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapPoolManager.java6 * under the terms of the GNU General Public License version 2 only, as
14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
295 int connTimeout, int readTimeout, OutputStream trace, int version,
311 id = new ClientId(version, host, port, protocol,
317 id = new SimpleClientId(version, host, port, protocol,
323 id = new DigestClientId(version, host, port, protocol,
294 getLdapClient(String host, int port, String socketFactory, int connTimeout, int readTimeout, OutputStream trace, int version, String authMech, Control[] ctls, String protocol, String user, Object passwd, Hashtable env) argument
/openjdk7/jdk/src/share/classes/com/sun/security/ntlm/
H A DNTLM.java6 * under the terms of the GNU General Public License version 2 only, as
14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
47 * NTLM authentication implemented according to MS-NLMP, version 12.1
65 protected NTLM(String version) throws NTLMException { argument
66 if (version == null) version = "LMv2/NTLMv2";
67 switch (version) {
76 "Unknown version " + version);
[all...]
/openjdk7/jdk/src/macosx/classes/apple/laf/
H A DJRSUIUtils.java6 * under the terms of the GNU General Public License version 2 only, as
14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
44 static boolean isCurrentMacOSXVersion(final int version) { argument
45 return currentMacOSXVersionMatchesGivenVersionRange(version, true, false, false);
48 static boolean currentMacOSXVersionMatchesGivenVersionRange(final int version, final boolean inclusive, final boolean matchBelow, final boolean matchAbove) { argument
49 // split the "10.x.y" version number
50 String osVersion = System.getProperty("os.version");
53 // sanity check the "10." part of the version
57 // check if os.version matche
[all...]
/openjdk7/jdk/src/macosx/native/com/sun/media/sound/
H A DPLATFORM_API_MacOSX_Utils.cpp6 * under the terms of the GNU General Public License version 2 only, as
14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
111 bool DeviceList::GetDeviceInfo(int index, AudioDeviceID *pDeviceID, int stringLength, char *name, char *vendor, char *description, char *version) { argument
/openjdk7/hotspot/src/share/vm/runtime/
H A Djava.hpp6 * under the terms of the GNU General Public License version 2 only, as
12 * version 2 for more details (a copy is included in the LICENSE file that
15 * You should have received a copy of the GNU General Public License version
60 * 'initialize()' call to find the version. For JDKs with version < 6, no
62 * the exact version. This probing cannot happen during late in
64 * initialization when we don't know anything about the JDK version other than
65 * that it less than version 6. This is the "partially initialized" time,
66 * when we can answer only certain version queries (such as, is the JDK
67 * version greate
196 set_runtime_version(const char* version) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/document/jaxws/
H A DJAXWSBinding.java6 * under the terms of the GNU General Public License version 2 only, as
14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
165 * @return Returns the version.
168 return version;
171 * @param version The version to set.
173 public void setVersion(String version) { argument
174 this.version = version;
310 private String version; field in class:JAXWSBinding
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/factory/
H A DStAXEventFactory.java6 * under the terms of the GNU General Public License version 2 only, as
14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
259 * @param version the XML version
262 public StartDocument createStartDocument(String encoding, String version) { argument
263 StartDocumentEvent event = new StartDocumentEvent(encoding, version);
272 * @param version the XML version
276 public StartDocument createStartDocument(String encoding, String version, boolea argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/stream/buffer/stax/
H A DStreamWriterBufferCreator.java6 * under the terms of the GNU General Public License version 2 only, as
14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
107 public void writeStartDocument(String version) throws XMLStreamException { argument
111 public void writeStartDocument(String encoding, String version) throws XMLStreamException { argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/output/
H A DDelegatingXMLStreamWriter.java6 * under the terms of the GNU General Public License version 2 only, as
14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
132 public void writeStartDocument(String version) throws XMLStreamException { argument
133 writer.writeStartDocument(version);
136 public void writeStartDocument(String encoding, String version) throws XMLStreamException { argument
137 writer.writeStartDocument(encoding, version);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/
H A DBindingID.java6 * under the terms of the GNU General Public License version 2 only, as
14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
123 * Gets the SOAP version of this binding.
369 final SOAPVersion version; field in class:BindingID.Impl
373 public Impl(SOAPVersion version, String lexical, boolean canGenerateWSDL) { argument
374 this.version = version;
380 return version;
402 public SOAPHTTPImpl(SOAPVersion version, Strin argument
406 SOAPHTTPImpl(SOAPVersion version, String lexical, boolean canGenerateWSDL, boolean mtomEnabled) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/xml/
H A DXMLStreamWriterFilter.java6 * under the terms of the GNU General Public License version 2 only, as
14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
111 public void writeStartDocument(String version) throws XMLStreamException { argument
112 writer.writeStartDocument(version);
155 public void writeStartDocument(String encoding, String version) throws XMLStreamException { argument
156 writer.writeStartDocument(encoding, version);
/openjdk7/jdk/src/solaris/native/sun/java2d/opengl/
H A DGLXGraphicsConfig.c6 * under the terms of the GNU General Public License version 2 only, as
14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
56 * - client GLX version must be >= 1.3
65 const char *version; local
88 version = j2d_glXGetClientString(awt_display, GLX_VERSION);
89 if (version == NULL) {
91 "GLXGC_InitGLX: could not query GLX version");
96 // we now only verify that the client GLX version is >= 1.3 (if the
100 "GLXGC_InitGLX: client GLX version
[all...]
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DKernTable.cpp5 * under the terms of the GNU General Public License version 2 only, as
13 * version 2 for more details (a copy is included in the LICENSE file that
16 * You should have received a copy of the GNU General Public License version
61 // Kern table version 0 only
63 le_uint16 version; member in struct:SubtableHeader
70 // Version 0 only, version 1 has different layout
72 le_uint16 version; member in struct:KernTableHeader
88 * This also supports only version 0 of the kern table header, only
123 if (!header.isEmpty() && header->version == 0 && SWAPW(header->nTables) > 0) {
126 if (LE_SUCCESS(success) && !subhead.isEmpty() && subhead->version
[all...]
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DHandshakeHash.java6 * under the terms of the GNU General Public License version 2 only, as
14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
52 * 1. protocolDetermined(version) should be called when the negotiated
53 * protocol version is determined.
61 * 4. After protocolDetermined() is called, if the version is pre-TLS 1.2,
66 * protocolDetermined() is called and version is pre-TLS 1.2.
70 * have been called and the version is TLS 1.2. If a CertificateVerify message
109 private int version = -1; field in class:HandshakeHash
137 switch (version) {
[all...]
/openjdk7/jdk/src/share/classes/sun/net/idn/
H A DStringPrep.java5 * under the terms of the GNU General Public License version 2 only, as
13 * version 2 for more details (a copy is included in the LICENSE file that
16 * You should have received a copy of the GNU General Public License version
127 private static final int NORM_CORRECTNS_LAST_UNI_VERSION = 2; /* The index of Unicode version of last entry in NormalizationCorrections.txt */
162 // format version of the data file
164 // the version of Unicode supported by the data file
166 // the Unicode version of last entry in the
187 private static VersionInfo getVersionInfo(byte[] version){ argument
188 if(version.length != 4){
191 return VersionInfo.getInstance((int)version[
[all...]
/openjdk7/jdk/src/share/classes/sun/rmi/rmic/
H A DRMIGenerator.java6 * under the terms of the GNU General Public License version 2 only, as
14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
54 * a particular stub protocol version.
75 version = STUB_VERSION_1_2; // default is -v1.2 (see 4638155)
99 version = versionOptions.get(arg);
124 gen = new RMIGenerator(env, cdef, destDir, remoteClass, version);
149 if (version == STUB_VERSION_1_1 ||
150 version == STUB_VERSION_FAT)
232 /** version o
233 private int version; field in class:RMIGenerator
267 RMIGenerator(BatchEnvironment env, ClassDefinition cdef, File destDir, RemoteClass remoteClass, int version) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/rmi/rmic/newrmic/jrmp/
H A DStubSkeletonWriter.java6 * under the terms of the GNU General Public License version 2 only, as
14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
59 /** version of the JRMP stub protocol to generate code for */
60 private final StubVersion version; field in class:StubSkeletonWriter
86 * specified JRMP stub protocol version.
90 StubVersion version)
94 this.version = version;
164 if (version
88 StubSkeletonWriter(BatchEnvironment env, RemoteClass remoteClass, StubVersion version) argument
[all...]
/openjdk7/jdk/src/share/transport/shmem/
H A DshmemBack.c6 * under the terms of the GNU General Public License version 2 only, as
14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
343 jint version, jdwpTransportEnv** result)
345 if (version != JDWPTRANSPORT_VERSION_1_0) {
342 jdwpTransport_OnLoad(JavaVM *vm, jdwpTransportCallback* cbTablePtr, jint version, jdwpTransportEnv** result) argument
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDragSourceProtocol.java6 * under the terms of the GNU General Public License version 2 only, as
14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
245 public TargetWindowInfo(long proxy, int version) { argument
247 protocolVersion = version;
H A DXDropTargetProtocol.java6 * under the terms of the GNU General Public License version 2 only, as
14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
111 * to match the protocol version supported by the toplevel.
279 private final int version; field in class:XDropTargetProtocol.EmbedderRegistryEntry
281 EmbedderRegistryEntry(boolean overriden, int version, long proxy) { argument
283 this.version = version;
290 return version;
302 int version,
300 putEmbedderRegistryEntry(long embedder, boolean overriden, int version, long proxy) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLNamespaceBinder.java100 * @version $Id: XMLNamespaceBinder.java,v 1.4 2010-11-01 04:39:41 joehw Exp $
420 * @param version The XML version, or null if not specified.
426 public void textDecl(String version, String encoding, Augmentations augs) argument
429 fDocumentHandler.textDecl(version, encoding, augs);
470 * @param version The XML version.
478 public void xmlDecl(String version, String encoding, String standalone, Augmentations augs) argument
481 fDocumentHandler.xmlDecl(version, encoding, standalone, augs);
884 // this is disallowed by the version o
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/
H A DDOM2DTMdefaultNamespaceDeclarationNode.java79 public boolean isSupported(String feature, String version) {return false;} argument
169 * specialized APIs of the specified feature and version. The
173 * @param version This is the version number of the feature to test. If
174 * the version is <code>null</code> or the empty string, supporting
175 * any version of the feature will cause the method to return an
176 * object that supports at least one version of the feature.
178 * the specified feature and version, if any, or <code>null</code> if
187 public Object getFeature(String feature, String version) { argument
190 return isSupported(feature, version)
[all...]
/openjdk7/jaxp/src/org/w3c/dom/
H A DNode.java5 * under the terms of the GNU General Public License version 2 only, as
13 * version 2 for more details (a copy is included in the LICENSE file that
16 * You should have received a copy of the GNU General Public License version
27 * License version 2 only, as published by the Free Software Foundation.
28 * However, the following notice accompanied the original version of this
502 * @param version This is the version number of the feature to test.
509 String version);
574 * illegal character according to the XML version in use specified in
899 * specialized APIs of the specified feature and version, a
508 isSupported(String feature, String version) argument
920 getFeature(String feature, String version) argument
[all...]

Completed in 118 milliseconds

1234567891011>>