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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
io.py 9 Extending IOBase is RawIOBase which deals simply with the reading and
10 writing of raw bytes to a stream. FileIO subclasses RawIOBase to provide
13 BufferedIOBase deals with buffering on a raw byte stream (RawIOBase). Its
44 __all__ = ["BlockingIOError", "open", "IOBase", "RawIOBase", "FileIO",
72 class RawIOBase(_io._RawIOBase, IOBase):
81 RawIOBase.register(FileIO)
_pyio.py 527 class RawIOBase(IOBase):
587 io.RawIOBase.register(RawIOBase)
589 RawIOBase.register(FileIO)
596 The main difference with RawIOBase is that the read() method
605 A typical implementation should not inherit from a RawIOBase
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
io.py 9 Extending IOBase is RawIOBase which deals simply with the reading and
10 writing of raw bytes to a stream. FileIO subclasses RawIOBase to provide
13 BufferedIOBase deals with buffering on a raw byte stream (RawIOBase). Its
44 __all__ = ["BlockingIOError", "open", "IOBase", "RawIOBase", "FileIO",
72 class RawIOBase(_io._RawIOBase, IOBase):
81 RawIOBase.register(FileIO)
_pyio.py 527 class RawIOBase(IOBase):
587 io.RawIOBase.register(RawIOBase)
589 RawIOBase.register(FileIO)
596 The main difference with RawIOBase is that the read() method
605 A typical implementation should not inherit from a RawIOBase
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_io.py 118 class CMockRawIOWithoutRead(MockRawIOWithoutRead, io.RawIOBase):
121 class PyMockRawIOWithoutRead(MockRawIOWithoutRead, pyio.RawIOBase):
135 class CMockRawIO(MockRawIO, io.RawIOBase):
138 class PyMockRawIO(MockRawIO, pyio.RawIOBase):
159 class CMisbehavedRawIO(MisbehavedRawIO, io.RawIOBase):
162 class PyMisbehavedRawIO(MisbehavedRawIO, pyio.RawIOBase):
174 class CCloseFailureIO(CloseFailureIO, io.RawIOBase):
177 class PyCloseFailureIO(CloseFailureIO, pyio.RawIOBase):
248 class CMockNonBlockWriterIO(MockNonBlockWriterIO, io.RawIOBase):
251 class PyMockNonBlockWriterIO(MockNonBlockWriterIO, pyio.RawIOBase)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_io.py 118 class CMockRawIOWithoutRead(MockRawIOWithoutRead, io.RawIOBase):
121 class PyMockRawIOWithoutRead(MockRawIOWithoutRead, pyio.RawIOBase):
135 class CMockRawIO(MockRawIO, io.RawIOBase):
138 class PyMockRawIO(MockRawIO, pyio.RawIOBase):
159 class CMisbehavedRawIO(MisbehavedRawIO, io.RawIOBase):
162 class PyMisbehavedRawIO(MisbehavedRawIO, pyio.RawIOBase):
174 class CCloseFailureIO(CloseFailureIO, io.RawIOBase):
177 class PyCloseFailureIO(CloseFailureIO, pyio.RawIOBase):
248 class CMockNonBlockWriterIO(MockNonBlockWriterIO, io.RawIOBase):
251 class PyMockNonBlockWriterIO(MockNonBlockWriterIO, pyio.RawIOBase)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
saxutils.py 82 if isinstance(out, io.RawIOBase):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
saxutils.py 82 if isinstance(out, io.RawIOBase):
  /external/chromium-trace/trace-viewer/third_party/WebOb/webob/
request.py     [all...]

Completed in 1439 milliseconds