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

  /external/python/cpython3/Modules/_io/clinic/
stringio.c.h 15 _io_StringIO_getvalue_impl(stringio *self);
18 _io_StringIO_getvalue(stringio *self, PyObject *Py_UNUSED(ignored))
33 _io_StringIO_tell_impl(stringio *self);
36 _io_StringIO_tell(stringio *self, PyObject *Py_UNUSED(ignored))
54 _io_StringIO_read_impl(stringio *self, PyObject *arg);
57 _io_StringIO_read(stringio *self, PyObject *args)
85 _io_StringIO_readline_impl(stringio *self, PyObject *arg);
88 _io_StringIO_readline(stringio *self, PyObject *args)
118 _io_StringIO_truncate_impl(stringio *self, PyObject *arg);
121 _io_StringIO_truncate(stringio *self, PyObject *args
    [all...]
  /external/python/cpython3/Modules/_io/
stringio.c 16 class _io.StringIO "stringio *" "&PyStringIO_Type"
27 /* The stringio object can be in two states: accumulating or realized.
46 } stringio; typedef in typeref:struct:__anon33325
71 buffer of StringIO objects. The caller should ensure that the 'size'
74 resize_buffer(stringio *self, size_t size)
126 make_intermediate(stringio *self)
142 realize(stringio *self)
174 StringIO object. Returns 0 on success, or -1 on error. */
176 write_str(stringio *self, PyObject *obj
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
stringio.c 27 } stringio; typedef in typeref:struct:__anon4384
51 buffer of StringIO objects. The caller should ensure that the 'size'
54 resize_buffer(stringio *self, size_t size)
107 StringIO object. Returns 0 on success, or -1 on error. */
109 write_str(stringio *self, PyObject *obj)
189 stringio_getvalue(stringio *self)
200 stringio_tell(stringio *self)
214 stringio_read(stringio *self, PyObject *args)
255 _stringio_readline(stringio *self, Py_ssize_t limit)
289 stringio_readline(stringio *self, PyObject *args)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
stringio.c 27 } stringio; typedef in typeref:struct:__anon4697
51 buffer of StringIO objects. The caller should ensure that the 'size'
54 resize_buffer(stringio *self, size_t size)
107 StringIO object. Returns 0 on success, or -1 on error. */
109 write_str(stringio *self, PyObject *obj)
189 stringio_getvalue(stringio *self)
200 stringio_tell(stringio *self)
214 stringio_read(stringio *self, PyObject *args)
255 _stringio_readline(stringio *self, Py_ssize_t limit)
289 stringio_readline(stringio *self, PyObject *args)
    [all...]
  /external/python/cpython2/Modules/_io/
stringio.c 27 } stringio; typedef in typeref:struct:__anon32718
51 buffer of StringIO objects. The caller should ensure that the 'size'
54 resize_buffer(stringio *self, size_t size)
107 StringIO object. Returns 0 on success, or -1 on error. */
109 write_str(stringio *self, PyObject *obj)
189 stringio_getvalue(stringio *self)
200 stringio_tell(stringio *self)
214 stringio_read(stringio *self, PyObject *args)
255 _stringio_readline(stringio *self, Py_ssize_t limit)
289 stringio_readline(stringio *self, PyObject *args
    [all...]
  /external/python/cpython3/Lib/test/libregrtest/
runtest.py 106 if runtest.stringio is None:
107 stream = io.StringIO()
108 runtest.stringio = stream
110 stream = runtest.stringio
135 runtest.stringio = None
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
xmlrpclib.py 478 import cStringIO as StringIO
480 import StringIO
506 base64.encode(StringIO.StringIO(self.data), out)
    [all...]
  /external/python/cpython2/Lib/
xmlrpclib.py 479 import cStringIO as StringIO
481 import StringIO
507 base64.encode(StringIO.StringIO(self.data), out)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
xmlrpclib.py 478 import cStringIO as StringIO
480 import StringIO
506 base64.encode(StringIO.StringIO(self.data), out)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
xmlrpclib.py 478 import cStringIO as StringIO
480 import StringIO
506 base64.encode(StringIO.StringIO(self.data), out)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmlrpclib.py 478 import cStringIO as StringIO
480 import StringIO
506 base64.encode(StringIO.StringIO(self.data), out)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xmlrpclib.py 478 import cStringIO as StringIO
480 import StringIO
506 base64.encode(StringIO.StringIO(self.data), out)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
Python2710.inf 218 Modules/_io/stringio.c #
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/
PythonCore.inf 218 Python-$(PYTHON_VERSION)/Modules/_io/stringio.c #

Completed in 525 milliseconds