Searched refs:version (Results 1 - 25 of 725) sorted by relevance

1234567891011>>

/openjdk9/langtools/test/tools/javac/doctree/
H A DVersionTest.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
38 * @version 1.2
40 void version() { } method in class:VersionTest
/openjdk9/jdk/test/tools/launcher/modules/patch/systemmodules/src/m2/p2/
H A DLib.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
27 public static int version() { method in class:Lib
/openjdk9/jdk/test/tools/launcher/modules/patch/systemmodules/src1/m2/p2/
H A DLib.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
27 public static int version() { method in class:Lib
/openjdk9/jdk/test/sun/security/tools/jarsigner/multiRelease/jarContent/base/version/
H A DVersion.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
24 package version; package
/openjdk9/jdk/test/sun/security/tools/jarsigner/multiRelease/jarContent/v10/version/
H A DVersion.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
24 package version; package
/openjdk9/jdk/src/java.base/share/classes/sun/net/
H A DSocksProxy.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
32 * Proxy wrapper class so we can determine the socks protocol version.
35 private final int version; field in class:SocksProxy
37 private SocksProxy(SocketAddress addr, int version) { argument
39 this.version = version;
42 public static SocksProxy create(SocketAddress addr, int version) { argument
43 return new SocksProxy(addr, version);
[all...]
/openjdk9/jdk/test/tools/jar/multiRelease/data/test04/v9/version/
H A DVersion.java1 package version; package
/openjdk9/jdk/test/tools/jar/multiRelease/data/test01/base/version/
H A DVersion.java1 package version; package
/openjdk9/jdk/test/tools/jar/multiRelease/data/test01/v10/version/
H A DVersion.java1 package version; package
/openjdk9/jdk/test/tools/jar/multiRelease/data/test01/v9/version/
H A DVersion.java1 package version; package
/openjdk9/jdk/test/tools/jar/multiRelease/data/test05/v9/version/
H A DExtra.java1 package version; package
/openjdk9/jdk/test/tools/jar/multiRelease/data/test06/v9/version/
H A DExtra.java1 package version; package
/openjdk9/hotspot/src/share/vm/prims/
H A DjniExport.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
33 static bool GetExportedInterface(JavaVM* vm, void** penv, jint version, jint* iface) { argument
34 if (JvmtiExport::is_jvmti_version(version)) {
35 *iface = JvmtiExport::get_jvmti_interface(vm, penv, version);
/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-maxp-table.hh55 likely (version.major == 1 ||
56 (version.major == 0 && version.minor == 0x5000u)));
59 /* We only implement version 0.5 as none of the extra fields in version 1.0 are useful. */
61 FixedVersion<>version; /* Version of the maxp table (0.5 or 1.0), member in struct:OT::maxp
/openjdk9/jdk/test/tools/jar/multiRelease/data/test10/base/version/
H A DNested.java1 package version; package
/openjdk9/jdk/test/tools/jar/multiRelease/data/test10/v9/version/
H A DNested.java1 package version; package
/openjdk9/jdk/test/tools/launcher/modules/patch/systemmodules/src/m1/p1/
H A DMain.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
28 int version = p2.Lib.version();
31 if (version != expected)
32 throw new RuntimeException(version + " != " + expected + " (expected)");
/openjdk9/jaxp/src/java.xml/share/classes/org/xml/sax/ext/
H A DLocator2Impl.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 private String version; field in class:Locator2Impl
67 * <em>encoding</em> and <em>version</em>strings are copied,
78 version = l2.getXMLVersion ();
88 * Returns the current value of the version property.
93 { return version; }
109 * Assigns the current value of the version property.
111 * @param version th
114 setXMLVersion(String version) argument
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/javax/imageio/spi/
H A DIIOServiceProvider.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 protected String version; field in class:IIOServiceProvider
63 * vendor name and version identifier.
66 * @param version a version identifier.
70 * @exception IllegalArgumentException if {@code version}
74 String version) {
78 if (version
73 IIOServiceProvider(String vendorName, String version) argument
[all...]
/openjdk9/jdk/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/
H A DResponse.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
36 final HttpClient.Version version; field in class:Response
42 HttpClient.Version version) {
45 this.version = version;
54 HttpClient.Version version() { method in class:Response
55 return version;
38 Response(HttpRequestImpl req, Exchange<?> exchange, HttpHeaders headers, int statusCode, HttpClient.Version version) argument
/openjdk9/jdk/src/java.base/share/classes/javax/crypto/spec/
H A DRC5ParameterSpec.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
35 * <p> The parameters consist of a version number, a rounds count, a word
50 private int version; field in class:RC5ParameterSpec
55 * Constructs a parameter set for RC5 from the given version, number of
58 * @param version the version.
62 public RC5ParameterSpec(int version, int rounds, int wordSize) { argument
63 this.version
85 RC5ParameterSpec(int version, int rounds, int wordSize, byte[] iv) argument
112 RC5ParameterSpec(int version, int rounds, int wordSize, byte[] iv, int offset) argument
[all...]
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DVersion.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
32 * Class to handle version strings for Nashorn.
40 * The current version number as a string.
41 * @return version string
43 public static String version() { method in class:Version
44 return version("version_short"); // E.g. "9-internal" or "9.1.2"
48 * The current full version number as a string.
49 * @return full version strin
58 private static String version(final String key) { method in class:Version
[all...]
/openjdk9/jdk/test/java/lang/System/
H A DSetPropertiesNull.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
25 * This class tests to see if the system property java.version is properly
36 final String version = System.getProperty("java.version");
38 final String newVersion = System.getProperty("java.version");
39 if (!version.equals(newVersion)) {
40 throw new RuntimeException("java.version differs: '" + version
[all...]
/openjdk9/jdk/src/jdk.management.agent/share/classes/sun/management/jdp/
H A DJdpGenericPacket.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
42 * Current version of protocol. Any implementation of this protocol has to
69 * Validate protocol header version field
71 * @param version - value to validate
74 public static void checkVersion(short version) argument
77 if (version > PROTOCOL_VERSION) {
78 throw new JdpException("Unsupported protocol version: " + version);
[all...]
/openjdk9/jdk/src/java.base/share/classes/sun/security/x509/
H A DCertificateVersion.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
36 * This class defines the version of the X509 Certificate.
59 public static final String IDENT = "x509.info.version";
63 public static final String NAME = "version";
67 int version = V1; field in class:CertificateVersion
69 // Returns the version number.
71 return(version);
78 version
99 CertificateVersion(int version) argument
[all...]

Completed in 120 milliseconds

1234567891011>>