Home
last modified time | relevance | path

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

12

/test/vts/script/
Dcreate-image.sh18 rm ${ANDROID_BUILD_TOP}/test/vts/testcases/hal/automotive/ -rf
19 rm ${ANDROID_BUILD_TOP}/test/vts/testcases/hal/camera/ -rf
20 rm ${ANDROID_BUILD_TOP}/test/vts/testcases/hal/gnss/ -rf
21 rm ${ANDROID_BUILD_TOP}/test/vts/testcases/hal/nfc/ -rf
22 rm ${ANDROID_BUILD_TOP}/test/vts/testcases/hal/sensors/ -rf
23 rm ${ANDROID_BUILD_TOP}/test/vts/testcases/hal/vibrator/ -rf
24 rm ${ANDROID_BUILD_TOP}/test/vts/testcases/hal/vr/ -rf
25 rm ${ANDROID_BUILD_TOP}/test/vts/testcases/hal/tv/ -rf
26 . ${ANDROID_BUILD_TOP}/build/make/envsetup.sh
27 cd ${ANDROID_BUILD_TOP}; lunch $1
[all …]
Dsetup-local.sh20 pushd ${ANDROID_BUILD_TOP}
24 …adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/bin/vts_hal_driver32 /data/local…
25 …adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/bin/vts_hal_driver64 /data/local…
26 …adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/bin/vts_shell_driver32 /data/loc…
27 …adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/bin/vts_shell_driver64 /data/loc…
28 …adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/bin/vts_hal_agent32 /data/local/…
29 …adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/bin/vts_hal_agent64 /data/local/…
32 …adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/lib/libvts_common.so /data/local…
33 …adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/lib64/libvts_common.so /data/loc…
34 …adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/lib/libvts_interfacespecificatio…
[all …]
Drun_cts_with_profiling.sh33 test_list=${ANDROID_BUILD_TOP}/test/vts/script/cts_test_list.txt
47 adb -s $serial_no push ${ANDROID_BUILD_TOP}/out/host/linux-x86/vts/android-vts/testcases/DATA/lib64…
48 adb -s $serial_no push ${ANDROID_BUILD_TOP}/out/host/linux-x86/vts/android-vts/testcases/DATA/lib/*…
49 adb -s $serial_no push ${ANDROID_BUILD_TOP}/out/host/linux-x86/vts/android-vts/testcases/DATA/lib64…
50 adb -s $serial_no push ${ANDROID_BUILD_TOP}/out/host/linux-x86/vts/android-vts/testcases/DATA/lib/l…
53 adb -s $serial_no push ${ANDROID_BUILD_TOP}/out/host/linux-x86/vts/android-vts/testcases/DATA/bin/v…
Drun-unittest.sh17 if [ -z "$ANDROID_BUILD_TOP" ]; then
62 …PYTHONPATH=$ANDROID_BUILD_TOP/test:$ANDROID_BUILD_TOP/tools/test/connectivity/acts/framework pytho…
Dpypi-packages-local.sh17 if [ -z "$ANDROID_BUILD_TOP" ]; then
21 sudo pip install -r $ANDROID_BUILD_TOP/test/vts/script/pip_requirements.txt
Ddownload-pypi-packages.sh18 if [ -z "$ANDROID_BUILD_TOP" ]; then
33 …pip download -d $VTS_PYPI_PATH -r $ANDROID_BUILD_TOP/test/vts/script/pip_requirements.txt --no-bin…
Dsetup-gce.sh18 adb push ${ANDROID_BUILD_TOP}/out/target/product/gce_x86/system/bin/vts_hal_driver /data/local/tmp/…
19 adb push ${ANDROID_BUILD_TOP}/out/target/product/gce_x86/system/bin/vts_hal_agent /data/local/tmp/v…
Dbuild-java.sh17 pushd ${ANDROID_BUILD_TOP}/test
/test/framework/script/
Drun-unittest.sh20 if [ -z "$ANDROID_BUILD_TOP" ]; then
25 touch $ANDROID_BUILD_TOP/test/vti/__init__.py
62 echo PYTHONPATH=$ANDROID_BUILD_TOP/test/framework/harnesses:$ANDROID_BUILD_TOP/test python $t;
63 PYTHONPATH=$ANDROID_BUILD_TOP/test/framework/harnesses:$ANDROID_BUILD_TOP/test python $t;
/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"
/test/vts-testcase/kernel/ltp/testcase/
DAndroid.bp30 …cmd: "export ANDROID_BUILD_TOP=$$(pwd) && python3 $(location tools/gen_ltp_config.py) arm 64 False…
46 …cmd: "export ANDROID_BUILD_TOP=$$(pwd) && python3 $(location tools/gen_ltp_config.py) arm 64 True …
62 …cmd: "export ANDROID_BUILD_TOP=$$(pwd) && python3 $(location tools/gen_ltp_config.py) arm 64 False…
78 …cmd: "export ANDROID_BUILD_TOP=$$(pwd) && python3 $(location tools/gen_ltp_config.py) arm 64 True …
94 …cmd: "export ANDROID_BUILD_TOP=$$(pwd) && python3 $(location tools/gen_ltp_config.py) arm 32 False…
110 …cmd: "export ANDROID_BUILD_TOP=$$(pwd) && python3 $(location tools/gen_ltp_config.py) arm 32 True …
126 …cmd: "export ANDROID_BUILD_TOP=$$(pwd) && python3 $(location tools/gen_ltp_config.py) x86 64 False…
142 …cmd: "export ANDROID_BUILD_TOP=$$(pwd) && python3 $(location tools/gen_ltp_config.py) x86 32 False…
/test/vts-testcase/fuzz/script/
Dupdate_configs.py35 ANDROID_BUILD_TOP = os.environ.get('ANDROID_BUILD_TOP') variable
36 if not ANDROID_BUILD_TOP:
42 HAL_SCRIPT_DIR = os.path.join(ANDROID_BUILD_TOP, 'test', 'vts-testcase',
/test/mlts/benchmark/
Dbuild_and_run_benchmark.sh26 if [[ -z "$ANDROID_BUILD_TOP" ]]; then
27 echo ANDROID_BUILD_TOP not set, bailing out
33 cd $ANDROID_BUILD_TOP
125 $ANDROID_BUILD_TOP/test/mlts/benchmark/results/generate_result.py $HOST_CSV $RESULT_HTML
/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
110 …GTS_GOOGLE_SERVICE_ACCOUNT=${ANDROID_BUILD_TOP}/vendor/xts/tools/gts-google-service-account/gts-go…
/test/vts-testcase/hal/script/build/
Dvts_spec_parser.py27 ANDROID_BUILD_TOP = os.environ.get('ANDROID_BUILD_TOP') variable
28 if not ANDROID_BUILD_TOP:
33 TEST_VTS_DIR = os.path.join(ANDROID_BUILD_TOP, 'test', 'vts')
126 full_path_root = os.path.join(ANDROID_BUILD_TOP, self._path_root)
/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"
/test/vts/tools/build/tasks/list/
Dupdate-lists.sh20 …$ANDROID_BUILD_TOP/build/soong/soong_ui.bash --make-mode -j "out/target/product/$target_device/mod…
31 local filename="$ANDROID_BUILD_TOP/test/vts/tools/build/tasks/list/$variable_name"
/test/framework/tools/host_controller/
Drun31 if [ ! -z "${ANDROID_BUILD_TOP}" ]; then
35 VTS_ROOT=${ANDROID_BUILD_TOP}/${OUT_DIR:-out}/host/${OS}/vtslab
/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/suite_harness/tools/cts-tradefed/etc/
Dcts-tradefed70 if [ ! -z "${ANDROID_BUILD_TOP}" ]; then
74 CTS_ROOT=${ANDROID_BUILD_TOP}/${OUT_DIR:-out}/host/${OS}/cts
/test/vts/tools/vts-core-tradefed/etc/
Dvts-tradefed70 if [ ! -z "${ANDROID_BUILD_TOP}" ]; then
74 VTS_ROOT=${ANDROID_BUILD_TOP}/${OUT_DIR:-out}/host/${OS}/vts
/test/vts/tools/vts-tradefed/etc/
Dvts10-tradefed78 if [ ! -z "${ANDROID_BUILD_TOP}" ]; then
82 VTS10_ROOT=${ANDROID_BUILD_TOP}/${OUT_DIR:-out}/host/${OS}/${VTF_BUILD_TARGET_NAME}
/test/vts/doc/testcase_develop_manual/
Drun_vts_directly.md29 `$ PYTHONPATH=$PYTHONPATH:.. python -m vts.testcases.<test py package path> $ANDROID_BUILD_TOP/test…
33 `PYTHONPATH=$PYTHONPATH:.. python -m vts.testcases.host.shell.SampleShellTest $ANDROID_BUILD_TOP/te…

12