| /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/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", [all …]
|
| D | default_java_toolchain.bzl | 20 # JVM options, without patching java.compiler and jdk.compiler modules. 23 "--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED", 24 "--add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED", 25 "--add-exports=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED", 26 "--add-exports=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED", 27 "--add-exports=jdk.compiler/com.sun.tools.javac.resources=ALL-UNNAMED", 28 "--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED", 29 "--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED", 30 "--add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED", 31 "--add-opens=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED", [all …]
|
| D | DumpPlatformClassPath.java | 47 * Output a jar file containing all classes on the platform classpath of the given JDK release. 49 * <p>usage: {@code DumpPlatformClassPath <output jar> <path to target JDK>} 55 System.err.println("usage: DumpPlatformClassPath <output jar> <path to target JDK>"); in main() 71 // JDK 8 bootclasspath handling. 72 // * JDK 8 represents a bootclasspath as a search path of jars (rt.jar, etc.). 80 // JDK > 8 --host_javabase bootclasspath handling. 81 // (The default --host_javabase is currently JDK 9.) 85 // JDK 9 and newer support cross-compiling to older platform versions using the --system in dumpJDK9AndNewerBootClassPath() 87 // * --system takes the path to a JDK root for JDK 9 and up, and causes the compilation in dumpJDK9AndNewerBootClassPath() 88 // to target the APIs from that JDK. in dumpJDK9AndNewerBootClassPath() [all …]
|
| D | local_java_repository.bzl | 15 """Rules for importing a local JDK.""" 50 (local) JDK for compilation. This requires a different configuration for JDK8 55 java_home: Path to the JDK. 56 version: Version of the JDK. 104 # A JDK can be used as a runtime *for* the platforms it can be used to compile *on*. 107 toolchain_type = Label("@bazel_tools//tools/jdk:runtime_toolchain_type"), 113 toolchain_type = Label("@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type"), 227 runtime_name = '"jdk"' if build_file else None 250 # Build file template, when JDK could not be detected 253 name = "jdk", [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/executorch/examples/demo-apps/android/LlamaDemo/ |
| D | SDK-quick-setup-guide.md | 17 curl https://download.oracle.com/java/17/archive/jdk-17.0.10_linux-x64_bin.tar.gz -o jdk-17.0.10.ta… 21 curl https://download.oracle.com/java/17/archive/jdk-17.0.10_macos-aarch64_bin.tar.gz -o jdk-17.0.1… 23 2. Unzip the archive. The directory named `jdk-17.0.10` is the Java root directory. 25 tar xf jdk-17.0.10.tar.gz 31 export JAVA_HOME="$DEV_HOME"/jdk-17.0.10 36 export JAVA_HOME="$DEV_HOME"/jdk-17.0.10.jdk/Contents/Home 41 [Linux](https://docs.oracle.com/en/java/javase/17/install/installation-jdk-linux-platforms.html#GUI… 42 and [macOS](https://docs.oracle.com/en/java/javase/17/install/installation-jdk-macos.html#GUID-E8A2… 43 Some Linux distributions has JDK package in package manager. For example, Debian users can install 44 openjdk-17-jdk package. [all …]
|
| /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/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/bazelbuild-rules_java/java/common/ |
| D | java_semantics.bzl | 21 return ctx.toolchains["@bazel_tools//tools/jdk:toolchain_type"].java 24 return ctx.toolchains["@bazel_tools//tools/jdk:runtime_toolchain_type"].java_runtime 70 JAVA_TOOLCHAIN_LABEL = "@bazel_tools//tools/jdk:current_java_toolchain", 71 JAVA_TOOLCHAIN_TYPE = "@bazel_tools//tools/jdk:toolchain_type", 72 …JAVA_TOOLCHAIN = config_common.toolchain_type("@bazel_tools//tools/jdk:toolchain_type", mandatory … 74 JAVA_RUNTIME_TOOLCHAIN_TYPE = "@bazel_tools//tools/jdk:runtime_toolchain_type", 75 …JAVA_RUNTIME_TOOLCHAIN = config_common.toolchain_type("@bazel_tools//tools/jdk:runtime_toolchain_t… 77 JAVA_PLUGINS_FLAG_ALIAS_LABEL = "@bazel_tools//tools/jdk:java_plugins_flag_alias", 94 JAVA_STUB_TEMPLATE_LABEL = "@bazel_tools//tools/jdk:java_stub_template.txt", 96 JAVA_TEST_RUNNER_LABEL = "@bazel_tools//tools/jdk:TestRunner", [all …]
|
| /external/angle/build/config/android/ |
| D | config.gni | 403 "//third_party/jdk/current/conf/logging.properties", 404 "//third_party/jdk/current/conf/security/java.security", 405 "//third_party/jdk/current/lib/ct.sym", 406 "//third_party/jdk/current/lib/jrt-fs.jar", 407 "//third_party/jdk/current/lib/jvm.cfg", 408 "//third_party/jdk/current/lib/libawt.so", 409 "//third_party/jdk/current/lib/libawt_headless.so", 410 "//third_party/jdk/current/lib/libawt_xawt.so", 411 "//third_party/jdk/current/lib/libjava.so", 412 "//third_party/jdk/current/lib/libjimage.so", [all …]
|
| /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/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
|
| /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/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/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/stable/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 …]
|