HomeSort by relevance Sort by last modified time
    Searched refs:jdk (Results 26 - 50 of 76) sorted by null

12 3 4

  /cts/hostsidetests/api/
Android.mk 26 LOCAL_STATIC_JAVA_LIBRARIES := dexlib2 doclava jsilver guavalib antlr-runtime host-jdk-tools-prebuilt \
44 LOCAL_PREBUILT_STATIC_JAVA_LIBRARIES := host-jdk-tools-prebuilt:../../../$(HOST_JDK_TOOLS_JAR)
  /external/lisa/
install_base_ubuntu.sh 49 apt-get -y install openjdk-7-jre openjdk-7-jdk
  /libcore/ojluni/src/main/java/sun/net/
ExtendedOptionsImpl.java 29 import jdk.net.*;
  /external/tensorflow/tensorflow/tools/ci_build/install/
install_deb_packages.sh 53 openjdk-8-jdk \
  /build/soong/java/config/
makevars.go 39 ctx.Strict("ANDROID_JAVA8_HOME", "prebuilts/jdk/jdk8/${hostPrebuiltTag}")
40 ctx.Strict("ANDROID_JAVA9_HOME", "prebuilts/jdk/jdk9/${hostPrebuiltTag}")
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timezone/
ICUZDump.java 235 * -j : Use JDK TimeZone. By default, ICU TimeZone is used.
244 boolean jdk = false;
253 jdk = true;
288 if (jdk) {
326 dumpZone(pw, lineSep, tzids[i], low, high, jdk);
340 dumpZone(w, lineSep, tzids[i], low, high, jdk);
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 
  /external/testng/ant/
build.properties 73 # JDK 1.4 for sanity checking before a distribution
75 java14.home=jdk-1.5.0_04
76 #java14.home=c:/java/jdk-1.4.2_08
  /external/protobuf/
tests.sh 95 on_travis sudo apt-get install openjdk-6-jdk
99 on_travis sudo apt-get install openjdk-7-jdk
315 # rvm/gemfile/jdk/etc. entries rather than manually doing the work.
  /external/protobuf/util/
tests.sh 95 on_travis sudo apt-get install openjdk-6-jdk
99 on_travis sudo apt-get install openjdk-7-jdk
315 # rvm/gemfile/jdk/etc. entries rather than manually doing the work.
  /packages/apps/Messaging/build/
gcheckstyle.mk 40 $(hide) -/usr/local/buildtools/java/jdk/bin/java -jar $(STYLE_JAR) $(SOURCES) > $@
  /external/robolectric-shadows/
run_robotests.mk 160 # exclclassloader=jdk.internal.reflect.DelegatingClassLoader
166 exclclassloader=jdk.internal.reflect.DelegatingClassLoader \
  /libcore/luni/src/module/java/
module-info.java 72 exports jdk.net;
  /libcore/ojluni/src/main/java/java/net/
PlainDatagramSocketImpl.java 35 import jdk.net.*;
PlainSocketImpl.java 40 import jdk.net.*;
  /libcore/ojluni/src/main/java/jdk/net/
Sockets.java 26 package jdk.net;
58 //@jdk.Exported
  /prebuilts/misc/common/robolectric/3.1.1/lib/
maven-profile-2.2.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/
run_robotests.mk 174 # exclclassloader=jdk.internal.reflect.DelegatingClassLoader
180 exclclassloader=jdk.internal.reflect.DelegatingClassLoader \
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-profile/2.0.9/
maven-profile-2.0.9.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-profile/2.2.1/
maven-profile-2.2.1.jar 
  /libcore/ojluni/src/test/java/time/test/java/time/format/
TestZoneTextPrinterParser.java 45 import jdk.testlibrary.RandomFactory;
90 continue; // TBD: match jdk behavior?
  /build/soong/ui/build/
config.go 151 java8Home := filepath.Join("prebuilts/jdk/jdk8", ret.HostPrebuiltTag())
152 java9Home := filepath.Join("prebuilts/jdk/jdk9", ret.HostPrebuiltTag())
  /libcore/ojluni/src/main/java/sun/nio/ch/
AsynchronousSocketChannelImpl.java 513 set.add(jdk.net.ExtendedSocketOptions.SO_FLOW_SLA);
  /prebuilts/jdk/jdk9/darwin-x86/legal/jdk.crypto.ec/
ecc.md 6 which is included with JRE, JDK, and OpenJDK.
8 You are receiving a [copy](http://hg.openjdk.java.net/jdk9/jdk9/jdk/file/tip/src/jdk.crypto.ec/share/native/libsunec/impl)
10 form with the JDK and OpenJDK source distributions, and as object code in
11 the JRE & JDK runtimes.
13 In the case of the JRE & JDK runtimes, the terms of the Oracle license do
15 following license, separately from Oracle's JDK & JRE. If you do not wish to
31 http://hg.openjdk.java.net/jdk9/jdk9/jdk/file/tip/src/jdk.crypto.ec/share/native/libsunec/impl
  /prebuilts/jdk/jdk9/linux-x86/legal/jdk.crypto.ec/
ecc.md 6 which is included with JRE, JDK, and OpenJDK.
8 You are receiving a [copy](http://hg.openjdk.java.net/jdk9/jdk9/jdk/file/tip/src/jdk.crypto.ec/share/native/libsunec/impl)
10 form with the JDK and OpenJDK source distributions, and as object code in
11 the JRE & JDK runtimes.
13 In the case of the JRE & JDK runtimes, the terms of the Oracle license do
15 following license, separately from Oracle's JDK & JRE. If you do not wish to
31 http://hg.openjdk.java.net/jdk9/jdk9/jdk/file/tip/src/jdk.crypto.ec/share/native/libsunec/impl

Completed in 645 milliseconds

12 3 4