Home
last modified time | relevance | path

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

12345

/openthread-latest/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-500-two-brs-two-networks.py39 test_name = __file__[:-3] if __file__.endswith('.py') else __file__
109 verify(not router.endswith('(peer BR)'))
Dtest-503-peer-tbr-discovery.py44 test_name = __file__[:-3] if __file__.endswith('.py') else __file__
113 verify(router.endswith('(peer BR)'))
Dtest-002-form.py36 test_name = __file__[:-3] if __file__.endswith('.py') else __file__
Dtest-026-coaps-conn-limit.py46 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-028-border-agent-ephemeral-key.py39 test_name = __file__[:-3] if __file__.endswith('.py') else __file__
Dtest-029-pending-dataset-key-change.py41 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__
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dcheck_files.py73 if filepath.endswith(files_exemption):
185 if not filepath.endswith('.' + self._extensions[interpreter]):
305 return not line.endswith(b"\r\n") or b"\r" in line[:-2]
349 not _filepath.endswith('.md'):
416 if filepath.endswith(THIS_FILE_BASE_NAME) and \
Dset_psa_test_dependencies.py134 if function_name.endswith('_key_policy') and \
272 if file_name.endswith('.data'):
/openthread-latest/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-latest/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-043-meshcop-joiner-router.py38 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-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__
/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dmacro_collector.py115 if name.endswith('_BASE') or name.endswith('_NONE'):
119 return name.endswith('_FLAG') or name.endswith('_MASK')
516 if function.endswith('_algorithm'):
/openthread-latest/third_party/mbedtls/repo/scripts/
Dconfig.py155 return section.endswith('support') or section.endswith('modules')
242 if name.endswith('_ALT'):

12345