Home
last modified time | relevance | path

Searched defs:Writable (Results 1 – 21 of 21) sorted by relevance

/third_party/mbedtls/scripts/mbedtls_dev/
Dc_wrapper_generator.py63 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 …]
Dtyping_util.py35 class Writable(Protocol): class
Dtest_case.py67 def write(self, out: typing_util.Writable) -> None:
/third_party/mbedtls/tests/scripts/
Dgenerate_psa_wrappers.py114 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:
Dtest_psa_constant_names.py154 def report(self, out: typing_util.Writable) -> None:
/third_party/node/doc/api/
Dstream.md460 ##### Event: `'close'`
478 ##### Event: `'drain'`
516 ##### Event: `'error'`
534 ##### Event: `'finish'`
554 ##### Event: `'pipe'`
575 ##### Event: `'unpipe'`
602 ##### `writable.cork()`
623 ##### `writable.destroy([error])`
680 ##### `writable.closed`
690 ##### `writable.destroyed`
[all …]
/third_party/node/test/parallel/
Dtest-stream-pipe-event.js27 function Writable() { class
Dtest-stream-events-prepend.js5 class Writable extends stream.Writable { class
Dtest-event-emitter-prepend.js26 function Writable() { class
Dtest-stream3-cork-end.js5 const Writable = stream.Writable; constant
Dtest-stream3-cork-uncork.js5 const Writable = stream.Writable; constant
Dtest-stream-pipe-cleanup.js29 function Writable() { class
Dtest-stream3-pause-then-read.js28 const Writable = stream.Writable; constant
/third_party/mbedtls/scripts/
Dcode_size_compare.py443 output: typing_util.Writable
460 output: typing_util.Writable,
556 output: typing_util.Writable
581 output: typing_util.Writable,
Dmin_requirements.py73 def write(self, out: typing_util.Writable) -> None:
/third_party/node/benchmark/streams/
Dwritable-manywrites.js4 const Writable = require('stream').Writable; constant
/third_party/node/lib/internal/streams/
Dduplex.js39 const Writable = require('internal/streams/writable'); constant
Dduplexify.js25 const Writable = require('internal/streams/writable'); constant
Dwritable.js220 function Writable(options) { class
/third_party/node/tools/doc/
Dtype-parser.mjs208 'Writable': 'stream.html#class-streamwritable', property
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h225 unsigned Writable : 1; member