Home
last modified time | relevance | path

Searched refs:endswith (Results 1 – 25 of 107) sorted by relevance

12345

/openthread-3.6.0/tests/toranj/cli/
Dtest-019-netdata-context-id.py42 test_name = __file__[:-3] if __file__.endswith('.py') else __file__
116 verify(context.endswith('c'))
143 verify(context.endswith('c'))
145 verify(context.endswith('-'))
203 verify(context.endswith('c'))
239 verify(context.endswith('-'))
241 verify(context.endswith('c'))
267 verify(context.endswith('c'))
308 verify(context.endswith('-'))
310 verify(context.endswith('c'))
[all …]
Dtest-002-form.py36 test_name = __file__[:-3] if __file__.endswith('.py') else __file__
Dtest-001-get-set.py39 test_name = __file__[:-3] if __file__.endswith('.py') else __file__
Dtest-003-join.py36 test_name = __file__[:-3] if __file__.endswith('.py') else __file__
Dtest-025-mesh-local-prefix-change.py42 test_name = __file__[:-3] if __file__.endswith('.py') else __file__
Dtest-603-channel-announce-recovery.py39 test_name = __file__[:-3] if __file__.endswith('.py') else __file__
Dtest-011-network-data-timeout.py54 test_name = __file__[:-3] if __file__.endswith('.py') else __file__
Dtest-704-multi-radio-scan.py38 test_name = __file__[:-3] if __file__.endswith('.py') else __file__
/openthread-3.6.0/third_party/mbedtls/repo/tests/scripts/
Dcheck_files.py81 if filepath.endswith(files_exemption):
174 should_be_executable = filepath.endswith((".sh", ".pl"))
207 if not filepath.endswith('.' + self._extensions[interpreter]):
287 return not line.endswith(b"\r\n") or b"\r" in line[:-2]
329 not _filepath.endswith('.md'):
Dset_psa_test_dependencies.py152 if function_name.endswith('_key_policy') and \
290 if file_name.endswith('.data'):
/openthread-3.6.0/script/
Dupdate-makefiles.py47 if file_name.endswith(extension)
111 core_cpp_files = [item for item in core_cpp_files if not item.endswith("extension_example.cpp")]
/openthread-3.6.0/tests/toranj/ncp/
Dtest-nnn-template.py34 test_name = __file__[:-3] if __file__.endswith('.py') else __file__
Dtest-034-poor-link-parent-child-attach.py37 test_name = __file__[:-3] if __file__.endswith('.py') else __file__
Dtest-031-meshcop-joiner-commissioner.py38 test_name = __file__[:-3] if __file__.endswith('.py') else __file__
Dtest-035-child-timeout-large-data-poll.py39 test_name = __file__[:-3] if __file__.endswith('.py') else __file__
Dtest-041-lowpan-fragmentation.py36 test_name = __file__[:-3] if __file__.endswith('.py') else __file__
Dtest-033-mesh-local-prefix-change.py39 test_name = __file__[:-3] if __file__.endswith('.py') else __file__
Dtest-004-scan.py35 test_name = __file__[:-3] if __file__.endswith('.py') else __file__
Dtest-043-meshcop-joiner-router.py38 test_name = __file__[:-3] if __file__.endswith('.py') else __file__
Dtest-011-child-table.py36 test_name = __file__[:-3] if __file__.endswith('.py') else __file__
Dtest-017-parent-reset-child-recovery.py44 test_name = __file__[:-3] if __file__.endswith('.py') else __file__
Dtest-022-multicast-ip6-address.py51 test_name = __file__[:-3] if __file__.endswith('.py') else __file__
Dtest-603-channel-manager-announce-recovery.py36 test_name = __file__[:-3] if __file__.endswith('.py') else __file__
/openthread-3.6.0/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dmacro_collector.py122 if name.endswith('_BASE') or name.endswith('_NONE'):
126 return name.endswith('_FLAG') or name.endswith('_MASK')
505 if function.endswith('_algorithm'):
/openthread-3.6.0/third_party/mbedtls/repo/scripts/
Dconfig.py152 return section.endswith('support') or section.endswith('modules')
226 if name.endswith('_ALT'):

12345