Home
last modified time | relevance | path

Searched refs:fromfd (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython2/Lib/multiprocessing/
Dreduction.py181 def fromfd(fd, family, type_, proto=0): function
182 s = socket.fromfd(fd, family, type_, proto)
193 _sock = fromfd(fd, family, type_, proto)
/external/valgrind/coregrind/
Dvgdb.c593 getpkt (char *buf, int fromfd, int ackfd) in getpkt() argument
603 c = readchar (fromfd); in getpkt()
613 c = readchar (fromfd); in getpkt()
624 repeat = readchar (fromfd); in getpkt()
635 c1 = fromhex (readchar (fromfd)); in getpkt()
636 c2 = fromhex (readchar (fromfd)); in getpkt()
/external/linux-kselftest/tools/testing/selftests/capabilities/
Dtest_execve.c146 static void copy_fromat_to(int fromfd, const char *fromname, const char *toname) in copy_fromat_to() argument
148 int from = openat(fromfd, fromname, O_RDONLY); in copy_fromat_to()
/external/python/cpython2/Lib/test/
Dtest_epoll.py129 ep2 = select.epoll.fromfd(ep.fileno())
Dtest_kqueue.py125 kq2 = select.kqueue.fromfd(kq.fileno())
Dtest_socket.py834 sock = socket.fromfd(fd, socket.AF_INET, socket.SOCK_STREAM)
/external/python/cpython2/Doc/library/
Dselect.rst163 .. method:: epoll.fromfd(fd)
289 .. method:: kqueue.fromfd(fd)
Dsocket.rst389 .. function:: fromfd(fd, family, type[, proto])
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-solaris.c4101 Int fromfd = (Int) ARG1; in PRE() local
4105 PRINT("sys_renameat ( %d, %#lx(%s), %d, %#lx(%s) )", fromfd, in PRE()
4107 PRE_REG_READ4(long, "renameat", int, fromfd, const char *, old, in PRE()
4114 if (fromfd != VKI_AT_FDCWD in PRE()
4117 && !ML_(fd_allowed)(fromfd, "renameat", tid, False)) { in PRE()
Dsyswrap-darwin.c3734 int, fromfd, int, tofd, in PRE()
3744 int, fromfd, int, tofd, in PRE()
/external/valgrind/memcheck/tests/solaris/
Dscalar.stderr.exp1098 Syscall param renameat(fromfd) contains uninitialised byte(s)
/external/python/cpython2/Misc/
DHISTORY16586 module. And there's a new function fromfd() which creates a socket