HomeSort by relevance Sort by last modified time
    Searched refs:JAR (Results 1 - 25 of 266) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/testng/bin/
testng.bat 2 set JAR=%ROOT%\testng-5.2beta-jdk15.jar;%ROOT%\test\build
3 rem set JAR=%ROOT%\testng-4.5-jdk14.jar;%ROOT%\test-14\build
5 java -ea -classpath %ROOT%\3rdparty\junit.jar;%JAVA_HOME%\lib\tools.jar;%JAR%;%CLASSPATH% org.testng.TestNG %1 %2 %3 %4 %5 %6 %7 %8 %9
junitconverter.bat 2 set JAR=%ROOT%\testng-4.5-jdk15.jar;%ROOT%\test\build
3 rem set JAR=%ROOT%\testng-4.5-jdk14.jar;%ROOT%\test-14\build
5 java -ea -classpath %ROOT%\3rdparty\junit.jar;%JAVA_HOME%\lib\tools.jar;%JAR%;%CLASSPATH% org.testng.JUnitConverter -restore -overwrite -annotation -srcdir src
  /cts/
test_defs.sh 36 for JAR in ${2} ${COMMON_JARS}; do
37 checkFile ${1}/${JAR}.jar
38 JAR_PATH=${JAR_PATH}:${1}/${JAR}.jar
  /cts/tests/signature/tests/
run_unit_tests.sh 39 JARS="tradefed.jar hosttestlib.jar signature-hostside.jar signature-tests.jar"
41 for JAR in $JARS; do
42 checkFile ${JAR_DIR}/${JAR}
43 JAR_PATH=${JAR_PATH}:${JAR_DIR}/${JAR}
  /external/deqp/android/cts/runner/tests/
run_tests.sh 52 for JAR in $JARS; do
53 checkFile ${JAR_DIR}/${JAR}.jar
54 JAR_PATH=${JAR_PATH}:${JAR_DIR}/${JAR}.jar
  /test/vts/tools/vts-tradefed/etc/
vts-tradefed 84 if [ ! -f ${JAR_DIR}/${TRADEFED_JAR}.jar ]; then
93 for JAR in $JARS; do
94 checkFile ${JAR_DIR}/${JAR}.jar
95 JAR_PATH=${JAR_PATH}:${JAR_DIR}/${JAR}.jar
105 for JAR in $OPTIONAL_JARS; do
106 if [ -f "${VTS_ROOT}/${JAR}.jar" ]; then
107 echo "Including optional JAR: $VTS_ROOT/$JAR.jar
    [all...]
vts-tradefed_win.bat 57 :: tradefed.jar
58 set TRADEFED_JAR=%JAR_DIR%\tradefed.jar
60 echo Unable to locate %TRADEFED_JAR%. Try prebuilt jar.
61 set TRADEFED_JAR=%JAR_DIR%\tradefed-prebuilt.jar
75 set JAR=%JAR_DIR%\%%J.jar
76 if not exist "!JAR!" ( echo Unable to locate !JAR! && goto:eof )
77 set JAR_PATH=!JAR_PATH!;!JAR!
88 set JAR=%VTS_ROOT%\%%J.jar
    [all...]
  /cts/tools/cts-tradefed/etc/
