/external/antlr/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/protobuf/src/google/protobuf/compiler/ |
D | zip_output_unittest.sh | 44 JAR=jar 79 if $JAR c $TEST_TMPDIR/testzip.proto > /dev/null; then 80 $JAR tf $TEST_TMPDIR/testzip.jar > $TEST_TMPDIR/testzip.list \ 84 if [[ "$(TZ=UTC $JAR tvf $TEST_TMPDIR/testzip.jar)" != *'Tue Jan 01 00:00:00 UTC 1980'* ]]; then
|
/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/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/ |
D | ArchiveStreamFactory.java | 129 public static final String JAR = "jar"; field in ArchiveStreamFactory 364 if (JAR.equalsIgnoreCase(archiverName)) { 438 if (JAR.equalsIgnoreCase(archiverName)) { 508 return JAR; 584 return Sets.newHashSet(AR, ARJ, ZIP, TAR, JAR, CPIO, DUMP, SEVEN_Z); 589 return Sets.newHashSet(AR, ZIP, TAR, JAR, CPIO, SEVEN_Z);
|
/external/icu/tools/cldr/lib/ |
D | README.txt | 89 While the Maven system should keep the CLDR JAR up to date, there is a chance 90 that you may have an out of date JAR installed elsewhere. If you have any 91 issues with the JAR not being the expected version (e.g. after making changes) 94 This should re-resolve the current JAR snapshot from the repository in this 101 This shows that it has had to re-fetch the JAR file.
|
/external/opencensus-java/contrib/agent/ |
D | build.gradle | 55 // Bundle the agent's classes and dependencies into a single, self-contained JAR file. 93 // Assert that there's nothing obviously wrong with the JAR's contents. 116 // TODO(stschmidt): Proguard-shrink the agent JAR. 124 // The default JAR has been replaced with a self-contained JAR by the shadowJar task. Therefore, 125 // remove all declared dependencies from the generated Maven POM for said JAR. 235 // Make the agent JAR available using a fixed file name so that we don't have to modify the JMH
|
/external/curl/tests/libtest/ |
D | lib506.c | 26 static const char *JAR = "log/jar506"; variable 296 test_setopt(curl, CURLOPT_COOKIEJAR, JAR); in test() 325 test_setopt(curl, CURLOPT_COOKIEFILE, JAR); in test() 337 fprintf(stderr, " reloading cookies from '%s' failed\n", JAR); in test()
|
/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/icu/icu4c/source/data/ |
D | icu4j-readme.txt | 49 …nmake -f makedata.mak ICUMAKE=$icu4c_root\source\data\ CFG=x86\Release JAR="$jdk_bin\jar" ICU4J_RO… 63 make JAR=$jdk_bin/jar ICU4J_ROOT=$icu4j_root icu4j-data-install 65 (You can omit the JAR if it's just jar.)
|
D | Makefile.in | 310 JAR=jar 327 $(JAR) cf $(OUTDIR)/icu4j/icutzdata.jar -C $(OUTDIR)/icu4j/tzdata $(ICU4J_DATA_DIRNAME)/ 338 $(JAR) cf $(OUTDIR)/icu4j/icudata.jar -C $(OUTDIR)/icu4j $(ICU4J_DATA_DIRNAME)/
|
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/ |
D | ArchiveStreamFactoryTest.java | 300 new TestData("bla.jar", ArchiveStreamFactory.JAR, true, JAR_DEFAULT, FACTORY, "encoding"), 301 new TestData("bla.jar", ArchiveStreamFactory.JAR, true, "UTF-8", FACTORY_UTF8, "encoding"), 302 new TestData("bla.jar", ArchiveStreamFactory.JAR, true, "ASCII", FACTORY_ASCII, "encoding"), 303 … new TestData("bla.jar", ArchiveStreamFactory.JAR, true, "UTF-8", FACTORY_SET_UTF8, "encoding"), 304 … new TestData("bla.jar", ArchiveStreamFactory.JAR, true, "ASCII", FACTORY_SET_ASCII, "encoding"),
|
/external/conscrypt/ |
D | README.md | 98 #### Uber JAR 100 For convenience, we also publish an Uber JAR to Maven Central that contains the shared 101 libraries for all of the published platforms. While the overall size of the JAR is
|
/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
|
/external/tensorflow/tensorflow/tools/android/inference_interface/ |
D | README.md | 3 This directory defines components (a native `.so` library and a Java JAR) 73 You will find the JAR file at:
|
D | BUILD | 43 # JAR with Java bindings to TF.
|
/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/icu/icu4c/source/test/testdata/ |
D | Makefile.in | 157 JAR=jar 166 $(JAR) cf $(OUTDIR)/icu4j/testdata.jar -C $(OUTDIR)/icu4j com/ibm/icu/dev/data/testdata
|
/external/kotlinx.atomicfu/gradle/ |
D | publish-mpp-root-module-in-platform.gradle | 6 /** Publish the platform JAR and POM so that consumers who depend on this module and can't read Gra…
|
/external/dagger2/java/dagger/hilt/android/plugin/ |
D | build.gradle | 74 description = "Assembles sources JAR" 84 description = "Assembles javadoc 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/kotlinx.coroutines/gradle/ |
D | publish-mpp-root-module-in-platform.gradle | 7 …* Publish the platform JAR and POM so that consumers who depend on this module and can't read Grad…
|
/external/tensorflow/tensorflow/java/ |
D | README.md | 19 - [JAR](https://storage.googleapis.com/tensorflow-nightly/github/tensorflow/lib_package/libtensor… 20 - [Source JAR](https://storage.googleapis.com/tensorflow-nightly/github/tensorflow/lib_package/li…
|