/external/python/cpython2/Lib/test/ |
test_tempfile.py | 453 (fd2, name2) = self.make_temp() 454 os.close(fd2) [all...] |
/external/webrtc/webrtc/base/ |
physicalsocketserver.cc | 900 int fd2 = afd_[1]; 913 close(fd2); [all...] |
/prebuilts/go/darwin-x86/src/syscall/ |
syscall_netbsd.go | 105 //sysnb pipe() (fd1 int, fd2 int, err error)
|
zsysnum_openbsd_386.go | 196 SYS_LINKAT = 317 // { int sys_linkat(int fd1, const char *path1, int fd2, \
|
zsysnum_openbsd_amd64.go | 196 SYS_LINKAT = 317 // { int sys_linkat(int fd1, const char *path1, int fd2, \
|
zsysnum_openbsd_arm.go | 202 SYS_LINKAT = 317 // { int sys_linkat(int fd1, const char *path1, int fd2, \
|
zsysnum_dragonfly_amd64.go | 299 SYS_LINKAT = 531 // { int linkat(int fd1, char *path1, int fd2, \
|
zsysnum_freebsd_386.go | 311 SYS_LINKAT = 495 // { int linkat(int fd1, char *path1, int fd2, \
|
zsysnum_freebsd_amd64.go | 311 SYS_LINKAT = 495 // { int linkat(int fd1, char *path1, int fd2, \
|
zsysnum_freebsd_arm.go | 311 SYS_LINKAT = 495 // { int linkat(int fd1, char *path1, int fd2, \
|
zsyscall_netbsd_386.go | 266 func pipe() (fd1 int, fd2 int, err error) { 269 fd2 = int(r1)
|
zsyscall_netbsd_amd64.go | 266 func pipe() (fd1 int, fd2 int, err error) { 269 fd2 = int(r1)
|
zsyscall_netbsd_arm.go | 266 func pipe() (fd1 int, fd2 int, err error) { 269 fd2 = int(r1)
|
/prebuilts/go/linux-x86/src/syscall/ |
syscall_netbsd.go | 105 //sysnb pipe() (fd1 int, fd2 int, err error)
|
zsysnum_openbsd_386.go | 196 SYS_LINKAT = 317 // { int sys_linkat(int fd1, const char *path1, int fd2, \
|
zsysnum_openbsd_amd64.go | 196 SYS_LINKAT = 317 // { int sys_linkat(int fd1, const char *path1, int fd2, \
|
zsysnum_openbsd_arm.go | 202 SYS_LINKAT = 317 // { int sys_linkat(int fd1, const char *path1, int fd2, \
|
zsysnum_dragonfly_amd64.go | 299 SYS_LINKAT = 531 // { int linkat(int fd1, char *path1, int fd2, \
|
zsysnum_freebsd_386.go | 311 SYS_LINKAT = 495 // { int linkat(int fd1, char *path1, int fd2, \
|
zsysnum_freebsd_amd64.go | 311 SYS_LINKAT = 495 // { int linkat(int fd1, char *path1, int fd2, \
|
zsysnum_freebsd_arm.go | 311 SYS_LINKAT = 495 // { int linkat(int fd1, char *path1, int fd2, \
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
BitmapRegionDecoderTest.java | 313 FileDescriptor fd2 = pfd2.getFileDescriptor(); local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
edk2module.c | 2869 int fd, fd2, res; local [all...] |
/external/valgrind/coregrind/m_syswrap/ |
syswrap-generic.c | 1468 Int fd2 = ((Int*)arg3)[1]; local [all...] |
/frameworks/native/libs/vr/libpdx/ |
serialization_tests.cpp | 704 LocalHandle fd2; local 714 fd2 = LocalHandle(200); 715 Serialize(std::forward_as_tuple(fd1, fd2), &result); 727 fd2.Release(); // Don't try to close fd 200. [all...] |