/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" 46 case "$JDK" in 71 # and "-XMaxPermSize" not supported by JDK 9 76 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=8-ea 27 - JDK=9 28 - JDK=10-ea 32 - env: JDK=8-ea [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/icu/android_icu4j/src/main/tests/android/icu/dev/data/ |
D | numberformattestspecification.txt | 173 // JDK does not support exponent signs 175 // JDK gives 12,345E3. JDK seems to include the hashes in significant digits 177 // JDK gives 12,3001E3 179 // JDK gives 12,3001E3 184 // JDK doesn't support significant digits in exponents 208 // JDK does not support rounding increments 210 // JDK gives %16,255E3 224 // JDK gives \u2030162,55E3 231 // JDK does not seem to support padding 236 // JDK doesn't seem to handle suffixes correctly dropping the 'nx' entirely [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/ |
D | numberformattestspecification.txt | 173 // JDK does not support exponent signs 175 // JDK gives 12,345E3. JDK seems to include the hashes in significant digits 177 // JDK gives 12,3001E3 179 // JDK gives 12,3001E3 184 // JDK doesn't support significant digits in exponents 208 // JDK does not support rounding increments 210 // JDK gives %16,255E3 224 // JDK gives \u2030162,55E3 231 // JDK does not seem to support padding 236 // JDK doesn't seem to handle suffixes correctly dropping the 'nx' entirely [all …]
|
/external/icu/icu4c/source/test/testdata/ |
D | numberformattestspecification.txt | 173 // JDK does not support exponent signs 175 // JDK gives 12,345E3. JDK seems to include the hashes in significant digits 177 // JDK gives 12,3001E3 179 // JDK gives 12,3001E3 184 // JDK doesn't support significant digits in exponents 208 // JDK does not support rounding increments 210 // JDK gives %16,255E3 224 // JDK gives \u2030162,55E3 231 // JDK does not seem to support padding 236 // JDK doesn't seem to handle suffixes correctly dropping the 'nx' entirely [all …]
|
/external/jacoco/org.jacoco.doc/docroot/doc/ |
D | build.html | 81 <type>jdk</type> 88 <jdkHome>/usr/lib/jvm/sun-jdk-1.5</jdkHome> 92 <type>jdk</type> 99 <jdkHome>/usr/lib/jvm/sun-jdk-1.6</jdkHome> 103 <type>jdk</type> 110 <jdkHome>/usr/lib/jvm/sun-jdk-1.7</jdkHome> 114 <type>jdk</type> 121 <jdkHome>/usr/lib/jvm/sun-jdk-1.8</jdkHome> 125 <type>jdk</type> 132 <jdkHome>/usr/lib/jvm/sun-jdk-1.9</jdkHome> [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 …]
|
D | LocaleNameTest.java | 84 logln("INFO: Language name by JDK is " + name + ", but " + icuname + in TestLanguageNames() 128 …errln("FAIL: JDK Locale#getDisplayScript(\"" + inLocale + "\") throws exception: " + e.getMessage(… in TestScriptNames() 139 // The name might be taken from JDK in TestScriptNames() 141 logln("INFO: Script name by JDK is " + name + ", but " + icuname + in TestScriptNames() 148 …errln("FAIL: JDK Locale#getDisplayScript(\"" + inLocaleICU + "\") throws exception: " + e.getMessa… in TestScriptNames() 190 // The name might be taken from JDK in TestCountryNames() 192 logln("INFO: Country name by JDK is " + name + ", but " + icuname + in TestCountryNames() 236 // Note: JDK resolves a display name for each variant subtag in TestVariantNames() 265 logln("INFO: Variant name by JDK is " + name + ", but " + icuname + in TestVariantNames()
|
D | DecimalFormatSymbolsTest.java | 41 errln("FAIL: getInstance returned JDK DecimalFormatSymbols for locale " + loc); in TestGetInstance() 56 … errln("FAIL: getInstance returned JDK DecimalFormatSymbols for locale " + iculoc); in TestGetInstance() 108 + loc + " (jdk=" + jo + ",icu=" + io + ")"); in checkEquivalence() 117 // ICU's JDK DecimalFormatSymbols implementation for de_DE locale in TestSetSymbols() 120 // en_US is supported by JDK, so this is the JDK's own DecimalFormatSymbols in TestSetSymbols() 184 …errln("FAIL: Different decimal digit - via JDK: " + jdkDecfs.getDigit() + ", with ICU: " + icuDecf… in TestKeywords() 190 …errln("FAIL: Different currency code - via JDK: " + jdkCurrencyCode + ", with ICU: " + icuCurrency… in TestKeywords()
|
D | CurrencyNameTest.java | 79 logln("INFO: JDK has currency symbol " + curSymbol + " for locale " + in TestCurrencySymbols() 93 + ", but " + curSymbol + " by JDK in locale " + loc); in TestCurrencySymbols() 127 …errln("FAIL: JDK Currency#getDisplayName(\"" + currency + "\", \"" + loc + "\") throws exception: … in TestCurrencyDisplayNames() 136 logln("INFO: JDK has currency display name " + curName + " for locale " + in TestCurrencyDisplayNames() 150 + ", but " + curName + " by JDK in locale " + loc); in TestCurrencyDisplayNames() 157 …errln("FAIL: JDK Currency#getDisplayName(\"" + currency + "\", \"" + locIcu + "\") throws exceptio… in TestCurrencyDisplayNames()
|
/external/jacoco/org.jacoco.core.test/src-java8/org/jacoco/core/test/validation/ |
D | BadCycleInterfaceTest.java | 35 // Incorrect interpetation of JVMS 5.5 in JDK 8 causes a default in test() 37 // (see JDK-8098557 and JDK-8164302): in test() 44 // This shouldn't happen with JDK 9 (see also JDK-8043275) in test() 45 // and starting with JDK 8u152 (see JDK-8167607): in test()
|
/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/mdnsresponder/mDNSWindows/Java/ |
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…
|
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…
|
/external/annotation-tools/ |
D | notes-openjdk-build.txt | 23 used, as only ~500 MB remains after the JDK build. 38 - JDK 6 (Linux x86 RPM version; for bootstrapping) -- 41 - JDK 7 -- "svn checkout https://openjdk.dev.java.net/svn/openjdk/jdk/trunk 43 - JDK 7 binary plugs -- http://download.java.net/openjdk/jdk7/ 47 I installed the JDK 6 package via "rpm -Uvh [package]", and then did 49 update-alternatives) to install "java" and "javac" links. JDK 7 was a 54 I set the following environment variables (having checked out the JDK 7
|
/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/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/guava/guava/src/com/google/common/reflect/ |
D | TypeResolver.java | 270 * just one problem: Starting with JDK 7u51, the JDK TypeVariable's equals() method doesn't in resolveInternal() 272 * compare TypeVariables from the JDK against TypeVariables returned by TypeResolver. To in resolveInternal() 273 * work with all JDK versions, TypeResolver must return the appropriate TypeVariable in resolveInternal() 276 * 1. Prior to JDK 7u51, the JDK TypeVariable implementation interoperates with ours. in resolveInternal() 279 * 2. Starting with JDK 7u51, the JDK TypeVariable implementations does not interoperate in resolveInternal() 283 * original, identical JDK TypeVariable. By doing so, we sidestep the problem entirely. in resolveInternal() 287 * created TypeVariable will not interoperate with any JDK TypeVariable. But this is OK: We in resolveInternal() 288 * don't _want_ our new TypeVariable to be equal to the JDK TypeVariable because it has in resolveInternal() 289 * _different bounds_ than the JDK TypeVariable. And it wouldn't make sense for our new in resolveInternal() 290 * TypeVariable to be equal to any _other_ JDK TypeVariable, either, because any other JDK in resolveInternal() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | BigNumberFormatTest.java | 60 // On Sun JDK 1.2-1.3, the hi_IN locale uses '0' for a zero digit, in TestSecondaryGrouping() 61 // but on IBM JDK 1.2-1.3, the locale uses U+0966. in TestSecondaryGrouping() 444 String jdk = jdkFormat.format(bd); in TestBigDecimalRounding() local 446 logln("Format of BigDecimal " + val + " by JDK is " + jdk); in TestBigDecimalRounding() 448 if (!jdk.equals(icu)) { in TestBigDecimalRounding() 449 errln("BigDecimal jdk: " + jdk + " != icu: " + icu); in TestBigDecimalRounding() 453 jdk = jdkFormat.format(d); in TestBigDecimalRounding() 455 logln("Format of double " + val + " by JDK is " + jdk); in TestBigDecimalRounding() 457 if (!jdk.equals(icu)) { in TestBigDecimalRounding() 458 errln("double jdk: " + jdk + " != icu: " + icu); in TestBigDecimalRounding()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | BigNumberFormatTest.java | 63 // On Sun JDK 1.2-1.3, the hi_IN locale uses '0' for a zero digit, in TestSecondaryGrouping() 64 // but on IBM JDK 1.2-1.3, the locale uses U+0966. in TestSecondaryGrouping() 447 String jdk = jdkFormat.format(bd); in TestBigDecimalRounding() local 449 logln("Format of BigDecimal " + val + " by JDK is " + jdk); in TestBigDecimalRounding() 451 if (!jdk.equals(icu)) { in TestBigDecimalRounding() 452 errln("BigDecimal jdk: " + jdk + " != icu: " + icu); in TestBigDecimalRounding() 456 jdk = jdkFormat.format(d); in TestBigDecimalRounding() 458 logln("Format of double " + val + " by JDK is " + jdk); in TestBigDecimalRounding() 460 if (!jdk.equals(icu)) { in TestBigDecimalRounding() 461 errln("double jdk: " + jdk + " != icu: " + icu); in TestBigDecimalRounding()
|
/external/guava/guava/ |
D | pom.xml | 62 <!-- TODO(cpovirk): include JDK sources when building testlib doc, too --> 67 <id>unpack-jdk-sources</id> 73 <outputDirectory>${project.build.directory}/jdk-sources</outputDirectory> 97 …<!-- TODO(cpovirk): can we use includeDependencySources and a local com.oracle.java:jdk-lib:novers… 98 … <sourcepath>${project.build.sourceDirectory}:${project.build.directory}/jdk-sources</sourcepath> 139 <groupId>jdk</groupId>
|
/external/apache-xml/src/main/java/org/apache/xalan/extensions/ |
D | ObjectFactory.java | 30 * feature and is designed to run on JDK version 1.1 and 31 * later, and to compile on JDK 1.2 and onward. 33 * when bundled as part of the JDK. 44 * Figure out which ClassLoader to use. For JDK 1.2 and later use 81 // in both JDK 1.1 and Java 2. However, this should still in findProviderClass()
|
/external/valgrind/ |
D | README.android_emulator | 7 # download java JDK 15 # jdk-7u4-linux-i586.tar.gz 19 # install jdk 20 tar xzf jdk-7u4-linux-i586.tar.gz
|