Home
last modified time | relevance | path

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

1234

/openthread-2.7.6/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-2.7.6/third_party/mbedtls/repo/
D.pylintrc2 # We're ok with short funtion argument names.
19 # Allow module names containing a dash (but no underscore or uppercase letter).
28 # We're ok with short local or global variable names.
/openthread-2.7.6/third_party/mbedtls/repo/tests/scripts/
Dpsa_collect_statuses.py78 names = [self.status_names[value] for value in fdata.keys()]
79 for name in sorted(names):
Dtest_psa_constant_names.py205 def generate_expressions(self, names): argument
206 return itertools.chain(*map(self.distribute_arguments, names))
379 names = inputs.get_names(type_word)
380 expressions = sorted(inputs.generate_expressions(names))
Dcheck-names.sh40 exec 2>check-names.err
/openthread-2.7.6/third_party/mbedtls/repo/docs/architecture/
Dmbed-crypto-storage-specification.md26 … transparent keys](#key-file-format-for-0.1.0) designated by a [slot number](#key-names-for-0.1.0).
35 ### Key names for 0.1.0
73 …-file-format-for-0.1.0) of the [key whose identifier is the file identifier](#key-names-for-0.1.0).
79 Assumption: C stdio, allowing names containing lowercase letters, digits and underscores, of length…
84 … [content](#key-file-format-for-0.1.0) of the [key whose identifier](#key-names-for-0.1.0) is `key…
103 …keys](#key-file-format-for-1.0.0) designated by a [key identifier and owner](#key-names-for-1.0.0).
108 ### Key names for 1.0.0
133 …rmat-for-1.0.0) of the [key whose identifier is the file identifier](#key-names-for-1.0.0). The up…
142 …-file-format-for-1.0.0) of the [key whose identifier is the file identifier](#key-names-for-1.0.0).
158 The library integration and the PSA platform integration use different sets of file names. This is …
[all …]
/openthread-2.7.6/third_party/mbedtls/repo/scripts/
Dconfig.py74 def all(self, *names): argument
76 return all(self.__contains__(name) for name in names)
78 def any(self, *names): argument
80 return any(self.__contains__(name) for name in names)
Dgenerate_visualc_files.pl192 my ($tpl, @names) = @_;
195 for my $name (@names) {
/openthread-2.7.6/third_party/nlbuild-autotools/repo/etc/
Dlcov.config50 # Do not remove prefix from directory names if non-zero
95 # Adjust test names if non-zero
137 # Specify the maximum percentage of file names which may be
/openthread-2.7.6/tests/scripts/thread-cert/
DCert_5_3_08_ChildAddressSet.py162 names = locals()
168 names['MED_' + str(i) + '_GUA'].append(addr)
/openthread-2.7.6/
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-2.7.6/third_party/mbedtls/repo/tests/suites/
Dtest_suite_x509write.function343 mbedtls_asn1_named_data *names = NULL;
352 ret = mbedtls_x509_string_to_names( &names, name );
358 ret = mbedtls_x509_write_names( &c, buf, names );
371 mbedtls_asn1_free_named_data_list( &names );
/openthread-2.7.6/third_party/nlbuild-autotools/repo/make/pre/macros/
Drepos.mak27 # packages and their names, branches, URLs, and local paths that may be
/openthread-2.7.6/src/cli/
DREADME_SRP.md162 ### Remove the host and service names
164 A host and service, along with their names, can be removed through the client node:
/openthread-2.7.6/tools/otci/
DLICENSE12 names of its contributors may be used to endorse or promote products
/openthread-2.7.6/third_party/
DCMakeLists.txt13 # names of its contributors may be used to endorse or promote products
/openthread-2.7.6/src/lib/
DCMakeLists.txt13 # names of its contributors may be used to endorse or promote products
Dcommon.am13 # names of its contributors may be used to endorse or promote products
/openthread-2.7.6/src/
DCMakeLists.txt13 # names of its contributors may be used to endorse or promote products
/openthread-2.7.6/etc/cmake/
Dopenthread-config-generic.h.in13 * names of its contributors may be used to endorse or promote products
/openthread-2.7.6/examples/
DCMakeLists.txt13 # names of its contributors may be used to endorse or promote products
/openthread-2.7.6/examples/apps/
DCMakeLists.txt13 # names of its contributors may be used to endorse or promote products
/openthread-2.7.6/examples/platforms/
DCMakeLists.txt13 # names of its contributors may be used to endorse or promote products
/openthread-2.7.6/src/lib/url/
DCMakeLists.txt13 # names of its contributors may be used to endorse or promote products

1234