Searched defs:version (Results 76 - 100 of 310) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djdapimin.c34 jpeg_CreateDecompress (j_decompress_ptr cinfo, int version, size_t structsize) argument
38 /* Guard against version mismatches between library and caller. */
40 if (version != JPEG_LIB_VERSION)
41 ERREXIT2(cinfo, JERR_BAD_LIB_VERSION, JPEG_LIB_VERSION, version);
/openjdk7/jdk/src/share/classes/sun/security/timestamp/
H A DTSRequest.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
43 * version INTEGER { v1(1) },
82 private int version = 1; field in class:TSRequest
124 * Sets the Time-Stamp Protocol version.
126 * @param version The TSP version.
128 public void setVersion(int version) { argument
129 this.version
[all...]
H A DTimestampToken.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 * version INTEGER { v1(1) },
75 private int version; field in class:TimestampToken
136 // Parse version
137 version = tstInfo.data.getInteger();
/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DICUBinary.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
30 * The original version of this source code and documentation is copyrighted *
57 * @param version version of the current data
58 * @return true if dataformat is an acceptable version, false otherwise
60 public boolean isDataVersionAcceptable(byte version[]); argument
83 * <li> Data version (4 bytes), the change version o
[all...]
H A DVersionInfo.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
29 * The original version of this source code and documentation is copyrighted *
42 * Class to store version numbers of the form major.minor.milli.micro.
52 * Returns an instance of VersionInfo with the argument version.
53 * @param version version String in the format of "major.minor.milli.micro"
56 * <= 255. If the trailing version numbers are
59 * @return an instance of VersionInfo with the argument version
64 getInstance(String version) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/net/idn/
H A DStringPrepDataReader.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
91 public boolean isDataVersionAcceptable(byte version[]){ argument
92 return version[0] == DATA_FORMAT_VERSION[0]
93 && version[2] == DATA_FORMAT_VERSION[2]
94 && version[3] == DATA_FORMAT_VERSION[3];
117 * File format version that this class understands.
118 * No guarantees are made if a older version is used
/openjdk7/jdk/src/share/sample/nio/server/
H A DRequest.java85 private String version; field in class:Request
89 String version() { return version; } method in class:Request
94 version = v;
99 return (action + " " + version + " " + uri);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DSchemaDOMImplementation.java31 * @version $Id: SchemaDOMImplementation.java,v 1.2 2010-10-26 23:01:18 joehw Exp $
54 public Object getFeature(String feature, String version) { argument
55 if (singleton.hasFeature(feature, version)) {
61 public boolean hasFeature(String feature, String version) { argument
62 final boolean anyVersion = version == null || version.length() == 0;
64 (anyVersion || version.equals("1.0") || version.equals("2.0") || version.equals("3.0"));
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DEncapsInputStream.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
46 * code sets and GIOP version. The original resolution to issue 2784
66 GIOPVersion version) {
68 version, Message.CDR_ENC_VERSION,
82 GIOPVersion version) {
84 version, Message.CDR_ENC_VERSION,
119 public EncapsInputStream(org.omg.CORBA.ORB orb, byte[] data, int size, GIOPVersion version) argument
121 this(orb, data, size, false, version);
64 EncapsInputStream(org.omg.CORBA.ORB orb, byte[] buf, int size, boolean littleEndian, GIOPVersion version) argument
80 EncapsInputStream(org.omg.CORBA.ORB orb, ByteBuffer byteBuffer, int size, boolean littleEndian, GIOPVersion version) argument
130 EncapsInputStream(org.omg.CORBA.ORB orb, byte[] data, int size, GIOPVersion version, CodeBase codeBase) argument
[all...]
H A DTypeCodeInputStream.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
81 GIOPVersion version) {
82 super(orb, data, size, littleEndian, version);
89 GIOPVersion version) {
90 super(orb, byteBuffer, size, littleEndian, version);
77 TypeCodeInputStream(org.omg.CORBA.ORB orb, byte[] data, int size, boolean littleEndian, GIOPVersion version) argument
85 TypeCodeInputStream(org.omg.CORBA.ORB orb, ByteBuffer byteBuffer, int size, boolean littleEndian, GIOPVersion version) argument
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/ior/iiop/
H A DIIOPProfileTemplateImpl.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
99 public IIOPProfileTemplateImpl( ORB orb, GIOPVersion version, IIOPAddress primary ) argument
102 this.giopVersion = version ;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orb/
H A DORBVersionImpl.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 ORBVersion version = (ORBVersion)obj ;
79 return version.getORBType() == orbType ;
87 public boolean lessThan(ORBVersion version) { argument
88 return orbType < version.getORBType();
/openjdk7/corba/src/share/classes/com/sun/org/omg/CORBA/
H A DOperationDescription.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
30 * Generated by the IDL-to-Java compiler (portable), version "3.0"
40 public String version = null; field in class:OperationDescription
56 version = _version;
/openjdk7/jdk/src/share/classes/javax/sound/midi/
H A DMidiDevice.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
302 * Device version.
304 private String version; field in class:MidiDevice.Info
313 * @param version version information for the device
315 protected Info(String name, String vendor, String description, String version) { argument
320 this.version = version;
[all...]
/openjdk7/jdk/src/share/classes/java/util/
H A DUUID.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 * 0x000000000000F000 version
58 * <p> The version field holds a value that describes the type of this {@code
61 * version value of 1, 2, 3 and 4, respectively.
146 randomBytes[6] &= 0x0f; /* clear version */
147 randomBytes[6] |= 0x40; /* set to version 4 */
170 md5Bytes[6] &= 0x0f; /* clear version */
171 md5Bytes[6] |= 0x30; /* set to version
245 public int version() { method in class:UUID
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/internal/
H A DSnmpSecurityModel.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
43 * @param version The SNMP protocol version.
57 int version,
75 * @param version The SNMP protocol version.
89 int version,
106 * @param version Th
56 generateRequestMsg(SnmpSecurityCache cache, int version, int msgID, int msgMaxSize, byte msgFlags, int msgSecurityModel, SnmpSecurityParameters params, byte[] contextEngineID, byte[] contextName, byte[] data, int dataLength, byte[] outputBytes) argument
88 generateResponseMsg(SnmpSecurityCache cache, int version, int msgID, int msgMaxSize, byte msgFlags, int msgSecurityModel, SnmpSecurityParameters params, byte[] contextEngineID, byte[] contextName, byte[] data, int dataLength, byte[] outputBytes) argument
121 processIncomingRequest(SnmpSecurityCache cache, int version, int msgID, int msgMaxSize, byte msgFlags, int msgSecurityModel, byte[] params, byte[] contextEngineID, byte[] contextName, byte[] data, byte[] encryptedPdu, SnmpDecryptedPdu decryptedPdu) argument
152 processIncomingResponse(SnmpSecurityCache cache, int version, int msgID, int msgMaxSize, byte msgFlags, int msgSecurityModel, byte[] params, byte[] contextEngineID, byte[] contextName, byte[] data, byte[] encryptedPdu, SnmpDecryptedPdu decryptedPdu) argument
[all...]
H A DSnmpSecuritySubSystem.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
57 * @param version The SNMP protocol version.
71 int version,
88 * @param version The SNMP protocol version.
102 int version,
119 * @param version Th
70 generateRequestMsg(SnmpSecurityCache cache, int version, int msgID, int msgMaxSize, byte msgFlags, int msgSecurityModel, SnmpSecurityParameters params, byte[] contextEngineID, byte[] contextName, byte[] data, int dataLength, byte[] outputBytes) argument
101 generateResponseMsg(SnmpSecurityCache cache, int version, int msgID, int msgMaxSize, byte msgFlags, int msgSecurityModel, SnmpSecurityParameters params, byte[] contextEngineID, byte[] contextName, byte[] data, int dataLength, byte[] outputBytes) argument
134 processIncomingRequest(SnmpSecurityCache cache, int version, int msgID, int msgMaxSize, byte msgFlags, int msgSecurityModel, byte[] params, byte[] contextEngineID, byte[] contextName, byte[] data, byte[] encryptedPdu, SnmpDecryptedPdu decryptedPdu) argument
165 processIncomingResponse(SnmpSecurityCache cache, int version, int msgID, int msgMaxSize, byte msgFlags, int msgSecurityModel, byte[] params, byte[] contextEngineID, byte[] contextName, byte[] data, byte[] encryptedPdu, SnmpDecryptedPdu decryptedPdu) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DDigestClientId.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
65 DigestClientId(int version, String hostname, int port, argument
70 super(version, hostname, port, protocol, bindCtls, trace,
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DAbstractMidiDeviceProvider.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
162 Info(String name, String vendor, String description, String version, int index) { argument
163 super(name, vendor, description, version);
H A DDirectAudioDeviceProvider.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
153 String description, String version) {
154 super(name, vendor, "Direct Audio Device: "+description, version);
151 DirectAudioDeviceInfo(int index, int deviceID, int maxSimulLines, String name, String vendor, String description, String version) argument
H A DPortMixerProvider.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
137 private PortMixerInfo(int index, String name, String vendor, String description, String version) { argument
138 super("Port " + name, vendor, description, version);
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DGUI.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
64 public static final String version = "1.0Beta"; //### FIX ME. field in class:GUI
216 } else if (token.equals("-version")) {
217 System.out.println(progname + " version " + version);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DVersionChecker.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
39 * Checks the jaxb:version attribute on a XML Schema document.
41 * jaxws:version is optional, if absent its value is assumed to be "2.0" and if present its value must be
51 * We store the value of the version attribute in this variable
54 private String version = null ; field in class:VersionChecker
89 version = atts.getValue(JAXWSBindingsConstants.NS_JAXWS_BINDINGS,"version");
91 String version2 = atts.getValue("","version");
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/internalizer/
H A DVersionChecker.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
46 * Checks the jaxb:version attribute on a XML Schema document.
48 * jaxb:version is optional if no binding customization is used,
57 * We store the value of the version attribute in this variable
60 private String version = null ; field in class:VersionChecker
95 version = atts.getValue(Const.JAXB_NSURI,"version");
97 String version2 = atts.getValue("","version");
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DMimeCodec.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
98 protected final SOAPVersion version; field in class:MimeCodec
101 protected MimeCodec(SOAPVersion version, WSBinding binding) { argument
102 this.version = version;
172 this.version = that.version;

Completed in 528 milliseconds

1234567891011>>