Searched refs:_version (Results 1 - 19 of 19) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DIDLID.java46 _version = "1.0";
53 _version = version;
59 return "IDL:" + _name + ':' + _version;
61 return "IDL:" + _prefix + '/' + _name + ':' + _version;
92 return _version;
98 _version = "";
100 _version = version;
128 return new IDLID (_prefix, _name, _version);
133 private String _version; field in class:IDLID
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/events/
H A DStartDocumentEvent.java39 protected String _version = XMLConstants.XMLVERSION; field in class:StartDocumentEvent
46 _version = XMLConstants.XMLVERSION;
64 _version = version;
114 return _version;
146 _version = s;
152 _version = "1.0";
158 String s = "<?xml version=\"" + _version + "\"";
/openjdk7/corba/src/share/classes/com/sun/org/omg/CORBA/
H A DExceptionDescription.java47 public ExceptionDescription (String _name, String _id, String _defined_in, String _version, org.omg.CORBA.TypeCode _type) argument
52 version = _version;
H A DAttributeDescription.java48 public AttributeDescription (String _name, String _id, String _defined_in, String _version, org.omg.CORBA.TypeCode _type, com.sun.org.omg.CORBA.AttributeMode _mode) argument
53 version = _version;
H A DOperationDescription.java51 public OperationDescription (String _name, String _id, String _defined_in, String _version, org.omg.CORBA.TypeCode _result, com.sun.org.omg.CORBA.OperationMode _mode, String[] _contexts, com.sun.org.omg.CORBA.ParameterDescription[] _parameters, com.sun.org.omg.CORBA.ExceptionDescription[] _exceptions) argument
56 version = _version;
/openjdk7/hotspot/src/share/vm/memory/
H A Dfilemap.hpp64 int _version; // (from enum, above.) member in struct:FileMapInfo::FileMapHeader
101 _header._version = _invalid_version;
108 int version() { return _header._version; }
H A Dfilemap.cpp90 _header._version = _current_version;
149 if (_header._version != current_version()) {
455 if (_header._version != current_version()) {
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DOutputSettings.java41 private String _version = null; field in class:OutputSettings
H A DTransformerImpl.java977 translet._version = value;
/openjdk7/corba/src/share/classes/com/sun/org/omg/CORBA/ValueDefPackage/
H A DFullValueDescription.java64 //public FullValueDescription (String _name, String _id, boolean _is_abstract, boolean _is_custom, String _defined_in, String _version, com.sun.org.omg.CORBA.OperationDescription[] _operations, com.sun.org.omg.CORBA.AttributeDescription[] _attributes, com.sun.org.omg.CORBA.ValueMember[] _members, com.sun.org.omg.CORBA.Initializer[] _initializers, String[] _supported_interfaces, String[] _abstract_base_values, boolean _is_truncatable, String _base_value, org.omg.CORBA.TypeCode _type)
65 public FullValueDescription (String _name, String _id, boolean _is_abstract, boolean _is_custom, String _defined_in, String _version, com.sun.org.omg.CORBA.OperationDescription[] _operations, com.sun.org.omg.CORBA.AttributeDescription[] _attributes, org.omg.CORBA.ValueMember[] _members, com.sun.org.omg.CORBA.Initializer[] _initializers, String[] _supported_interfaces, String[] _abstract_base_values, boolean _is_truncatable, String _base_value, org.omg.CORBA.TypeCode _type) argument
72 version = _version;
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DOutput.java55 private String _version; field in class:Output
156 _version = getAttribute("version");
157 if (_version.equals(Constants.EMPTYSTRING)) {
158 _version = null;
161 outputProperties.setProperty(OutputKeys.VERSION, _version);
298 if (_version == null) {
299 _version = HTML_VERSION;
331 // Only update _version field if set and different from default
332 if ((_version != null) && (!_version
[all...]
H A DStylesheet.java73 private String _version; field in class:Stylesheet
526 if ((_version == null) || (_version.equals(EMPTYSTRING))) {
530 else if (!_version.equals("1.0")) {
531 reportError(this, parser, ErrorMsg.XSL_VERSION_ERR, _version);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DOutputFormat.java133 private String _version; field in class:OutputFormat
348 return _version;
362 _version = version;
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/runtime/
H A DAbstractTranslet.java66 public String _version = "1.0"; field in class:AbstractTranslet
674 if (_version != null) {
675 handler.setVersion(_version);
694 if (_version != null) {
695 handler.setVersion(_version);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.cpp149 JvmtiExport::decode_version_values(_version, &major, &minor, &micro);
158 JvmtiExport::decode_version_values(_version, &major, &minor, &micro);
166 JvmtiExport::decode_version_values(_version, &major, &minor, &micro);
172 _version = version;
H A DjvmtiEnvBase.hpp91 jint _version; // version value passed to JNI GetEnv() member in class:JvmtiEnvBase
/openjdk7/hotspot/agent/src/os/bsd/
H A Dps_core.c221 int _version; // (from enum, above.) member in struct:FileMapHeader
367 if (header._version != CURRENT_ARCHIVE_VERSION) {
369 classes_jsa, header._version, CURRENT_ARCHIVE_VERSION);
/openjdk7/hotspot/agent/src/os/linux/
H A Dps_core.c220 int _version; // (from enum, above.) member in struct:FileMapHeader
367 if (header._version != CURRENT_ARCHIVE_VERSION) {
369 classes_jsa, header._version, CURRENT_ARCHIVE_VERSION);
/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dsaproc.cpp521 int _version; // (from enum, above.) member in struct:FileMapHeader
684 if (pheader->_version != CURRENT_ARCHIVE_VERSION) {
689 classes_jsa, pheader->_version, CURRENT_ARCHIVE_VERSION);

Completed in 93 milliseconds