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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
asyncore.py 135 # accepting sockets should not be writable
136 if is_w and not obj.accepting:
183 # accepting sockets should not be writable
184 if obj.writable() and not obj.accepting:
227 accepting = False variable in class:dispatcher
267 if self.accepting and self.addr:
335 self.accepting = True
405 self.accepting = False
440 if self.accepting:
441 # accepting sockets are never connected, they "spawn" ne
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
asyncore.py 135 # accepting sockets should not be writable
136 if is_w and not obj.accepting:
183 # accepting sockets should not be writable
184 if obj.writable() and not obj.accepting:
227 accepting = False variable in class:dispatcher
267 if self.accepting and self.addr:
335 self.accepting = True
405 self.accepting = False
440 if self.accepting:
441 # accepting sockets are never connected, they "spawn" ne
    [all...]

Completed in 141 milliseconds