Lines Matching refs:hdc_head
58 hdc_head = "hdc"
126 cls.hdc_head = f"{cls.hdc_exe} -t {cls.device_name}"
153 cls.hdc_head = content.get("hdc_head")
172 + f"{'hdc head'.rjust(20, ' ')}: {cls.hdc_head}\n" \
209 cls.hdc_head = f"{cls.hdc_exe} -t {cls.remote_ip}:{cls.remote_port}"
309 cmd = f"{GP.hdc_head} {cmd}"
326 cmd = f"{GP.hdc_head} {cmd}"
340 cmd = f"{GP.hdc_head} shell md5sum {remote}/*"
342 cmd = f'{GP.hdc_head} shell find {remote} -type f -exec md5sum {{}} \;'
407 cmd = f"{GP.hdc_head} list targets"
519 GP.hdc_head = f"{GP.hdc_exe} -t {GP.device_name}"
549 GP.hdc_head = f"{GP.hdc_exe} -t {GP.remote_ip}:{GP.remote_port}"
815 test_cmd = f"{GP.hdc_head} {result}"
828 file_list = [f"{GP.hdc_head} file send {local} {remote}_{i}" for i in range(num)]
830 file_list = [f"{GP.hdc_head} file recv {remote}_{i} {local}_{i}" for i in range(num)]
835 file_list = [f"{GP.hdc_head} file send {local} {remote}" for _ in range(num)]
837 file_list = [f"{GP.hdc_head} file recv {remote} {local}" for _ in range(num)]
886 test_cmd = f"{GP.hdc_head} {cmd}"
894 cmd_list = [f"{GP.hdc_head} {cmd}" for _ in range(num)]
919 cmd = f"{GP.hdc_head} -v"
945 subprocess.check_output(f"{GP.hdc_head} {cmd}".split())
956 print(f"{GP.hdc_head} {cmd}耗时最大值:{max_value}")
957 print(f"{GP.hdc_head} {cmd}耗时最小值:{min_value}")
958 print(f"{GP.hdc_head} {cmd}耗时中位数:{median_value}")
964 print(f"{GP.hdc_head} {cmd}耗时平均值 {timecost}")
987 cmd_hdcd = f"{GP.hdc_head} shell du system/bin/hdcd"
990 cmd_libhdc = f"{GP.hdc_head} shell du system/lib/libhdc.dylib.so"
993 cmd_libhdc64 = f"{GP.hdc_head} shell du system/lib64/libhdc.dylib.so"