HomeSort by relevance Sort by last modified time
    Searched refs:EOFError (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xdrlib.py 146 raise EOFError
158 raise EOFError
182 raise EOFError
190 raise EOFError
199 raise EOFError
chunk.py 24 of the file, creating a new instance will fail with a EOFError
31 except EOFError:
63 raise EOFError
67 raise EOFError
167 raise EOFError
telnetlib.py 24 EOFError is needed in some cases to distinguish between "no data" and
146 raise EOFError when the end of the connection is read, because
288 possibly the empty string. Raise EOFError if the connection
406 Raise EOFError if connection closed and no cooked data
420 Raise EOFError if connection closed and no cooked data
434 Raise EOFError if connection closed and no data available.
445 Raise EOFError if connection closed and no data available.
452 raise EOFError, 'telnet connection closed'
536 except EOFError: # raised by self.rawq_getchar()
546 Block if no data is immediately available. Raise EOFError
    [all...]
gzip.py 256 except EOFError:
263 except EOFError:
280 raise EOFError, "Reached EOF"
291 raise EOFError, "Reached EOF"
310 raise EOFError, 'Reached EOF'
fpformat.py 144 except (EOFError, KeyboardInterrupt):
getpass.py 36 EOFError: If our input tty or stdin was closed.
135 raise EOFError
sndhdr.py 71 except (EOFError, aifc.Error):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xdrlib.py 146 raise EOFError
158 raise EOFError
182 raise EOFError
190 raise EOFError
199 raise EOFError
chunk.py 24 of the file, creating a new instance will fail with a EOFError
31 except EOFError:
63 raise EOFError
67 raise EOFError
167 raise EOFError
telnetlib.py 24 EOFError is needed in some cases to distinguish between "no data" and
146 raise EOFError when the end of the connection is read, because
288 possibly the empty string. Raise EOFError if the connection
406 Raise EOFError if connection closed and no cooked data
420 Raise EOFError if connection closed and no cooked data
434 Raise EOFError if connection closed and no data available.
445 Raise EOFError if connection closed and no data available.
452 raise EOFError, 'telnet connection closed'
536 except EOFError: # raised by self.rawq_getchar()
546 Block if no data is immediately available. Raise EOFError
    [all...]
gzip.py 256 except EOFError:
263 except EOFError:
280 raise EOFError, "Reached EOF"
291 raise EOFError, "Reached EOF"
310 raise EOFError, 'Reached EOF'
fpformat.py 144 except (EOFError, KeyboardInterrupt):
getpass.py 36 EOFError: If our input tty or stdin was closed.
135 raise EOFError
sndhdr.py 71 except (EOFError, aifc.Error):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_aifc.py 143 self.assertRaises(EOFError, aifc._read_ulong, f)
144 self.assertRaises(EOFError, aifc._read_long, f)
145 self.assertRaises(EOFError, aifc._read_ushort, f)
146 self.assertRaises(EOFError, aifc._read_short, f)
test_xdrlib.py 52 self.assertRaises(EOFError, up.unpack_uint)
test_telnetlib.py 231 except EOFError:
242 self.assertRaises(EOFError, func)
263 self.assertRaises(EOFError, func)
279 except EOFError:
298 except EOFError:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_aifc.py 143 self.assertRaises(EOFError, aifc._read_ulong, f)
144 self.assertRaises(EOFError, aifc._read_long, f)
145 self.assertRaises(EOFError, aifc._read_ushort, f)
146 self.assertRaises(EOFError, aifc._read_short, f)
test_xdrlib.py 52 self.assertRaises(EOFError, up.unpack_uint)
test_telnetlib.py 231 except EOFError:
242 self.assertRaises(EOFError, func)
263 self.assertRaises(EOFError, func)
279 except EOFError:
298 except EOFError:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
bz2_codec.py 79 except EOFError:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
bz2_codec.py 79 except EOFError:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
rpc.py 264 raise EOFError
270 never comes, and exit on EOFError.
275 except EOFError:
353 raise EOFError
355 raise EOFError
427 except EOFError:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
rpc.py 264 raise EOFError
270 never comes, and exit on EOFError.
275 except EOFError:
353 raise EOFError
355 raise EOFError
427 except EOFError:
  /frameworks/base/tools/velocityplot/
velocityplot.py 68 raise(EOFError)
182 except EOFError:

Completed in 696 milliseconds

1 2 3 4