Searched refs:Writable (Results 1 – 7 of 7) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/ |
D | c_wrapper_generator.py | 63 def _write_prologue(self, out: typing_util.Writable, header: bool) -> None: argument 89 def _write_epilogue(self, out: typing_util.Writable, header: bool) -> None: argument 161 def _write_function_call(self, out: typing_util.Writable, argument 179 def _write_function_return(self, out: typing_util.Writable, argument 193 def _write_function_body(self, out: typing_util.Writable, argument 235 def _write_function_prototype(self, out: typing_util.Writable, argument 262 def _write_c_function(self, out: typing_util.Writable, argument 284 def _write_h_function_declaration(self, out: typing_util.Writable, argument 291 def _write_h_macro_definition(self, out: typing_util.Writable, argument 302 def _write_h_function(self, out: typing_util.Writable, argument [all …]
|
D | typing_util.py | 24 class Writable(Protocol): class
|
D | test_case.py | 56 def write(self, out: typing_util.Writable) -> None: argument
|
/openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
D | generate_psa_wrappers.py | 114 def _write_poison_buffer_parameter(out: typing_util.Writable, argument 126 def _write_poison_buffer_parameters(self, out: typing_util.Writable, argument 154 def _write_function_call(self, out: typing_util.Writable, argument 167 def _write_prologue(self, out: typing_util.Writable, header: bool) -> None: argument 180 def _write_epilogue(self, out: typing_util.Writable, header: bool) -> None: argument
|
D | test_psa_constant_names.py | 142 def report(self, out: typing_util.Writable) -> None: argument
|
/openthread-latest/third_party/mbedtls/repo/scripts/ |
D | min_requirements.py | 61 def write(self, out: typing_util.Writable) -> None: argument
|
D | code_size_compare.py | 443 output: typing_util.Writable argument 460 output: typing_util.Writable, argument 556 output: typing_util.Writable argument 581 output: typing_util.Writable, argument
|