Home
last modified time | relevance | path

Searched +full:java +full:- +full:8 +full:- +full:oracle (Results 1 – 25 of 180) sorted by relevance

12345678

/external/apache-commons-bcel/src/main/java/org/apache/bcel/
DConst.java9 * http://www.apache.org/licenses/LICENSE-2.0
20 import java.util.Arrays;
21 import java.util.Collections;
32 * Java class file format Magic number (0xCAFEBABE)
34 * @see <a href="http://docs.oracle.com/javase/specs/jvms/se7/html/jvms-4.html#jvms-4.1-200-A">
35 * The ClassFile Structure in The Java Virtual Machine Specification</a>
39 /** Major version number of class files for Java 1.1.
44 /** Minor version number of class files for Java 1.1.
49 /** Major version number of class files for Java 1.2.
54 /** Minor version number of class files for Java 1.2.
[all …]
DConstants.java9 * http://www.apache.org/licenses/LICENSE-2.0
24 * @deprecated (since 6.0) DO NOT USE - use Const instead
29 /** Major version number of class files for Java 1.1.
34 /** Minor version number of class files for Java 1.1.
39 /** Major version number of class files for Java 1.2.
44 /** Minor version number of class files for Java 1.2.
49 /** Major version number of class files for Java 1.2.
54 /** Minor version number of class files for Java 1.3.
59 /** Major version number of class files for Java 1.3.
64 /** Minor version number of class files for Java 1.4.
[all …]
/external/grpc-grpc/templates/tools/dockerfile/interoptest/grpc_interop_java_oracle8/
Djava_deps.include1 # Install JDK 8 and Git
3 RUN echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | /usr/bin/debconf-
4 …deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" | tee /etc/apt/sources.list.d/we…
5 …echo "deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" | tee -a /etc/apt/sour…
6 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys EEA14886
8 RUN apt-get update && apt-get -y install ${'\\'}
11 oracle-java8-installer ${'\\'}
13 apt-get clean && rm -r /var/cache/oracle-jdk8-installer/
15 ENV JAVA_HOME /usr/lib/jvm/java-8-oracle
/external/grpc-grpc/templates/tools/dockerfile/interoptest/grpc_interop_java/
Djava_deps.include1 # Install JDK 8 and Git
3 RUN echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | /usr/bin/debconf-
4 …deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" | tee /etc/apt/sources.list.d/we…
5 …echo "deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" | tee -a /etc/apt/sour…
6 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys EEA14886
8 RUN apt-get update && apt-get -y install ${'\\'}
11 oracle-java8-installer ${'\\'}
13 apt-get clean && rm -r /var/cache/oracle-jdk8-installer/
15 ENV JAVA_HOME /usr/lib/jvm/java-8-oracle
/external/grpc-grpc/templates/tools/dockerfile/
Djava_deps.include1 # Install JDK 8 and Git
3 RUN echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | /usr/bin/debconf-
4 …deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" | tee /etc/apt/sources.list.d/we…
5 …echo "deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" | tee -a /etc/apt/sour…
6 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys EEA14886
8 RUN apt-get update && apt-get -y install ${'\\'}
11 oracle-java8-installer ${'\\'}
13 apt-get clean && rm -r /var/cache/oracle-jdk8-installer/
15 ENV JAVA_HOME /usr/lib/jvm/java-8-oracle
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/utils/
DCharsetNames.java9 * http://www.apache.org/licenses/LICENSE-2.0
22 * Character encoding names required of every implementation of the Java platform.
24 …* From the Java documentation <a href="https://download.oracle.com/javase/6/docs/api/java/nio/char…
27 …* <cite>Every implementation of the Java platform is required to support the following character e…
33 * <dt><code>US-ASCII</code></dt>
34 …* <dd>Seven-bit ASCII, a.k.a. ISO646-US, a.k.a. the Basic Latin block of the Unicode character set…
35 * <dt><code>ISO-8859-1</code></dt>
36 * <dd>ISO Latin Alphabet No. 1, a.k.a. ISO-LATIN-1.</dd>
37 * <dt><code>UTF-8</code></dt>
38 * <dd>Eight-bit Unicode Transformation Format.</dd>
[all …]
DCharsets.java9 * http://www.apache.org/licenses/LICENSE-2.0
21 import java.nio.charset.Charset;
22 import java.nio.charset.StandardCharsets;
25 * Charsets required of every implementation of the Java platform.
27 …* From the Java documentation <a href="https://docs.oracle.com/javase/6/docs/api/java/nio/charset/…
30 …* <cite>Every implementation of the Java platform is required to support the following character e…
36 * <dt><code>US-ASCII</code></dt>
37 …* <dd>Seven-bit ASCII, a.k.a. ISO646-US, a.k.a. the Basic Latin block of the Unicode character set…
38 * <dt><code>ISO-8859-1</code></dt>
39 * <dd>ISO Latin Alphabet No. 1, a.k.a. ISO-LATIN-1.</dd>
[all …]
/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_java_oracle8/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 # Install JDK 8 and Git
19 RUN echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | /usr/bin/debconf-
20 …deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" | tee /etc/apt/sources.list.d/we…
21 …echo "deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" | tee -a /etc/apt/sour…
22 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys EEA14886
24 RUN apt-get update && apt-get -y install \
27 oracle-java8-installer \
29 apt-get clean && rm -r /var/cache/oracle-jdk8-installer/
31 ENV JAVA_HOME /usr/lib/jvm/java-8-oracle
[all …]
/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_java/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 # Install JDK 8 and Git
19 RUN echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | /usr/bin/debconf-
20 …deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" | tee /etc/apt/sources.list.d/we…
21 …echo "deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" | tee -a /etc/apt/sour…
22 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys EEA14886
24 RUN apt-get update && apt-get -y install \
27 oracle-java8-installer \
29 apt-get clean && rm -r /var/cache/oracle-jdk8-installer/
31 ENV JAVA_HOME /usr/lib/jvm/java-8-oracle
[all …]
/external/junit-params/apidocs/junitparams/internal/
DInvokeParameterisedMethod.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
2 <!-- NewPage -->
5 <!-- Generated by javadoc (1.8.0) on Mon Jul 28 12:08:59 CEST 2014 -->
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7 <title>InvokeParameterisedMethod (JUnitParams 1.0.3-SNAPSHOT API)</title>
8 <meta name="date" content="2014-07-28">
13 <script type="text/javascript"><!--
15 if (location.href.indexOf('is-external=true') == -1) {
16 parent.document.title="InvokeParameterisedMethod (JUnitParams 1.0.3-SNAPSHOT API)";
21 //-->
[all …]
DUtils.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
2 <!-- NewPage -->
5 <!-- Generated by javadoc (1.8.0) on Mon Jul 28 12:08:59 CEST 2014 -->
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7 <title>Utils (JUnitParams 1.0.3-SNAPSHOT API)</title>
8 <meta name="date" content="2014-07-28">
13 <script type="text/javascript"><!--
15 if (location.href.indexOf('is-external=true') == -1) {
16 parent.document.title="Utils (JUnitParams 1.0.3-SNAPSHOT API)";
21 //-->
[all …]
DTestMethod.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
2 <!-- NewPage -->
5 <!-- Generated by javadoc (1.8.0) on Mon Jul 28 12:08:59 CEST 2014 -->
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7 <title>TestMethod (JUnitParams 1.0.3-SNAPSHOT API)</title>
8 <meta name="date" content="2014-07-28">
13 <script type="text/javascript"><!--
15 if (location.href.indexOf('is-external=true') == -1) {
16 parent.document.title="TestMethod (JUnitParams 1.0.3-SNAPSHOT API)";
21 //-->
[all …]
DParameterisedTestMethodRunner.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
2 <!-- NewPage -->
5 <!-- Generated by javadoc (1.8.0) on Mon Jul 28 12:08:59 CEST 2014 -->
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7 <title>ParameterisedTestMethodRunner (JUnitParams 1.0.3-SNAPSHOT API)</title>
8 <meta name="date" content="2014-07-28">
13 <script type="text/javascript"><!--
15 if (location.href.indexOf('is-external=true') == -1) {
16 parent.document.title="ParameterisedTestMethodRunner (JUnitParams 1.0.3-SNAPSHOT API)";
21 //-->
[all …]
DParameterisedTestClassRunner.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
2 <!-- NewPage -->
5 <!-- Generated by javadoc (1.8.0) on Mon Jul 28 12:08:59 CEST 2014 -->
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7 <title>ParameterisedTestClassRunner (JUnitParams 1.0.3-SNAPSHOT API)</title>
8 <meta name="date" content="2014-07-28">
13 <script type="text/javascript"><!--
15 if (location.href.indexOf('is-external=true') == -1) {
16 parent.document.title="ParameterisedTestClassRunner (JUnitParams 1.0.3-SNAPSHOT API)";
21 //-->
[all …]
DIdentityMapper.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
2 <!--NewPage-->
5 <!-- Generated by javadoc (build 1.6.0_31) on Tue May 15 23:03:16 FET 2012 -->
6 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
8 IdentityMapper (JUnitParams 0.5.1-SNAPSHOT API)
11 <META NAME="date" CONTENT="2012-05-15">
18 if (location.href.indexOf('is-external=true') == -1) {
19 parent.document.title="IdentityMapper (JUnitParams 0.5.1-SNAPSHOT API)";
32 <!-- ========= START OF TOP NAVBAR ======= -->
33 <A NAME="navbar_top"><!-- --></A>
[all …]
/external/junit-params/apidocs/junitparams/
DInvokeParameterisedMethod.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
2 <!--NewPage-->
5 <!-- Generated by javadoc (build 1.6.0_29) on Mon Jan 09 12:02:55 CET 2012 -->
6 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
8 InvokeParameterisedMethod (JUnitParams 0.3.8-SNAPSHOT API)
11 <META NAME="date" CONTENT="2012-01-09">
18 if (location.href.indexOf('is-external=true') == -1) {
19 parent.document.title="InvokeParameterisedMethod (JUnitParams 0.3.8-SNAPSHOT API)";
32 <!-- ========= START OF TOP NAVBAR ======= -->
33 <A NAME="navbar_top"><!-- --></A>
[all …]
DTestMethod.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
2 <!--NewPage-->
5 <!-- Generated by javadoc (build 1.6.0_29) on Mon Jan 09 12:02:55 CET 2012 -->
6 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
8 TestMethod (JUnitParams 0.3.8-SNAPSHOT API)
11 <META NAME="date" CONTENT="2012-01-09">
18 if (location.href.indexOf('is-external=true') == -1) {
19 parent.document.title="TestMethod (JUnitParams 0.3.8-SNAPSHOT API)";
32 <!-- ========= START OF TOP NAVBAR ======= -->
33 <A NAME="navbar_top"><!-- --></A>
[all …]
DParameterisedTestMethodRunner.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
2 <!--NewPage-->
5 <!-- Generated by javadoc (build 1.6.0_29) on Mon Jan 09 12:02:55 CET 2012 -->
6 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
8 ParameterisedTestMethodRunner (JUnitParams 0.3.8-SNAPSHOT API)
11 <META NAME="date" CONTENT="2012-01-09">
18 if (location.href.indexOf('is-external=true') == -1) {
19 parent.document.title="ParameterisedTestMethodRunner (JUnitParams 0.3.8-SNAPSHOT API)";
32 <!-- ========= START OF TOP NAVBAR ======= -->
33 <A NAME="navbar_top"><!-- --></A>
[all …]
DParameterisedTestClassRunner.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
2 <!--NewPage-->
5 <!-- Generated by javadoc (build 1.6.0_29) on Mon Jan 09 12:02:55 CET 2012 -->
6 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
8 ParameterisedTestClassRunner (JUnitParams 0.3.8-SNAPSHOT API)
11 <META NAME="date" CONTENT="2012-01-09">
18 if (location.href.indexOf('is-external=true') == -1) {
19 parent.document.title="ParameterisedTestClassRunner (JUnitParams 0.3.8-SNAPSHOT API)";
32 <!-- ========= START OF TOP NAVBAR ======= -->
33 <A NAME="navbar_top"><!-- --></A>
[all …]
DJUnitParamsRunner.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
2 <!-- NewPage -->
5 <!-- Generated by javadoc (1.8.0) on Mon Jul 28 12:08:59 CEST 2014 -->
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7 <title>JUnitParamsRunner (JUnitParams 1.0.3-SNAPSHOT API)</title>
8 <meta name="date" content="2014-07-28">
13 <script type="text/javascript"><!--
15 if (location.href.indexOf('is-external=true') == -1) {
16 parent.document.title="JUnitParamsRunner (JUnitParams 1.0.3-SNAPSHOT API)";
21 //-->
[all …]
/external/opencensus-java/contrib/agent/
DREADME.md1 # OpenCensus Agent for Java
3 [![Build Status][travis-image]][travis-url]
4 [![Windows Build Status][appveyor-image]][appveyor-url]
5 [![Maven Central][maven-image]][maven-url]
7 The *OpenCensus Agent for Java* collects and sends latency data about your Java process to
13 The *OpenCensus Agent for Java* is in an early development stage. The following features are
21 …Executor#execute](https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/Executor.html#exe…
27 …t of the caller of [Thread#start](https://docs.oracle.com/javase/8/docs/api/java/lang/Thread.html#…
33 As a proof-of-concept, the agent wraps the execution of
34 [URL#getContent](https://docs.oracle.com/javase/8/docs/api/java/net/URL.html#getContent--) in a new
[all …]
/external/junit-params/apidocs/junitparams/mappers/
DCsvWithHeaderMapper.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
2 <!-- NewPage -->
5 <!-- Generated by javadoc (1.8.0) on Mon Jul 28 12:08:59 CEST 2014 -->
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7 <title>CsvWithHeaderMapper (JUnitParams 1.0.3-SNAPSHOT API)</title>
8 <meta name="date" content="2014-07-28">
13 <script type="text/javascript"><!--
15 if (location.href.indexOf('is-external=true') == -1) {
16 parent.document.title="CsvWithHeaderMapper (JUnitParams 1.0.3-SNAPSHOT API)";
21 //-->
[all …]
DIdentityMapper.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
2 <!-- NewPage -->
5 <!-- Generated by javadoc (1.8.0) on Mon Jul 28 12:08:59 CEST 2014 -->
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7 <title>IdentityMapper (JUnitParams 1.0.3-SNAPSHOT API)</title>
8 <meta name="date" content="2014-07-28">
13 <script type="text/javascript"><!--
15 if (location.href.indexOf('is-external=true') == -1) {
16 parent.document.title="IdentityMapper (JUnitParams 1.0.3-SNAPSHOT API)";
21 //-->
[all …]
/external/wycheproof/java/com/google/security/wycheproof/testcases/
DCipherOutputStreamTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
19 import java.io.ByteArrayOutputStream;
20 import java.io.IOException;
21 import java.security.NoSuchAlgorithmException;
22 import java.security.SecureRandom;
23 import java.security.spec.AlgorithmParameterSpec;
24 import java.util.ArrayList;
25 import java.util.Arrays;
49 return new GCMParameterSpec(8 * tagSizeInBytes, randomBytes(ivSizeInBytes)); in randomParameters()
137 ct[ct.length - 1] ^= (byte) 1; in testCorruptDecrypt()
[all …]
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DVirtualMachineManagerImpl.java2 * Copyright (c) 1998, 2008, Oracle and/or its affiliates. All rights reserved.
7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
21 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22 * or visit www.oracle.com if you need additional information or have any
31 import java.lang.reflect.Constructor;
32 import java.lang.reflect.InvocationTargetException;
33 import java.util.List;
34 import java.util.ArrayList;
[all …]

12345678