HomeSort by relevance Sort by last modified time
    Searched refs:RawIOBase (Results 1 - 15 of 15) 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...]
  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/urlhandler/
protocol_loop.py 241 # library, derive from io.RawIOBase
250 class Serial(LoopbackSerial, io.RawIOBase):
protocol_socket.py 250 # library, derive from io.RawIOBase
259 class Serial(SocketSerial, io.RawIOBase):
  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/
serialcli.py 243 # library, derive from io.RawIOBase
252 class Serial(IronSerial, io.RawIOBase):
serialjava.py 230 # library, derive from io.RawIOBase
239 class Serial(JavaSerial, io.RawIOBase):
serialwin32.py 434 # library, derive from io.RawIOBase
443 class Serial(Win32Serial, io.RawIOBase):
serialposix.py 643 # library, derrive from io.RawIOBase
652 class Serial(PosixSerial, io.RawIOBase):
rfc2217.py     [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):

Completed in 297 milliseconds