/external/antlr/antlr-3.4/runtime/Python/ |
D | hudson-build.sh | 8 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/ |
D | testng.bat | 2 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…
|
D | junitconverter.bat | 2 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/ |
D | run_tests.sh | 52 for JAR in $JARS; do 53 checkFile ${JAR_DIR}/${JAR}.jar 54 JAR_PATH=${JAR_PATH}:${JAR_DIR}/${JAR}.jar
|
/external/curl/tests/libtest/ |
D | lib506.c | 26 static const char *JAR = "log/jar506"; variable 292 test_setopt(curl, CURLOPT_COOKIEJAR, JAR); in test() 320 test_setopt(curl, CURLOPT_COOKIEFILE, JAR); in test() 332 fprintf(stderr, " reloading cookies from '%s' failed\n", JAR); in test()
|
/external/icu/icu4c/source/data/ |
D | icu4j-readme.txt | 37 …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.)
|
D | Makefile.in | 854 JAR=jar 872 $(JAR) cf $(OUTDIR)/icu4j/icutzdata.jar -C $(OUTDIR)/icu4j/tzdata $(ICU4J_DATA_DIRNAME)/ 880 $(JAR) cf $(OUTDIR)/icu4j/icudata.jar -C $(OUTDIR)/icu4j $(ICU4J_DATA_DIRNAME)/
|
/external/doclava/src/com/google/doclava/parser/ |
D | README.txt | 3 JAR file from http://www.antlr.org/download.html. 4 Then run that JAR from the command line
|
/external/conscrypt/ |
D | README.md | 96 ##### 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.
|
D | RELEASING.md | 18 platforms as well as to allow the Uber JAR to specify a single version for 220 ### Deploy the Uber JAR (Release Deployment Only) 222 the Uber JAR that contains all of them.
|
/external/okhttp/ |
D | README.md | 9 Download [the latest JAR][3] or grab via Maven: 34 Download [the latest JAR][4] or grab via Maven:
|
/external/mdnsresponder/mDNSWindows/Java/ |
D | makefile | 47 JAR = $(JDK)\bin\jar macro 123 $(JAR) -cf $@ -C $(OBJDIR) com
|
D | makefile64 | 47 JAR = $(JDK)\bin\jar 123 $(JAR) -cf $@ -C $(OBJDIR) com
|
/external/jacoco/org.jacoco.agent/ |
D | README.TXT | 2 agent JAR is created as part of the build process and therefore not available in
|
/external/conscrypt/constants/ |
D | build.gradle | 25 // Generate sources JAR
|
/external/snakeyaml/src/etc/ |
D | announcement.msg | 23 JAR package: http://repo2.maven.org/maven2/org/yaml/snakeyaml/1.17/snakeyaml-1.17.jar
|
/external/conscrypt/openjdk/ |
D | build.gradle | 69 // Create the JAR task and add it's output to the published archives for this project 98 // Adds a JAR task for the native library. 101 // Create a JAR for this configuration and add it to the output archives.
|
/external/okhttp/okio/benchmarks/ |
D | README.md | 15 …uld create a `benchmarks.jar` file in the `target` directory, which is a typical JMH benchmark JAR:
|
/external/ltp/include/mk/ |
D | config.mk.default | 34 #JAR := jar
|
D | config.mk.in | 36 JAR := jar
|
/external/libjpeg-turbo/java/ |
D | Makefile.am | 48 $(JAR) cfm turbojpeg.jar ${srcdir}/MANIFEST.MF $(JAVA_CLASSES)
|
D | README | 10 Java archive (JAR) file containing these classes is also shipped with the
|
/external/icu/icu4c/source/test/testdata/ |
D | Makefile.in | 240 JAR=jar 249 $(JAR) cf $(OUTDIR)/icu4j/testdata.jar -C $(OUTDIR)/icu4j com/ibm/icu/dev/data/testdata
|
/external/libjpeg-turbo/ |
D | configure.ac | 365 AC_ARG_VAR(JAR, [Java archive command (default: jar)]) 366 if test "x$JAR" = "x"; then 367 JAR=jar 369 AC_SUBST(JAR) subst
|
/external/okhttp/okio/ |
D | README.md | 118 Download [the latest JAR][2] or grab via Maven:
|