Home
last modified time | relevance | path

Searched refs:pattern (Results 1 – 25 of 28) sorted by relevance

12

/openthread-latest/third_party/mbedtls/repo/scripts/
Dgenerate_ssl_debug_helpers.py26 pattern = re.compile(string_pattern + r'|' + comment_pattern,
33 return pattern.sub(replacer, string)
53 pattern = re.compile(r"^[ \t]*#[ \t]*" +
83 for match in pattern.finditer(source):
/openthread-latest/tools/harness-automation/autothreadharness/
Drunner.py178 pattern=['*.py'], argument
241 discovered = unittest.defaultTestLoader.discover('cases', pattern)
243 discovered = unittest.defaultTestLoader.discover('cases_R140', pattern)
298 argv.extend(['-p', pattern])
421 pattern=args['pattern'],
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dcheck_names.py157 def __init__(self, pattern, match): argument
158 self.pattern = pattern
176 self.pattern
311 for pattern in exclude_wildcards:
312 if fnmatch.fnmatch(path, pattern):
Dtest_config_script.py37 pattern = output_file_name(directory, '*', extension)
38 filenames = glob.glob(pattern)
Dgenerate_psa_tests.py775 for pattern, replace in keyword_translation.items():
776 if re.match(pattern, keyword):
Dgenerate_test_code.py1111 template.pattern = placeholder_pattern
Dall.sh236 for pattern in $COMMAND_LINE_COMPONENTS; do
250 COMPONENT can be the name of a component or a shell wildcard pattern.
/openthread-latest/tools/harness-automation/
DREADME.rst19 ./start.sh [-h] [--pattern PATTERN] [--delete-denylist] [--skip SKIP]
/openthread-latest/tests/toranj/
DREADME.md26 What does `"toranj"` mean? it's the name of a common symmetric weaving [pattern](https://en.wikiped…
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_memory.function14 /* Helper to fill a buffer with a data pattern. The pattern is not
Dtest_suite_ssl.function2759 srv_pattern.pattern = cli_pattern.pattern = "found fragmented DTLS handshake";
3098 srv_pattern.pattern = cli_pattern.pattern = "cache did not store session";
3765 server_pattern.pattern =
3772 server_pattern.pattern =
3790 server_pattern.pattern =
3798 server_pattern.pattern =
4789 char pattern[128];
4835 server_pattern.pattern = pattern;
4843 ret = mbedtls_snprintf(pattern, sizeof(pattern),
4845 TEST_ASSERT(ret < (int) sizeof(pattern));
[all …]
Dtest_suite_lmots.function232 /* Fill with recognisable pattern */
Dtest_suite_pkcs1_v15.function180 /* A randomly generated pattern. */
Dtest_suite_pkparse.data1203 # Full inverse of the expected x25519 pattern:
1212 # Full inverse of the expected x448 pattern:
/openthread-latest/tests/scripts/thread-cert/
Dnode.py792 def _expect(self, pattern, timeout=-1, *args, **kwargs): argument
801 return self.pexpect.expect(pattern, 0.1, *args, **kwargs)
811 def _expect_result(self, pattern, *args, **kwargs): argument
819 results = self._expect_results(pattern, *args, **kwargs)
823 def _expect_results(self, pattern, *args, **kwargs): argument
832 results = [line for line in output if self._match_pattern(line, pattern)]
835 def _expect_key_value_pairs(self, pattern, separator=': '): argument
842 for line in self._expect_results(pattern):
848 def _match_pattern(line, pattern): argument
849 if isinstance(pattern, str):
[all …]
/openthread-latest/tests/scripts/thread-cert/pktverify/
Dtest_layer_fields.py274 self.assertIsInstanceOrNull(lowpan.nhc.pattern, list)
278 self.assertIsInstanceOrNull(lowpan.pattern, list)
/openthread-latest/third_party/mbedtls/repo/tests/include/test/
Dssl_helpers.h86 const char *pattern; member
/openthread-latest/
DCODE_OF_CONDUCT.md67 **Community Impact**: Demonstrating a pattern of violation of community standards, including sustai…
/openthread-latest/third_party/mbedtls/repo/tests/data_files/
DReadme-x509.txt40 - name or pattern
/openthread-latest/third_party/mbedtls/repo/tests/
DCMakeLists.txt152 # "foo" as a skip pattern skips "test_suite_foo" and "test_suite_foo.bar"
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dalternative-implementations.md91 Note that there are variations on the naming pattern. For example, some configurable functions are …
Dpsa-storage-resilience.md127 …ollow this pattern, with `t` being the file containing the transaction list that the recovery cons…
129 Note that this pattern requires the state of `id` to be modified only once. In particular, if a key…
/openthread-latest/doc/
DDoxyfile.in876 # exclude all test directories for example use the pattern */test/*
887 # exclude all test directories use the pattern */test/*
898 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
934 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
935 # basis. Doxygen will compare the file name with each pattern and apply the
936 # filter if there is a match. The filters are a list of the form: pattern=filter
951 # pattern. A pattern will override the setting for FILTER_PATTERN (if any) and
952 # it is also possible to disable source filtering for a specific pattern using
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-thread-safety/
Dpsa-thread-safety.md200 We have defined a set of macros in `library/psa_crypto_core.h` to capture the common pattern of (un…
219 One-shot operations follow a standard pattern when using an existing key:
225 …p" function where the key is passed in, these functions follow the above pattern. The key is copie…
/openthread-latest/third_party/mbedtls/repo/tests/src/test_helpers/
Dssl_helpers.c36 NULL != p->pattern && in mbedtls_test_ssl_log_analyzer()
37 NULL != strstr(str, p->pattern)) { in mbedtls_test_ssl_log_analyzer()

12