Searched defs:test_send (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython2/Lib/test/ | ||
D | test_asyncore.py | 354 def test_send(self): member in DispatcherWithSendTests |
D | test_httplib.py | 534 def test_send(self): member in BasicTest |
/external/python/cpython3/Lib/test/eintrdata/ | ||
D | eintr_tester.py | 277 def test_send(self): member in SocketEINTRTest |
/external/python/cpython3/Lib/test/ | ||
D | test_asyncore.py | 327 def test_send(self): member in DispatcherWithSendTests |
D | test_httplib.py | 723 def test_send(self): member in BasicTest |
/external/ltp/utils/sctp/testlib/ | ||
D | sctputil.h | 189 static inline int test_send(int sk, const void *msg, size_t len, int flags) in test_send() function |
/external/linux-kselftest/tools/testing/selftests/bpf/ | ||
D | test_sockmap.c | 1208 static int test_send(struct sockmap_options *opt, int cgrp) in test_send() function |