/aosp_15_r20/kernel/tests/net/test/ |
H A D | tcp_nuke_addr_test.py | 85 def CheckNukeAddrUnsupported(self, socketpair, addr): argument 97 def assertSocketsNotClosed(self, socketpair): argument
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_selectors.py | 27 socketpair = socket.socketpair variable 29 def socketpair(family=socket.AF_INET, type=socket.SOCK_STREAM, proto=0): function
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/fs/ |
H A D | LinuxWatchService.java | 185 private final int socketpair[]; field in LinuxWatchService.Poller 483 private static native void socketpair(int[] sv) throws UnixException; in socketpair() method in LinuxWatchService
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | socket.py | 595 def socketpair(family=None, type=SOCK_STREAM, proto=0): function 616 def socketpair(family=AF_INET, type=SOCK_STREAM, proto=0): function
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | socket.py | 595 def socketpair(family=None, type=SOCK_STREAM, proto=0): function 616 def socketpair(family=AF_INET, type=SOCK_STREAM, proto=0): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | socket.py | 595 def socketpair(family=None, type=SOCK_STREAM, proto=0): function 616 def socketpair(family=AF_INET, type=SOCK_STREAM, proto=0): function
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | socket.py | 595 def socketpair(family=None, type=SOCK_STREAM, proto=0): function 616 def socketpair(family=AF_INET, type=SOCK_STREAM, proto=0): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | socket.py | 595 def socketpair(family=None, type=SOCK_STREAM, proto=0): function 616 def socketpair(family=AF_INET, type=SOCK_STREAM, proto=0): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | socket.py | 595 def socketpair(family=None, type=SOCK_STREAM, proto=0): function 616 def socketpair(family=AF_INET, type=SOCK_STREAM, proto=0): function
|
/aosp_15_r20/bionic/libc/bionic/ |
H A D | socketpair.cpp | 36 int socketpair(int domain, int type, int protocol, int sv[2]) { in socketpair() function
|
/aosp_15_r20/external/trusty/musl/src/network/ |
D | socketpair.c | 6 int socketpair(int domain, int type, int protocol, int fd[2]) in socketpair() function
|
/aosp_15_r20/external/musl/src/network/ |
H A D | socketpair.c | 6 int socketpair(int domain, int type, int protocol, int fd[2]) in socketpair() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/net/ |
D | socketpair.rs | 29 pub fn socketpair( in socketpair() function
|
D | mod.rs | 14 mod socketpair; module
|
/aosp_15_r20/packages/modules/adb/ |
D | sysdeps_test.cpp | 60 int socketpair[2]; in TEST() local
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/ch/ |
H A D | EPollPort.java | 312 private static native void socketpair(int[] sv) throws IOException; in socketpair() method in EPollPort
|
/aosp_15_r20/external/curl/lib/ |
H A D | memdebug.h | 151 #define socketpair(domain,type,protocol,socket_vector)\ macro
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/ |
D | syscall_linux_s390x.go | 169 func socketpair(domain int, typ int, flags int, fd *[2]int32) error { func
|
D | syscall_linux_386.go | 168 func socketpair(domain int, typ int, flags int, fd *[2]int32) (err error) { func
|
D | zsyscall_linux_loong64.go | 369 func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { func
|
D | zsyscall_linux_arm.go | 184 func socketpair(domain int, typ int, flags int, fd *[2]int32) (err error) { func
|
/aosp_15_r20/external/strace/ |
H A D | net.c | 429 SYS_FUNC(socketpair) in SYS_FUNC() argument
|
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/ |
D | syscall_linux_s390x.go | 143 func socketpair(domain int, typ int, flags int, fd *[2]int32) (err error) { func
|
D | syscall_linux_386.go | 241 func socketpair(domain int, typ int, flags int, fd *[2]int32) (err error) { func
|
/aosp_15_r20/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/async/ |
D | FakeOsAccess.java | 307 public synchronized ParcelFileDescriptor[] socketpair() throws IOException { in socketpair() method in FakeOsAccess
|