Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dgenerate_test_code.py204 FUNCTION_ARG_LIST_END_REGEX = r'.*\)' variable
640 if not re.match(FUNCTION_ARG_LIST_END_REGEX, line):
643 if re.search(FUNCTION_ARG_LIST_END_REGEX, line):