/cts/tests/tests/graphics/src/android/graphics/cts/ |
SyncTest.java | 125 private static native int nSyncMerge(String name, int fd1, int fd2);
|
/external/libchrome/base/posix/ |
file_descriptor_shuffle_unittest.cc | 27 fd2(in_fd2) { 33 other.fd2 == fd2; 38 int fd2; member in struct:base::Action
|
/hardware/interfaces/power/1.0/vts/functional/ |
VtsHalPowerV1_0TargetTest.cpp | 76 unique_fd fd2(open(AVAILABLE_GOVERNORS_PATH, O_RDONLY)); 77 if (fd1 < 0 || fd2 < 0) { 87 unsigned len = read(fd2, governors, 1024);
|
/libcore/ojluni/src/main/java/java/net/ |
PlainSocketImpl.java | 247 FileDescriptor fd2 = new FileDescriptor(); local 249 Libcore.os.socketpair(AF_UNIX, SOCK_STREAM, 0, fd1, fd2); 253 Libcore.os.close(fd2);
|
/external/libdaemon/libdaemon/ |
dfork.c | 61 int fd2; local 63 if ((fd2 = open("/dev/null", f)) < 0) 66 if (fd2 == fd) 69 if (dup2(fd2, fd) < 0) 72 close(fd2);
|
/external/ltp/testcases/kernel/logging/kmsg/ |
kmsg01.c | 499 int j, fd, fd2; local 519 * begininng and read seqno2. Use fd2 to check if 524 fd2 = SAFE_OPEN(cleanup, "/dev/kmsg", O_RDONLY | O_NONBLOCK); 538 if (read_msg_seqno(fd2, &tmp)) 544 SAFE_CLOSE(cleanup, fd2);
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mn10300/ |
am33-2.d | 436 0*7f2 <fmovd\+0x12> f9 ?a0 ?12 ? * fmov \(r1\), ?fd2 443 0*807 <fmovd\+0x27> f9 ?a2 ?f2 ? * fmov \(d3\+\), ?fd2 458 0*834 <fmovd\+0x54> f9 ?a4 ?02 ? * fmov \(sp\), ?fd2 465 0*849 <fmovd\+0x69> f9 ?b0 ?28 ? * fmov fd2, ?\(a0\) 472 0*85e <fmovd\+0x7e> f9 ?b0 ?26 ? * fmov fd2, ?\(r6\) 489 0*891 <fmovd\+0xb1> f9 ?b4 ?20 ? * fmov fd2, ?\(sp\) 504 0*8be <fmovd\+0xde> f9 ?c2 ?42 ? * fmov fd20, ?fd2 [all...] |
/external/libdrm/amdgpu/ |
amdgpu_device.c | 86 int fd2 = PTR_TO_UINT(key2); local 88 char *name2 = drmGetPrimaryDeviceNameFromFd(fd2);
|
/external/strace/tests/ |
btrfs.c | 1655 int fd1, fd2; local [all...] |
/external/strace/tests-m32/ |
btrfs.c | 1655 int fd1, fd2; local [all...] |
/external/strace/tests-mx32/ |
btrfs.c | 1655 int fd1, fd2; local [all...] |
/external/ltp/testcases/kernel/syscalls/memfd_create/ |
memfd_create_common.c | 394 int fd2; local 399 fd2 = check_mfd_open(filename, lineno, fd, 401 safe_close(filename, lineno, NULL, fd2);
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/ |
all-opcodes.d | 576 236: 3fd2.* 577 237: 3fd2.* [all...] |
/external/toybox/lib/ |
portability.h | 115 int linkat(int fd1, const char *path1, int fd2, const char *path2, int flag);
|
/system/netd/libnetdutils/ |
FdTest.cpp | 43 Fd fd2(fd1);
|
/external/syslinux/com32/rosh/ |
rosh.c | 556 int fd2, file2pos; local 567 fd2 = open(filestr2, O_RDONLY); 568 fstat(fd2, &fdstat); 569 fd2 = close(fd2);
|
/hardware/interfaces/tetheroffload/control/1.0/vts/functional/ |
VtsHalTetheroffloadControlV1_0TargetTest.cpp | 147 unique_fd fd2(conntrackSocket(NF_NETLINK_CONNTRACK_UPDATE | NF_NETLINK_CONNTRACK_DESTROY)); 148 if (fd2.get() < 0) { 153 nativeHandle2->data[0] = fd2.release();
|
/hardware/qcom/data/ipacfg-mgr/msm8998/hal/src/ |
HAL.cpp | 109 * ALOGD("fd2->%d", mHandle2->data[0]); 254 const hidl_handle &fd2, 268 if (fd2->numFds != 1) { 269 BoolResult res = makeInputCheckFailure("Must provide exactly one FD per handle (fd2)"); 285 mHandle2 = fd2; 291 fl.addArg("fd2", mHandle2->data[0]);
|
/libcore/luni/src/main/java/libcore/io/ |
BlockGuardOs.java | 315 @Override public void socketpair(int domain, int type, int protocol, FileDescriptor fd1, FileDescriptor fd2) throws ErrnoException { 316 os.socketpair(domain, type, protocol, fd1, fd2); 319 tagSocket(fd2);
|
/libcore/luni/src/test/java/libcore/java/net/ |
SocketTest.java | 471 FileDescriptor fd2 = s.getFileDescriptor$(); local 472 assertSame(fd1, fd2); 473 int fd2Val = fd2.getInt$();
|
/external/python/cpython2/Lib/multiprocessing/ |
connection.py | 196 fd1, fd2 = os.pipe() 198 c2 = _multiprocessing.Connection(fd2, readable=False)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/ |
connection.py | 196 fd1, fd2 = os.pipe() 198 c2 = _multiprocessing.Connection(fd2, readable=False)
|
/prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/ |
connection.py | 196 fd1, fd2 = os.pipe() 198 c2 = _multiprocessing.Connection(fd2, readable=False)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/ |
connection.py | 196 fd1, fd2 = os.pipe() 198 c2 = _multiprocessing.Connection(fd2, readable=False)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
connection.py | 196 fd1, fd2 = os.pipe() 198 c2 = _multiprocessing.Connection(fd2, readable=False)
|