Searched defs:version (Results 201 - 225 of 310) sorted by relevance

1234567891011>>

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/
H A DORBUtility.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
311 * @return the Java serialization encoding version.
478 /** Parse a version string such as "1.1.6" or "jdk1.2fcs" into
479 a version array of integers {1, 1, 6} or {1, 2}.
482 public static int[] parseVersion(String version) { argument
483 if (version == null)
485 char[] s = version.toCharArray();
500 int dot = version
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/
H A DMessageBase.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
84 // (encodingVersion > 0x00) implies Java serialization version.
155 * check for version incompatibility
177 // Extract the encoding version from the request GIOP Version,
178 // if it contains an encoding, and set GIOP version appropriately.
186 // and the encoding version is <= this ORB's Java encoding version.
195 dprint(".readGIOPHeader: Message GIOP version
959 setEncodingVersion(byte version) argument
[all...]
/openjdk7/jdk/src/share/classes/java/lang/
H A DClassValue.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
104 // invariant: e is null or an Entry with readable Entry.version and Entry.value
107 // The key fact that makes this work: if this.version == e.version,
114 // 4. the GC has somehow managed to delete e.version and clear the reference
226 // Try to make a real entry for the promised version.
227 e = makeEntry(e.version(), computeValue(type));
241 // racing e.version
300 private volatile Version<T> version = new Version<>(this); field in class:ClassValue
301 Version<T> version() { return version; } method in class:ClassValue
325 Entry(Version<T> version, T value) argument
331 Entry(Version<T> version) argument
339 Version<T> version() { return get(); } method in class:ClassValue.Entry
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpMib.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
246 int version = -1; field in class:AcmChecker
270 version = req.getRequestPduVersion();
280 .append("; version : ").append(version)
328 model.checkAccess(version,
822 // If the operation is atomic (Check/Set) or the version
932 // Sets the getNext flag: if version
[all...]
H A DSnmpRequestTree.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
78 this.version = req.getVersion();
84 public static int mapSetException(int errorStatus, int version) argument
89 if (version == SnmpDefinitions.snmpVersionOne)
107 public static int mapGetException(int errorStatus, int version) argument
111 if (version == SnmpDefinitions.snmpVersionOne)
236 this.version = global.getVersion();
245 final private int version; field in class:SnmpRequestTree.SnmpMibSubRequestImpl
1062 private int version = 0; // The protocol version field in class:SnmpRequestTree
[all...]
/openjdk7/jdk/src/share/back/
H A DVirtualMachineImpl.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
38 static int majorVersion = 1; /* JDWP major version */
39 static int minorVersion = 6; /* JDWP minor version */
42 version(PacketInputStream *in, PacketOutputStream *out) function
68 * Write the descriptive version information
71 "%s version %d.%d\nJVM Debug Interface version %d.%d\n"
72 "JVM version
[all...]
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiExport.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
220 static bool is_jvmti_version(jint version) { return (version & JVMTI_VERSION_MASK) == JVMTI_VERSION_VALUE; } argument
221 static bool is_jvmdi_version(jint version) { return (version & JVMTI_VERSION_MASK) == JVMDI_VERSION_VALUE; } argument
222 static jint get_jvmti_interface(JavaVM *jvm, void **penv, jint version);
223 static void decode_version_values(jint version, int * major, int * minor,
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DSOAPBindingCodec.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
197 xmlMtomCodec = new MtomCodec(version, xmlSoapCodec, binding, binding.getFeature(MTOMFeature.class));
199 xmlSwaCodec = new SwACodec(version, binding, xmlSoapCodec);
207 fiSoapCodec = getFICodec(xmlSoapCodec, version);
210 fiSwaCodec = new SwACodec(version, binding, fiSoapCodec);
514 private static Codec getFICodec(StreamSOAPCodec soapCodec, SOAPVersion version) { argument
518 return (Codec)m.invoke(null, soapCodec, version);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/xml/
H A DXMLMessage.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
467 public FaultMessage(SOAPVersion version) { argument
468 super(version);
/openjdk7/jdk/src/windows/classes/java/net/
H A DPlainSocketImpl.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
48 /* the windows version. */
49 private static float version; field in class:PlainSocketImpl
54 /* If the version supports a dual stack TCP implementation */
66 version = 0;
68 version = Float.parseFloat(System.getProperties().getProperty("os.version"));
78 // (version >
[all...]
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DX509CertInfo.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
83 protected CertificateVersion version = new CertificateVersion(); field in class:X509CertInfo
306 sb.append(" " + version.toString() + "\n");
387 version.set(suffix, val);
490 version = null;
492 version.delete(suffix);
624 return(version);
626 return(version
[all...]
/openjdk7/jdk/test/java/security/Security/signedfirst/
H A Dexp.jar ... .MessageDigestSpi implements java.lang.Cloneable { private int version private static final int SHA_LENGTH private int[] W private long ...
/openjdk7/jdk/src/share/classes/sun/management/
H A DVMManagementImpl.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
49 private static String version; field in class:VMManagementImpl
63 version = getVersion0();
64 if (version == null) {
128 return version;
152 return System.getProperty("java.vm.version");
161 return System.getProperty("java.vm.specification.version");
218 return System.getProperty("os.version");
[all...]
/openjdk7/jdk/src/share/classes/sun/rmi/log/
H A DReliableLog.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
68 * <li> a format version number (two 4-octet integers, major and
97 private int version = 0; // current snapshot and log version field in class:ReliableLog
109 // format version numbers read from/written to this.log
158 if (version == 0) {
205 if (version == 0)
370 int oldVersion = version;
[all...]
/openjdk7/jdk/src/share/transport/socket/
H A DsocketTransport.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
712 jint version, jdwpTransportEnv** result)
714 if (version != JDWPTRANSPORT_VERSION_1_0) {
711 jdwpTransport_OnLoad(JavaVM *vm, jdwpTransportCallback* cbTablePtr, jint version, jdwpTransportEnv** result) argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLEntityScanner.java139 // SAPJVM: Remember, that the XML version has explicitly been set,
229 * Returns the XML version of the current entity. This will normally be the
231 * that this value may be different than the version of the processing rules
246 * Sets the XML version. This method is used by the
247 * scanners to report the value of the version pseudo-attribute
250 * @param xmlVersion the XML version of the current entity
364 /** the version of the current entity being scanned */
365 public void setVersion(String version){ argument
366 fCurrentEntity.version = version;
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DDefaultXMLDocumentHandler.java86 * @param version The XML version.
95 public void xmlDecl(String version, String encoding, String standalone, Augmentations augs) argument
228 * @param version The XML version, or null if not specified.
235 public void textDecl(String version, String encoding, Augmentations augs) throws XNIException { argument
391 * @param version The XML version, or null if not specified.
399 public void textDecl(String version, String encoding,
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/
H A DJAXPValidatorComponent.java119 * {@link XMLAttributes} version of {@link #fCurrentAug}.
371 public void xmlDecl(String version, String encoding, String standalone, Augmentations augs) throws XNIException { argument
372 this.fVersion = version;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DAbstractXMLDocumentParser.java127 * @param version The XML version.
135 public void xmlDecl(String version, String encoding, String standalone, Augmentations augs) argument
287 * @param version The XML version, or null if not specified.
294 public void textDecl(String version, String encoding, Augmentations augs) throws XNIException { argument
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DCDRInputStream.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
68 // to create a concrete CDR delegate based on the GIOP version.
72 ORB orb, GIOPVersion version, byte encodingVersion) {
73 switch(version.intValue()) {
88 throw wrapper.unsupportedGiopVersion( version ) ;
113 GIOPVersion version,
117 impl = InputStreamFactory.newInputStream((ORB)orb, version,
500 * This must be called after determining the proper ORB version,
71 newInputStream( ORB orb, GIOPVersion version, byte encodingVersion) argument
109 CDRInputStream(org.omg.CORBA.ORB orb, ByteBuffer byteBuffer, int size, boolean littleEndian, GIOPVersion version, byte encodingVersion, BufferManagerRead bufMgr) argument
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/
H A DELFFileParser.java6 * 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
116 private int version; // Elf32_Word field in class:ELFFileParser.ELFFileImpl.ELFHeaderImpl
167 version = readInt();
/openjdk7/jdk/src/share/classes/java/net/
H A DHttpCookie.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
83 private int version = 1; // Version=1 ... RFC 2965 style field in class:HttpCookie
139 * cookie specification. The version can be changed with the
198 // Private version of parse() that will store the original header used to
204 int version = guessCookieVersion(header);
218 if (version == 0) {
639 * Returns the version of the protocol this cookie complies
641 * and version
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DDLSModulator.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
110 int version = 1; field in class:DLSModulator
337 return version;
340 public void setVersion(int version) { argument
341 this.version = version;
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/parser/
H A DHprofReader.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
60 // These version numbers are indices into VERSIONS. The instance data
61 // member version is set to one of these, and it drives decisions when
65 // version-sensitive parsing.
73 // The HPROF agent in J2SE 1.2 through to 5.0 generate a version 1.0.1
74 // file. In Java SE 6.0 the version is either 1.0.1 or 1.0.2 depending on
77 // dump is generated as version 1.0.2).
120 private int version; // Th field in class:HprofReader
[all...]
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/bmp/
H A DBMPImageWriter.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
88 private int version; field in class:BMPImageWriter

Completed in 189 milliseconds

1234567891011>>