Home
last modified time | relevance | path

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

12345

/external/jacoco/
D.travis.sh30 rm -rf /tmp/jdk/$JDK
31 mkdir -p /tmp/jdk/$JDK
38 tar -xzf /tmp/jdk/$FILENAME -C /tmp/jdk/$JDK --strip-components 1
42 jdk_switcher "/tmp/jdk/$JDK"
46 case "$JDK" in
76 case "$JDK" in
105 echo "Incorrect JDK [$JDK]"
/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/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/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/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="oraclejdk8"
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/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);
/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/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/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/icu/icu4j/eclipse-build/misc/
DICUConfig.properties12 # factory method. [ ICU | JDK ]
14 com.ibm.icu.util.TimeZone.DefaultTimeZoneType = JDK
/external/webrtc/talk/app/webrtc/java/
DREADME17 GYP_DEFINES="build_with_libjingle=1 build_with_chromium=0 java_home=path/to/JDK" gclient runhooks &…
20 (where path/to/JDK should contain include/jni.h)
/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/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/
DOpenJdkCipherFactory.java27 JDK { enumConstant
/external/hamcrest/
DBUILDING.txt7 * JDK 1.7
/external/wycheproof/
DREADME.md150 Note that OpenJDKAllTests expects that OpenJDK is your default JDK, so it might
151 refuse to run or its results might be incorrect if you are using some other JDK.
152 If you downloaded your JDK from Oracle or https://java.com, you're probably
153 using Oracle JDK, which should be compatible with OpenJDK, thus the tests should
/external/grpc-grpc-java/
DSECURITY.md51 1. **Speed**: In local testing, we've seen performance improvements of 3x over the JDK. GCM, which …
52 2. **Ciphers**: OpenSSL has its own ciphers and is not dependent on the limitations of the JDK. Thi…
54 …ion Independence**: does not require using a different library version depending on the JDK update.
218 ## TLS with JDK (Jetty ALPN/NPN)
222 …the recommended approach is to use [OpenSSL](#tls-with-openssl). Using the JDK for ALPN is general…
226 *The moral of the story is: Don't use the JDK for ALPN! But if you absolutely have to, here's how …
230 …t (or you are unable to use OpenSSL for some reason) another alternative is to use the JDK for TLS.
232 …PN today ([there is a tracking issue](https://bugs.openjdk.java.net/browse/JDK-8051498) so go upvo…
244 ### JDK Ciphers
/external/mdnsresponder/mDNSPosix/
DMakefile55 JDK = /usr/jdk macro
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
Ddemo.bat14 REM setup your JDK 1.1.x path and classpath here:
/external/opencensus-java/exporters/trace/jaeger/
Dbuild.gradle8 // Docker tests require JDK 8+

12345