Home
last modified time | relevance | path

Searched defs:handle_write (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Lib/
Dasynchat.py194 def handle_write(self): member in async_chat
Dasyncore.py489 def handle_write(self): member in dispatcher
524 def handle_write(self): member in dispatcher_with_send
/external/python/cpython2/Lib/
Dasyncore.py511 def handle_write(self): member in dispatcher
540 def handle_write(self): member in dispatcher_with_send
Dasynchat.py180 def handle_write (self): member in async_chat
/external/python/cpython3/Lib/test/
Dtest_asyncore.py596 def handle_write(self): member in BaseTestAPI.test_handle_write.TestClient
635 def handle_write(self): member in BaseTestAPI.test_handle_close_after_conn_broken.TestClient
688 def handle_write(self): member in BaseTestAPI.test_handle_error.TestClient
/external/python/cpython2/Lib/test/
Dtest_asyncore.py584 def handle_write(self): member in BaseTestAPI.test_handle_write.TestClient
641 def handle_write(self): member in BaseTestAPI.test_handle_error.TestClient
/external/grpc-grpc/test/core/end2end/
Dbad_server_response_test.cc101 static void handle_write() { in handle_write() function
/external/mesa3d/src/compiler/nir/
Dnir_opt_find_array_copies.c420 handle_write(nir_deref_instr *dst, nir_deref_instr *src, in handle_write() function
/external/crosvm/devices/src/
Dserial.rs277 fn handle_write(&mut self, offset: u8, v: u8) -> Result<()> { in handle_write() method