Searched defs:test_send (Results 1 – 7 of 7) sorted by relevance
| /third_party/python/Lib/test/ | ||
| D | _test_eintr.py | 277 def test_send(self): member in SocketEINTRTest |
| D | test_asyncore.py | 333 def test_send(self): member in DispatcherWithSendTests |
| D | test_asyncgen.py | 452 def test_send(): function |
| D | test_httplib.py | 931 def test_send(self): member in BasicTest |
| D | test_socket.py | 4720 def test_send(self): member in PurePythonSocketPairTest |
| /third_party/ltp/utils/sctp/testlib/ | ||
| D | sctputil.h | 208 static inline int test_send(int sk, const void *msg, size_t len, int flags) in test_send() function |
| /third_party/rust/rust/library/alloc/src/collections/linked_list/ | ||
| D | tests.rs | 321 fn test_send() { in test_send() function |