HomeSort by relevance Sort by last modified time
    Searched refs:fromfd (Results 1 - 11 of 11) sorted by null

  /external/linux-tools-perf/util/
util.c 59 int fromfd, tofd; local
70 fromfd = open(from, O_RDONLY);
71 if (fromfd < 0)
78 addr = mmap(NULL, st.st_size, PROT_READ, MAP_PRIVATE, fromfd, 0);
91 close(fromfd);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
reduction.py 181 def fromfd(fd, family, type_, proto=0): function
182 s = socket.fromfd(fd, family, type_, proto)
193 _sock = fromfd(fd, family, type_, proto)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
reduction.py 181 def fromfd(fd, family, type_, proto=0): function
182 s = socket.fromfd(fd, family, type_, proto)
193 _sock = fromfd(fd, family, type_, proto)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_epoll.py 129 ep2 = select.epoll.fromfd(ep.fileno())
test_kqueue.py 100 kq2 = select.kqueue.fromfd(kq.fileno())
test_socket.py 785 # Testing fromfd()
786 if not hasattr(socket, "fromfd"):
789 sock = socket.fromfd(fd, socket.AF_INET, socket.SOCK_STREAM)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_epoll.py 129 ep2 = select.epoll.fromfd(ep.fileno())
test_kqueue.py 100 kq2 = select.kqueue.fromfd(kq.fileno())
test_socket.py 785 # Testing fromfd()
786 if not hasattr(socket, "fromfd"):
789 sock = socket.fromfd(fd, socket.AF_INET, socket.SOCK_STREAM)
    [all...]
  /external/valgrind/main/coregrind/
vgdb.c     [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c     [all...]

Completed in 1590 milliseconds