Home
last modified time | relevance | path

Searched refs:encoding (Results 1 – 25 of 56) sorted by relevance

123

/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/pkgs/
Dsimple_yaml_tool.py25 def read_yaml(cls, file_name: str, mode: str = "r", encoding: str = "utf-8") -> Dict:
26 with open(file_name, mode, encoding=encoding) as f:
Drom_ram_baseline_collector.py57 with open(bundle, 'r', encoding='utf-8') as f:
/developtools/integration_verification/DeployDevice/src/aw/poweronoff/
Dserial_power_on_off.py7 def __init__(self, ip, port, timeout=10, encoding="GBK"): argument
22 self.encoding = encoding
54 self.sendall(msg.encode(self.encoding))
100 recv = ret.decode(self.encoding)
/developtools/hapsigner/tools/
Dauto_test.py257 with open('commands.config', 'r', encoding='utf-8') as f:
280 with open("log.txt", mode='a+', encoding='utf-8') as f:
288 with open("error.txt", mode='a+', encoding='utf-8') as f:
333 with open('test_result.log', 'r', encoding='utf-8') as f:
352 with open("test_result.log", mode='w', encoding='utf-8') as tr:
460 with open("test_result.log", mode='w', encoding='utf-8') as file_result:
/developtools/hapsigner/autosign/
Dautosign.py120 with open("log.txt", mode='a+', encoding='utf-8') as f:
128 with open("error.txt", mode='a+', encoding='utf-8') as f:
231 with open(config_file, 'r', encoding='utf-8') as f:
279 with open(app_cert_file, 'r', encoding='utf-8') as f:
285 with open(profile_file, 'r', encoding='utf-8') as f:
/developtools/hiperf/script/
Dmake_report.py36 with open(html_template + '/report.html', 'r', encoding='utf-8') as html_file:
38 with open(report_file, 'w', encoding='utf-8') as report_html_file:
Dmake_diff.py49 with open('report-diff.html', 'r', encoding='utf-8') as html_file:
52 with open(report_file, 'w', encoding='utf-8') as report_html_file:
/developtools/integration_verification/tools/components/
Dget_components.py29 with open(config, 'r', encoding='utf-8') as r:
33 with open(json_name, 'r', encoding='utf-8') as r:
/developtools/integration_verification/cases/daily/mini_system/
DL2_mini_system_test.py44 …gs.save_path, 'L2_mini_test_{}.log'.format(args.device_num)), mode='a', encoding='utf-8') as log_f…
63 result=result.decode(encoding="utf-8")
73 …(args.save_path, 'mini_test_{}.bat'.format(args.device_num)), mode='a', encoding='utf-8') as cmd_f…
82 …(args.save_path, 'mini_test_{}.bat'.format(args.device_num)), mode='a', encoding='utf-8') as cmd_f…
Drk3568_chipset_only_test.py44 …gs.save_path, 'L2_mini_test_{}.log'.format(args.device_num)), mode='a', encoding='utf-8') as log_f…
63 result=result.decode(encoding="utf-8")
73 …(args.save_path, 'mini_test_{}.bat'.format(args.device_num)), mode='a', encoding='utf-8') as cmd_f…
82 …(args.save_path, 'mini_test_{}.bat'.format(args.device_num)), mode='a', encoding='utf-8') as cmd_f…
/developtools/integration_verification/tools/components_deps/
Dcomponents_deps_analyzer.py30 with open(xml_path, 'r', encoding='utf-8') as r:
55 with open(os.path.join(config_path, file), 'r', encoding='utf-8') as r:
71 with open(gn_path, 'r', encoding='utf-8') as r:
165 encoding='utf-8') as fd:
/developtools/hdc/scripts/
Dhdc_hash_gen.py67 with open("{}{}".format(input_dir , cfg_file_name), mode='r', encoding='utf-8') as fd_path:
70 with open("{}{}".format(input_dir , file_name), mode='r', encoding='utf-8') as fd_file:
/developtools/smartperf_host/ide/
Dwebpack.config.js93 encoding: 'utf-8', property
97 encoding: 'utf-8', property
/developtools/bytrace/script/
Dbytrace_multi.py33 with codecs.open(file, 'r', encoding='utf-8') as fp:
96 with codecs.open(file_name, 'w+', encoding='utf-8') as fp:
/developtools/integration_verification/tools/rom_ram_analyzer/standard/
Drom_analyzer.py49 with open(gn, 'r', encoding='utf-8') as f:
96 with open(system_module_info_json, 'r', encoding='utf-8') as f:
266 with open("rom_ram_baseline.json", 'w', encoding='utf-8') as f:
298 with open(output_file + ".json", 'w', encoding='utf-8') as f:
Dram_analyzer.py183 with open(file_path, 'r', encoding='utf-8') as f:
205 with open(rom_result_json, 'r', encoding='utf-8') as f:
232 with open(cfg_path, 'r', encoding='utf-8') as f:
405 with open(baseline_file, 'r', encoding='utf-8') as f:
542 with open(rom_result_json, 'r', encoding='utf-8') as f:
558 with open(output_file + ".json", 'w', encoding='utf-8') as f:
565 with open(f"refactored_{output_file}.json", 'w', encoding='utf-8') as f:
/developtools/integration_verification/cases/smoke/basic/screenshot32/xdevice_smoke/testcases/
DACLCheck.py29 with open(self.native_sa, mode='r', encoding='utf-8', errors='ignore') as f:
DAPLCheck.py29 with open(self.apl_path, mode='r', encoding='utf-8', errors='ignore') as f:
/developtools/integration_verification/DeployDevice/src/aw/Param/
DUpgradeParam.py76 with open(param_file, 'Ur', encoding="utf-8") as file:
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/
Drom_analysis.py62 with open(gn_info_file, 'w', encoding='utf-8') as f:
148 with open(configs[product_name]["product_infofile"], 'w', encoding='utf-8') as f:
411 with open("rom_ram_baseline.json", 'w', encoding='utf-8') as f:
414 with open(gn_info_file, 'r', encoding='utf-8') as f:
427 with open(output_file_name + ".json", 'w', encoding='utf-8') as f:
/developtools/integration_verification/tools/rom_ram_analyzer/standard/pkgs/
Drom_ram_baseline_collector.py53 with open(bundle, 'r', encoding='utf-8') as f:
/developtools/integration_verification/tools/deps_guard/rules/NO-Depends-On-SA/
DREADME.md10 <?xml version="1.0" encoding="utf-8"?>
/developtools/integration_verification/DeployDevice/src/util/
Dlog_info.py71 with open(self.log_file_path, 'a', encoding='utf-8') as f:
/developtools/integration_verification/cases/smoke/basic/screenshot32/APL_compare_03/
Dcommon.py24 apl_file_log = logging.FileHandler(filename=APL_LOG_FILE, mode='a', encoding='utf-8')
/developtools/integration_verification/cases/smoke/basic/screenshot32/xdevice_smoke/APL_compare_03/
Dcommon.py24 apl_file_log = logging.FileHandler(filename=APL_LOG_FILE, mode='a', encoding='utf-8')

123