Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dgenerate_test_code.py467 ARGUMENT_DECLARATION_REGEX = re.compile(r'(.+?) ?(?:\bconst\b)? ?(\w+)\Z', re.S) variable
485 m = ARGUMENT_DECLARATION_REGEX.search(arg)