Home
last modified time | relevance | path

Searched refs:bytesio (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython3/Modules/_io/clinic/
Dbytesio.c.h15 _io_BytesIO_readable_impl(bytesio *self);
18 _io_BytesIO_readable(bytesio *self, PyObject *Py_UNUSED(ignored)) in _io_BytesIO_readable()
33 _io_BytesIO_writable_impl(bytesio *self);
36 _io_BytesIO_writable(bytesio *self, PyObject *Py_UNUSED(ignored)) in _io_BytesIO_writable()
51 _io_BytesIO_seekable_impl(bytesio *self);
54 _io_BytesIO_seekable(bytesio *self, PyObject *Py_UNUSED(ignored)) in _io_BytesIO_seekable()
69 _io_BytesIO_flush_impl(bytesio *self);
72 _io_BytesIO_flush(bytesio *self, PyObject *Py_UNUSED(ignored)) in _io_BytesIO_flush()
87 _io_BytesIO_getbuffer_impl(bytesio *self);
90 _io_BytesIO_getbuffer(bytesio *self, PyObject *Py_UNUSED(ignored)) in _io_BytesIO_getbuffer()
[all …]
/external/python/cpython3/Modules/_io/
Dbytesio.c19 } bytesio; typedef
23 bytesio *source;
54 scan_eol(bytesio *self, Py_ssize_t len) in scan_eol()
88 unshare_buffer(bytesio *self, size_t size) in unshare_buffer()
107 resize_buffer(bytesio *self, size_t size) in resize_buffer()
160 write_bytes(bytesio *self, const char *bytes, Py_ssize_t len) in write_bytes()
204 bytesio_get_closed(bytesio *self) in bytesio_get_closed()
221 _io_BytesIO_readable_impl(bytesio *self) in _io_BytesIO_readable_impl()
235 _io_BytesIO_writable_impl(bytesio *self) in _io_BytesIO_writable_impl()
249 _io_BytesIO_seekable_impl(bytesio *self) in _io_BytesIO_seekable_impl()
[all …]
/external/python/cpython2/Modules/_io/
Dbytesio.c13 } bytesio; typedef
26 get_line(bytesio *self, char **output) in get_line()
59 resize_buffer(bytesio *self, size_t size) in resize_buffer()
111 write_bytes(bytesio *self, const char *bytes, Py_ssize_t len) in write_bytes()
149 bytesio_get_closed(bytesio *self) in bytesio_get_closed()
170 return_not_closed(bytesio *self) in return_not_closed()
180 bytesio_flush(bytesio *self) in bytesio_flush()
192 bytesio_getvalue(bytesio *self) in bytesio_getvalue()
205 bytesio_isatty(bytesio *self) in bytesio_isatty()
215 bytesio_tell(bytesio *self) in bytesio_tell()
[all …]
/external/python/cpython2/
DAndroid.bp473 "Modules/_io/bytesio.c",
/external/python/cpython3/Modules/
DSetup.dist128 _io -I$(srcdir)/Modules/_io _io/_iomodule.c _io/iobase.c _io/fileio.c _io/bytesio.c _io/bufferedio.…
/external/python/cpython2/PC/VC6/
Dpythoncore.dsp252 SOURCE=..\..\Modules\_io\bytesio.c
/external/python/cpython2/Modules/
DSetup.dist195 #_io -I$(srcdir)/Modules/_io _io/bufferedio.c _io/bytesio.c _io/fileio.c _io/iobase.c _io/_iomodule…
/external/python/cpython3/
DMakefile.pre.in270 Modules/_io/bytesio.o \