/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 2484 pub events: __poll_t, 3301 pub events: crate::ctypes::c_short,
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 238 pub events: ::c_short, 416 pub events: u32,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 4019 events: *mut ::epoll_event, in epoll_pwait() 4125 events: *mut ::epoll_event, in epoll_wait()
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 2483 pub events: __poll_t, 3300 pub events: crate::ctypes::c_short,
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 2463 pub events: __poll_t, 3280 pub events: crate::ctypes::c_short,
|
/third_party/python/Modules/ |
H A D | socketmodule.c | 754 pollfd.events = writing ? POLLOUT : POLLIN; in internal_select() 760 pollfd.events |= POLLERR; in internal_select()
|
/third_party/python/Lib/test/ |
H A D | test_logging.py | 5703 events = win32evtlog.ReadEventLog(elh, flags, GO_BACK) 5704 for e in events:
|
/third_party/cups-filters/utils/ |
H A D | cups-browsed.c | 4975 "notify-events", NULL, "all"); in create_subscription() 10475 /* All cached Avahi events are treated now */ in browse_callback() 11069 static const char * const events[] = { "printer-added", in browse_poll_create_subscription() local 11098 "notify-events", sizeof (events) / sizeof (events[0]), in browse_poll_create_subscription() 11099 NULL, events); in browse_poll_create_subscription() 11255 debug_printf("cups-browsed [BrowsePoll %s:%d]: no events\n", in browse_poll_get_notifications() 11303 * subscription to watch to printer-* events. */ in browse_poll()
|
/third_party/backends/backend/ |
H A D | magicolor.c | 253 fds[0].events = POLLIN; in sanei_magicolor_net_read()
|
H A D | kodakaio.c | 710 fds[0].events = POLLIN; in kodakaio_net_read()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.c | 2198 struct pollfd fds = { .fd = queue->fence, .events = POLLIN }; in tu_QueueWaitIdle()
|
/third_party/alsa-utils/aplay/ |
H A D | aplay.c | 1598 pfd.events = POLLIN;
|
/third_party/libfuse/lib/ |
H A D | fuse_lowlevel.c | 1857 fi.poll_events = arg->events;
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 3227 events: *mut ::epoll_event, in epoll_wait()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 1947 context.isDeviceFunctionalitySupported("VK_KHR_portability_subset") && !context.getPortabilitySubsetFeatures().events) in checkSupportDrawTests() 2675 // Use events to sync both render passes in drawRenderPasses() 3256 // We are using events to change image layout and this is only allowed outside a render pass in createTestsInGroup()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 1923 context.isDeviceFunctionalitySupported("VK_KHR_portability_subset") && !context.getPortabilitySubsetFeatures().events) in checkSupportDrawTests() 2639 // Use events to sync both render passes in drawRenderPasses() 3210 // We are using events to change image layout and this is only allowed outside a render pass in createTestsInGroup()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | ap_ctrl_iface.c | 4546 /* Enable Probe Request events based on explicit request. in hostapd_ctrl_check_event_enabled() 4547 * Other events are enabled by default. in hostapd_ctrl_check_event_enabled() 4550 return !!(dst->events & WPA_EVENT_RX_PROBE_REQUEST); in hostapd_ctrl_check_event_enabled()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_funcs.hpp | 5215 CommandBuffer::waitEvents( ArrayProxy<const VULKAN_HPP_NAMESPACE::Event> const & events, 5225 events.size(), 5226 reinterpret_cast<const VkEvent *>( events.data() ), [all...] |
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 2599 pub events: __poll_t, 3416 pub events: crate::ctypes::c_short,
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 2668 pub events: __poll_t, 3485 pub events: crate::ctypes::c_short,
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 2621 pub events: __poll_t, 3438 pub events: crate::ctypes::c_short,
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 2732 pub events: __poll_t, 3549 pub events: crate::ctypes::c_short,
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 2567 pub events: __poll_t, 3384 pub events: crate::ctypes::c_short,
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 2832 pub events: __poll_t, 3649 pub events: crate::ctypes::c_short,
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
H A D | general.rs | 2536 pub events: __poll_t, 3353 pub events: crate::ctypes::c_short,
|