Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dgenerate_test_code.py193 END_CASE_REGEX = r'/\*\s*END_CASE\s*\*/' variable
664 if re.search(END_CASE_REGEX, line):
672 "found!" % (funcs_f.name, END_CASE_REGEX))