| /external/jacoco/.azure-pipelines/ |
| D | azure-pipelines.yml | 5 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/ |
| D | nullaway.java-test-conventions.gradle | 50 …// 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/ |
| D | MODULE.bazel.lock | 1658 …jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk21_linux//:jdk\",\n)\ntoolchain(\n n… 1665 …jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux_s390x//:jdk\",\n)\ntoolchain(\… 1672 …jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk17_macos//:jdk\",\n)\ntoolchain(\n n… 1679 …jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk21_macos_aarch64//:jdk\",\n)\ntoolchain… 1686 …jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux_aarch64//:jdk\",\n)\ntoolchain… 1693 …jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contai… 1706 …jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk17_linux//:jdk\",\n)\ntoolchain(\n n… 1713 …jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contai… 1737 …jdk-bin\",\n srcs = glob(\n [\"bin/**\"],\n # The JDK on Windows sometimes contai… 1750 …jdk:runtime_toolchain_type\",\n toolchain = \"@remotejdk11_win//:jdk\",\n)\ntoolchain(\n nam… [all …]
|
| /external/nullaway/nullaway/ |
| D | build.gradle | 84 // 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/ |
| D | run-all-tests.yml | 18 - 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 }} 83 …jdk }} --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/ |
| D | BadCycleInterfaceTest.java | 41 // 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/ |
| D | jvm.config | 1 --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/ |
| D | jvm.config | 1 --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/ |
| D | BUILD | 1 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/ |
| D | config.gni | 410 "//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/ |
| D | jdk_build_file.bzl | 39 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",
|
| D | DumpPlatformClassPath.java | 48 * 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 …]
|
| D | default_java_toolchain.bzl | 19 # 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/ |
| D | android.star | 49 "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/ |
| D | global-config.properties | 16 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/ |
| D | build.gradle | 54 "--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/ |
| D | pom.xml | 200 <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/ |
| D | numberformattestspecification.txt | 14 // 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/ |
| D | numberformattestspecification.txt | 14 // 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/ |
| D | numberformattestspecification.txt | 14 // 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/ |
| D | numberformattestspecification.txt | 14 // 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/ |
| D | build.html | 27 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/ |
| D | Android.bp | 83 "--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/ |
| D | FuzzerCallbacksPanama.java | 20 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.yml | 8 - 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
|