/openthread-latest/src/cli/ |
D | README_UDP.md | 13 On node 1, open and bind the example UDP socket. 16 > udp open 24 On node 2, open the example UDP socket and send a simple message. 27 > udp open 46 - [open](#open) 61 open 147 ### open subsection 152 > udp open
|
/openthread-latest/tools/harness-automation/autothreadharness/ |
D | pdu_controller.py | 53 def open(self, **params): member in PduController 69 def open(self, **params): member in DummyPduController 97 def open(self, **params): member in ApcPduController 179 def open(self, **params): member in NordicBoardPduController 206 def open(self, **params): member in EatonPduController 393 def open(self, **params): member in IpPowerSocketPduController 409 self._opener.open('{}{}={}'.format(self._base_url, socket, state)) 424 def open(self, **kwargs): member in ManualPduController
|
D | harness_controller.py | 96 with open(self.harness_file, 'w') as harness_out: 115 …with open('%s\\miniweb-%s.log' % (self.result_dir, time.strftime('%Y%m%d%H%M%S')), 'w') as miniweb… 142 with open(self.harness_file) as harness_out:
|
D | helpers.py | 40 self.data = json.load(open(filename, 'r')) 47 json.dump(self.data, open(self.filename, 'w'), indent=2)
|
D | runner.py | 69 self.result = json.load(open(self.path, 'r')) 120 …json.dump(OrderedDict(sorted(self.result.items(), key=lambda t: t[0])), open(self.path, 'w'), inde… 207 …excludes = [line.strip('\n') for line in open(denylist, 'r').readlines() if not line.startswith('#… 217 log = json.load(open(result_file, 'r')) 223 json.dump(log, open(result_file, 'w'), indent=2) 396 …names = [line.strip('\n') for line in open(args['list_file'], 'r').readlines() if not line.startsw…
|
/openthread-latest/third_party/mbedtls/repo/ |
D | dco.txt | 18 have the right to submit it under the open source license 22 of my knowledge, is covered under an appropriate open source 25 by me, under the same open source license (unless I am 37 this project or the open source license(s) involved.
|
/openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
D | generate_test_cert_macros.py | 66 with open(filename, 'rb') as f: 73 with open(filename) as f: 90 with open(output, 'w') as f:
|
D | test_config_script.py | 116 with open(stdout_filename, 'wb') as out: 117 with open(stderr_filename, 'wb') as err: 122 with open(status_filename, 'w') as status_file:
|
D | generate_pkcs7_tests.py | 57 with open(file, "r", encoding='UTF-8') as fp: 78 with open(self.file_name, 'a', encoding='UTF-8') as fw: 171 with open(DATA_FILE, 'rb') as f:
|
D | psa_collect_statuses.py | 40 with open(log_file_name) as log: 84 with open(os.devnull, 'w') as devnull:
|
D | check_files.py | 145 with open(filepath, "rb") as f: 191 with open(filepath, "rb") as f: 213 with open(filepath, "rb") as f: 235 with open(filepath, "rb") as f:
|
D | set_psa_test_dependencies.py | 260 with open(tmp, 'w', encoding='utf-8') as new_file: 271 old_content = open(file_name, encoding='utf-8').read()
|
D | list_internal_identifiers.py | 41 with open("identifiers", "w", encoding="utf-8") as f:
|
D | generate_test_code.py | 230 self._f = open(file_name, 'rb') 1075 with open(helpers_file, 'r') as help_f, open(platform_file, 'r') as \ 1106 with open(template_file, 'r') as template_f, open(c_file, 'w') as c_f: 1149 open(out_data_file, 'w') as out_data_f:
|
/openthread-latest/tools/harness-automation/ |
D | gencsv.py | 18 result = json.load(open(filename, 'r')) 19 o = open('./result.csv', 'w')
|
/openthread-latest/third_party/mbedtls/repo/scripts/ |
D | generate_driver_wrappers.py | 63 with open(file=os.path.join(output_dir, os.path.splitext(template_file_name)[0]), 102 with open(file=driver_file, mode='r', encoding='UTF-8') as f: 129 with open(file=file_path, mode='r', encoding='UTF-8') as file: 142 with open(file=os.path.join(json_directory, jsondriver_list),
|
D | assemble_changelog.py | 263 with open(filename, 'w', encoding='utf-8') as out: 406 with open(generated_output_file, 'r', encoding='utf-8') as fd: 408 for line in open(main_input_file, 'r', encoding='utf-8'): 412 for line in open(merged_file, 'r', encoding='utf-8'): 469 with open(options.input, 'r', encoding='utf-8') as input_file: 476 with open(filename, 'r', encoding='utf-8') as input_file:
|
D | min_requirements.py | 48 for line in open(filename): 84 with open(req_file_name, 'w') as req_file:
|
D | generate_psa_constants.py | 319 with open(header_file_name, 'rb') as header_file: 322 with open(temp_file_name, 'w') as output_file:
|
/openthread-latest/script/ |
D | update-makefiles.py | 53 with open(file_name, 'r') as file: 60 with open(file_name, 'w') as file:
|
/openthread-latest/tools/harness-simulation/posix/sniffer_sim/ |
D | sniffer_transport.py | 37 def open(self): member in SnifferTransport 113 def open(self): member in SnifferSocketTransport
|
/openthread-latest/tests/scripts/thread-cert/ |
D | sniffer_transport.py | 38 def open(self): member in SnifferTransport 120 def open(self): member in SnifferSocketTransport
|
/openthread-latest/tests/scripts/thread-cert/pktverify/ |
D | utils.py | 92 with open(disabled_protos_path, 'rt') as fd: 107 with open(disabled_protos_path, 'wt') as fd:
|
/openthread-latest/tools/harness-simulation/harness/Thread_Harness/simulation/ |
D | config.py | 37 with open(CONFIG_PATH, 'rt') as f:
|
/openthread-latest/tools/otci/ |
D | setup.py | 31 with open("README.md", "r") as fh:
|