Home
last modified time | relevance | path

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

1234

/third_party/rust/crates/nix/test/
Dtest_poll.rs74 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/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsopengl.c163 WIN_GL_SetupPixelFormat(_THIS, PIXELFORMATDESCRIPTOR * pfd) in WIN_GL_SetupPixelFormat()
204 PIXELFORMATDESCRIPTOR pfd; in WIN_GL_ChoosePixelFormat() local
342 PIXELFORMATDESCRIPTOR pfd; in WIN_GL_InitExtensions() local
432 PIXELFORMATDESCRIPTOR pfd; in WIN_GL_ChoosePixelFormatARB() local
473 PIXELFORMATDESCRIPTOR pfd; in WIN_GL_SetupWindowInternal() local
796 PIXELFORMATDESCRIPTOR pfd; in WIN_GL_SetPixelFormatFrom() local
/third_party/flutter/glfw/src/
Dwgl_context.c141 PIXELFORMATDESCRIPTOR pfd; in choosePixelFormat() local
338 PIXELFORMATDESCRIPTOR pfd; in loadWGLExtensions() local
478 PIXELFORMATDESCRIPTOR pfd; in _glfwCreateContextWGL() local
/third_party/gstreamer/gstreamer/gst/
Dgstpoll.c404 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/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-custom/
Dminimal-http-server.c59 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/
DResourceBasedPeriodFormatterDataServiceTest.java37 PeriodFormatterData pfd = service.get(locale); in testAvailable() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
DResourceBasedPeriodFormatterDataServiceTest.java34 PeriodFormatterData pfd = service.get(locale); in testAvailable() local
/third_party/gstreamer/gstplugins_bad/tests/check/pipelines/
Dstreamheader.c81 int pfd[2]; in GST_START_TEST() local
194 int pfd[2]; in GST_START_TEST() local
/third_party/toybox/toys/other/
Dcount.c20 struct pollfd pfd = {0, POLLIN, 0}; in count_main() local
Dwatch.c71 struct pollfd pfd[2]; in watch_main() local
/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_pixelformat.h47 PIXELFORMATDESCRIPTOR pfd; member
/third_party/libwebsockets/lib/core-net/client/
Dconnect4.c35 struct lws_pollfd pfd; in lws_client_connect_4_established() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_yield/
D1-1.c69 int pfd[2]; in main() local
/third_party/nghttp2/src/
Dshrpx_exec.cc42 int pfd[2]; in exec_read_command() local
/third_party/libwebsockets/lib/plat/freertos/
Dfreertos-fds.c46 struct lws *wsi, struct lws_pollfd *pfd) in lws_plat_change_pollfd()
/third_party/libwebsockets/lib/plat/windows/
Dwindows-service.c63 struct lws_pollfd *pfd; in _lws_plat_service_tsi() local
/third_party/ltp/testcases/kernel/syscalls/vmsplice/
Dvmsplice01.c64 struct pollfd pfd = {.fd = pipes[1], .events = POLLOUT}; in vmsplice_test() local
/third_party/NuttX/fs/vfs/
Dfs_select.c100 struct pollfd pfd[POLL_STACK_CNT]; in do_select() local
/third_party/alsa-utils/axfer/
Dwaiter-select.c45 struct pollfd *pfd; in select_wait_event() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/
Dxcb_event_source.c39 GPollFD pfd; member
/third_party/ltp/testcases/kernel/syscalls/writev/
Dwritev01.c46 int *pfd; member
/third_party/libwebsockets/lib/plat/unix/
Dunix-service.c178 struct lws_pollfd *pfd; in _lws_plat_service_tsi() local
/third_party/skia/tools/sk_app/win/
DGLWindowContext_win.cpp103 PIXELFORMATDESCRIPTOR pfd; in onInitializeContext() local
/third_party/flutter/skia/tools/sk_app/win/
DGLWindowContext_win.cpp103 PIXELFORMATDESCRIPTOR pfd; in onInitializeContext() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wgl/
Dgstglcontext_wgl.c325 PIXELFORMATDESCRIPTOR pfd; in pixel_format_to_structure() local
353 PIXELFORMATDESCRIPTOR pfd; in gst_gl_context_wgl_choose_format() local

1234