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

1 2

  /cts/tools/cts-native-scanner/tests/
run_unit_tests.sh 27 JARS="ddmlib-prebuilt.jar tradefed-prebuilt.jar hosttestlib.jar cts-native-scanner.jar cts-native-scanner-tests.jar"
29 for JAR in $JARS; do
30 checkFile ${JAR_DIR}/${JAR}
31 JAR_PATH=${JAR_PATH}:${JAR_DIR}/${JAR}
  /cts/tests/signature-tests/
run_unit_tests.sh 39 JARS="tradefed-prebuilt.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}
  /cts/tools/tradefed-host/tests/
run_unit_tests.sh 40 JARS="tradefed-prebuilt.jar hosttestlib.jar cts-tradefed.jar cts-tradefed-tests.jar"
42 for JAR in $JARS; do
43 checkFile ${JAR_DIR}/${JAR}
44 JAR_PATH=${JAR_PATH}:${JAR_DIR}/${JAR}
  /cts/common/host-side/scripts/
compatibility-tests_v2 33 for JAR in ${HOST_JARS}; do
34 checkFile ${HOST_JAR_DIR}/${JAR}.jar
35 JAR_PATH=${JAR_PATH}:${HOST_JAR_DIR}/${JAR}.jar
43 checkFile ${DEVICE_LIBS_DIR}/${LIB}_intermediates/javalib.jar
44 JAR_PATH=${JAR_PATH}:${DEVICE_LIBS_DIR}/${LIB}_intermediates/javalib.jar
  /cts/tools/tradefed-host/etc/
cts-tradefed 81 JARS="tradefed-prebuilt.jar hosttestlib.jar cts-tradefed.jar"
83 for JAR in $JARS; do
84 checkFile ${JAR_DIR}/${JAR}
85 JAR_PATH=${JAR_PATH}:${JAR_DIR}/${JAR}
  /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
  /cts/common/host-side/java-scanner/tests/src/com/android/compatibility/common/scanner/
JavaScannerTest.java 29 private static final String JAR = "out/host/linux-x86/framework/compatibility-java-scanner_v2.jar";
104 args.add("-jar");
105 args.add(JAR);
109 args.add(JAR);
  /cts/common/host-side/xml-plan-generator/tests/src/com/android/compatibility/common/xmlgenerator/
XmlPlanGeneratorTest.java 29 private static final String JAR = "out/host/linux-x86/framework/compatibility-xml-plan-generator_v2.jar";
97 args.add("-jar");
98 args.add(JAR);
  /external/nanohttpd/
README.md 39 * Runtime extension support (extensions that serve particular mime types) - example extension that serves Markdown formatted files. Simply including an extension JAR in the webserver classpath is enough for the extension to be loaded.
  /external/icu/icu4c/source/data/
Makefile.in 116 check check-local check-recursive clean-resindex icudata.jar \
    [all...]
makedata.mak 495 # Build the ICU4J icudata.jar and testdata.jar.
498 ICU4J_TZDATA="$(ICUOUT)\icu4j\icutzdata.jar"
509 "$(ICUOUT)\icu4j\icutzdata.jar": GODATA generate-data
510 "$(JAR)" cf "$(ICUOUT)\icu4j\icutzdata.jar" -C "$(ICUOUT)\icu4j\tzdata" "$(ICU4J_DATA_DIRNAME)"
512 # Build icudata.jar:
516 # - package them into the .jar file
517 "$(ICUOUT)\icu4j\icudata.jar": GODATA generate-data
518 "$(JAR)" cf "$(ICUOUT)\icu4j\icudata.jar" -C "$(ICUOUT)\icu4j" "$(ICU4J_DATA_DIRNAME)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar 
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar 
  /external/chromium_org/third_party/icu/source/data/
Makefile.in 107 check check-local check-recursive build-local clean-resindex build-dir icudata.jar
775 # Build the ICU4J icudata.jar.
778 # ~/svn.icu/trunk/source/data> make JAR=jar ICU4J_ROOT=~/svn.icu4j/trunk icudata.jar
779 # You can omit the ICU4J_ROOT for just building the .jar files without copying them.
780 # You can omit the JAR if it's just jar.
781 JAR=jar
    [all...]
makedata.mak 505 # Build the ICU4J icudata.jar and testdata.jar.
508 # Build icudata.jar:
512 # - package them into the .jar file
513 "$(ICUOUT)\icu4j\icudata.jar": GODATA "$(ICUOUT)\$(ICUPKG).dat" uni-core-data
517 "$(JAR)" cf "$(ICUOUT)\icu4j\icudata.jar" -C "$(ICUOUT)\icu4j" com\ibm\icu\impl\data\$(U_ICUDATA_NAME)b
519 # Build testdata.jar:
522 # - package them into the .jar file
523 "$(ICUOUT)\icu4j\testdata.jar": GODATA "$(TESTDATAOUT)\testdata.dat
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 

Completed in 567 milliseconds

1 2