Searched defs:make_socket (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/ | ||
D | test_sendfile.py | 153 def make_socket(self, cleanup=True): member in SockSendfileMixin |
D | test_proactor_events.py | 1006 def make_socket(self, cleanup=True): member in ProactorEventLoopUnixSockSendfileTests |
D | test_unix_events.py | 495 def make_socket(self, cleanup=True): member in SelectorEventLoopUnixSockSendfileTests |
D | test_base_events.py | 1989 def make_socket(self, blocking=False): member in BaseLoopSockSendfileTests |
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/ | ||
H A D | testpoll.c | 50 static void make_socket(apr_socket_t **sock, apr_sockaddr_t **sa, in make_socket() function |
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ | ||
H A D | sk_lookup.c | 111 static int make_socket(int sotype, const char *ip, int port, in make_socket() function |