cts-tradefed 93 for JAR in $JARS; do
94 checkFile ${JAR_DIR}/${JAR}.jar
95 JAR_PATH=${JAR_PATH}:${JAR_DIR}/${JAR}.jar
103 for JAR in $OPTIONAL_JARS; do
104 if [ -f "${JAR_DIR}/${JAR}.jar" ]; then
105 JAR_PATH=${JAR_PATH}:${JAR_DIR}/${JAR}.jar
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/
hudson-build.sh 7 # find the antlr.jar from the upstream project
8 JAR=$(ls $WORKSPACE/../../$ANTLR_JOB/lastSuccessful/org.antlr\$antlr/archive/org.antlr/antlr/*/antlr-*-jar-with-dependencies.jar)
9 echo "antlr.jar=$JAR"
11 if [ ! -f "$JAR" ]; then
12 echo "Could not find antlr.jar"
40 export CLASSPATH=$JAR
50 python setup.py functest --xml-output=testout/ --antlr-jar="$JAR
    [all...]
  /external/liblzf/
Android.mk 28 # JAR for host
  /external/curl/tests/libtest/
lib506.c 26 static const char *JAR = "log/jar506";
292 test_setopt(curl, CURLOPT_COOKIEJAR, JAR);
320 test_setopt(curl, CURLOPT_COOKIEFILE, JAR);
332 fprintf(stderr, " reloading cookies from '%s' failed\n", JAR);
  /external/ltp/include/mk/
config.mk.in 35 # working jar on their systems.
36 JAR := jar
  /libcore/luni/src/test/java/libcore/io/
ClassPathURLStreamHandlerTest.java 36 // A well formed jar file with 6 entries.
37 private static final String JAR = "ClassPathURLStreamHandlerTest.jar";
55 Support_Resources.copyFile(resources, null, JAR);
56 jarFile = new File(resources, JAR);
108 assertEquals("jar:file:" + fileName + "!/" + expectedJarRelativeURI,
112 // same as those read from the jar file directly.
219 return new URL("jar", null, -1, jarFile.toURI() + "!/" + entryName, streamHandler);
  /external/jcommander/
Android.mk 25 # Host JAR builds have every single file because all the standard APIs are available.
  /external/mdnsresponder/mDNSWindows/Java/
makefile 17 # This Makefile builds a .jar file and accompanying JNI support library
47 JAR = $(JDK)\bin\jar
86 @copy $(BUILDDIR)\dns_sd.jar "$(DSTROOT)\Program Files\Bonjour\Win32"
91 copy $(BUILDDIR)\dns_sd.jar $(INSTALLDIR)
103 Java: setup $(BUILDDIR)\dns_sd.jar $(BUILDDIR)\jdns_sd.dll postbuild
122 $(BUILDDIR)\dns_sd.jar: $(JARCONTENTS)
123 $(JAR) -cf $@ -C $(OBJDIR) com
  /external/ims/rcs/rcsmanager/
Android.mk 45 # JAR can be dynamically loaded.
  /packages/apps/Messaging/build/
gcheckstyle.mk 18 # The jar file to use to perform the checking
19 STYLE_JAR := $(LOCAL_PATH)/build/gcheckstyle/google-style-checker_deploy.jar
27 # Updates the JAR file with the new config if the config has changed
28 # The config file has to be packaged into the jar, and jar uf command expects the current working directory
29 # to match the jar structure
33 jar uf google-style-checker_deploy.jar tools/java/checkstyle/googlestyle-5.0.xml && \
40 $(hide) -/usr/local/buildtools/java/jdk/bin/java -jar $(STYLE_JAR) $(SOURCES) > $@
  /prebuilts/gradle-plugin/com/android/tools/build/transform-api/1.5.0/
transform-api-1.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/transform-api/2.0.0-alpha1/
transform-api-2.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/transform-api/2.0.0-alpha3/
transform-api-2.0.0-alpha3.jar 
  /prebuilts/misc/common/robolectric/
Android.mk 4 # Adding the Robolectric .JAR prebuilts from this directory into a single target.
35 platform-mockito-prebuilt:lib/mockito-core-1.10.19.jar \
36 platform-robolectric-annotations:lib/robolectric-annotations-3.1.1.jar \
37 platform-robolectric-multidex:lib/shadows-multidex-3.1.1.jar \
38 platform-robolectric-resources:lib/robolectric-resources-3.1.1.jar \
39 platform-robolectric-shadows-core:lib/shadows-core-3.1.1.jar \
40 platform-robolectric-shadows-core-v16:lib/shadows-core-v16-3.1.1.jar \
41 platform-robolectric-shadows-core-v17:lib/shadows-core-v17-3.1.1.jar \
42 platform-robolectric-shadows-core-v18:lib/shadows-core-v18-3.1.1.jar \
43 platform-robolectric-shadows-core-v19:lib/shadows-core-v19-3.1.1.jar \
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/build/transform-api/1.5.0/
transform-api-1.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-api/2.0.0/
gradle-api-2.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-api/2.0.0-alpha5/
gradle-api-2.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-api/2.0.0-alpha7/
gradle-api-2.0.0-alpha7.jar 

Completed in 758 milliseconds

1 2 3 4 5 6 7 8 91011