Home
last modified time | relevance | path

Searched refs:handle_write (Results 1 – 8 of 8) sorted by relevance

/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/
Dusb_handle.h81 extern int handle_write(int fd, void *buffer, size_t len);
/third_party/python/Lib/
Dasyncore.py446 self.handle_write()
489 def handle_write(self): member in dispatcher
524 def handle_write(self): member in dispatcher_with_send
Dasynchat.py194 def handle_write(self): member in async_chat
/third_party/python/Lib/test/
Dtest_asyncore.py299 d.handle_write()
596 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
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_find_array_copies.c420 handle_write(nir_deref_instr *dst, nir_deref_instr *src, in handle_write() function
625 progress |= handle_write(dst_deref, src_deref, instr->index, in opt_find_array_copies_block()
/third_party/python/Doc/library/
Dasyncore.rst120 .. method:: handle_write()
126 def handle_write(self):
321 def handle_write(self):
Dasynchat.rst71 :meth:`handle_write` method does nothing. You use the channel object's
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
Dusb_handle.c251 int handle_write(int fd, void *buffer, size_t len) in handle_write() function