Home
last modified time | relevance | path

Searched full:jdk (Results 1 – 25 of 3283) sorted by relevance

12345678910>>...132

/external/jacoco/.azure-pipelines/
Dazure-pipelines.yml5 JDK 5:
7 JDK 6:
9 JDK 7:
11 JDK 8:
13 JDK 8 with ECJ:
16 JDK 9:
18 JDK 10:
20 JDK 11:
22 JDK 12:
24 JDK 13:
[all …]
/external/nullaway/buildSrc/src/main/groovy/
Dnullaway.java-test-conventions.gradle50 …// to expose necessary JDK types on JDK 16+; see https://errorprone.info/docs/installation#java-9-…
52 "--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED",
53 "--add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED",
54 "--add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED",
55 "--add-exports=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED",
56 "--add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED",
57 "--add-exports=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED",
58 "--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED",
59 "--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED",
60 "--add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED",
[all …]
/external/boringssl/src/
DMODULE.bazel.lock1658jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk21_linux//:jdk\",\n)\ntoolchain(\n n…
1665jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux_s390x//:jdk\",\n)\ntoolchain(\…
1672jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk17_macos//:jdk\",\n)\ntoolchain(\n n…
1679jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk21_macos_aarch64//:jdk\",\n)\ntoolchain…
1686jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux_aarch64//:jdk\",\n)\ntoolchain…
1693jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contai…
1706jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux//:jdk\",\n)\ntoolchain(\n n…
1713jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contai…
1737jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contai…
1750jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk11_win//:jdk\",\n)\ntoolchain(\n nam…
[all …]
/external/nullaway/nullaway/
Dbuild.gradle84 // These --add-exports arguments are required when targeting JDK 11+ since Error Prone and NullAway…
85 // JDK-internal APIs that are not exposed otherwise. Since we currently target JDK 8, we do not ne…
86 // arguments, as encapsulation of JDK internals is not enforced on JDK 8. In fact, the arguments c…
87 // when targeting JDK 8. Leaving commented so we can easily add them back once we target JDK 11.
90 // "--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED",
91 // "--add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED",
92 // "--add-exports=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED",
93 // "--add-exports=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED",
94 // "--add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED",
95 // "--add-exports=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED",
[all …]
/external/jazzer-api/.github/workflows/
Drun-all-tests.yml18 - name: Set up JDK
26 # Spring version 6 requires JDK 17.
37 jdk: [8, 17]
44 jdk: 20
60 - name: Set up JDK
64 java-version: ${{ matrix.jdk }}
76 key: bazel-disk-cache-${{ matrix.arch }}-${{ matrix.jdk }}
83jdk }} --disk_cache=${{ matrix.cache }} ${{ matrix.bazel_args }} --build_tag_filters="-no-${{ matr…
94 name: testlogs-${{ matrix.arch }}-${{ matrix.jdk }}
/external/jacoco/org.jacoco.core.test.validation.java8/src/org/jacoco/core/test/validation/java8/
DBadCycleInterfaceTest.java41 // Incorrect interpetation of JVMS 5.5 in JDK 8 causes a default in assertBaseClInit()
43 // (see JDK-8098557 and JDK-8164302): in assertBaseClInit()
47 // This shouldn't happen with JDK 9 (see also JDK-8043275) in assertBaseClInit()
48 // and starting with JDK 8u152 (see JDK-8167607): in assertBaseClInit()
55 // Incorrect interpetation of JVMS 5.5 in JDK 8 causes a default in assertChildDefault()
57 // (see JDK-8098557 and JDK-8164302): in assertChildDefault()
61 // This shouldn't happen with JDK 9 (see also JDK-8043275) in assertChildDefault()
62 // and starting with JDK 8u152 (see JDK-8167607): in assertChildDefault()
/external/google-java-format/.mvn/
Djvm.config1 --add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED
2 --add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED
3 --add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED
4 --add-exports=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED
5 --add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED
6 --add-exports=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED
7 --add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED
8 --add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
9 --add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED
10 --add-opens=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED
/external/turbine/.mvn/
Djvm.config1 --add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED
2 --add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED
3 --add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED
4 --add-exports=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED
5 --add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED
6 --add-exports=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED
7 --add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED
8 --add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
9 --add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED
10 --add-opens=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED
/external/bazelbuild-rules_android/tools/jdk/
DBUILD1 load("@bazel_tools//tools/jdk:default_java_toolchain.bzl", "default_java_toolchain")
6 actual = "@bazel_tools//tools/jdk:current_java_toolchain",
12 actual = "@bazel_tools//tools/jdk:toolchain",
18 actual = "@bazel_tools//tools/jdk:current_java_runtime",
24 actual = "@bazel_tools//tools/jdk:current_java_toolchain",
29 name = "jdk",
30 actual = "@bazel_tools//tools/jdk:jdk",
36 actual = "@bazel_tools//tools/jdk:current_host_java_runtime",
/external/angle/build/config/android/
Dconfig.gni410 "//third_party/jdk/current/conf/logging.properties",
411 "//third_party/jdk/current/conf/security/java.security",
412 "//third_party/jdk/current/lib/ct.sym",
413 "//third_party/jdk/current/lib/jrt-fs.jar",
414 "//third_party/jdk/current/lib/jvm.cfg",
415 "//third_party/jdk/current/lib/libawt.so",
416 "//third_party/jdk/current/lib/libawt_headless.so",
417 "//third_party/jdk/current/lib/libawt_xawt.so",
418 "//third_party/jdk/current/lib/libjava.so",
419 "//third_party/jdk/current/lib/libjimage.so",
[all …]
/external/bazelbuild-rules_java/toolchains/
Djdk_build_file.bzl39 name = "jdk-bin",
42 # The JDK on Windows sometimes contains a directory called
50 name = "jdk-conf",
58 name = "jdk-include",
66 name = "jdk-lib",
78 name = "jdk",
80 ":jdk-bin",
81 ":jdk-conf",
82 ":jdk-include",
83 ":jdk-lib",
DDumpPlatformClassPath.java48 * Output a jar file containing all classes on the platform classpath of the given JDK release.
50 * <p>usage: DumpPlatformClassPath <release version> <output jar> <path to target JDK>?
56 System.err.println("usage: DumpPlatformClassPath <output jar> <path to target JDK>"); in main()
72 // JDK 8 bootclasspath handling.
73 // * JDK 8 represents a bootclasspath as a search path of jars (rt.jar, etc.).
81 // JDK > 8 --host_javabase bootclasspath handling.
82 // (The default --host_javabase is currently JDK 9.)
86 // JDK 9 and newer support cross-compiling to older platform versions using the --system in dumpJDK9AndNewerBootClassPath()
88 // * --system takes the path to a JDK root for JDK 9 and up, and causes the compilation in dumpJDK9AndNewerBootClassPath()
89 // to target the APIs from that JDK. in dumpJDK9AndNewerBootClassPath()
[all …]
Ddefault_java_toolchain.bzl19 # JVM options, without patching java.compiler and jdk.compiler modules.
22 "--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED",
23 "--add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED",
24 "--add-exports=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED",
25 "--add-exports=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED",
26 "--add-exports=jdk.compiler/com.sun.tools.javac.resources=ALL-UNNAMED",
27 "--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED",
28 "--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED",
29 "--add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED",
30 "--add-opens=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED",
[all …]
/external/cronet/build/config/siso/
Dandroid.star49 "third_party/jdk/current/bin/java",
85 "third_party/jdk/current/bin/javac",
105 "third_party/jdk/current/bin/java",
370 input_deps["third_party/jdk/current:current"] = [
371 "third_party/jdk/current/bin/java",
372 "third_party/jdk/current/bin/java.chromium",
373 "third_party/jdk/current/conf/logging.properties",
374 "third_party/jdk/current/conf/security/java.security",
375 "third_party/jdk/current/lib/ct.sym",
376 "third_party/jdk/current/lib/jrt-fs.jar",
[all …]
/external/caliper/caliper/src/main/resources/com/google/caliper/config/
Dglobal-config.properties16 vm.jdk-32-client.home=jdk-32
17 vm.jdk-32-client.args=-d32 -client
19 vm.jdk-32-server.home=jdk-32
20 vm.jdk-32-server.args=-d32 -server
22 vm.jdk-64-compressed.home=jdk-64
23 vm.jdk-64-compressed.args=-d64 -XX:+UseCompressedOops
25 vm.jdk-64-uncompressed.home=jdk-64
26 vm.jdk-64-uncompressed.args=-d64 -XX:-UseCompressedOops
/external/nullaway/sample-app/
Dbuild.gradle54 "--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED",
55 "--add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED",
56 "--add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED",
57 "--add-exports=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED",
58 "--add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED",
59 "--add-exports=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED",
60 "--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED",
61 "--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED",
62 "--add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED",
63 "--add-opens=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED"
/external/google-java-format/
Dpom.xml200 <arg>--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED</arg>
201 <arg>--add-exports=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED</arg>
202 <arg>--add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED</arg>
203 <arg>--add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED</arg>
204 <arg>--add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED</arg>
205 <arg>--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED</arg>
206 <arg>--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED</arg>
237 -->jdk.compiler/com.sun.tools.javac.api <!--
238 -->jdk.compiler/com.sun.tools.javac.code <!--
239 -->jdk.compiler/com.sun.tools.javac.file <!--
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/
Dnumberformattestspecification.txt14 // K = JDK (ignored if not OpenJDK 1.8)
180 // JDK does not support exponent signs
182 // JDK gives 12,345E3. JDK seems to include the hashes in significant digits
184 // JDK gives 12,3001E3
186 // JDK gives 12,3001E3
191 // JDK doesn't support significant digits in exponents
238 // JDK does not support rounding increments
240 // JDK gives %16,255E3
254 // JDK gives \u2030162,55E3
261 // JDK does not seem to support padding
[all …]
/external/icu/icu4j/main/core/src/test/resources/com/ibm/icu/dev/data/
Dnumberformattestspecification.txt14 // K = JDK (ignored if not OpenJDK 1.8)
180 // JDK does not support exponent signs
182 // JDK gives 12,345E3. JDK seems to include the hashes in significant digits
184 // JDK gives 12,3001E3
186 // JDK gives 12,3001E3
191 // JDK doesn't support significant digits in exponents
238 // JDK does not support rounding increments
240 // JDK gives %16,255E3
254 // JDK gives \u2030162,55E3
261 // JDK does not seem to support padding
[all …]
/external/cronet/third_party/icu/source/test/testdata/
Dnumberformattestspecification.txt14 // K = JDK (ignored if not OpenJDK 1.8)
180 // JDK does not support exponent signs
182 // JDK gives 12,345E3. JDK seems to include the hashes in significant digits
184 // JDK gives 12,3001E3
186 // JDK gives 12,3001E3
191 // JDK doesn't support significant digits in exponents
238 // JDK does not support rounding increments
240 // JDK gives %16,255E3
254 // JDK gives \u2030162,55E3
261 // JDK does not seem to support padding
[all …]
/external/icu/icu4c/source/test/testdata/
Dnumberformattestspecification.txt14 // K = JDK (ignored if not OpenJDK 1.8)
180 // JDK does not support exponent signs
182 // JDK gives 12,345E3. JDK seems to include the hashes in significant digits
184 // JDK gives 12,3001E3
186 // JDK gives 12,3001E3
191 // JDK doesn't support significant digits in exponents
238 // JDK does not support rounding increments
240 // JDK gives %16,255E3
254 // JDK gives \u2030162,55E3
261 // JDK does not seem to support padding
[all …]
/external/jacoco/org.jacoco.doc/docroot/doc/
Dbuild.html27 least <a href="http://maven.apache.org/">Maven 3.3.9</a> and JDK 8
69 By default for compilation and execution of tests will be used JDK that runs
70 Maven. Alternatively you can use JDK from
72 Toolchains</a> by setting property <code>jdk.version</code>.
77 depending on version of JDK (empty cells = no compilation possible):
84 <td>JDK 5</td>
85 <td>JDK 6</td>
86 <td>JDK 7</td>
87 <td>JDK 8</td>
88 <td>JDK 9</td>
[all …]
/external/doclava/
DAndroid.bp83 "--add-modules=jdk.compiler",
84 "--add-exports jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED",
85 "--add-exports jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED",
86 "--add-exports jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED",
87 "--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED",
88 "--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED",
89 "--add-modules=jdk.javadoc",
90 "--add-exports jdk.javadoc/jdk.javadoc.internal.doclets.formats.html=ALL-UNNAMED",
91 "--add-exports jdk.javadoc/jdk.javadoc.internal.tool=ALL-UNNAMED",
/external/jazzer-api/src/jmh/java/com/code_intelligence/jazzer/runtime/
DFuzzerCallbacksPanama.java20 import jdk.incubator.foreign.CLinker;
21 import jdk.incubator.foreign.FunctionDescriptor;
22 import jdk.incubator.foreign.MemoryAddress;
23 import jdk.incubator.foreign.MemoryLayout;
24 import jdk.incubator.foreign.MemorySegment;
25 import jdk.incubator.foreign.ResourceScope;
26 import jdk.incubator.foreign.SymbolLookup;
29 * Pure-Java implementation of the fuzzer callbacks backed by Project Panama (requires JDK 16+).
30 * To include the implementation in the benchmark on a supported JDK, uncomment the relevant lines
/external/opencensus-java/
D.travis.yml8 - jdk: openjdk8
12 - jdk: oraclejdk9
16 - jdk: openjdk10
20 # TODO(songy23): fix JDK 11 build
21 # - jdk: openjdk11
25 - jdk: openjdk8
33 - jdk: openjdk8
37 - jdk: openjdk8

12345678910>>...132