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

  /external/linux-tools-perf/src/tools/perf/util/
util.c 87 int fromfd, tofd; local
98 fromfd = open(from, O_RDONLY);
99 if (fromfd < 0)
106 addr = mmap(NULL, st.st_size, PROT_READ, MAP_PRIVATE, fromfd, 0);
119 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/linux-x86/2.7.5/lib/python2.7/lib-dynload/
select.so 
_socket.so 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_kqueue.py 100 kq2 = select.kqueue.fromfd(kq.fileno())
test_epoll.py 129 ep2 = select.epoll.fromfd(ep.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...]
test_multiprocessing.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_kqueue.py 100 kq2 = select.kqueue.fromfd(kq.fileno())
test_epoll.py 129 ep2 = select.epoll.fromfd(ep.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...]
test_multiprocessing.py     [all...]
  /external/valgrind/coregrind/
vgdb.c 588 /* Read a packet from fromfd, with error checking,
594 getpkt (char *buf, int fromfd, int ackfd)
604 c = readchar (fromfd);
614 c = readchar (fromfd);
625 repeat = readchar (fromfd);
636 c1 = fromhex (readchar (fromfd));
637 c2 = fromhex (readchar (fromfd));
    [all...]
  /frameworks/base/docs/html/about/versions/
android-3.2.jd 458 android.os.ParcelFileDescriptor#fromFd(int) fromFd()} for managing
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
socket.py 14 fromfd() -- create a socket object from an open file descriptor [*]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
socket.py 14 fromfd() -- create a socket object from an open file descriptor [*]
  /frameworks/base/core/java/android/os/
ParcelFileDescriptor.java 312 public static ParcelFileDescriptor fromFd(int fd) throws IOException {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
unistd.h 811 to FROMFD and TOFD respectively. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
unistd.h 818 to FROMFD and TOFD respectively. */
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-darwin.c     [all...]
  /external/skia/platform_tools/android/bin/linux/
perfhost 

Completed in 893 milliseconds