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

12 3 4

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
run.py 207 except (AttributeError, EOFError):
237 except EOFError:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
run.py 207 except (AttributeError, EOFError):
237 except EOFError:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
aifc.py 151 raise EOFError
157 raise EOFError
163 raise EOFError
169 raise EOFError
313 except EOFError:
526 except EOFError:
    [all...]
code.py 239 except EOFError:
274 When the user enters the EOF key sequence, EOFError is raised.
ftplib.py 70 all_errors = (Error, IOError, EOFError)
181 # Raise EOFError if the connection is closed
186 if not line: raise EOFError
766 all_errors = (Error, IOError, EOFError, ssl.SSLError)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
aifc.py 151 raise EOFError
157 raise EOFError
163 raise EOFError
169 raise EOFError
313 except EOFError:
526 except EOFError:
    [all...]
code.py 239 except EOFError:
274 When the user enters the EOF key sequence, EOFError is raised.
ftplib.py 70 all_errors = (Error, IOError, EOFError)
181 # Raise EOFError if the connection is closed
186 if not line: raise EOFError
766 all_errors = (Error, IOError, EOFError, ssl.SSLError)
    [all...]
  /build/tools/
parsedeps.py 149 except EOFError:
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
main.py 112 except (EOFError, KeyboardInterrupt):
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
ruby.php 77 'Date', 'DateTime', 'Delegator', 'Dir', 'EOFError', 'ERB',
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
pool.py 103 except (EOFError, IOError):
104 debug('worker got EOFError or IOError -- exiting')
377 except (IOError, EOFError):
378 debug('result handler got EOFError/IOError -- exiting')
399 except (IOError, EOFError):
400 debug('result handler got EOFError/IOError -- exiting')
422 except (IOError, EOFError):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_hotshot.py 134 self.assertRaises((IOError, EOFError), _hotshot.logreader,
test_bz2.py 402 # "Calling BZ2Decompressor.decompress() after EOS must raise EOFError"
405 self.assertRaises(EOFError, bz2d.decompress, "anything")
406 self.assertRaises(EOFError, bz2d.decompress, "")
test_exceptions.py 42 self.raise_catch(EOFError, "EOFError")
51 except EOFError:
test_grammar.py 653 except EOFError: pass
659 except (EOFError, TypeError, ZeroDivisionError): pass
661 except (EOFError, TypeError, ZeroDivisionError), msg: pass
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
pool.py 103 except (EOFError, IOError):
104 debug('worker got EOFError or IOError -- exiting')
377 except (IOError, EOFError):
378 debug('result handler got EOFError/IOError -- exiting')
399 except (IOError, EOFError):
400 debug('result handler got EOFError/IOError -- exiting')
422 except (IOError, EOFError):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_hotshot.py 134 self.assertRaises((IOError, EOFError), _hotshot.logreader,
test_bz2.py 402 # "Calling BZ2Decompressor.decompress() after EOS must raise EOFError"
405 self.assertRaises(EOFError, bz2d.decompress, "anything")
406 self.assertRaises(EOFError, bz2d.decompress, "")
test_exceptions.py 42 self.raise_catch(EOFError, "EOFError")
51 except EOFError:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
gensuitemodule.py 300 raise EOFError, 'in getbyte' + str(args)
307 raise EOFError, 'in getword' + str(args)
314 raise EOFError, 'in getlong' + str(args)
321 raise EOFError, 'in getostype' + str(args)
327 raise EOFError, 'in getpstr[1]' + str(args)
332 raise EOFError, 'in getpstr[2]' + str(args)
    [all...]
  /frameworks/base/tools/orientationplot/
orientationplot.py 64 raise(EOFError)
268 except EOFError:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 635 except EOFError: pass
641 except (EOFError, TypeError, ZeroDivisionError): pass
643 except (EOFError, TypeError, ZeroDivisionError), msg: pass
py3_test_grammar.py 579 except EOFError: pass
585 except (EOFError, TypeError, ZeroDivisionError): pass
587 except (EOFError, TypeError, ZeroDivisionError) as msg: pass
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 635 except EOFError: pass
641 except (EOFError, TypeError, ZeroDivisionError): pass
643 except (EOFError, TypeError, ZeroDivisionError), msg: pass

Completed in 1034 milliseconds

12 3 4