Home
last modified time | relevance | path

Searched refs:names (Results 1 – 25 of 109) sorted by relevance

12345

/openthread-latest/tools/harness-automation/autothreadharness/
Drunner.py157 def list_devices(names=None, continue_from=None, **kwargs): argument
160 if not names:
161 names = [device for device, _type in settings.GOLDEN_DEVICES if _type == 'OpenThread']
164 continue_from = names.index(continue_from)
168 for port in names[continue_from:]:
177 names=None, argument
245 if names and continue_from:
246 names = names[names.index(continue_from):]
261 if len(names) and case_name not in names:
309 auto_reboot_args = argv + names
[all …]
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dtranslate_ciphers.py165 def format_ciphersuite_names(mode, names): argument
170 return " ".join(c + '=' + t(c) for c in names)
172 def main(target, names): argument
173 print(format_ciphersuite_names(target, names))
180 main(ARGS.target, ARGS.names)
Dpsa_collect_statuses.py66 names = [self.status_names[value] for value in fdata.keys()]
67 for name in sorted(names):
Dtest_psa_constant_names.py93 names = inputs.get_names(type_word)
95 for expr in inputs.generate_expressions(names)
Dlist-identifiers.sh51 check-names.sh, which used to depend on this script, has been replaced with
/openthread-latest/third_party/mbedtls/repo/
D.pylintrc6 # We're ok with short funtion argument names.
19 # No upper limit on method names. Pylint <2.1.0 has an upper limit of 30.
23 # Allow module names containing a dash (but no underscore or uppercase letter).
32 # We're ok with short local or global variable names.
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dmbed-crypto-storage-specification.md28 … transparent keys](#key-file-format-for-0.1.0) designated by a [slot number](#key-names-for-0.1.0).
37 ### Key names for 0.1.0
75 …-file-format-for-0.1.0) of the [key whose identifier is the file identifier](#key-names-for-0.1.0).
81 Assumption: C stdio, allowing names containing lowercase letters, digits and underscores, of length…
86 … [content](#key-file-format-for-0.1.0) of the [key whose identifier](#key-names-for-0.1.0) is `key…
105 …keys](#key-file-format-for-1.0.0) designated by a [key identifier and owner](#key-names-for-1.0.0).
110 ### Key names for 1.0.0
139 …rmat-for-1.0.0) of the [key whose identifier is the file identifier](#key-names-for-1.0.0). The up…
148 …-file-format-for-1.0.0) of the [key whose identifier is the file identifier](#key-names-for-1.0.0).
164 The library integration and the PSA platform integration use different sets of file names. This is …
[all …]
/openthread-latest/third_party/mbedtls/repo/scripts/
Dconfig.py68 def all(self, *names): argument
70 return all(self.__contains__(name) for name in names)
72 def any(self, *names): argument
74 return any(self.__contains__(name) for name in names)
Dgenerate_visualc_files.pl187 my ($tpl, @names) = @_;
190 for my $name (@names) {
/openthread-latest/tests/scripts/thread-cert/
DCert_5_3_08_ChildAddressSet.py162 names = locals()
168 names['MED_' + str(i) + '_GUA'].append(addr)
/openthread-latest/
DSTYLE_GUIDE.md123 - File names should match the names and types of what is described in the file. If a file contains …
124 - File contents and names should be limited in the scope of what they contain. It may also be possi…
125 - File names should be all lower case.
134 …- All OpenThread class, namespace, structure, method, function, enumeration, and type names in the…
135 …- All OpenThread instantiated names of instances of classes, namespaces, structures, methods, func…
153 - The names of all variable declarations should be left aligned.
156 - The names of all data member declarations should be left aligned.
DLICENSE12 names of its contributors may be used to endorse or promote products
/openthread-latest/src/cli/
DREADME_SRP.md165 ### Remove the host and service names
167 A host and service, along with their names, can be removed through the client node:
/openthread-latest/third_party/mbedtls/repo/scripts/data_files/driver_templates/
Dpsa_crypto_driver_wrappers_no_static.c.jinja54 {% if capability.name is defined and entry_point in capability.names.keys() -%}
55 {{ capability.names[entry_point]}}
/openthread-latest/src/
DCMakeLists.txt13 # names of its contributors may be used to endorse or promote products
/openthread-latest/examples/
DCMakeLists.txt13 # names of its contributors may be used to endorse or promote products
/openthread-latest/examples/apps/
DCMakeLists.txt13 # names of its contributors may be used to endorse or promote products
/openthread-latest/examples/platforms/
DCMakeLists.txt13 # names of its contributors may be used to endorse or promote products
/openthread-latest/third_party/
DCMakeLists.txt13 # names of its contributors may be used to endorse or promote products
/openthread-latest/tools/
DCMakeLists.txt13 # names of its contributors may be used to endorse or promote products
/openthread-latest/tools/otci/
DLICENSE12 names of its contributors may be used to endorse or promote products
/openthread-latest/src/lib/
Dcommon.am13 # names of its contributors may be used to endorse or promote products
/openthread-latest/tests/
DCMakeLists.txt13 # names of its contributors may be used to endorse or promote products
/openthread-latest/etc/cmake/
Dfunctions.cmake13 # names of its contributors may be used to endorse or promote products
/openthread-latest/examples/platforms/zephyr/
DCMakeLists.txt13 # names of its contributors may be used to endorse or promote products

12345