/openthread-latest/tools/harness-automation/autothreadharness/ |
D | runner.py | 157 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/ |
D | translate_ciphers.py | 165 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)
|
D | psa_collect_statuses.py | 66 names = [self.status_names[value] for value in fdata.keys()] 67 for name in sorted(names):
|
D | test_psa_constant_names.py | 93 names = inputs.get_names(type_word) 95 for expr in inputs.generate_expressions(names)
|
D | list-identifiers.sh | 51 check-names.sh, which used to depend on this script, has been replaced with
|
/openthread-latest/third_party/mbedtls/repo/ |
D | .pylintrc | 6 # 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/ |
D | mbed-crypto-storage-specification.md | 28 … 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/ |
D | config.py | 68 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)
|
D | generate_visualc_files.pl | 187 my ($tpl, @names) = @_; 190 for my $name (@names) {
|
/openthread-latest/tests/scripts/thread-cert/ |
D | Cert_5_3_08_ChildAddressSet.py | 162 names = locals() 168 names['MED_' + str(i) + '_GUA'].append(addr)
|
/openthread-latest/ |
D | STYLE_GUIDE.md | 123 - 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.
|
D | LICENSE | 12 names of its contributors may be used to endorse or promote products
|
/openthread-latest/src/cli/ |
D | README_SRP.md | 165 ### 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/ |
D | psa_crypto_driver_wrappers_no_static.c.jinja | 54 {% if capability.name is defined and entry_point in capability.names.keys() -%} 55 {{ capability.names[entry_point]}}
|
/openthread-latest/src/ |
D | CMakeLists.txt | 13 # names of its contributors may be used to endorse or promote products
|
/openthread-latest/examples/ |
D | CMakeLists.txt | 13 # names of its contributors may be used to endorse or promote products
|
/openthread-latest/examples/apps/ |
D | CMakeLists.txt | 13 # names of its contributors may be used to endorse or promote products
|
/openthread-latest/examples/platforms/ |
D | CMakeLists.txt | 13 # names of its contributors may be used to endorse or promote products
|
/openthread-latest/third_party/ |
D | CMakeLists.txt | 13 # names of its contributors may be used to endorse or promote products
|
/openthread-latest/tools/ |
D | CMakeLists.txt | 13 # names of its contributors may be used to endorse or promote products
|
/openthread-latest/tools/otci/ |
D | LICENSE | 12 names of its contributors may be used to endorse or promote products
|
/openthread-latest/src/lib/ |
D | common.am | 13 # names of its contributors may be used to endorse or promote products
|
/openthread-latest/tests/ |
D | CMakeLists.txt | 13 # names of its contributors may be used to endorse or promote products
|
/openthread-latest/etc/cmake/ |
D | functions.cmake | 13 # names of its contributors may be used to endorse or promote products
|
/openthread-latest/examples/platforms/zephyr/ |
D | CMakeLists.txt | 13 # names of its contributors may be used to endorse or promote products
|