Searched defs:Writable (Results 1 – 8 of 8) sorted by relevance
| /third_party/mbedtls/scripts/mbedtls_dev/ |
| D | c_wrapper_generator.py | 63 def _write_prologue(self, out: typing_util.Writable, header: bool) -> None: 89 def _write_epilogue(self, out: typing_util.Writable, header: bool) -> None: 161 def _write_function_call(self, out: typing_util.Writable, 179 def _write_function_return(self, out: typing_util.Writable, 193 def _write_function_body(self, out: typing_util.Writable, 235 def _write_function_prototype(self, out: typing_util.Writable, 262 def _write_c_function(self, out: typing_util.Writable, 284 def _write_h_function_declaration(self, out: typing_util.Writable, 291 def _write_h_macro_definition(self, out: typing_util.Writable, 302 def _write_h_function(self, out: typing_util.Writable, [all …]
|
| D | typing_util.py | 35 class Writable(Protocol): class
|
| D | test_case.py | 67 def write(self, out: typing_util.Writable) -> None:
|
| /third_party/mbedtls/tests/scripts/ |
| D | generate_psa_wrappers.py | 114 def _write_poison_buffer_parameter(out: typing_util.Writable, 126 def _write_poison_buffer_parameters(self, out: typing_util.Writable, 154 def _write_function_call(self, out: typing_util.Writable, 167 def _write_prologue(self, out: typing_util.Writable, header: bool) -> None: 180 def _write_epilogue(self, out: typing_util.Writable, header: bool) -> None:
|
| D | test_psa_constant_names.py | 154 def report(self, out: typing_util.Writable) -> None:
|
| /third_party/mbedtls/scripts/ |
| D | min_requirements.py | 73 def write(self, out: typing_util.Writable) -> None:
|
| D | code_size_compare.py | 443 output: typing_util.Writable 460 output: typing_util.Writable, 556 output: typing_util.Writable 581 output: typing_util.Writable,
|
| /third_party/mesa3d/src/gallium/include/pipe/ |
| D | p_shader_tokens.h | 225 unsigned Writable : 1; member
|