HomeSort by relevance Sort by last modified time
    Searched defs:fd3 (Results 1 - 19 of 19) sorted by null

  /external/valgrind/memcheck/tests/linux/
sys-openat.c 15 __attribute__((unused)) int fd3 = openat (AT_FDCWD, "abc", O_RDONLY); local
syscalls-2007.c 70 int fd3; local
77 fd3 = epoll_create (10);
78 epoll_pwait (fd3, evs, 10, 0, &mask);
  /external/webrtc/webrtc/base/
linuxfdwalk_unittest.cc 62 int fd3 = open("/dev/null", O_RDWR); local
63 EXPECT_LE(0, fd3);
64 int fd4 = dup2(fd3, kArbitraryLargeFdNumber);
68 EXPECT_TRUE(fds.insert(fd3).second);
73 EXPECT_EQ(0, close(fd3));
  /system/netd/libnetdutils/
FdTest.cpp 44 Fd fd3 = fd1; local
48 EXPECT_TRUE(isWellFormed(fd3));
64 ss << fd3 << " " << fd6 << " " << bad << " " << weird;
  /external/clang/test/CXX/special/class.inhctor/
p3.cpp 33 D3 fd3() { return 1; } // expected-error {{no viable conversion}} function
  /external/ltp/testcases/kernel/syscalls/fchown/
fchown04.c 54 static int fd3; variable
64 {&fd3, EROFS},
123 fd3 = SAFE_OPEN(cleanup, "mntpoint/tfile_3", O_RDONLY);
158 if (fd3 > 0 && close(fd3))
159 tst_resm(TWARN | TERRNO, "Failed to close fd3");
  /external/ltp/testcases/kernel/syscalls/kcmp/
kcmp01.c 38 static int fd3; variable
54 {&pid1, &pid2, KCMP_FILE, &fd1, &fd3, 1},
72 fd3 = SAFE_OPEN(TEST_FILE2, O_CREAT | O_RDWR, 0666);
77 SAFE_CLOSE(fd3);
85 SAFE_CLOSE(fd3);
  /external/libevent/test/
regress_listener.c 84 evutil_socket_t fd1 = -1, fd2 = -1, fd3 = -1; local
120 fd1 = fd2 = fd3 = -1;
123 evutil_socket_connect_(&fd3, (struct sockaddr*)&ss2, slen2);
138 if (fd3>=0)
139 EVUTIL_CLOSESOCKET(fd3);
regress_http.c 909 evutil_socket_t fd1=-1, fd2=-1, fd3=-1; local
958 fd3 = http_connect("127.0.0.1", port);
959 tt_int_op(fd3, >=, 0);
961 bev3 = bufferevent_socket_new(data->base, fd3, 0);
1005 if (fd3 >= 0)
1006 evutil_closesocket(fd3);
    [all...]
  /external/ltp/testcases/kernel/syscalls/fchmod/
fchmod06.c 48 static int fd3; variable
60 {"EROFS", &fd3, 0644, EROFS},
143 fd3 = SAFE_OPEN(cleanup, "mntpoint/tfile_3", O_RDONLY);
164 if (fd3 > 0 && close(fd3))
  /external/ltp/testcases/kernel/syscalls/preadv/
preadv02.c 50 static int fd3 = -1; variable
79 {&fd3, rd_iovec2, 1, 0, EBADF},
  /external/ltp/testcases/kernel/syscalls/pwritev/
pwritev02.c 48 static int fd3 = -1; variable
76 {&fd3, wr_iovec2, 1, 0, EBADF},
  /external/ltp/testcases/kernel/syscalls/read/
read02.c 52 static int fd2, fd3, fd4 = -1; variable
69 {&fd3, &outside_buf, 1, EFAULT},
112 fd3 = SAFE_OPEN("test_file", O_RDWR);
134 if (fd3 > 0)
135 SAFE_CLOSE(fd3);
  /external/ltp/testcases/kernel/syscalls/mq_open/
mq_open01.c 40 static mqd_t fd3 = -1; variable
211 fd3 = SAFE_MQ_OPEN(QUEUE_INIT, O_CREAT | O_EXCL | O_RDWR, S_IRWXU, NULL);
222 if (fd3 > 0 && mq_close(fd3))
  /external/clang/test/CodeGen/
atomic-ops.c 215 void fd3(struct S *a, struct S *b, struct S *c) { function
216 // CHECK-LABEL: @fd3
  /libcore/luni/src/test/java/libcore/java/net/
SocketTest.java 477 FileDescriptor fd3 = s.getFileDescriptor$(); local
478 assertSame(fd1, fd3);
479 assertFalse(fd3.valid());
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c 3676 int fd1, fd2, fd3; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c 5266 int fd1, fd2, fd3; local
    [all...]
  /external/python/cpython2/Modules/
posixmodule.c 5522 int fd1, fd2, fd3; local
    [all...]

Completed in 1355 milliseconds