/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
connection.py | 196 fd1, fd2 = os.pipe() 197 c1 = _multiprocessing.Connection(fd1, writable=False)
|
/external/ltp/testcases/kernel/fs/dmapi/ |
handle.c | 2914 int fd1, fd2; local 2985 int fd1, fd2; local 5692 int fd1, fd2; local [all...] |
/external/bison/darwin-lib/ |
stdio.h | [all...] |
unistd.h | [all...] |
/external/bison/lib/ |
unistd.in.h | [all...] |
stdio.in.h | [all...] |
/external/bison/linux-lib/ |
stdio.h | [all...] |
unistd.h | [all...] |
/external/clang/test/CodeGen/ |
atomic-ops.c | 186 struct S fd1(struct S *a) { function 187 // CHECK-LABEL: @fd1
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
libiberty.h | 187 extern int fdmatch (int fd1, int fd2);
|
/toolchain/binutils/binutils-2.25/include/ |
libiberty.h | 190 extern int fdmatch (int fd1, int fd2);
|
/prebuilts/go/darwin-x86/src/syscall/ |
exec_plan9.go | 303 // close the numbered file descriptor, unless it is fd1, fd2, or a member of fds. 305 func closeFdExcept(n int, fd1 int, fd2 int, fds []int) { 306 if n == fd1 || n == fd2 {
|
/prebuilts/go/linux-x86/src/syscall/ |
exec_plan9.go | 303 // close the numbered file descriptor, unless it is fd1, fd2, or a member of fds. 305 func closeFdExcept(n int, fd1 int, fd2 int, fds []int) { 306 if n == fd1 || n == fd2 {
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_posix.py | 188 fd1 = os.open(test_support.TESTFN,
193 os.close(fd1)
|
/external/mesa3d/src/gallium/winsys/radeon/drm/ |
radeon_drm_winsys.c | 692 int fd1 = pointer_to_intptr(key1); local 695 fstat(fd1, &stat1);
|
/system/core/adb/ |
shell_service.cpp | 126 // Creates a socketpair and saves the endpoints to |fd1| and |fd2|. 127 bool CreateSocketpair(unique_fd* fd1, unique_fd* fd2) { 133 fd1->reset(sockets[0]);
|
/libcore/ojluni/src/main/java/sun/nio/fs/ |
LinuxWatchService.java | 490 private static native int poll(int fd1, int fd2) throws UnixException;
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/ |
VolInfo.c | [all...] |
/external/elfutils/src/ |
elfcmp.c | 162 int fd1; local 164 Elf *elf1 = open_file (fname1, &fd1, &ebl1); 660 close (fd1);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/ |
edk2module.c | 3676 int fd1, fd2, fd3; local [all...] |
/libcore/luni/src/main/java/libcore/io/ |
Os.java | 167 public void socketpair(int domain, int type, int protocol, FileDescriptor fd1, FileDescriptor fd2) throws ErrnoException;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
posixmodule.c | 443 _PyVerify_fd_dup2(int fd1, int fd2)
445 if (!_PyVerify_fd(fd1))
5266 int fd1, fd2, fd3; local [all...] |
/external/python/cpython2/Modules/ |
posixmodule.c | 609 _PyVerify_fd_dup2(int fd1, int fd2) 611 if (!_PyVerify_fd(fd1)) 5522 int fd1, fd2, fd3; local [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
BitmapRegionDecoderTest.java | 310 FileDescriptor fd1 = pfd1.getFileDescriptor(); local 311 decoder = BitmapRegionDecoder.newInstance(fd1, false);
|
/external/mesa3d/src/gallium/winsys/virgl/drm/ |
virgl_drm_winsys.c | 842 int fd1 = pointer_to_intptr(key1); local 845 fstat(fd1, &stat1);
|