Home
last modified time | relevance | path

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

12345678910>>...121

/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/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/nullaway/jdk17-unit-tests/
Dbuild.gradle21 // Use JDK 17 for this module, via a toolchain
43 …// to expose necessary JDK types on JDK 16+; see https://errorprone.info/docs/installation#java-9-…
45 "--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED",
46 "--add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED",
47 "--add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED",
48 "--add-exports=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED",
49 "--add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED",
50 "--add-exports=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED",
51 "--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED",
52 "--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED",
[all …]
/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/nullaway/jar-infer/nullaway-integration-test/
Dbuild.gradle40 …// to expose necessary JDK types on JDK 16+; see https://errorprone.info/docs/installation#java-9-…
42 "--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED",
43 "--add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED",
44 "--add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED",
45 "--add-exports=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED",
46 "--add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED",
47 "--add-exports=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED",
48 "--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED",
49 "--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED",
50 "--add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED",
[all …]
/external/nullaway/jar-infer/jar-infer-lib/
Dbuild.gradle52 …// to expose necessary JDK types on JDK 16+; see https://errorprone.info/docs/installation#java-9-…
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",
[all …]
/external/nullaway/nullaway/
Dbuild.gradle75 …// to expose necessary JDK types on JDK 16+; see https://errorprone.info/docs/installation#java-9-…
77 "--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED",
78 "--add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED",
79 "--add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED",
80 "--add-exports=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED",
81 "--add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED",
82 "--add-exports=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED",
83 "--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED",
84 "--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED",
85 "--add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED",
[all …]
/external/angle/build/config/siso/
Dandroid.star46 "third_party/jdk/current/bin/java",
86 "third_party/jdk/current/bin/javac",
105 "third_party/jdk/current/bin/java",
364 input_deps["third_party/jdk/current:current"] = [
365 "third_party/jdk/current/bin/java",
366 "third_party/jdk/current/bin/java.chromium",
367 "third_party/jdk/current/conf/logging.properties",
368 "third_party/jdk/current/conf/security/java.security",
369 "third_party/jdk/current/lib/ct.sym",
370 "third_party/jdk/current/lib/jrt-fs.jar",
[all …]
/external/opencensus-java/
D.travis.yml8 - jdk: openjdk7
12 - jdk: oraclejdk8
20 - openjdk-6-jdk
22 # - jdk: oraclejdk9
26 - jdk: oraclejdk8
34 - jdk: oraclejdk8
38 - jdk: oraclejdk8
42 - jdk: oraclejdk8
46 - jdk: oraclejdk8
50 - jdk: oraclejdk8
/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/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/jazzer-api/agent/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/icu/android_icu4j/src/main/tests/android/icu/dev/data/
Dnumberformattestspecification.txt14 // K = JDK (ignored if not OpenJDK 1.8)
181 // JDK does not support exponent signs
183 // JDK gives 12,345E3. JDK seems to include the hashes in significant digits
185 // JDK gives 12,3001E3
187 // JDK gives 12,3001E3
192 // JDK doesn't support significant digits in exponents
239 // JDK does not support rounding increments
241 // JDK gives %16,255E3
255 // JDK gives \u2030162,55E3
262 // JDK does not seem to support padding
[all …]
/external/icu/icu4c/source/test/testdata/
Dnumberformattestspecification.txt14 // K = JDK (ignored if not OpenJDK 1.8)
181 // JDK does not support exponent signs
183 // JDK gives 12,345E3. JDK seems to include the hashes in significant digits
185 // JDK gives 12,3001E3
187 // JDK gives 12,3001E3
192 // JDK doesn't support significant digits in exponents
239 // JDK does not support rounding increments
241 // JDK gives %16,255E3
255 // JDK gives \u2030162,55E3
262 // 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)
181 // JDK does not support exponent signs
183 // JDK gives 12,345E3. JDK seems to include the hashes in significant digits
185 // JDK gives 12,3001E3
187 // JDK gives 12,3001E3
192 // JDK doesn't support significant digits in exponents
239 // JDK does not support rounding increments
241 // JDK gives %16,255E3
255 // JDK gives \u2030162,55E3
262 // JDK does not seem to support padding
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/
Dnumberformattestspecification.txt14 // K = JDK (ignored if not OpenJDK 1.8)
181 // JDK does not support exponent signs
183 // JDK gives 12,345E3. JDK seems to include the hashes in significant digits
185 // JDK gives 12,3001E3
187 // JDK gives 12,3001E3
192 // JDK doesn't support significant digits in exponents
239 // JDK does not support rounding increments
241 // JDK gives %16,255E3
255 // JDK gives \u2030162,55E3
262 // JDK does not seem to support padding
[all …]
/external/google-java-format/
DAndroid.bp66 "--add-modules=jdk.compiler",
67 "--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED",
68 "--add-exports jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED",
69 "--add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED",
70 "--add-exports jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED",
71 "--add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED",
72 "--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED",
73 "--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED",
Dpom.xml201 <arg>--add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED</arg>
202 <arg>--add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED</arg>
203 <arg>--add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED</arg>
204 <arg>--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED</arg>
205 <arg>--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED</arg>
206 <arg>--add-exports=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED</arg>
207 <arg>--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED</arg>
275 --add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED
276 --add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED
277 --add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED
[all …]
/external/nullaway/
DAndroid.bp73 "--add-modules=jdk.compiler",
74 "--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED",
75 "--add-exports jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED",
76 "--add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED",
77 "--add-exports jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED",
78 "--add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED",
79 "--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED",
80 "--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED",
/external/jazzer-api/.github/workflows/
Drun-all-tests.yml18 jdk: [8, 17]
35 - name: Set up JDK
38 java-version: ${{ matrix.jdk }}
44 key: bazel-disk-cache-${{ matrix.arch }}-${{ matrix.jdk }}
51 …ld ${{env.BUILD_BUDDY_CONFIG}} --java_runtime_version=local_jdk_${{ matrix.jdk }} --disk_cache=${{…
54 …st ${{env.BUILD_BUDDY_CONFIG}} --java_runtime_version=local_jdk_${{ matrix.jdk }} --disk_cache=${{…
60 name: testlogs-${{ matrix.arch }}-${{ matrix.jdk }}
/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
DNumberFormatTest.java59 errln("FAIL: " + method[0] + " returned JDK NumberFormat for locale " + loc); in checkGetInstance()
187 … + methodName[0] + ") in locale " + loc + " - JDK:" + s1 + " ICU:" + s2); in TestICUEquivalent()
204 errln("FAIL: ParseException thrown by " + (pe1 ? "JDK" : "ICU") in TestICUEquivalent()
209 … + methodName[0] + ") in locale " + loc + " - JDK:" + n1 + " ICU:" + n2); in TestICUEquivalent()
211 logln("INFO: ParseException thrown by both JDK and ICU NumberFormat(" in TestICUEquivalent()
222 … + methodName[0] + ") in locale " + loc + " - JDK:" + s1 + " ICU:" + s2); in TestICUEquivalent()
239 errln("FAIL: ParseException thrown by " + (pe1 ? "JDK" : "ICU") in TestICUEquivalent()
244 … + methodName[0] + ") in locale " + loc + " - JDK:" + n1 + " ICU:" + n2); in TestICUEquivalent()
246 logln("INFO: ParseException thrown by both JDK and ICU NumberFormat(" in TestICUEquivalent()
257 … + methodName[0] + ") in locale " + loc + " - JDK:" + s1 + " ICU:" + s2); in TestICUEquivalent()
[all …]
/external/ow2-asm/asm-test/src/main/java/org/objectweb/asm/test/
DAsmTest.java39 * from very old (e.g. JDK 1.3) to very recent classes, containing all possible class file
49 * Instead, they have been compiled beforehand with the appropriate JDKs (e.g. with the JDK
97 /** JDK version with the corresponding ASM version. */
115 * Returns the major version of the current JDK version.
117 * @return the major version of the current JDK version.
124 * Returns the minimum ASM Api version supporting the current JDK version.
126 * @return the minimum ASM Api version supporting the current JDK version.
205 * Returns true if this class was compiled with a JDK which is more recent than the given ASM
206 * API. For instance, returns true for a class compiled with the JDK 1.8 if the ASM API version
210 * @return whether this class was compiled with a JDK which is more recent than api.
[all …]
/external/guava/guava/
Dpom.xml98 <!-- TODO(cpovirk): include JDK sources when building testlib doc, too -->
103 <id>unpack-jdk-sources</id>
108 <outputDirectory>${project.build.directory}/jdk-sources</outputDirectory>
123 <!-- TODO(cpovirk): Move this to the parent after making jdk-sources available there. -->
124 …<!-- TODO(cpovirk): can we use includeDependencySources and a local com.oracle.java:jdk-lib:novers…
125 <!-- (We need JDK *sources*, not just -link, so that {@inheritDoc} works.) -->
126 … <sourcepath>${project.build.sourceDirectory}:${project.build.directory}/jdk-sources</sourcepath>
132 …ix,com.google.thirdparty.publicsuffix.*,com.oracle.*,com.sun.*,java.*,javax.*,jdk,jdk.*,org.*,sun.*
176 …<!-- The JDK doc must be listed after JSR305 (and as an <offlineLink>, not a <link>) so that JSR30…
214 <groupId>jdk</groupId>
[all …]
/external/guava/android/guava/
Dpom.xml98 <!-- TODO(cpovirk): include JDK sources when building testlib doc, too -->
103 <id>unpack-jdk-sources</id>
108 <outputDirectory>${project.build.directory}/jdk-sources</outputDirectory>
123 <!-- TODO(cpovirk): Move this to the parent after making jdk-sources available there. -->
124 …<!-- TODO(cpovirk): can we use includeDependencySources and a local com.oracle.java:jdk-lib:novers…
125 <!-- (We need JDK *sources*, not just -link, so that {@inheritDoc} works.) -->
126 … <sourcepath>${project.build.sourceDirectory}:${project.build.directory}/jdk-sources</sourcepath>
132 …ix,com.google.thirdparty.publicsuffix.*,com.oracle.*,com.sun.*,java.*,javax.*,jdk,jdk.*,org.*,sun.*
176 …<!-- The JDK doc must be listed after JSR305 (and as an <offlineLink>, not a <link>) so that JSR30…
214 <groupId>jdk</groupId>
[all …]

12345678910>>...121