/toolchain/binutils/binutils-2.25/binutils/ |
rename.c | 45 int fromfd, tofd, nread; local 49 fromfd = open (from, O_RDONLY | O_BINARY); 50 if (fromfd < 0) 60 close (fromfd); 64 while ((nread = read (fromfd, buf, sizeof buf)) > 0) 69 close (fromfd); 76 close (fromfd);
|
/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/gdb/darwin-x86/lib/python2.7/test/ |
test_kqueue.py | 100 kq2 = select.kqueue.fromfd(kq.fileno())
|
test_epoll.py | 129 ep2 = select.epoll.fromfd(ep.fileno())
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_kqueue.py | 100 kq2 = select.kqueue.fromfd(kq.fileno())
|
test_epoll.py | 129 ep2 = select.epoll.fromfd(ep.fileno())
|
/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())
|
/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())
|
/frameworks/base/core/java/android/util/ |
MemoryIntArray.java | 74 mFd = ParcelFileDescriptor.fromFd(nativeCreate(name, size));
|
/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/core/java/android/os/ |
ParcelFileDescriptor.java | 236 return fromFd(fd, handler, listener); 240 public static ParcelFileDescriptor fromFd( 325 public static ParcelFileDescriptor fromFd(int fd) throws IOException { [all...] |
/prebuilts/go/darwin-x86/src/syscall/ |
zsysnum_openbsd_386.go | 202 SYS_RENAMEAT = 323 // { int sys_renameat(int fromfd, const char *from, \
|
zsysnum_openbsd_amd64.go | 202 SYS_RENAMEAT = 323 // { int sys_renameat(int fromfd, const char *from, \
|
zsysnum_openbsd_arm.go | 208 SYS_RENAMEAT = 323 // { int sys_renameat(int fromfd, const char *from, \
|
/prebuilts/go/linux-x86/src/syscall/ |
zsysnum_openbsd_386.go | 202 SYS_RENAMEAT = 323 // { int sys_renameat(int fromfd, const char *from, \
|
zsysnum_openbsd_amd64.go | 202 SYS_RENAMEAT = 323 // { int sys_renameat(int fromfd, const char *from, \
|
zsysnum_openbsd_arm.go | 208 SYS_RENAMEAT = 323 // { int sys_renameat(int fromfd, const char *from, \
|
/frameworks/base/docs/html/about/versions/ |
android-3.2.jd | 458 android.os.ParcelFileDescriptor#fromFd(int) fromFd()} for managing
|