HomeSort by relevance Sort by last modified time
    Searched refs:readinto (Results 51 - 75 of 79) sorted by null

1 23 4

  /external/python/cpython3/Modules/_io/
_iomodule.c 773 ADD_INTERNED(readinto)
bufferedio.c 44 _Py_IDENTIFIER(readinto); variable
57 "implementation that defers to readinto().\n"
59 "In addition, read(), readinto() and write() may raise\n"
103 _io._BufferedIOBase.readinto
1072 _io._Buffered.readinto
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_memoryview.py 243 self.assertRaises(TypeError, i.readinto, m)
test_str.py 432 self.assertRaises(TypeError, sys.stdin.readinto, b"")
test_bytes.py 536 # Test readinto
539 n = f.readinto(b)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_memoryview.py 243 self.assertRaises(TypeError, i.readinto, m)
test_str.py 432 self.assertRaises(TypeError, sys.stdin.readinto, b"")
test_bytes.py 536 # Test readinto
539 n = f.readinto(b)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_memoryview.py 243 self.assertRaises(TypeError, i.readinto, m)
test_str.py 432 self.assertRaises(TypeError, sys.stdin.readinto, b"")
test_bytes.py 536 # Test readinto
539 n = f.readinto(b)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_memoryview.py 243 self.assertRaises(TypeError, i.readinto, m)
test_str.py 432 self.assertRaises(TypeError, sys.stdin.readinto, b"")
  /external/python/cpython3/Lib/test/
test_marshal.py 275 def readinto(self, buf): member in class:BugsTestCase.test_bad_reader.BadReader
276 n = super().readinto(buf)
test_bz2.py 76 test_size += fh.readinto(memoryview(BIG_TEXT)[test_size:])
191 self.assertEqual(bz2f.readinto(b), n)
195 self.assertEqual(bz2f.readinto(b), n)
    [all...]
test_memoryview.py 310 self.assertRaises(TypeError, i.readinto, m)
test_nntplib.py 355 def readinto(self, buf): member in class:_NNTPServerIO
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_str.py 405 self.assertRaises(TypeError, sys.stdin.readinto, b"")
test_bytes.py 536 # Test readinto
539 n = f.readinto(b)
    [all...]
  /external/chromium-trace/catapult/third_party/pyserial/serial/
serialutil.py 206 #~ readinto(b)
530 def readinto(self, b): member in class:SerialBase
  /external/python/cpython2/Lib/test/
test_str.py 443 self.assertRaises(TypeError, sys.stdin.readinto, b"")
test_bytes.py 471 # Test readinto
474 n = f.readinto(b)
    [all...]
  /external/python/cpython3/Lib/
socket.py 572 def readinto(self, b): member in class:SocketIO
  /external/python/cpython3/Lib/multiprocessing/
connection.py 242 result.readinto(m[offset // itemsize :
  /external/python/cpython3/Python/
marshal.c 690 _Py_IDENTIFIER(readinto);
    [all...]

Completed in 924 milliseconds

1 23 4