Home
last modified time | relevance | path

Searched refs:GP (Results 1 - 3 of 3) sorted by relevance

/developtools/hdc/scripts/
H A Ddev_hdc_test.py17 # 1. 修改 GP 中字段
47 class GP(object): class
245 if not os.path.exists(os.path.join(GP.local_path, file)):
260 '--title=HDC Test Report 'f"{GP.get_version()}",
270 print(f"Test over, the script version is {GP.get_version()},"
272 f"=======>The device hdcd ROM size is {GP.hdcd_rom}.\n"
293 return os.path.join(GP.local_path, path)
297 return f"{GP.remote_path}/{path}"
309 cmd = f"{GP.hdc_head} {cmd}"
326 cmd = f"{GP
[all...]
H A Dhdc_medium_test.py28 from dev_hdc_test import GP namespace
121 GP.load()
138 GP.init()
139 if not os.path.exists(GP.local_path):
H A Dhdc_normal_test.py27 from dev_hdc_test import GP namespace
372 GP.load()
389 GP.init()

Completed in 2 milliseconds