Home
last modified time | relevance | path

Searched refs:ANDROID_BUILD_TOP (Results 1 – 15 of 15) sorted by relevance

/test/mlts/benchmark/tools/
Dbuild_and_dump_intermediate.sh8 if [[ -z "$ANDROID_BUILD_TOP" ]]; then
9 echo ANDROID_BUILD_TOP not set, bailing out
46 cd $ANDROID_BUILD_TOP
72 cd $ANDROID_BUILD_TOP &&
73 …python test/mlts/benchmark/tools/tensor_utils.py $ANDROID_BUILD_TOP $INTERMEDIATE_OUTPUT_DIR/$RENA…
Dgen_tflite_visualization.sh9 if [[ -z "$ANDROID_BUILD_TOP" ]]; then
10 echo ANDROID_BUILD_TOP not set, bailing out
20 MODEL_DIR="$ANDROID_BUILD_TOP/test/mlts/models/assets"
Dtensor_utils.py91 self.ANDROID_BUILD_TOP = android_build_top + "/"
102 self.ANDROID_BUILD_TOP,
/test/vts-testcase/kernel/ltp/testcase/
DAndroid.bp36 …cmd: "export ANDROID_BUILD_TOP=$$(pwd) && python3 $(location tools/gen_ltp_config.py) arm 64 False…
54 …cmd: "export ANDROID_BUILD_TOP=$$(pwd) && python3 $(location tools/gen_ltp_config.py) arm 64 True …
72 …cmd: "export ANDROID_BUILD_TOP=$$(pwd) && python3 $(location tools/gen_ltp_config.py) arm 64 False…
90 …cmd: "export ANDROID_BUILD_TOP=$$(pwd) && python3 $(location tools/gen_ltp_config.py) arm 64 True …
108 …cmd: "export ANDROID_BUILD_TOP=$$(pwd) && python3 $(location tools/gen_ltp_config.py) arm 32 False…
126 …cmd: "export ANDROID_BUILD_TOP=$$(pwd) && python3 $(location tools/gen_ltp_config.py) arm 32 True …
144 …cmd: "export ANDROID_BUILD_TOP=$$(pwd) && python3 $(location tools/gen_ltp_config.py) x86 64 False…
162 …cmd: "export ANDROID_BUILD_TOP=$$(pwd) && python3 $(location tools/gen_ltp_config.py) x86 32 False…
/test/mts/tools/mts-tradefed/etc/
Dmts-tradefed64 if [ ! -z "${ANDROID_BUILD_TOP}" ]; then
68 MTS_ROOT=${ANDROID_BUILD_TOP}/${OUT_DIR:-out}/host/${OS}/mts
89 …GTS_GOOGLE_SERVICE_ACCOUNT=${ANDROID_BUILD_TOP}/vendor/xts/tools/gts-google-service-account/gts-go…
/test/vti/test_serving/script/
Drun-unittest.sh17 if [ -z "$ANDROID_BUILD_TOP" ]; then
23 pushd $ANDROID_BUILD_TOP/test/vti/test_serving/gae
Dpack-gae.sh17 if [ -d "$ANDROID_BUILD_TOP" ]; then
18 TEST_SERVING_DIR="$ANDROID_BUILD_TOP/test/vti/test_serving"
Dbuild-python.sh18 pushd ${ANDROID_BUILD_TOP}/test
/test/mlts/benchmark/
Dbuild_and_run_benchmark.sh127 if [[ -z "$ANDROID_BUILD_TOP" ]]; then
128 echo ANDROID_BUILD_TOP not set, bailing out
134 cd $ANDROID_BUILD_TOP
241 $ANDROID_BUILD_TOP/test/mlts/benchmark/results/generate_result.py $HOST_CSV $RESULT_HTML
/test/cts-root/tools/cts-root-tradefed/etc/
Dcts-root-tradefed64 if [ ! -z "${ANDROID_BUILD_TOP}" ]; then
68 CTS_ROOT_ROOT=${ANDROID_BUILD_TOP}/${OUT_DIR:-out}/host/${OS}/cts_root
/test/catbox/tools/catbox-tradefed/etc/
Dcatbox-tradefed57 if [ ! -z "${ANDROID_BUILD_TOP}" ]; then
61 CATBOX_ROOT=${ANDROID_BUILD_TOP}/${OUT_DIR:-out}/host/${OS}/catbox
/test/app_compat/csuite/tools/csuite-tradefed/src/scripts/
Dcsuite-tradefed64 if [ ! -z "${ANDROID_BUILD_TOP}" ]; then
68 CSUITE_ROOT=${ANDROID_BUILD_TOP}/${OUT_DIR:-out}/host/${OS}/csuite
/test/vts/tools/vts-core-tradefed/etc/
Dvts-tradefed72 if [ ! -z "${ANDROID_BUILD_TOP}" ]; then
76 VTS_ROOT=${ANDROID_BUILD_TOP}/${OUT_DIR:-out}/host/${OS}/vts
/test/vti/dashboard/script/
Dbuild-python.sh17 pushd ${ANDROID_BUILD_TOP}/test
/test/mlts/benchmark/crashtest/
DREADME.txt23 cd $ANDROID_BUILD_TOP; make NeuralNetworksApiCrashTest;