| /external/python/cpython3/Lib/asyncio/ |
| D | windows_utils.py | 34 socketpair = socket.socketpair variable 37 def socketpair(family=socket.AF_INET, type=socket.SOCK_STREAM, proto=0): function
|
| /external/python/cpython3/Lib/test/ |
| D | test_selectors.py | 21 socketpair = socket.socketpair variable 23 def socketpair(family=socket.AF_INET, type=socket.SOCK_STREAM, proto=0): function
|
| /external/python/cpython3/Lib/ |
| D | socket.py | 475 def socketpair(family=None, type=SOCK_STREAM, proto=0): function 496 def socketpair(family=AF_INET, type=SOCK_STREAM, proto=0): function
|
| /external/curl/lib/ |
| D | memdebug.h | 122 #define socketpair(domain,type,protocol,socket_vector)\ macro
|
| /external/libmicrohttpd/ |
| D | configure.ac | 384 AC_ARG_ENABLE([[socketpair]], optenable
|
| /external/strace/ |
| D | net.c | 371 SYS_FUNC(socketpair) in SYS_FUNC() argument
|
| /external/python/cpython3/Lib/test/test_asyncio/ |
| D | test_proactor_events.py | 456 def test_ctor(self, socketpair, call_soon): argument
|
| /external/compiler-rt/lib/msan/ |
| D | msan_interceptors.cc | 763 INTERCEPTOR(int, socketpair, int domain, int type, int protocol, int sv[2]) { in INTERCEPTOR() argument
|
| /external/google-breakpad/src/third_party/lss/ |
| D | linux_syscall_support.h | 3663 LSS_INLINE int LSS_NAME(socketpair)(int d, int type, int protocol, in LSS_NAME() argument 3721 LSS_INLINE int LSS_NAME(socketpair)(int d, int type, int protocol, in LSS_NAME() argument
|
| /external/compiler-rt/lib/tsan/rtl/ |
| D | tsan_interceptors.cc | 1531 TSAN_INTERCEPTOR(int, socketpair, int domain, int type, int protocol, int *fd) { in TSAN_INTERCEPTOR() argument
|
| /external/valgrind/coregrind/m_syswrap/ |
| D | syswrap-darwin.c | 3863 PRE(socketpair) in PRE() argument 3871 POST(socketpair) in POST() argument
|
| /external/compiler-rt/lib/msan/tests/ |
| D | msan_test.cc | 783 TEST(MemorySanitizer, socketpair) { in TEST() argument
|