HomeSort by relevance Sort by last modified time
    Searched defs:handle_close (Results 1 - 25 of 39) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
asynchat.py 176 def handle_close (self): member in class:async_chat
215 self.handle_close()
asyncore.py 114 obj.handle_close()
119 obj.handle_close()
375 self.handle_close()
386 self.handle_close()
393 self.handle_close()
477 self.handle_close()
499 self.handle_close()
516 def handle_close(self): member in class:dispatcher
  /external/python/cpython3/Lib/
asynchat.py 189 def handle_close(self): member in class:async_chat
231 self.handle_close()
asyncore.py 114 obj.handle_close()
119 obj.handle_close()
367 self.handle_close()
378 self.handle_close()
385 self.handle_close()
455 self.handle_close()
477 self.handle_close()
500 def handle_close(self): member in class:dispatcher
  /prebuilts/gdb/darwin-x86/lib/python2.7/
asynchat.py 176 def handle_close (self): member in class:async_chat
215 self.handle_close()
asyncore.py 114 obj.handle_close()
119 obj.handle_close()
380 self.handle_close()
391 self.handle_close()
398 self.handle_close()
481 self.handle_close()
503 self.handle_close()
520 def handle_close(self): member in class:dispatcher
  /prebuilts/gdb/linux-x86/lib/python2.7/
asynchat.py 176 def handle_close (self): member in class:async_chat
215 self.handle_close()
asyncore.py 114 obj.handle_close()
119 obj.handle_close()
380 self.handle_close()
391 self.handle_close()
398 self.handle_close()
481 self.handle_close()
503 self.handle_close()
520 def handle_close(self): member in class:dispatcher
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
asynchat.py 176 def handle_close (self): member in class:async_chat
215 self.handle_close()
asyncore.py 114 obj.handle_close()
119 obj.handle_close()
380 self.handle_close()
391 self.handle_close()
398 self.handle_close()
481 self.handle_close()
503 self.handle_close()
520 def handle_close(self): member in class:dispatcher
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
asynchat.py 176 def handle_close (self): member in class:async_chat
215 self.handle_close()
asyncore.py 114 obj.handle_close()
119 obj.handle_close()
380 self.handle_close()
391 self.handle_close()
398 self.handle_close()
481 self.handle_close()
503 self.handle_close()
520 def handle_close(self): member in class:dispatcher
  /external/python/cpython2/Lib/
asynchat.py 183 def handle_close (self): member in class:async_chat
222 self.handle_close()
asyncore.py 114 obj.handle_close()
119 obj.handle_close()
380 self.handle_close()
391 self.handle_close()
398 self.handle_close()
481 self.handle_close()
503 self.handle_close()
520 def handle_close(self): member in class:dispatcher
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_asyncore.py 47 handle_close = handle_read_event variable in class:exitingdummy
58 handle_close = handle_read_event variable in class:crashingdummy
149 def handle_close(self): member in class:HelperFunctionTests.test_readwrite.testobj
461 def handle_close(self): member in class:BaseTestHandler
462 raise Exception("handle_close not supposed to be called")
578 # make sure handle_close is called when the other end closes
584 # in order to make handle_close be called we are supposed
588 def handle_close(self): member in class:BaseTestAPI.test_handle_close.TestClient
test_ssl.py 573 return self.handle_close()
577 return self.handle_close()
589 def handle_close(self): member in class:.AsyncoreEchoServer.EchoServer.ConnectionHandler
    [all...]
test_ftplib.py 42 def handle_close(self): member in class:DummyDTPHandler
282 return self.handle_close()
286 return self.handle_close()
341 self.handle_close()
  /external/python/cpython2/Lib/test/
test_asyncore.py 47 handle_close = handle_read_event variable in class:exitingdummy
58 handle_close = handle_read_event variable in class:crashingdummy
149 def handle_close(self): member in class:HelperFunctionTests.test_readwrite.testobj
461 def handle_close(self): member in class:BaseTestHandler
462 raise Exception("handle_close not supposed to be called")
579 # make sure handle_close is called when the other end closes
585 # in order to make handle_close be called we are supposed
589 def handle_close(self): member in class:BaseTestAPI.test_handle_close.TestClient
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_asyncore.py 48 handle_close = handle_read_event variable in class:exitingdummy
59 handle_close = handle_read_event variable in class:crashingdummy
150 def handle_close(self): member in class:HelperFunctionTests.test_readwrite.testobj
462 def handle_close(self): member in class:BaseTestHandler
463 raise Exception("handle_close not supposed to be called")
580 # make sure handle_close is called when the other end closes
586 # in order to make handle_close be called we are supposed
590 def handle_close(self): member in class:BaseTestAPI.test_handle_close.TestClient
test_ftplib.py 42 def handle_close(self): member in class:DummyDTPHandler
282 return self.handle_close()
286 return self.handle_close()
341 self.handle_close()
test_ssl.py 626 return self.handle_close()
630 return self.handle_close()
642 def handle_close(self): member in class:.AsyncoreEchoServer.EchoServer.ConnectionHandler
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_asyncore.py 48 handle_close = handle_read_event variable in class:exitingdummy
59 handle_close = handle_read_event variable in class:crashingdummy
150 def handle_close(self): member in class:HelperFunctionTests.test_readwrite.testobj
462 def handle_close(self): member in class:BaseTestHandler
463 raise Exception("handle_close not supposed to be called")
580 # make sure handle_close is called when the other end closes
586 # in order to make handle_close be called we are supposed
590 def handle_close(self): member in class:BaseTestAPI.test_handle_close.TestClient
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_asyncore.py 48 handle_close = handle_read_event variable in class:exitingdummy
59 handle_close = handle_read_event variable in class:crashingdummy
150 def handle_close(self): member in class:HelperFunctionTests.test_readwrite.testobj
462 def handle_close(self): member in class:BaseTestHandler
463 raise Exception("handle_close not supposed to be called")
580 # make sure handle_close is called when the other end closes
586 # in order to make handle_close be called we are supposed
590 def handle_close(self): member in class:BaseTestAPI.test_handle_close.TestClient
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_asyncore.py 48 handle_close = handle_read_event variable in class:exitingdummy
59 handle_close = handle_read_event variable in class:crashingdummy
150 def handle_close(self): member in class:HelperFunctionTests.test_readwrite.testobj
462 def handle_close(self): member in class:BaseTestHandler
463 raise Exception("handle_close not supposed to be called")
580 # make sure handle_close is called when the other end closes
586 # in order to make handle_close be called we are supposed
590 def handle_close(self): member in class:BaseTestAPI.test_handle_close.TestClient
  /external/python/cpython3/Lib/test/
test_asyncore.py 50 handle_close = handle_read_event variable in class:exitingdummy
61 handle_close = handle_read_event variable in class:crashingdummy
162 def handle_close(self): member in class:HelperFunctionTests.test_readwrite.testobj
460 def handle_close(self): member in class:BaseTestHandler
461 raise Exception("handle_close not supposed to be called")
600 # make sure handle_close is called when the other end closes
606 # in order to make handle_close be called we are supposed
610 def handle_close(self): member in class:BaseTestAPI.test_handle_close.TestClient
634 def handle_close(self): member in class:BaseTestAPI.test_handle_close_after_conn_broken.TestClient

Completed in 822 milliseconds

1 2