/external/autotest/server/site_tests/cheets_LabDependencies/ |
D | cheets_LabDependencies.py | 24 Context: xTS P requires JDK 8 or 9, and xTS R requires JDK 9 or above. 27 Runs xTS P and R. Uses JDK 8 as default, and JDK 9 on xTS R. 28 JDK 9 path is hardcoded in cheets_CTS_R. 31 Only runs CTS P. Uses JDK 9 (single JDK) on CTS P. 34 Need to move JDK's to /java. TODO(haddowk) 38 Runs CTS P and R. Uses JDK 11 as default, and JDK 8 on CTS P. 39 JDK 8 Path is hardcoded in cheets_CTS_P. 44 'JDK': [ 45 '/usr/lib/jvm/jdk-9.0.4', 51 'JDK': [ [all …]
|
/external/jacoco/ |
D | .travis.sh | 24 # Switch to desired JDK, download if required: 30 rm -rf /tmp/jdk/$JDK 31 mkdir -p /tmp/jdk/$JDK 33 if [ ! -f "/tmp/jdk/$FILENAME" ] 35 curl -L $JDK_URL -o /tmp/jdk/$FILENAME 38 tar -xzf /tmp/jdk/$FILENAME -C /tmp/jdk/$JDK --strip-components 1 42 jdk_switcher "/tmp/jdk/$JDK" 50 case "$JDK" in 76 # and "-XMaxPermSize" not supported by JDK 9 80 case "$JDK" in [all …]
|
D | .travis.yml | 12 - openjdk-6-jdk 20 - JDK=5 21 - JDK=6 22 - JDK=7 23 - JDK=8 24 - JDK=8 26 - JDK=9 27 - JDK=10 28 - JDK=11 29 - JDK=12 [all …]
|
/external/google-java-format/ |
D | Android.bp | 59 "--add-modules=jdk.compiler", 60 "--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED", 61 "--add-exports jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED", 62 "--add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED", 63 "--add-exports jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED", 64 "--add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED", 65 "--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED", 66 "--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED", 79 "--add-modules=jdk.compiler", 80 "--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED", [all …]
|
/external/jacoco/org.jacoco.core.test.validation.java8/src/org/jacoco/core/test/validation/java8/ |
D | BadCycleInterfaceTest.java | 40 // Incorrect interpetation of JVMS 5.5 in JDK 8 causes a default in assertBaseClInit() 42 // (see JDK-8098557 and JDK-8164302): in assertBaseClInit() 46 // This shouldn't happen with JDK 9 (see also JDK-8043275) in assertBaseClInit() 47 // and starting with JDK 8u152 (see JDK-8167607): in assertBaseClInit() 54 // Incorrect interpetation of JVMS 5.5 in JDK 8 causes a default in assertChildDefault() 56 // (see JDK-8098557 and JDK-8164302): in assertChildDefault() 60 // This shouldn't happen with JDK 9 (see also JDK-8043275) in assertChildDefault() 61 // and starting with JDK 8u152 (see JDK-8167607): in assertChildDefault()
|
/external/opencensus-java/ |
D | .travis.yml | 8 - 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/ |
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/jacoco/org.jacoco.doc/docroot/doc/ |
D | build.html | 45 least <a href="http://maven.apache.org/">Maven 3.3.9</a> and JDK 8 87 By default for compilation and execution of tests will be used JDK that runs 88 Maven. Alternatively you can use JDK from 90 Toolchains</a> by setting property <code>jdk.version</code>. 94 Following table shows how modules will be compiled depending on version of JDK: 101 <th>JDK 5</th> 102 <th>JDK 6</th> 103 <th>JDK 7</th> 104 <th>JDK 8</th> 105 <th>JDK 9</th> [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/ |
D | numberformattestspecification.txt | 14 // 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/android_icu4j/src/main/tests/android/icu/dev/data/ |
D | numberformattestspecification.txt | 14 // 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/ |
D | numberformattestspecification.txt | 14 // 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/localespi/src/com/ibm/icu/dev/test/localespi/ |
D | NumberFormatTest.java | 59 errln("FAIL: " + method[0] + " returned JDK NumberFormat for locale " + loc); in checkGetInstance() 76 errln("FAIL: " + method[0] + " returned JDK NumberFormat for locale " + iculoc); in checkGetInstance() 196 … + methodName[0] + ") in locale " + loc + " - JDK:" + s1 + " ICU:" + s2); in TestICUEquivalent() 213 errln("FAIL: ParseException thrown by " + (pe1 ? "JDK" : "ICU") in TestICUEquivalent() 218 … + methodName[0] + ") in locale " + loc + " - JDK:" + n1 + " ICU:" + n2); in TestICUEquivalent() 220 logln("INFO: ParseException thrown by both JDK and ICU NumberFormat(" in TestICUEquivalent() 231 … + methodName[0] + ") in locale " + loc + " - JDK:" + s1 + " ICU:" + s2); in TestICUEquivalent() 248 errln("FAIL: ParseException thrown by " + (pe1 ? "JDK" : "ICU") in TestICUEquivalent() 253 … + methodName[0] + ") in locale " + loc + " - JDK:" + n1 + " ICU:" + n2); in TestICUEquivalent() 255 logln("INFO: ParseException thrown by both JDK and ICU NumberFormat(" in TestICUEquivalent() [all …]
|
/external/bouncycastle/ |
D | README.android | 14 www.bouncycastle.org/latest_releases.html (both bcprov-jdk*-*.tar.gz 15 and bcpkix-jdk*-*.tar.gz files). 19 md5sum bcprov-jdk*-*.tar.gz 20 sha1sum bcprov-jdk*-*.tar.gz 21 md5sum bcpkix-jdk*-*.tar.gz 22 sha1sum bcpkix-jdk*-*.tar.gz
|
/external/oj-libjdwp/ |
D | README | 2 This file should be located at the top of the jdk Mercurial repository. 8 1. Download and install a JDK 6 from 10 Set the environment variable ALT_BOOTDIR to the location of this JDK 6. 22 4. Do a partial build of the jdk: 27 The resulting JDK image should be found in build/*/j2sdk-image
|
/external/guava/android/guava/ |
D | pom.xml | 97 <!-- TODO(cpovirk): include JDK sources when building testlib doc, too --> 102 <id>unpack-jdk-sources</id> 107 <outputDirectory>${project.build.directory}/jdk-sources</outputDirectory> 122 <!-- TODO(cpovirk): Move this to the parent after making jdk-sources available there. --> 123 …<!-- TODO(cpovirk): can we use includeDependencySources and a local com.oracle.java:jdk-lib:novers… 124 <!-- (We need JDK *sources*, not just -link, so that {@inheritDoc} works.) --> 125 … <sourcepath>${project.build.sourceDirectory}:${project.build.directory}/jdk-sources</sourcepath> 131 …ix,com.google.thirdparty.publicsuffix.*,com.oracle.*,com.sun.*,java.*,javax.*,jdk,jdk.*,org.*,sun.* 175 …<!-- The JDK doc must be listed after JSR305 (and as an <offlineLink>, not a <link>) so that JSR30… 213 <groupId>jdk</groupId> [all …]
|
/external/guava/guava/ |
D | pom.xml | 97 <!-- TODO(cpovirk): include JDK sources when building testlib doc, too --> 102 <id>unpack-jdk-sources</id> 107 <outputDirectory>${project.build.directory}/jdk-sources</outputDirectory> 122 <!-- TODO(cpovirk): Move this to the parent after making jdk-sources available there. --> 123 …<!-- TODO(cpovirk): can we use includeDependencySources and a local com.oracle.java:jdk-lib:novers… 124 <!-- (We need JDK *sources*, not just -link, so that {@inheritDoc} works.) --> 125 … <sourcepath>${project.build.sourceDirectory}:${project.build.directory}/jdk-sources</sourcepath> 131 …ix,com.google.thirdparty.publicsuffix.*,com.oracle.*,com.sun.*,java.*,javax.*,jdk,jdk.*,org.*,sun.* 175 …<!-- The JDK doc must be listed after JSR305 (and as an <offlineLink>, not a <link>) so that JSR30… 213 <groupId>jdk</groupId> [all …]
|
/external/mdnsresponder/mDNSWindows/Java/ |
D | makefile | 29 # The default location of the JDK is \javasdk. You can override this on the 30 # command line (e.g. 'nmake JDK=\j2dk1.4.2_03'). 37 JDK = $(JAVA_HOME) macro 45 JAVAC = $(JDK)\bin\javac 46 JAVAH = $(JDK)\bin\javah 47 JAR = $(JDK)\bin\jar 49 -I$(COREDIR) -I$(SHAREDDIR) -I$(JDK)\include -I$(JDK)\include\win32 127 …$(LIBDIR)\DNSSD.lib $(JDK)\lib\jvm.lib ws2_32.lib iphlpapi.lib $(OBJDIR)\jdns_sd.RES /link /NXCOMP…
|
D | makefile64 | 29 # The default location of the JDK is \javasdk. You can override this on the 30 # command line (e.g. 'nmake JDK=\j2dk1.4.2_03'). 37 JDK = $(JAVA_HOME) 45 JAVAC = $(JDK)\bin\javac 46 JAVAH = $(JDK)\bin\javah 47 JAR = $(JDK)\bin\jar 49 -I$(COREDIR) -I$(SHAREDDIR) -I$(JDK)\include -I$(JDK)\include\win32 127 …$(LIBDIR)\DNSSD.lib $(JDK)\lib\jvm.lib ws2_32.lib iphlpapi.lib $(OBJDIR)\jdns_sd.RES /link /NXCOMP…
|
/external/okio/.github/workflows/ |
D | build.yml | 32 - name: Configure JDK 58 - name: Configure JDK 77 - name: Configure JDK 95 - name: Configure JDK 116 - name: Configure JDK 137 - name: Configure JDK
|
/external/icu/icu4j/main/classes/localespi/ |
D | manifest.stub | 2 Specification-Title: International Components for Unicode for Java (JDK locale service provider) 5 Implementation-Title: International Components for Unicode for Java (JDK locale service provider) 10 Bundle-Name: ICU4J JDK locale service provider 11 Bundle-Description: International Components for Unicode for Java (JDK locale service provider)
|
/external/javassist/src/main/javassist/bytecode/ |
D | ClassFile.java | 75 * for JDK 1.1. 81 * for JDK 1.2. 87 * for JDK 1.3. 93 * for JDK 1.4. 99 * for JDK 1.5. 105 * for JDK 1.6. 111 * for JDK 1.7. 117 * for JDK 1.8. 123 * for JDK 1.9. 129 * for JDK 10. [all …]
|
/external/okhttp/.buildscript/ |
D | deploy_snapshot.sh | 9 JDK="oraclejdk8" 16 elif [ "$TRAVIS_JDK_VERSION" != "$JDK" ]; then 17 echo "Skipping snapshot deployment: wrong JDK. Expected '$JDK' but was '$TRAVIS_JDK_VERSION'."
|
/external/lottie/ |
D | deploy_snapshot.sh | 9 JDK="oraclejdk8" 16 elif [ "$TRAVIS_JDK_VERSION" != "$JDK" ]; then 17 echo "Skipping snapshot deployment: wrong JDK. Expected '$JDK' but was '$TRAVIS_JDK_VERSION'."
|
/external/javapoet/.buildscript/ |
D | deploy_snapshot.sh | 9 JDK="openjdk8" 16 elif [ "$TRAVIS_JDK_VERSION" != "$JDK" ]; then 17 echo "Skipping snapshot deployment: wrong JDK. Expected '$JDK' but was '$TRAVIS_JDK_VERSION'."
|
/external/jacoco/.travis/ |
D | travis-toolchains.xml | 6 <type>jdk</type> 16 <type>jdk</type> 26 <type>jdk</type> 36 <type>jdk</type>
|