HomeSort by relevance Sort by last modified time
    Searched refs:bytesio (Results 1 - 7 of 7) sorted by null

  /external/python/cpython3/Modules/_io/clinic/
bytesio.c.h 15 _io_BytesIO_readable_impl(bytesio *self);
18 _io_BytesIO_readable(bytesio *self, PyObject *Py_UNUSED(ignored))
33 _io_BytesIO_writable_impl(bytesio *self);
36 _io_BytesIO_writable(bytesio *self, PyObject *Py_UNUSED(ignored))
51 _io_BytesIO_seekable_impl(bytesio *self);
54 _io_BytesIO_seekable(bytesio *self, PyObject *Py_UNUSED(ignored))
69 _io_BytesIO_flush_impl(bytesio *self);
72 _io_BytesIO_flush(bytesio *self, PyObject *Py_UNUSED(ignored))
81 "Get a read-write view over the contents of the BytesIO object.");
87 _io_BytesIO_getbuffer_impl(bytesio *self)
    [all...]
  /external/python/cpython3/Modules/_io/
bytesio.c 7 class _io.BytesIO "bytesio *" "&PyBytesIO_Type"
19 } bytesio; typedef in typeref:struct:__anon33321
23 bytesio *source;
26 /* The bytesio object can be in three states:
50 /* Internal routine to get a line from the buffer of a BytesIO
54 scan_eol(bytesio *self, Py_ssize_t len)
84 /* Internal routine for detaching the shared buffer of BytesIO objects.
88 unshare_buffer(bytesio *self, size_t size)
103 /* Internal routine for changing the size of the buffer of BytesIO objects
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
bytesio.c 13 } bytesio; typedef in typeref:struct:__anon4381
22 /* Internal routine to get a line from the buffer of a BytesIO
26 get_line(bytesio *self, char **output)
55 /* Internal routine for changing the size of the buffer of BytesIO objects.
59 resize_buffer(bytesio *self, size_t size)
108 /* Internal routine for writing a string of bytes to the buffer of a BytesIO
111 write_bytes(bytesio *self, const char *bytes, Py_ssize_t len)
149 bytesio_get_closed(bytesio *self)
170 return_not_closed(bytesio *self)
180 bytesio_flush(bytesio *self)
    [all...]
  /external/python/cpython2/Modules/_io/
bytesio.c 13 } bytesio; typedef in typeref:struct:__anon32715
22 /* Internal routine to get a line from the buffer of a BytesIO
26 get_line(bytesio *self, char **output)
55 /* Internal routine for changing the size of the buffer of BytesIO objects.
59 resize_buffer(bytesio *self, size_t size)
108 /* Internal routine for writing a string of bytes to the buffer of a BytesIO
111 write_bytes(bytesio *self, const char *bytes, Py_ssize_t len)
149 bytesio_get_closed(bytesio *self)
170 return_not_closed(bytesio *self)
180 bytesio_flush(bytesio *self
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
bytesio.c 13 } bytesio; typedef in typeref:struct:__anon4694
22 /* Internal routine to get a line from the buffer of a BytesIO
26 get_line(bytesio *self, char **output)
55 /* Internal routine for changing the size of the buffer of BytesIO objects.
59 resize_buffer(bytesio *self, size_t size)
108 /* Internal routine for writing a string of bytes to the buffer of a BytesIO
111 write_bytes(bytesio *self, const char *bytes, Py_ssize_t len)
149 bytesio_get_closed(bytesio *self)
161 return_true(bytesio *self)
170 bytesio_flush(bytesio *self)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
Python2710.inf 215 Modules/_io/bytesio.c #
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/
PythonCore.inf 215 Python-$(PYTHON_VERSION)/Modules/_io/bytesio.c #

Completed in 449 milliseconds