OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 720 milliseconds