Searched defs:version (Results 276 - 300 of 310) sorted by relevance

<<111213

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLEntityManager.java83 * @version $Id: XMLEntityManager.java,v 1.17 2010-11-01 04:39:41 joehw Exp $
554 public void setScannerVersion(short version) { argument
556 if(version == Constants.XML_VERSION_1_0) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DDTDGrammar.java104 * @version $Id: DTDGrammar.java,v 1.4 2010/08/11 07:18:37 joehw Exp $
872 * @param version The XML version, or null if not specified.
879 public void textDecl(String version, String encoding, Augmentations augs) argument
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMDefaultBase.java1572 * this version of the operation is primarily intended for use during negotiation
1897 * @param version This is the version number of the feature to test.
1898 * If the version is not
1899 * specified, supporting any version of the feature will cause the
1904 public boolean isSupported(String feature, String version) argument
1978 * Return a string representing the XML version of the document. This
1985 * @return the document version String object.
H A DDTMDocumentImpl.java1760 * @param version This is the version number of the feature to test.
1761 * If the version is not
1762 * specified, supporting any version of the feature will cause the
1767 public boolean isSupported(String feature, String version) {return false;} argument
1824 * Return a string representing the XML version of the document. This
1831 * @return the document version String object
H A DDTMNodeProxy.java267 * @param version
271 public final boolean supports(String feature, String version) argument
273 return implementation.hasFeature(feature,version);
282 * @param version
288 public final boolean isSupported(String feature, String version) argument
290 return implementation.hasFeature(feature,version);
498 // Note that this uses the DOM-compatable version of the call
1523 * An attribute specifying, as part of the XML declaration, the version
1539 * An attribute specifying, as part of the XML declaration, the version
1543 * NEEDSDOC @param version
1545 setVersion(String version) argument
1576 hasFeature(String feature,String version) argument
1607 getFeature(String feature, String version) argument
1661 getFeature(String feature, String version) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DUnImplNode.java707 * @param version This is the version number of the feature to test. In
708 * Level 2, version 1, this is the string "2.0". If the version is not
709 * specified, supporting any version of the feature will cause the
715 public boolean isSupported(String feature, String version) argument
1252 * An attribute specifying, as part of the XML declaration, the version
1271 * An attribute specifying, as part of the XML declaration, the version
1275 * NEEDSDOC @param version
1277 public void setVersion(String version) argument
1325 getFeature(String feature, String version) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/
H A DFontConfiguration.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
133 * default uses the system properties os.name and os.version;
138 osVersion = System.getProperty("os.version");
219 String version = getVersion();
220 if (!"1".equals(version) && FontUtilities.debugFonts()) {
221 logger.config("Unsupported fontconfig version: " + version);
1332 * (17) table_version :stringID of the version numbe
2006 private String version; field in class:FontConfiguration.PropertiesHandler
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DPackage.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
129 /** Return the highest version number of all classes,
141 /** Convenience function to choose an archive version based
180 throw new IOException("Unexpected package minor version: got "+gotVer+"; expected "+expVer);
1163 public static String versionStringOf(int version) { argument
1164 return versionStringOf(version >>> 16, (char)version);
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapClient.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
148 authenticate(boolean initial, String name, Object pw, int version, argument
167 switch (version) {
176 throw new CommunicationException("Protocol version " + version +
186 (version == LDAP_VERSION2) ||
187 (version == LDAP_VERSION3_VERSION2) ||
256 (version
1592 getInstance(boolean usePool, String hostname, int port, String factory, int connectTimeout, int readTimeout, OutputStream trace, int version, String authMechanism, Control[] ctls, String protocol, String user, Object passwd, Hashtable env) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DRealTimeSequencer.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
1089 private static final String version = "Version 1.0"; field in class:RealTimeSequencer.RealTimeSequencerInfo
1092 super(name, vendor, description, version);
/openjdk7/hotspot/src/share/tools/launcher/
H A Djava.c6 * 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
98 * options which specify the version are not passed to the exec'd version,
99 * because that jre may be an older version which wouldn't recognize them.
100 * This environment variable is known to this (and later) version and serves
101 * to suppress the version selection code. This is not only for efficiency,
246 * Make sure the specified version of the JRE is running.
249 * 1) If the version runnin
904 char *version = NULL; local
[all...]
/openjdk7/jdk/src/share/bin/
H A Djava.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
173 const char* fullversion, /* full version defined */
174 const char* dotversion, /* dot version defined */
214 * Make sure the specified version of the JRE is running.
217 * 1) If the version running isn't correct, this routine doesn't
218 * return (either the correct version has been exec'd or an error
714 * The SelectVersion() routine ensures that an appropriate version of
715 * the JRE is running. The specification for the appropriate version
728 char *version = NULL; local
[all...]
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.h6 * 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
78 * Bump the version number when either of the following happens:
199 JVM_IsSupportedJNIVersion(jint version);
689 * Get the version number the JVM was built with
697 * The version passed in is the version that the library code was
701 JVM_DTraceActivate(JNIEnv* env, jint version, jstring module_name,
1160 * -3: unsupported version
1615 jint version; member in struct:JDK1_1InitArgs
[all...]
H A DjvmtiEnvBase.cpp6 * 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
150 return major == 1 && minor == 0; // micro version doesn't matter here
159 return major == 1 && minor == 1; // micro version doesn't matter here
167 return major == 1 && minor == 2; // micro version doesn't matter here
171 JvmtiEnvBase::JvmtiEnvBase(jint version) : _env_event_enable() { argument
172 _version = version;
H A Djni.cpp7 * 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
3975 return method; // wahoo, we found a prefixed version of the method, return it
5019 if (Threads::is_supported_jni_version(args->version)) {
5023 // According the JNI spec, we should update args->version on return.
5026 if (args->version == JNI_VERSION_1_1) {
5027 args->version = JNI_VERSION_1_2;
5230 destroyargs.version = CurrentVersion;
5259 if (args && (args->version !
5464 jni_GetEnv(JavaVM *vm, void **penv, jint version) argument
[all...]
/openjdk7/hotspot/src/share/vm/services/
H A Dmanagement.cpp6 * 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
455 // Returns a version string and sets major and minor version if
2301 void* Management::get_jmm_interface(int version) { argument
2302 if (version == JMM_VERSION_1_0) {
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontpath.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
628 /* 64 bit sparc should pick up the right version from the lib path.
631 * distinguishing the library version, to know whether to expect
645 * control it, and can't control the version of fontconfig, so iff
662 /* NB FcFini is not in (eg) the Solaris 10 version of fontconfig. Its not
961 int version = 0; local
973 version = (*FcGetVersion)();
976 return version;
[all...]
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DXRBackendNative.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
41 * Xrender.h and do this based solely on O/S being any 5.10 version, but this
107 /* The xrender pipleine requires libXrender.so version 0.9.3 or later. */
184 // look for version
193 char* version = line + versionPrefixLen; local
194 numProcessed = sscanf(version, "%d.%d.%d", &v1, &v2, &v3);
197 // we successfuly read the library version
207 printf("INFO: the version
[all...]
/openjdk7/jdk/src/windows/bin/
H A Djava_md.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
264 * This is clearly completely specific to the exact compiler version
442 char version[MAXPATHLEN]; local
451 /* Find the current version of the JRE */
458 version, sizeof(version))) {
464 if (JLI_StrCmp(version, GetDotVersion()) != 0) {
465 JLI_ReportErrorMessage(REG_ERROR3, JRE_KEY, version, GetDotVersio
[all...]
/openjdk7/jdk/src/windows/native/java/net/
H A DTwoStacksPlainDatagramSocketImpl.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
73 /* Windows OS version is XP or better */
75 /* Windows OS version is Windows 2000 or better */
380 int version; local
384 version = ver.dwMajorVersion * 10 + ver.dwMinorVersion;
385 xp_or_later = (ver.dwPlatformId == VER_PLATFORM_WIN32_NT) && (version >= 51);
386 w2k_or_later = (ver.dwPlatformId == VER_PLATFORM_WIN32_NT) && (version >= 50);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DClassReader.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 /** Switch: check class file for correct minor version, unrecognized
202 /** The major version number of the class file being read. */
204 /** The minor version number of the class file being read. */
893 AttributeReader(Name name, ClassFile.Version version, Set<AttributeKind> kinds) { argument
895 this.version = version;
901 if (majorVersion > version
921 final ClassFile.Version version; field in class:ClassReader.AttributeReader
[all...]
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipFileSystem.java1706 writeShort(os, 45); // version made by
1707 writeShort(os, 45); // version needed to extract
1798 int version; field in class:ZipFileSystem.Entry
1835 this.version = e.version;
1859 int version() throws ZipException { method in class:ZipFileSystem.Entry
1881 version = CENVER(cen, pos);
1914 int version0 = version();
1953 writeShort(os, version0); // version made by
1954 writeShort(os, version0); // version neede
[all...]
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DMorphTables.h5 * 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
73 le_int32 version; member in struct:MorphTableHeader
142 le_int32 version; member in struct:MorphTableHeader2
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.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 static final String version; field in class:HttpURLConnection
201 version = java.security.AccessController.doPrivileged(
202 new sun.security.action.GetPropertyAction("java.version"));
206 agent = "Java/"+version;
208 agent = agent + " Java/"+version;
2604 * Returns a filtered version of the given headers value.
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DXIncludeHandler.java117 * @version $Id: XIncludeHandler.java,v 1.7 2010-11-01 04:40:18 joehw Exp $
358 // track the version of the document being parsed
827 String version,
832 fIsXML11 = "1.1".equals(version);
834 fDocumentHandler.xmlDecl(version, encoding, standalone, augs);
1107 public void textDecl(String version, String encoding, Augmentations augs) argument
1111 fDocumentHandler.textDecl(version, encoding, augs);
826 xmlDecl( String version, String encoding, String standalone, Augmentations augs) argument

Completed in 394 milliseconds

<<111213