| /third_party/python/Lib/multiprocessing/ |
| H A D | managers.py | 1040 def send(self, *args): global() member in IteratorProxy [all...] |
| /third_party/python/Lib/test/ |
| H A D | test_ftplib.py | 405 def send(self, data): member in .SSLConnection
|
| H A D | test_coroutines.py | 784 async def send(): global() function [all...] |
| H A D | test_types.py | 1884 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 D | test_collections.py | 798 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.py | 127 def send(self, value): member in Coroutine 333 def send(self, value): member in Generator
|
| H A D | imaplib.py | 329 def send(self, data): member in IMAP4 1384 def send(sel member in IMAP4_stream [all...] |
| H A D | ssl.py | 1232 def send(self, data, flags=0): member in SSLSocket
|
| /third_party/python/Lib/logging/ |
| H A D | handlers.py | 612 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 D | mod.rs | 1333 fn send(from: &mut MemoryStream, to: &mut MemoryStream) { in send() functions
|
| /third_party/rust/crates/nix/src/sys/socket/ |
| H A D | mod.rs | 2272 pub fn send(fd: RawFd, buf: &[u8], flags: MsgFlags) -> Result<usize> { in send() functions [all...] |
| /third_party/backends/backend/ |
| H A D | sharp.c | 718 send (int fd, SHARP_Send * ss) in send() function
|
| H A D | snapscan-scsi.c | 688 static SANE_Status send (SnapScan_Scanner *pss, u_char dtc, u_char dtcq) in send() function
|
| H A D | epson.c | 883 send (Epson_Scanner * s, void *buf, size_t buf_size, SANE_Status * status) in send() function [all...] |
| H A D | umax-scsidef.h | 773 static scsiblk send = { sendC, sizeof(sendC) }; variable
|
| /third_party/mesa3d/src/gallium/winsys/svga/drm/ |
| H A D | vmwgfx_drm.h | 1244 __u64 send; member
|
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_eu_emit.c | 2695 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 D | test_events.py | 66 def send(self, v): member in CoroLike [all...] |
| H A D | test_tasks.py | 74 def send(self, v): member in CoroLikeObject
|
| /third_party/python/Modules/ |
| H A D | _xxsubinterpretersmodule.c | 550 _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 D | radius.h | 213 u8 *send; member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
| H A D | radius.h | 213 u8 *send; member
|
| /third_party/lwip/src/include/lwip/ |
| H A D | sockets.h | 659 #define send global() macro [all...] |
| /third_party/toybox/toys/pending/ |
| H A D | dhcpd.c | 283 } send; member [all...] |
| /third_party/rust/crates/libc/src/ |
| H A D | wasi.rs | 677 pub fn send(socket: ::c_int, buf: *const ::c_void, len: ::size_t, flags: ::c_int) -> ::ssize_t; in send() functions
|