Home
last modified time | relevance | path

Searched refs:ADB (Results 1 – 6 of 6) sorted by relevance

/test/vts/tools/vts-tradefed/etc/
Dvts10-tradefed_win.bat23 set ADB=adb.exe variable
25 where %ADB% || (echo Unable to find %ADB% && goto:eof)
/test/vts/testcases/host/kernel_proc_file_api_test/
Dproc_utils.py51 class ADB(object): class
78 self.adb = ADB(serial_number)
/test/vts-testcase/kernel/checkpoint/
Dvts_kernel_checkpoint_test.py22 from checkpoint_utils import ADB
35 self.adb = ADB(serial_number)
Dcheckpoint_utils.py38 class ADB(object): class
/test/framework/build/
Dpackage.mk37 …ity_zip): $(test_artifacts) $(test_tools) $(test_suite_prebuilt_tools) $(SOONG_ZIP) | $(ADB) $(ACP)
/test/vts/doc/
Duser_manual.md3 …pported, but it is possible to [run VTS on Windows](#run_vts) with Python, Java, and ADB installed.