Home
last modified time | relevance | path

Searched refs:open (Results 1 – 25 of 90) sorted by relevance

1234

/openthread-latest/src/cli/
DREADME_UDP.md13 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/
Dpdu_controller.py53 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
Dharness_controller.py96 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:
Dhelpers.py40 self.data = json.load(open(filename, 'r'))
47 json.dump(self.data, open(self.filename, 'w'), indent=2)
Drunner.py69 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/
Ddco.txt18 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/
Dgenerate_test_cert_macros.py66 with open(filename, 'rb') as f:
73 with open(filename) as f:
90 with open(output, 'w') as f:
Dtest_config_script.py116 with open(stdout_filename, 'wb') as out:
117 with open(stderr_filename, 'wb') as err:
122 with open(status_filename, 'w') as status_file:
Dgenerate_pkcs7_tests.py57 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:
Dpsa_collect_statuses.py40 with open(log_file_name) as log:
84 with open(os.devnull, 'w') as devnull:
Dcheck_files.py145 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:
Dset_psa_test_dependencies.py260 with open(tmp, 'w', encoding='utf-8') as new_file:
271 old_content = open(file_name, encoding='utf-8').read()
Dlist_internal_identifiers.py41 with open("identifiers", "w", encoding="utf-8") as f:
Dgenerate_test_code.py230 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/
Dgencsv.py18 result = json.load(open(filename, 'r'))
19 o = open('./result.csv', 'w')
/openthread-latest/third_party/mbedtls/repo/scripts/
Dgenerate_driver_wrappers.py63 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),
Dassemble_changelog.py263 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:
Dmin_requirements.py48 for line in open(filename):
84 with open(req_file_name, 'w') as req_file:
Dgenerate_psa_constants.py319 with open(header_file_name, 'rb') as header_file:
322 with open(temp_file_name, 'w') as output_file:
/openthread-latest/script/
Dupdate-makefiles.py53 with open(file_name, 'r') as file:
60 with open(file_name, 'w') as file:
/openthread-latest/tools/harness-simulation/posix/sniffer_sim/
Dsniffer_transport.py37 def open(self): member in SnifferTransport
113 def open(self): member in SnifferSocketTransport
/openthread-latest/tests/scripts/thread-cert/
Dsniffer_transport.py38 def open(self): member in SnifferTransport
120 def open(self): member in SnifferSocketTransport
/openthread-latest/tests/scripts/thread-cert/pktverify/
Dutils.py92 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/
Dconfig.py37 with open(CONFIG_PATH, 'rt') as f:
/openthread-latest/tools/otci/
Dsetup.py31 with open("README.md", "r") as fh:

1234