Home
last modified time | relevance | path

Searched defs:InputsForTest (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dtest_psa_constant_names.py84 def collect_values(inputs: InputsForTest,
112 def run_one(self, inputs: InputsForTest, type_word: str) -> None:
136 def run_all(self, inputs: InputsForTest) -> None:
/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dmacro_collector.py344 class InputsForTest(PSAMacroEnumerator): class