Home
last modified time | relevance | path

Searched defs:socketpair (Results 1 – 5 of 5) sorted by relevance

/system/extras/tests/net_test/
Dtcp_nuke_addr_test.py191 def assertSocketsClosed(self, socketpair): argument
195 def assertSocketsNotClosed(self, socketpair): argument
Dsock_diag_test.py61 def assertSocketsClosed(self, socketpair): argument
/system/core/adb/
Dsysdeps_test.cpp89 int socketpair[2]; in TEST() local
Dsysdeps.h802 #define socketpair ___xxx_socketpair macro
/system/netd/tests/
Dbinder_test.cpp299 void socketpair(int *clientSocket, int *serverSocket, int *acceptedSocket) { in socketpair() function