HomeSort by relevance Sort by last modified time
    Searched refs:JAR_PATH (Results 1 - 6 of 6) sorted by null

  /cts/tools/cts-native-scanner/tests/
run_unit_tests.sh 31 JAR_PATH=${JAR_PATH}:${JAR_DIR}/${JAR}
35 -cp ${JAR_PATH} com.android.tradefed.command.Console run singleCommand host -n --class com.android.cts.nativescanner.UnitTests "$@"
  /cts/common/host-side/scripts/
compatibility-tests_v2 35 JAR_PATH=${JAR_PATH}:${HOST_JAR_DIR}/${JAR}.jar
44 JAR_PATH=${JAR_PATH}:${DEVICE_LIBS_DIR}/${LIB}_intermediates/javalib.jar
59 java $RDBG_FLAG -cp ${JAR_PATH} com.android.compatibility.common.tradefed.command.CompatibilityConsole run\
  /cts/tests/signature-tests/
run_unit_tests.sh 43 JAR_PATH=${JAR_PATH}:${JAR_DIR}/${JAR}
47 -cp ${JAR_PATH} com.android.tradefed.command.Console run singleCommand host -n --class android.signature.cts.tests.AllTests "$@"
  /cts/tools/tradefed-host/tests/
run_unit_tests.sh 44 JAR_PATH=${JAR_PATH}:${JAR_DIR}/${JAR}
48 -cp ${JAR_PATH} com.android.tradefed.command.Console run singleCommand host -n --class com.android.cts.tradefed.UnitTests "$@"
  /cts/tools/tradefed-host/etc/
cts-tradefed 85 JAR_PATH=${JAR_PATH}:${JAR_DIR}/${JAR}
89 -cp ${JAR_PATH} -DCTS_ROOT=${CTS_ROOT} com.android.cts.tradefed.command.CtsConsole "$@"
  /cts/tools/utils/
CollectAllTests.java 62 private static final String JAR_PATH = "LOCAL_JAR_PATH :=";
288 } else if (line.startsWith(JAR_PATH)) {
289 jarPath = line.substring(JAR_PATH.length(), line.length()).trim();

Completed in 219 milliseconds