Home
last modified time | relevance | path

Searched defs:send (Results 51 - 75 of 80) sorted by relevance

1234

/third_party/python/Lib/multiprocessing/
H A Dmanagers.py1040 def send(self, *args): global() member in IteratorProxy
[all...]
/third_party/python/Lib/test/
H A Dtest_ftplib.py405 def send(self, data): member in .SSLConnection
H A Dtest_coroutines.py784 async def send(): global() function
[all...]
H A Dtest_types.py1884 def send(self): pass member in CoroutineTests.test_duck_coro.CoroLike
1898 def send(self): pass member in CoroutineTests.test_duck_corogen.CoroGenLike
1914 def send(self): pass member in CoroutineTests.test_duck_gen.GenLike
2032 def send(self, v): member in CoroutineTests.test_duck_functional_gen.Generator
[all...]
H A Dtest_collections.py798 def send(self, value): member in TestOneTrickPonyABCs.test_Awaitable.MinimalCoro
850 def send(self, value): member in TestOneTrickPonyABCs.test_Coroutine.MinimalCoro
880 def send(self, value): member in TestOneTrickPonyABCs.test_Coroutine.CoroLike
892 def send(self, value): member in TestOneTrickPonyABCs.test_Coroutine.CoroLike
1176 def send(self, value): return value member in TestOneTrickPonyABCs.test_Generator.NonGen2
1180 def send(self, value): return value member in TestOneTrickPonyABCs.test_Generator.NonGen3
1194 def send(self, value): return value member in TestOneTrickPonyABCs.test_Generator.Gen
1198 def send(self, value): member in TestOneTrickPonyABCs.test_Generator.MinimalGen
1225 def send(self, value): return value global() member in TestOneTrickPonyABCs.test_Generator.FailOnClose
1231 def send(self, value): return value global() member in TestOneTrickPonyABCs.test_Generator.IgnoreGeneratorExit
[all...]
/third_party/python/Lib/
H A D_collections_abc.py127 def send(self, value): member in Coroutine
333 def send(self, value): member in Generator
H A Dimaplib.py329 def send(self, data): member in IMAP4
1384 def send(sel member in IMAP4_stream
[all...]
H A Dssl.py1232 def send(self, data, flags=0): member in SSLSocket
/third_party/python/Lib/logging/
H A Dhandlers.py612 def send(self, s): member in SocketHandler
726 def send(self, s): member in DatagramHandler
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
H A Dmod.rs1333 fn send(from: &mut MemoryStream, to: &mut MemoryStream) { in send() functions
/third_party/rust/crates/nix/src/sys/socket/
H A Dmod.rs2272 pub fn send(fd: RawFd, buf: &[u8], flags: MsgFlags) -> Result<usize> { in send() functions
[all...]
/third_party/backends/backend/
H A Dsharp.c718 send (int fd, SHARP_Send * ss) in send() function
H A Dsnapscan-scsi.c688 static SANE_Status send (SnapScan_Scanner *pss, u_char dtc, u_char dtcq) in send() function
H A Depson.c883 send (Epson_Scanner * s, void *buf, size_t buf_size, SANE_Status * status) in send() function
[all...]
H A Dumax-scsidef.h773 static scsiblk send = { sendC, sizeof(sendC) }; variable
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmwgfx_drm.h1244 __u64 send; member
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_eu_emit.c2695 struct brw_inst *send; in brw_send_indirect_message() local
2752 struct brw_inst *send; brw_send_indirect_split_message() local
[all...]
/third_party/python/Lib/test/test_asyncio/
H A Dtest_events.py66 def send(self, v): member in CoroLike
[all...]
H A Dtest_tasks.py74 def send(self, v): member in CoroLikeObject
/third_party/python/Modules/
H A D_xxsubinterpretersmodule.c550 _channelend *send; member
617 _channelends_associate(_channelends *ends, int64_t interp, int send) in _channelends_associate() argument
588 _channelends_add(_channelends *ends, _channelend *prev, int64_t interp, int send) _channelends_add() argument
649 _channelends_close_end(_channelends *ends, _channelend *end, int send) _channelends_close_end() argument
1367 _channel_drop(_channels *channels, int64_t id, int send, int recv) _channel_drop() argument
1395 _channel_is_associated(_channels *channels, int64_t cid, int64_t interp, int send) _channel_is_associated() argument
1485 int send = -1; channelid_new() local
2343 int send = 0; /* Send or receive end? */ channel_list_interpreters() local
2462 int send = 0; channel_close() local
2510 int send = 0; channel_release() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
H A Dradius.h213 u8 *send; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
H A Dradius.h213 u8 *send; member
/third_party/lwip/src/include/lwip/
H A Dsockets.h659 #define send global() macro
[all...]
/third_party/toybox/toys/pending/
H A Ddhcpd.c283 } send; member
[all...]
/third_party/rust/crates/libc/src/
H A Dwasi.rs677 pub fn send(socket: ::c_int, buf: *const ::c_void, len: ::size_t, flags: ::c_int) -> ::ssize_t; in send() functions

Completed in 60 milliseconds

1234