Home
last modified time | relevance | path

Searched refs:regex (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dpsa_information.py110 for regex, deps in DEPENDENCY_FROM_DESCRIPTION.items():
111 if re.search(regex, description):
/openthread-latest/tools/harness-automation/autothreadharness/
Dpdu_controller.py123 def until(self, regex): argument
126 logger.debug('waiting for %s', regex)
127 r = re.compile(regex, re.M)
/openthread-latest/third_party/mbedtls/repo/scripts/
Dconfig.py148 regex = re.compile('|'.join(regexs))
150 if regex.search(setting.name):