Home
last modified time | relevance | path

Searched defs:pfd (Results 1 – 25 of 80) sorted by relevance

1234

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowParcelFileDescriptorTest.java39 ParcelFileDescriptor pfd = in testOpens() local
48 ParcelFileDescriptor pfd = in testOpens_canReadReadOnlyFile() local
59 ParcelFileDescriptor pfd = in testOpens_canWriteWritableFile() local
70 ParcelFileDescriptor pfd = in testStatSize_emptyFile() local
80 ParcelFileDescriptor pfd = in testStatSize_writtenFile() local
92 ParcelFileDescriptor pfd = ParcelFileDescriptor.open(file, -1); in testCloses() local
100 ParcelFileDescriptor pfd = ParcelFileDescriptor.open(file, -1); in testAutoCloseInputStream() local
110 ParcelFileDescriptor pfd = ParcelFileDescriptor.open(f, -1); in testAutoCloseOutputStream() local
138 ParcelFileDescriptor pfd = in testGetFd_canRead() local
/external/strace/tests-m32/
Dpoll.c54 print_pollfd_entering(const struct pollfd *const pfd) in print_pollfd_entering()
87 print_pollfd_array_entering(const struct pollfd *const pfd, in print_pollfd_array_entering()
111 print_pollfd_exiting(const struct pollfd *const pfd, in print_pollfd_exiting()
151 print_pollfd_array_exiting(const struct pollfd *const pfd, in print_pollfd_array_exiting()
/external/strace/tests-mx32/
Dpoll.c54 print_pollfd_entering(const struct pollfd *const pfd) in print_pollfd_entering()
87 print_pollfd_array_entering(const struct pollfd *const pfd, in print_pollfd_array_entering()
111 print_pollfd_exiting(const struct pollfd *const pfd, in print_pollfd_exiting()
151 print_pollfd_array_exiting(const struct pollfd *const pfd, in print_pollfd_array_exiting()
/external/strace/tests/
Dpoll.c54 print_pollfd_entering(const struct pollfd *const pfd) in print_pollfd_entering()
87 print_pollfd_array_entering(const struct pollfd *const pfd, in print_pollfd_array_entering()
111 print_pollfd_exiting(const struct pollfd *const pfd, in print_pollfd_exiting()
151 print_pollfd_array_exiting(const struct pollfd *const pfd, in print_pollfd_array_exiting()
/external/openssh/
Dmonitor_fdpass.c66 struct pollfd pfd; in mm_send_fd() local
128 struct pollfd pfd; in mm_receive_fd() local
Datomicio.c58 struct pollfd pfd; in atomicio6() local
108 struct pollfd pfd; in atomiciov6() local
/external/libevent/
Dpoll.c116 struct pollfd *pfd = &pop->event_set[i]; in poll_check_ok() local
220 struct pollfd *pfd = NULL; in poll_add() local
281 struct pollfd *pfd = NULL; in poll_del() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/
DResourceBasedPeriodFormatterDataServiceTest.java37 PeriodFormatterData pfd = service.get(locale); in testAvailable() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
DResourceBasedPeriodFormatterDataServiceTest.java34 PeriodFormatterData pfd = service.get(locale); in testAvailable() local
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_pixelformat.h43 PIXELFORMATDESCRIPTOR pfd; member
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_lirc_mode2_user.c111 struct pollfd pfd = { .fd = lircfd, .events = POLLIN }; in main() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_yield/
D1-1.c66 int pfd[2]; in main() local
/external/libcups/cups/
Dsidechannel.c112 struct pollfd pfd; /* Poll structure for poll() */ in cupsSideChannelRead() local
535 struct pollfd pfd; /* Poll structure for poll() */ in cupsSideChannelWrite() local
/external/linux-kselftest/tools/testing/selftests/nsfs/
Downer.c28 int pfd[2], ns, uns, init_uns; in main() local
/external/ltp/testcases/kernel/syscalls/clone/
Dclone03.c51 static int pfd[2]; variable
Dclone06.c41 static int pfd[2]; variable
/external/ltp/testcases/kernel/syscalls/fsync/
Dfsync03.c56 int pfd; /* holds the value for fd[1] */ variable
/external/ltp/testcases/kernel/syscalls/vmsplice/
Dvmsplice01.c84 struct pollfd pfd = {.fd = pipes[1], .events = POLLOUT}; in vmsplice_test() local
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowParcelFileDescriptor.java45 ParcelFileDescriptor pfd; in open() local
/external/adhd/cras/src/tests/
Dcras_router.c130 int *pfd = malloc(sizeof(*pfd)); in run_file_io_stream() local
256 int pfd[2]; in main() local
/external/ltp/testcases/kernel/syscalls/writev/
Dwritev01.c58 int *pfd; member
/external/honggfuzz/netbsd/
Darch.c186 struct pollfd pfd = { in arch_reapChild() local
/external/skqp/tools/sk_app/win/
DGLWindowContext_win.cpp98 PIXELFORMATDESCRIPTOR pfd; in onInitializeContext() local
/external/toybox/toys/other/
Dwatch.c71 struct pollfd pfd[2]; in watch_main() local
/external/skia/tools/sk_app/win/
DGLWindowContext_win.cpp98 PIXELFORMATDESCRIPTOR pfd; in onInitializeContext() local

1234