Home
last modified time | relevance | path

Searched refs:JAR (Results 1 – 25 of 49) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/Python/
Dhudson-build.sh8 JAR=$(ls $WORKSPACE/../../$ANTLR_JOB/lastSuccessful/org.antlr\$antlr/archive/org.antlr/antlr/*/antl…
9 echo "antlr.jar=$JAR"
11 if [ ! -f "$JAR" ]; then
40 export CLASSPATH=$JAR
50 python setup.py functest --xml-output=testout/ --antlr-jar="$JAR"
67 cp -f $JAR dist/
/external/testng/bin/
Dtestng.bat2 set JAR=%ROOT%\testng-5.2beta-jdk15.jar;%ROOT%\test\build variable
3 rem set JAR=%ROOT%\testng-4.5-jdk14.jar;%ROOT%\test-14\build variable
5 java -ea -classpath %ROOT%\3rdparty\junit.jar;%JAVA_HOME%\lib\tools.jar;%JAR%;%CLASSPATH% org.testn…
Djunitconverter.bat2 set JAR=%ROOT%\testng-4.5-jdk15.jar;%ROOT%\test\build variable
3 rem set JAR=%ROOT%\testng-4.5-jdk14.jar;%ROOT%\test-14\build variable
5 java -ea -classpath %ROOT%\3rdparty\junit.jar;%JAVA_HOME%\lib\tools.jar;%JAR%;%CLASSPATH% org.testn…
/external/deqp/android/cts/runner/tests/
Drun_tests.sh52 for JAR in $JARS; do
53 checkFile ${JAR_DIR}/${JAR}.jar
54 JAR_PATH=${JAR_PATH}:${JAR_DIR}/${JAR}.jar
/external/curl/tests/libtest/
Dlib506.c26 static const char *JAR = "log/jar506"; variable
295 test_setopt(curl, CURLOPT_COOKIEJAR, JAR); in test()
324 test_setopt(curl, CURLOPT_COOKIEFILE, JAR); in test()
336 fprintf(stderr, " reloading cookies from '%s' failed\n", JAR); in test()
/external/conscrypt/
DREADME.md96 ##### Uber JAR
98 For convenience, we also publish an Uber JAR to Maven Central that contains the shared
99 libraries for all of the published platforms. While the overall size of the JAR is
147 a native library loader supports bundling the shared library with the JAR.
/external/icu/icu4c/source/data/
Dicu4j-readme.txt37 …nmake -f makedata.mak ICUMAKE=$icu4c_root\source\data\ CFG=x86\Release JAR="$jdk_bin\jar" ICU4J_R…
51 make JAR=$jdk_bin/jar ICU4J_ROOT=$icu4j_root icu4j-data-install
53 (You can omit the JAR if it's just jar.)
/external/doclava/src/com/google/doclava/parser/
DREADME.txt3 JAR file from http://www.antlr.org/download.html.
4 Then run that JAR from the command line
/external/okhttp/
DREADME.md9 Download [the latest JAR][3] or grab via Maven:
34 Download [the latest JAR][4] or grab via Maven:
/external/mdnsresponder/mDNSWindows/Java/
Dmakefile47 JAR = $(JDK)\bin\jar macro
123 $(JAR) -cf $@ -C $(OBJDIR) com
Dmakefile6447 JAR = $(JDK)\bin\jar
123 $(JAR) -cf $@ -C $(OBJDIR) com
/external/tensorflow/tensorflow/contrib/android/
DREADME.md3 This directory defines components (a native `.so` library and a Java JAR)
72 You will find the JAR file at:
DBUILD55 # JAR with Java bindings to TF.
/external/jacoco/org.jacoco.agent/
DREADME.TXT2 agent JAR is created as part of the build process and therefore not available in
/external/snakeyaml/src/etc/
Dannouncement.msg23 JAR package: http://repo2.maven.org/maven2/org/yaml/snakeyaml/1.17/snakeyaml-1.17.jar
/external/conscrypt/constants/
Dbuild.gradle25 // Generate sources JAR
/external/conscrypt/openjdk/
Dbuild.gradle197 // Create the JAR task and add it's output to the published archives for this project
208 // Adds a JAR task for the native library.
210 // Create a JAR for this configuration and add it to the output archives.
/external/tensorflow/tensorflow/docs_src/install/
Dinstall_java.md167 which is the TensorFlow Java Archive (JAR).
199 which is the TensorFlow Java Archive (JAR).
204 which is the TensorFlow Java Archive (JAR).
/external/okhttp/okio/benchmarks/
DREADME.md15 …uld create a `benchmarks.jar` file in the `target` directory, which is a typical JMH benchmark JAR:
/external/icu/icu4c/source/test/testdata/
DMakefile.in240 JAR=jar
249 $(JAR) cf $(OUTDIR)/icu4j/testdata.jar -C $(OUTDIR)/icu4j com/ibm/icu/dev/data/testdata
/external/libjpeg-turbo/
Dconfigure.ac366 AC_ARG_VAR(JAR, [Java archive command (default: jar)])
367 if test "x$JAR" = "x"; then
368 JAR=jar
370 AC_SUBST(JAR) subst
/external/tensorflow/tensorflow/tools/lib_package/
DREADME.md31 consists of a native library (`libtensorflow_jni.so`) and a Java archive (JAR).
/external/libjpeg-turbo/java/
DMakefile.am48 $(JAR) cfm turbojpeg.jar ${srcdir}/MANIFEST.MF $(JAVA_CLASSES)
/external/ltp/include/mk/
Dconfig.mk.default34 #JAR := jar
Dconfig.mk.in36 JAR := jar

12