Home
last modified time | relevance | path

Searched refs:JDK (Results 1 – 25 of 196) sorted by relevance

12345678

/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/mdnsresponder/mDNSWindows/Java/
Dmakefile37 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/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/jline/src/src/main/native/
DMakefile4 JDK='/C/Program Files/Java/jdk1.5.0/' macro
8 …gcc -L /usr/lib/mingw/ -I${JDK}/include -I${JDK}/include/win32 -mwindows -mno-cygwin -Wl,--add-std…
/external/javapoet/.buildscript/
Ddeploy_snapshot.sh9 JDK="openjdk8"
16 elif [ "$TRAVIS_JDK_VERSION" != "$JDK" ]; then
17 echo "Skipping snapshot deployment: wrong JDK. Expected '$JDK' but was '$TRAVIS_JDK_VERSION'."
/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/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
DTlsTest.java68 TCNATIVE, JDK, CONSCRYPT; enumConstant
77 {TlsImpl.TCNATIVE}, {TlsImpl.JDK}, {TlsImpl.CONSCRYPT}, in data()
104 case JDK: in setUp()
108 sslProvider = SslProvider.JDK; in setUp()
125 sslProvider = SslProvider.JDK; in setUp()
133 if (sslProvider == SslProvider.JDK) { in setUp()
322 if (sslProvider == SslProvider.JDK) { in serverBuilder()
/external/icu/tools/srcgen/javadoc_patches/patches/src/main/java/android/icu/text/
DMessageFormat.java.patch44 * The JDK MessageFormat does create and use a ChoiceFormat object
46 * The JDK does not support plural and select arguments at all.
48 - * <p>Both the ICU and the JDK <code>MessageFormat</code> can control the argument
49 - * formats by using <code>argStyle</code>. But the JDK <code>MessageFormat</code> only
52 - * ICU supports everything the JDK does, and also number / date / time <b>skeletons</b> using the
/external/oj-libjdwp/
DREADME8 1. Download and install a JDK 6 from
10 Set the environment variable ALT_BOOTDIR to the location of this JDK 6.
27 The resulting JDK image should be found in build/*/j2sdk-image
/external/icu/icu4j/perf-tests/
Dperftests.pl244 my $JDK = $doc->createElement("perfTestResult");
246 $JDK->setAttribute("test"=>$testname);
247 $JDK->setAttribute("iterations"=>1000);
248 $JDK->setAttribute("time"=>$wStrCol);
249 $root->appendChild($JDK);
DREADME.txt31 Output is created in perf.xml. This output contains results comparing ICU and JDK for the
66 converterperf compares ICU Decoder and ICU Encoder with JDK versions for timing.
68 decimalformatperf compares JDK with ICU in contruction, parsing, and
74 ucharacterperf compares JDK with ICU for character handling with
/external/emma/
DBUILD.txt12 "build.properties" that tells the build where your JDK and ANT are located:
15 following property to point to the "jre" subdirectory of your JDK 1.4
18 build.target.j2se.14.home = <JDK 1.4 install>/jre
/external/openthread/third_party/nlbuild-autotools/repo/third_party/autoconf/m4/
Dax_jni_include_dir.m465 # otherwise, attempt to infer the JDK directory from the location of the
72 AC_MSG_ERROR([cannot find JDK; try setting \$JAVAC or \$JAVA_HOME])
80 # always include the main JDK include directory. this is where jni.h should be located.
90 AC_MSG_ERROR([cannot find JDK; try setting \$JAVAC or \$JAVA_HOME])
/external/jazzer-api/agent/src/jmh/java/com/code_intelligence/jazzer/runtime/
DBUILD.bazel39 # Uncomment to benchmark Project Panama-backed implementation (requires JDK 16+).
44 # Uncomment to benchmark Project Panama-backed implementation (requires JDK 16+).
/external/icu/tools/srcgen/javadoc_patches/patches/src/main/java/android/icu/util/
DTimeZone.java.patch8 - * JDK <code>TimeZone</code> as the time zone implementation. The TimeZone factory
10 - * subclass by default. If you want to use the JDK implementation always, you can
19 - * # factory method. [ ICU | JDK ]
/external/apache-commons-lang/src/site/resources/release-notes/
DRELEASE-NOTES-1.0.1.txt43 #- : NumberUtils test fails in JDK 1.2 due to lack of 1.2 support for
46 #- : ToStringStyle did not compile under JDK 1.2 due to inner class
59 existing Enum. Enum now compiles under JDK 1.2.
DRELEASE-NOTES-3.0.txt85 [LANG-492] Remove code handled now by the JDK.
87 [LANG-590] Remove JDK 1.2/1.3 bug handling in StringUtils.indexOf(String, String, int).
94 [LANG-290] EnumUtils for JDK 5.0.
127 [LANG-11] Depend on JDK 1.5+.
135 [LANG-468] JDK 1.5 build/runtime failure on LANG-393 (EqualsBuilder).
/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-…
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DGrpcSslContexts.java182 case JDK: in configure()
234 .sslProvider(SslProvider.JDK) in configure()
251 return SslProvider.JDK; in defaultSslProvider()
/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-…
/external/kotlinx.coroutines/
DCONTRIBUTING.md71 * JDK >= 11 referred to by the `JAVA_HOME` environment variable.
72 * JDK 1.8 referred to by the `JDK_18` environment variable. Only used by nightly stress-tests.
73 It is OK to have `JDK_18` point to a non-1.8 JDK (e.g. `JAVA_HOME`) for external contributions.
77 # This assumes JAVA_HOME is set already to a JDK >= 11 version

12345678