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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
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:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
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:

Completed in 404 milliseconds