/third_party/rust/crates/nix/test/ |
D | test_poll.rs | 74 let pfd = PollFd::new(0x1234, PollFlags::empty()); in test_pollfd_fd() localVariable 80 let mut pfd = PollFd::new(-1, PollFlags::POLLIN); in test_pollfd_events() localVariable
|
/third_party/glfw/src/ |
D | wgl_context.c | 141 PIXELFORMATDESCRIPTOR pfd; in choosePixelFormat() local 338 PIXELFORMATDESCRIPTOR pfd; in loadWGLExtensions() local 478 PIXELFORMATDESCRIPTOR pfd; in _glfwCreateContextWGL() local
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstpoll.c | 404 struct pollfd *pfd = &g_array_index (set->fds, struct pollfd, i); in selectable_fds() local 481 struct pollfd *pfd = &g_array_index (set->fds, struct pollfd, i); in pollfd_to_fd_set() local 509 struct pollfd *pfd = &g_array_index (set->active_fds, struct pollfd, i); in fd_set_to_pollfd() local 987 struct pollfd *pfd = &g_array_index (set->fds, struct pollfd, idx); in gst_poll_fd_ctl_write() local 1021 struct pollfd *pfd = &g_array_index (set->fds, struct pollfd, idx); in gst_poll_fd_ctl_read_unlocked() local 1182 struct pollfd *pfd = &g_array_index (set->active_fds, struct pollfd, idx); in gst_poll_fd_has_closed() local 1224 struct pollfd *pfd = &g_array_index (set->active_fds, struct pollfd, idx); in gst_poll_fd_has_error() local 1255 struct pollfd *pfd = &g_array_index (set->active_fds, struct pollfd, idx); in gst_poll_fd_can_read_unlocked() local 1322 struct pollfd *pfd = &g_array_index (set->active_fds, struct pollfd, idx); in gst_poll_fd_can_write() local
|
/third_party/musl/Benchmark/musl/ |
D | libc_poll.cpp | 8 struct pollfd pfd; in Bm_function_Poll() local
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-custom/ |
D | minimal-http-server.c | 59 struct lws_pollfd *pfd; in custom_poll_add_fd() local 85 struct lws_pollfd *pfd; in custom_poll_del_fd() local 107 struct lws_pollfd *pfd; in custom_poll_change_fd() local
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/duration/ |
D | ResourceBasedPeriodFormatterDataServiceTest.java | 37 PeriodFormatterData pfd = service.get(locale); in testAvailable() local
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/ |
D | ResourceBasedPeriodFormatterDataServiceTest.java | 34 PeriodFormatterData pfd = service.get(locale); in testAvailable() local
|
/third_party/gstreamer/gstplugins_bad/tests/check/pipelines/ |
D | streamheader.c | 81 int pfd[2]; in GST_START_TEST() local 194 int pfd[2]; in GST_START_TEST() local
|
/third_party/toybox/toys/other/ |
D | count.c | 20 struct pollfd pfd = {0, POLLIN, 0}; in count_main() local
|
D | watch.c | 71 struct pollfd pfd[2]; in watch_main() local
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
D | stw_pixelformat.h | 47 PIXELFORMATDESCRIPTOR pfd; member
|
/third_party/libwebsockets/lib/core-net/client/ |
D | connect4.c | 35 struct lws_pollfd pfd; in lws_client_connect_4_established() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_yield/ |
D | 1-1.c | 69 int pfd[2]; in main() local
|
/third_party/nghttp2/src/ |
D | shrpx_exec.cc | 42 int pfd[2]; in exec_read_command() local
|
/third_party/libwebsockets/lib/plat/freertos/ |
D | freertos-fds.c | 46 struct lws *wsi, struct lws_pollfd *pfd) in lws_plat_change_pollfd()
|
/third_party/curl/lib/ |
D | socketpair.c | 74 struct pollfd pfd[1]; in Curl_socketpair() local
|
D | select.c | 194 struct pollfd pfd[3]; in Curl_socket_check() local
|
/third_party/libwebsockets/lib/plat/windows/ |
D | windows-service.c | 63 struct lws_pollfd *pfd; in _lws_plat_service_tsi() local
|
/third_party/ltp/testcases/kernel/syscalls/vmsplice/ |
D | vmsplice01.c | 64 struct pollfd pfd = {.fd = pipes[1], .events = POLLOUT}; in vmsplice_test() local
|
/third_party/NuttX/fs/vfs/ |
D | fs_select.c | 100 struct pollfd pfd[POLL_STACK_CNT]; in do_select() local
|
/third_party/alsa-utils/axfer/ |
D | waiter-select.c | 45 struct pollfd *pfd; in select_wait_event() local
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/ |
D | xcb_event_source.c | 39 GPollFD pfd; member
|
/third_party/ltp/testcases/kernel/syscalls/writev/ |
D | writev01.c | 46 int *pfd; member
|
/third_party/libwebsockets/lib/plat/unix/ |
D | unix-service.c | 178 struct lws_pollfd *pfd; in _lws_plat_service_tsi() local
|
/third_party/skia/tools/sk_app/win/ |
D | GLWindowContext_win.cpp | 103 PIXELFORMATDESCRIPTOR pfd; in onInitializeContext() local
|