Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dgenerate_test_code.py192 BEGIN_CASE_REGEX = r'/\*\s*BEGIN_CASE\s*(?P<depends_on>.*?)\s*\*/' variable
457 match = re.search(BEGIN_CASE_REGEX, line)
705 elif re.search(BEGIN_CASE_REGEX, line):