Home
last modified time | relevance | path

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

12345678910>>...41

/external/error_prone/javac/
Djavac-9+181-r4173-1-sources.jarMETA-INF/ META-INF/MANIFEST.MF module-info.java META-INF ...
/external/javapoet/
D.travis.yml5 - env: JDK='Oracle JDK 8'
6 jdk: oraclejdk8
7 - env: JDK='Oracle JDK 9'
8 jdk: oraclejdk9
9 - env: JDK='Oracle JDK 10'
10 install: . ./install-jdk.sh -F 10 -L BCL
11 - env: JDK='OpenJDK 10'
12 install: . ./install-jdk.sh -F 10 -L GPL
13 - env: JDK='Oracle JDK 11'
14 install: . ./install-jdk.sh -F 11 -L BCL
[all …]
/external/jacoco/
D.travis.sh24 # 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.yml12 - 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/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.html81 <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/android_icu4j/src/main/tests/android/icu/dev/data/
Dnumberformattestspecification.txt15 // K = JDK (ignored if not OpenJDK 1.8)
182 // JDK does not support exponent signs
184 // JDK gives 12,345E3. JDK seems to include the hashes in significant digits
186 // JDK gives 12,3001E3
188 // JDK gives 12,3001E3
193 // JDK doesn't support significant digits in exponents
217 // JDK does not support rounding increments
219 // JDK gives %16,255E3
233 // JDK gives \u2030162,55E3
240 // JDK does not seem to support padding
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/
Dnumberformattestspecification.txt15 // K = JDK (ignored if not OpenJDK 1.8)
182 // JDK does not support exponent signs
184 // JDK gives 12,345E3. JDK seems to include the hashes in significant digits
186 // JDK gives 12,3001E3
188 // JDK gives 12,3001E3
193 // JDK doesn't support significant digits in exponents
217 // JDK does not support rounding increments
219 // JDK gives %16,255E3
233 // JDK gives \u2030162,55E3
240 // JDK does not seem to support padding
[all …]
/external/icu/icu4c/source/test/testdata/
Dnumberformattestspecification.txt15 // K = JDK (ignored if not OpenJDK 1.8)
182 // JDK does not support exponent signs
184 // JDK gives 12,345E3. JDK seems to include the hashes in significant digits
186 // JDK gives 12,3001E3
188 // JDK gives 12,3001E3
193 // JDK doesn't support significant digits in exponents
217 // JDK does not support rounding increments
219 // JDK gives %16,255E3
233 // JDK gives \u2030162,55E3
240 // JDK does not seem to support padding
[all …]
/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()
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 …]
DLocaleNameTest.java84 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()
DDecimalFormatSymbolsTest.java41 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()
176 …errln("FAIL: Different decimal digit - via JDK: " + jdkDecfs.getDigit() + ", with ICU: " + icuDecf… in TestKeywords()
182 …errln("FAIL: Different currency code - via JDK: " + jdkCurrencyCode + ", with ICU: " + icuCurrency… in TestKeywords()
/external/jacoco/org.jacoco.core.test/src-java8/org/jacoco/core/test/validation/
DBadCycleInterfaceTest.java35 // 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/
DREADME.android14 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/mdnsresponder/mDNSWindows/Java/
Dmakefile29 # 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…
Dmakefile6429 # 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/oj-libjdwp/
DREADME2 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/icu/icu4j/main/classes/localespi/
Dmanifest.stub2 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/guava/guava/src/com/google/common/reflect/
DTypeResolver.java270 * 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/okhttp/.buildscript/
Ddeploy_snapshot.sh9 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/
Ddeploy_snapshot.sh9 JDK="oraclejdk8"
16 elif [ "$TRAVIS_JDK_VERSION" != "$JDK" ]; then
17 echo "Skipping snapshot deployment: wrong JDK. Expected '$JDK' but was '$TRAVIS_JDK_VERSION'."
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DBigNumberFormatTest.java63 // 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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DBigNumberFormatTest.java60 // 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/brotli/java/
DWORKSPACE18 …urls = ["https://hg.openjdk.java.net/jdk8/jdk8/jdk/raw-file/687fd7c7986d/src/share/javavm/export/j…
25 …urls = ["https://hg.openjdk.java.net/jdk8/jdk8/jdk/raw-file/687fd7c7986d/src/solaris/javavm/export…
32 …urls = ["https://hg.openjdk.java.net/jdk8/jdk8/jdk/raw-file/687fd7c7986d/src/macosx/javavm/export/…
39 …urls = ["https://hg.openjdk.java.net/jdk8/jdk8/jdk/raw-file/687fd7c7986d/src/windows/javavm/export…

12345678910>>...41