Home
last modified time | relevance | path

Searched refs:JAR_PATH (Results 1 – 8 of 8) sorted by relevance

/cts/common/host-side/scripts/
Dcompatibility-tests_v235 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.CompatibilityCon…
/cts/tools/cts-native-scanner/tests/
Drun_unit_tests.sh31 JAR_PATH=${JAR_PATH}:${JAR_DIR}/${JAR}
35 …-cp ${JAR_PATH} com.android.tradefed.command.Console run singleCommand host -n --class com.android…
/cts/tests/signature-tests/
Drun_unit_tests.sh43 JAR_PATH=${JAR_PATH}:${JAR_DIR}/${JAR}
47 …-cp ${JAR_PATH} com.android.tradefed.command.Console run singleCommand host -n --class android.sig…
/cts/tools/tradefed-host/tests/
Drun_unit_tests.sh44 JAR_PATH=${JAR_PATH}:${JAR_DIR}/${JAR}
48 …-cp ${JAR_PATH} com.android.tradefed.command.Console run singleCommand host -n --class com.android…
Drun_unit_func_tests.sh44 JAR_PATH=${JAR_PATH}:${JAR_DIR}/${JAR}
48 …-cp ${JAR_PATH} com.android.tradefed.command.Console run singleCommand host --class com.android.ct…
/cts/common/util/
Drun_unit_tests.sh44 JAR_PATH=${JAR_PATH}:${JAR_DIR}/${JAR}
48 …-cp ${JAR_PATH} com.android.tradefed.command.Console run singleCommand host -n --class com.android…
/cts/tools/tradefed-host/etc/
Dcts-tradefed86 JAR_PATH=${JAR_PATH}:${JAR_DIR}/${JAR}
100 -cp ${JAR_PATH} -DCTS_ROOT=${CTS_ROOT} com.android.cts.tradefed.command.CtsConsole "$@"
/cts/tools/utils/
DCollectAllTests.java62 private static final String JAR_PATH = "LOCAL_JAR_PATH :="; field in CollectAllTests
309 } else if (line.startsWith(JAR_PATH)) { in getTestType()
310 jarPath = line.substring(JAR_PATH.length(), line.length()).trim(); in getTestType()