Home
last modified time | relevance | path

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

/openthread-latest/
D.gitattributes1 # Auto normalize all files which appear to be text files.
4 # Auto normalize files which are explicitly text
/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dpsa_storage.py32 self.unknown_values.add(self.normalize(content))
59 def normalize(string: str) -> str: member in Expr
73 normalized = self.normalize(self.string)
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dtest_psa_constant_names.py61 def normalize(expr: str) -> str: function
130 if normalize(expr) != normalize(output):
/openthread-latest/third_party/mbedtls/repo/scripts/
Dcommon.make52 ## from PREPROCESSOR_INPUT. Also normalize whitespace.