Searched refs:NORMALIZE_STRIP_RE (Results 1 - 1 of 1) sorted by relevance
/third_party/mbedtls/tests/scripts/ | ||
H A D | test_psa_constant_names.py | 72 NORMALIZE_STRIP_RE = re.compile(r'\s+') variable 78 return re.sub(NORMALIZE_STRIP_RE, '', expr) |
Completed in 1 milliseconds