Home
last modified time | relevance | path

Searched +full:jdk8 +full:- +full:build (Results 1 – 25 of 100) sorted by relevance

1234

/external/bazelbuild-rules_java/java/
Drepositories.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
30 "https://mirror.bazel.build/bazel_java_tools/releases/java/v12.3/java_tools-v12.3.zip",
31 … "https://github.com/bazelbuild/java_tools/releases/download/java_v12.3/java_tools-v12.3.zip",
40 … "https://mirror.bazel.build/bazel_java_tools/releases/java/v12.3/java_tools_linux-v12.3.zip",
41 …"https://github.com/bazelbuild/java_tools/releases/download/java_v12.3/java_tools_linux-v12.3.zip",
50 … "https://mirror.bazel.build/bazel_java_tools/releases/java/v12.3/java_tools_windows-v12.3.zip",
51 …ttps://github.com/bazelbuild/java_tools/releases/download/java_v12.3/java_tools_windows-v12.3.zip",
60 …"https://mirror.bazel.build/bazel_java_tools/releases/java/v12.3/java_tools_darwin_x86_64-v12.3.zi…
61 …/github.com/bazelbuild/java_tools/releases/download/java_v12.3/java_tools_darwin_x86_64-v12.3.zip",
70 …"https://mirror.bazel.build/bazel_java_tools/releases/java/v12.3/java_tools_darwin_arm64-v12.3.zip…
[all …]
/external/aws-sdk-java-v2/.github/workflows/
Dcodebuild-ci.yml4 paths-ignore:
5 - '**.md'
6 - '.all-contributorsrc'
7 - 'docs/**'
10 - master
11 paths-ignore:
12 - '**.md'
13 - '.all-contributorsrc'
14 - 'docs/**'
17 id-token: write
[all …]
/external/ow2-asm/asm-test/src/main/java/org/objectweb/asm/test/
DAsmTest.java2 // Copyright (c) 2000-2011 INRIA, France Telecom
46 * <li>a small set of hand-crafted classes designed to contain as much class file structures as
48 * called "precompiled classes" below, because they are not compiled as part of the build.
100 JDK8(8, Api.ASM5), enumConstant
134 * A precompiled class, hand-crafted to contain some set of class file structures. These classes
135 * are not compiled as part of the build. Instead, they have been compiled beforehand, with the
152 JDK8_ALL_FRAMES("jdk8.AllFrames", JdkVersion.JDK8),
153 JDK8_ALL_INSTRUCTIONS("jdk8.AllInstructions", JdkVersion.JDK8),
154 JDK8_ALL_STRUCTURES("jdk8.AllStructures", JdkVersion.JDK8),
155 JDK8_ANONYMOUS_INNER_CLASS("jdk8.AllStructures$1", JdkVersion.JDK8),
[all …]
/external/okhttp/
Dpom.xml1 <?xml version="1.0" encoding="UTF-8"?>
3 …p://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http…
8 <artifactId>oss-parent</artifactId>
23 <module>okhttp-tests</module>
25 <module>okhttp-android-support</module>
27 <module>okhttp-apache</module>
28 <module>okhttp-testing-support</module>
29 <module>okhttp-urlconnection</module>
31 <module>okhttp-ws</module>
32 <module>okhttp-ws-tests</module>
[all …]
/external/guava/android/
Dpom.xml1 <?xml version="1.0" encoding="UTF-8"?>
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 … xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
8 <artifactId>guava-parent</artifactId>
9 <version>32.1.2-android</version>
15 <!-- Override this with -Dtest.include="**/SomeTest.java" on the CLI -->
22 <javac.version>9+181-r4173-1</javac.version>
23 <!-- Empty for all JDKs but 9-12 -->
24 <maven-javadoc-plugin.additionalJOptions></maven-javadoc-plugin.additionalJOptions>
25 <project.build.outputTimestamp>2023-02-01T00:00:00Z</project.build.outputTimestamp>
[all …]
/external/guava/
Dpom.xml1 <?xml version="1.0" encoding="UTF-8"?>
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 … xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
8 <artifactId>guava-parent</artifactId>
9 <version>32.1.2-jre</version>
15 <!-- Override this with -Dtest.include="**/SomeTest.java" on the CLI -->
22 <javac.version>9+181-r4173-1</javac.version>
23 <!-- Empty for all JDKs but 9-12 -->
24 <maven-javadoc-plugin.additionalJOptions></maven-javadoc-plugin.additionalJOptions>
25 <project.build.outputTimestamp>2023-02-01T00:00:00Z</project.build.outputTimestamp>
[all …]
/external/grpc-grpc-java/gae-interop-testing/gae-jdk8/
Dbuild.gradle7 // http://www.apache.org/licenses/LICENSE-2.0
19 url "https://maven-central.storage-download.googleapis.com/maven2/" }
34 description = 'gRPC: gae interop testing (jdk8)'
40 url "https://maven-central.storage-download.googleapis.com/maven2/" }
46 providedCompile group: 'javax.servlet', name: 'servlet-api', version:'2.5'
47 runtimeOnly 'com.google.appengine:appengine-api-1.0-sdk:1.9.59'
48 implementation project(':grpc-netty')
49 implementation project(":grpc-stub")
50 implementation (project(':grpc-interop-testing')) {
51 // Avoid grpc-netty-shaded dependency
[all …]
/external/auto/common/src/test/java/com/google/auto/common/
DGeneratedAnnotationsTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
89 JavaFile javaFile = JavaFile.builder("", type.build()).build(); in process()
144 * {@code --release} flag is given.
171 // Post-JDK8, we need to use --release 8 in order to be able to see the javax.annotation in source8()
172 // package, which was deleted from the JDK in that release. On JDK8, there is no --release in source8()
173 // option, so we have to use -source 8 -target 8. in source8()
176 ? ImmutableList.of("--release", "8") in source8()
177 : ImmutableList.of("-source", "8", "-target", "8"); in source8()
186 // conjunction with --release. This is probably a bug. What we find is that in source8_masked()
189 // interface to get it. So, we continue using the -source 8 -target 8 options. Those don't in source8_masked()
[all …]
/external/grpc-grpc-java/
Dsettings.gradle19 useModule("com.android.tools.build:gradle:${target.version}")
22 useModule("com.google.cloud.tools:appengine-gradle-plugin:${requested.version}")
33 include ":grpc-api"
34 include ":grpc-core"
35 include ":grpc-context"
36 include ":grpc-stub"
37 include ":grpc-census"
38 include ":grpc-auth"
39 include ":grpc-okhttp"
40 include ":grpc-protobuf"
[all …]
/external/kotlinx.coroutines/kotlinx-coroutines-core/
Dbuild.gradle2 …* Copyright 2016-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 licen…
11 apply from: rootProject.file("gradle/compile-jvm-multiplatform.gradle")
12 apply from: rootProject.file("gradle/compile-common.gradle")
15 apply from: rootProject.file("gradle/compile-native-multiplatform.gradle")
18 apply from: rootProject.file("gradle/compile-js-multiplatform.gradle")
19 apply from: rootProject.file('gradle/publish-npm-js.gradle')
24 Configure source sets structure for kotlinx-coroutines-core:
27 ------- ----------------------------------------------
29 js -----------------------------------------------------+
32 jvmCore\ --------> jvm ---------> concurrent -------> common
[all …]
/external/protobuf/
Dtests.sh3 # Build and run tests for the protobuf project. We use this script to run
8 if [ -f src/protoc ]; then
14 git submodule update --init --recursive
17 ./configure CXXFLAGS="-fPIC -std=c++11" # -fPIC is needed for python cpp test.
19 make -j$(nproc)
24 make check -j$(nproc) || (cat src/test-suite.log; false)
30 ./configure LIBS=-ltcmalloc && make clean && make \
31 PTHREAD_CFLAGS='-pthread -DGOOGLE_PROTOBUF_HEAP_CHECK_DRACONIAN' \
34 PPROF_PATH=/usr/bin/google-pprof HEAPCHECK=strict ./protobuf-test
38 grep -q -- "-Og" src/Makefile.am &&
[all …]
/external/guice/
Dpom.xml1 <?xml version="1.0" encoding="UTF-8"?>
3 <!--
8 You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2…
14 -->
16 …p://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http…
29 <artifactId>guice-parent</artifactId>
49 <archive>http://groups.google.com/group/google-guice/topics</archive>
50 <subscribe>http://groups.google.com/group/google-guice/subscribe</subscribe>
51 <unsubscribe>http://groups.google.com/group/google-guice/subscribe</unsubscribe>
52 <post>http://groups.google.com/group/google-guice/post</post>
[all …]
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/annotation/
DJsonDeserialize.java54 @SuppressWarnings("rawtypes") // to work around JDK8 bug wrt Class-valued annotation properties
64 @SuppressWarnings("rawtypes") // to work around JDK8 bug wrt Class-valued annotation properties
82 * constructor), and its "with-methods" are used for populating fields;
83 * and finally "build-method" is invoked to complete deserialization.
90 * Which helper object (if any) is to be used to convert from Jackson-bound
93 * for two-step deserialization; Jackson binds data into suitable intermediate
99 @SuppressWarnings("rawtypes") // to work around JDK8 bug wrt Class-valued annotation properties
108 @SuppressWarnings("rawtypes") // to work around JDK8 bug wrt Class-valued annotation properties
/external/bazelbuild-rules_android/
Drules_android_maven_install.json4 "__INPUT_ARTIFACTS_HASH": -222111098,
5 "__RESOLVED_ARTIFACTS_HASH": -1128666162,
7 … "com.google.protobuf:protobuf-java-util:3.9.2": "com.google.protobuf:protobuf-java-util:3.19.3"
11 "coord": "androidx.annotation:annotation-experimental:1.1.0",
14 …/https/maven.google.com/androidx/annotation/annotation-experimental/1.1.0/annotation-experimental-
16 …ttps://maven.google.com/androidx/annotation/annotation-experimental/1.1.0/annotation-experimental-
17 …/repo1.maven.org/maven2/androidx/annotation/annotation-experimental/1.1.0/annotation-experimental-
20 …ttps://maven.google.com/androidx/annotation/annotation-experimental/1.1.0/annotation-experimental-
26 … "file": "v1/https/maven.google.com/androidx/annotation/annotation/1.3.0/annotation-1.3.0.jar",
28 … "https://maven.google.com/androidx/annotation/annotation/1.3.0/annotation-1.3.0.jar",
[all …]
/external/guice/jdk8-tests/
Dpom.xml1 <?xml version="1.0" encoding="UTF-8"?>
3 <!--
8 You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2…
14 -->
17 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20 <artifactId>guice-parent</artifactId>
26 <artifactId>jdk8-tests</artifactId>
28 <name>Google Guice - JDK8 Tests</name>
39 <artifactId>guice-assistedinject</artifactId>
[all …]
/external/okhttp/benchmarks/
Dpom.xml1 <?xml version="1.0" encoding="UTF-8"?>
3 …p://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http…
19 <version>1.0-beta-1</version>
21 <!-- caliper needs to be updated to be compatible with guava 16 -->
34 <artifactId>okhttp-urlconnection</artifactId>
44 <artifactId>bcprov-jdk15on</artifactId>
52 <artifactId>netty-transport</artifactId>
57 <artifactId>netty-handler</artifactId>
62 <artifactId>netty-codec-http</artifactId>
65 <!-- Netty needs this if gzip is enabled. -->
[all …]
/external/cronet/third_party/protobuf/
Dtests.sh3 # Build and runs tests for the protobuf project. We use this script to run
7 # For when some other test needs the C++ main build, including protoc and
12 if [ -f src/protoc ]; then
18 git submodule update --init --recursive
21 ./configure CXXFLAGS="-fPIC -std=c++11" # -fPIC is needed for python cpp test.
23 make -j$(nproc)
28 make check -j$(nproc) || (cat src/test-suite.log; false)
34 ./configure LIBS=-ltcmalloc && make clean && make \
35 PTHREAD_CFLAGS='-pthread -DGOOGLE_PROTOBUF_HEAP_CHECK_DRACONIAN' \
38 PPROF_PATH=/usr/bin/google-pprof HEAPCHECK=strict ./protobuf-test
[all …]
/external/aws-crt-java/
DREADME.md16 * [Java CRT Documentation](https://awslabs.github.io/aws-crt-java/)
18 * [Platform-Specific JARs](#platform-specific-jars)
19 * [System Properties](#system-properties)
20 * [TLS Behavior](#tls-behavior)
32 * Java: Any JDK8 or above, ensure `JAVA_HOME` is set
36 1) `apt-get install cmake3 maven openjdk-8-jdk-headless -y`
37 2) `git clone https://github.com/awslabs/aws-crt-java.git`
38 3) `cd aws-crt-java`
39 4) `git submodule update --init --recursive`
46 * Java: Any JDK8 or above, ensure `JAVA_HOME` is set
[all …]
Dbuilder.json2 "name": "aws-crt-java",
7 "mvn -P continuous-integration -B compile"
10 "aws-crt-java-test"
13 "JDK8"
15 "build_dir": "target/cmake-build",
27 "openjdk-8-jdk-headless"
32 "openjdk-8-jdk-headless"
39 "mvn -P continuous-integration -B compile"
42 "aws-crt-java-test"
48 "build"
[all …]
/external/tensorflow/tensorflow/tools/ci_build/windows/cpu/cmake/
Drun_py.bat6 :: - JDK8, and JAVA_HOME set.
7 :: - Microsoft Visual Studio 2015 Community Edition
8 :: - Msys2
9 :: - Anaconda3
10 :: - CMake
15 :: Make sure we have a clean directory to build things in.
21 :: Set which tests to build
25 :: Set if this build is a nightly
31 :: Install absl-py.
32 %PIP_EXE% install --upgrade absl-py
[all …]
/external/jackson-annotations/
D.travis.yml3 # 05-Mar-2019, tatu: can't build pre-JDK8 any more (for Moditect)
6 - openjdk8
7 - openjdk11
10 # http://blog.xeiam.com/2013/05/configure-travis-ci-to-deploy-snapshots.html
11 before_install: "git clone -b travis `git config --get remote.origin.url` target/travis"
12 …IS_PULL_REQUEST} = 'false' ] && mvn -B source:jar deploy --settings target/travis/settings.xml || …
16- secure: "BmDMUlS07UDn3zGHra90YOT+U2QpTRmb02GIJmvfykmOie2q8hP6XwxKehsYBtnMHp6+5xm+bF+dA4BhjJ9l+bz…
17- secure: "XcMnwfSjRNVHs3HEutOIIGyYiHUZQZx2+DynlzkiBZ3IKpiVT0LfeIElJfWKJkwtJxGIIJghNZArylKvJXeZguB…
/external/tensorflow/tensorflow/tools/ci_build/windows/gpu/cmake/
Drun_py.bat6 :: - JDK8, and JAVA_HOME set.
7 :: - Microsoft Visual Studio 2015 Community Edition
8 :: - Msys2
9 :: - Anaconda3
10 :: - CMake
15 :: Make sure we have a clean directory to build things in.
21 :: Set which tests to build
25 :: Set if this build is a nightly
34 :: Install absl-py.
35 %PIP_EXE% install --upgrade absl-py
[all …]
/external/dagger2/javatests/artifacts/hilt-android/simple/
Dbuild.gradle8 * http://www.apache.org/licenses/LICENSE-2.0
19 dagger_version = 'LOCAL-SNAPSHOT'
29 classpath "com.android.tools.build:gradle:$agp_version"
30 classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
31 classpath "com.google.dagger:hilt-android-gradle-plugin:$dagger_version"
42 // that share a build.gradle configuration to reduce the copy-paste.
58 // This is needed to align older versions of kotlin-stdlib.
59 // The main issue is that in v1.8.0 the jdk7 and jdk8 artifacts were
60 // merged into kotlin-stdlib, so without this alignment we end up
62 …: https://kotlinlang.org/docs/whatsnew18.html#usage-of-the-latest-kotlin-stdlib-version-in-transit…
[all …]
/external/dagger2/java/dagger/hilt/android/plugin/
Dbuild.gradle5 ksp_version = "$kotlin_version-1.0.14"
6 pluginArtifactId = 'hilt-android-gradle-plugin'
13 id 'java-gradle-plugin'
14 id 'maven-publish'
28 // Avoids conflict with BUILD file
35 // This is needed to align older versions of kotlin-stdlib.
36 // The main issue is that in v1.8.0 the jdk7 and jdk8 artifacts were
37 // merged into kotlin-stdlib, so without this alignment we end up
39 …: https://kotlinlang.org/docs/whatsnew18.html#usage-of-the-latest-kotlin-stdlib-version-in-transit…
40 implementation(platform("org.jetbrains.kotlin:kotlin-bom:$kotlin_version"))
/external/dagger2/javatests/artifacts/dagger/lazyclasskey/
Dbuild.gradle8 * http://www.apache.org/licenses/LICENSE-2.0
19 dagger_version = 'LOCAL-SNAPSHOT'
30 classpath "com.android.tools.build:gradle:$agp_version"
31 classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
46 // This is needed to align older versions of kotlin-stdlib.
47 // The main issue is that in v1.8.0 the jdk7 and jdk8 artifacts were
48 // merged into kotlin-stdlib, so without this alignment we end up
50 …: https://kotlinlang.org/docs/whatsnew18.html#usage-of-the-latest-kotlin-stdlib-version-in-transit…
51 implementation(platform("org.jetbrains.kotlin:kotlin-bom:$kotlin_version"))

1234