OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JDK
(Results
1 - 25
of
25
) sorted by null
/external/okhttp/.buildscript/
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/jline/src/src/main/native/
Makefile
4
JDK
='/C/Program Files/Java/jdk1.5.0/'
8
gcc -L /usr/lib/mingw/ -I${
JDK
}/include -I${
JDK
}/include/win32 -mwindows -mno-cygwin -Wl,--add-stdcall-alias -shared -o jline.dll jline_WindowsTerminal.c
/external/mdnsresponder/mDNSWindows/Java/
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)
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 /NXCOMPAT /DYNAMICBASE /SAFESEH
/external/mdnsresponder/mDNSPosix/
Makefile
55
JDK
= /usr/
jdk
96
JAVACFLAGS_OS += -I$(
JDK
)/include/solaris
107
JAVACFLAGS_OS += -I$(
JDK
)/include/linux
134
JAVACFLAGS_OS += -I$(
JDK
)/include/freebsd
153
JDK
= /System/Library/Frameworks/JavaVM.framework/Home
366
JAVAC = $(
JDK
)/bin/javac
367
JAVAH = $(
JDK
)/bin/javah
368
JAVADOC = $(
JDK
)/bin/javadoc
369
JAR = $(
JDK
)/bin/ja
[
all
...]
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
demo.bat
14
REM setup your
JDK
1.1.x path and classpath here:
/frameworks/base/tools/preload2/
Android.mk
14
# convenience (and to not depend on internal
JDK
APIs).
/external/icu/icu4j/perf-tests/
perftests.pl
95
my $testName = "DateFmt-$testname-pat$patternCounter-
JDK
";
139
my $testName = "NumFmt-$testname-$patternName-
JDK
";
244
my $
JDK
= $doc->createElement("perfTestResult");
245
my $testname = "Coll-$locale-data$counter-StrCol-
JDK
";
246
$
JDK
->setAttribute("test"=>$testname);
247
$
JDK
->setAttribute("iterations"=>1000);
248
$
JDK
->setAttribute("time"=>$wStrCol);
249
$root->appendChild($
JDK
);
252
my $testname = "Coll-$locale-data$counter-keyGen-
JDK
";
/sdk/find_java/
find_java.bat
57
echo Tools, you need a suitable version of Java
JDK
installed on your system.
58
echo We recommend that you install the
JDK
version of JavaSE, available here:
63
echo
JDK
folder.
/prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_annotation/2.0.18/
error_prone_annotation-2.0.18.jar
/external/conscrypt/openjdk-benchmarks/src/jmh/java/org/conscrypt/benchmarks/
ClientSocketThroughputBenchmark.java
81
JDK
(getJdkSocketFactory(), getJdkServerSocketFactory()),
ServerSocketThroughputBenchmark.java
54
* standard
JDK
TLS implementation.
79
JDK
(getJdkServerSocketFactory()),
SslEngineBenchmark.java
70
JDK
{
/build/make/core/
main.mk
157
# Check for the current
JDK
.
159
# For Java 1.7/1.8, we require OpenJDK on linux and Oracle
JDK
on Mac OS.
166
# Check for the current
jdk
169
# java version is really openjdk and not some other
JDK
.
180
$(info You are attempting to build with an unsupported
JDK
.)
182
$(info You use OpenJDK but only Sun/Oracle
JDK
is supported.)
187
endif # java version is not Sun Oracle
JDK
205
$(info Use a publicly available
JDK
and make sure you have run envsetup.sh / lunch.)
[
all
...]
config.mk
659
HOST_JDK_TOOLS_JAR:= $(shell $(BUILD_SYSTEM)/find-
jdk
-tools-jar.sh)
663
$(error Error: could not find
jdk
tools.jar at $(HOST_JDK_TOOLS_JAR), please check if your
JDK
was installed correctly)
667
# Is the host
JDK
64-bit version?
[
all
...]
/libcore/ojluni/src/main/java/java/io/
StreamTokenizer.java
218
* @deprecated As of
JDK
version 1.1, the preferred way to tokenize an
/external/snakeyaml/
mvnw.bat
24
@REM JAVA_HOME - location of a
JDK
home dir
/prebuilts/eclipse/maven/apache-maven-3.2.1/bin/
mvn.bat
24
@REM JAVA_HOME - location of a
JDK
home dir
mvnDebug.bat
24
@REM JAVA_HOME - location of a
JDK
home dir
/build/make/
envsetup.sh
[
all
...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
NumberFormatTest.java
277
private DataDrivenNumberFormatTestUtility.CodeUnderTest
JDK
=
442
// lenient parsing not supported by
JDK
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberFormatTest.java
276
private DataDrivenNumberFormatTestUtility.CodeUnderTest
JDK
=
441
// lenient parsing not supported by
JDK
[
all
...]
/prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.0.CR3/
netty-handler-4.1.0.CR3.jar
/prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.3.Final/
netty-handler-4.1.3.Final.jar
/prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.6.Final/
netty-handler-4.1.6.Final.jar
/external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar
Completed in 604 milliseconds