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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
asyncore.py 60 _DISCONNECTED = frozenset((ECONNRESET, ENOTCONN, ESHUTDOWN, ECONNABORTED, EPIPE,
116 if e.args[0] not in _DISCONNECTED:
374 elif why.args[0] in _DISCONNECTED:
392 if why.args[0] in _DISCONNECTED:
  /external/python/cpython2/Lib/
asyncore.py 60 _DISCONNECTED = frozenset((ECONNRESET, ENOTCONN, ESHUTDOWN, ECONNABORTED, EPIPE,
116 if e.args[0] not in _DISCONNECTED:
379 elif why.args[0] in _DISCONNECTED:
397 if why.args[0] in _DISCONNECTED:
  /external/python/cpython3/Lib/
asyncore.py 60 _DISCONNECTED = frozenset({ECONNRESET, ENOTCONN, ESHUTDOWN, ECONNABORTED, EPIPE,
116 if e.args[0] not in _DISCONNECTED:
365 elif why.args[0] in _DISCONNECTED:
383 if why.args[0] in _DISCONNECTED:

Completed in 1948 milliseconds