| /third_party/libinput/src/ |
| D | evdev-fallback.c | 35 fallback_keyboard_notify_key(struct fallback_dispatch *dispatch, in fallback_keyboard_notify_key() 51 fallback_lid_notify_toggle(struct fallback_dispatch *dispatch, in fallback_lid_notify_toggle() 65 fallback_notify_physical_button(struct fallback_dispatch *dispatch, in fallback_notify_physical_button() 78 struct fallback_dispatch *dispatch = fallback_dispatch(evdev_dispatch); in fallback_interface_get_switch_state() local 131 fallback_filter_defuzz_touch(struct fallback_dispatch *dispatch, in fallback_filter_defuzz_touch() 155 fallback_rotate_relative(struct fallback_dispatch *dispatch, in fallback_rotate_relative() 169 fallback_flush_relative_motion(struct fallback_dispatch *dispatch, in fallback_flush_relative_motion() 207 fallback_flush_absolute_motion(struct fallback_dispatch *dispatch, in fallback_flush_absolute_motion() 224 fallback_flush_mt_down(struct fallback_dispatch *dispatch, in fallback_flush_mt_down() 263 fallback_flush_mt_motion(struct fallback_dispatch *dispatch, in fallback_flush_mt_motion() [all …]
|
| D | evdev-wheel.c | 67 log_wheel_bug(struct fallback_dispatch *dispatch, enum wheel_event event) in log_wheel_bug() 76 wheel_set_scroll_timer(struct fallback_dispatch *dispatch, uint64_t time) in wheel_set_scroll_timer() 83 wheel_cancel_scroll_timer(struct fallback_dispatch *dispatch) in wheel_cancel_scroll_timer() 89 wheel_handle_event_on_state_none(struct fallback_dispatch *dispatch, in wheel_handle_event_on_state_none() 107 wheel_handle_event_on_state_accumulating_scroll(struct fallback_dispatch *dispatch, in wheel_handle_event_on_state_accumulating_scroll() 129 wheel_handle_event_on_state_scrolling(struct fallback_dispatch *dispatch, in wheel_handle_event_on_state_scrolling() 152 wheel_handle_event(struct fallback_dispatch *dispatch, in wheel_handle_event() 182 wheel_flush_scroll(struct fallback_dispatch *dispatch, in wheel_flush_scroll() 273 wheel_handle_state_none(struct fallback_dispatch *dispatch, in wheel_handle_state_none() 281 wheel_handle_state_accumulating_scroll(struct fallback_dispatch *dispatch, in wheel_handle_state_accumulating_scroll() [all …]
|
| D | evdev-debounce.c | 484 fallback_debounce_handle_state(struct fallback_dispatch *dispatch, in fallback_debounce_handle_state() 556 struct fallback_dispatch *dispatch = in debounce_timeout() local 566 struct fallback_dispatch *dispatch = in debounce_timeout_short() local 573 fallback_init_debounce(struct fallback_dispatch *dispatch) in fallback_init_debounce()
|
| D | evdev-mt-touchpad-tap.c | 1389 struct evdev_dispatch *dispatch = evdev_device(device)->dispatch; in tp_tap_config_count() local 1399 struct evdev_dispatch *dispatch = evdev_device(device)->dispatch; in tp_tap_config_set_enabled() local 1412 struct evdev_dispatch *dispatch = evdev_device(device)->dispatch; in tp_tap_config_is_enabled() local 1453 struct evdev_dispatch *dispatch = evdev_device(device)->dispatch; in tp_tap_config_set_map() local 1466 struct evdev_dispatch *dispatch = evdev_device(device)->dispatch; in tp_tap_config_get_map() local 1482 struct evdev_dispatch *dispatch = evdev_device(device)->dispatch; in tp_tap_config_set_drag_enabled() local 1493 struct evdev_dispatch *dispatch = evdev_device(device)->dispatch; in tp_tap_config_get_drag_enabled() local 1517 struct evdev_dispatch *dispatch = evdev_device(device)->dispatch; in tp_tap_config_set_draglock_enabled() local 1528 struct evdev_dispatch *dispatch = evdev_device(device)->dispatch; in tp_tap_config_get_draglock_enabled() local
|
| D | evdev-fallback.h | 178 fallback_dispatch(struct evdev_dispatch *dispatch) in fallback_dispatch() 227 hw_set_key_down(struct fallback_dispatch *dispatch, int code, int pressed) in hw_set_key_down() 233 hw_key_has_changed(struct fallback_dispatch *dispatch, int code) in hw_key_has_changed() 240 hw_key_update_last_state(struct fallback_dispatch *dispatch) in hw_key_update_last_state() 252 hw_is_key_down(struct fallback_dispatch *dispatch, int code) in hw_is_key_down()
|
| D | evdev-totem.c | 114 struct evdev_dispatch *dispatch; in totem_set_touch_device_enabled() local 514 totem_interface_process(struct evdev_dispatch *dispatch, in totem_interface_process() 550 totem_interface_suspend(struct evdev_dispatch *dispatch, in totem_interface_suspend() 605 totem_interface_destroy(struct evdev_dispatch *dispatch) in totem_interface_destroy() 660 struct evdev_dispatch *dispatch) in totem_interface_initial_proximity()
|
| /third_party/rust/rust/tests/ui/implied-bounds/ |
| D | issue-100690.rs | 22 fn dispatch<F>(&self, f: F) -> Result<(), io::Error> in dispatch() method 33 fn dispatch<F>(&self, f: F) -> Result<(), io::Error> in dispatch() method
|
| /third_party/mesa3d/src/intel/vulkan/ |
| D | genX_cmd_compute.c | 388 const struct intel_cs_dispatch_info dispatch = in emit_indirect_compute_walker() local 450 struct intel_cs_dispatch_info dispatch, in emit_compute_walker() 526 const struct intel_cs_dispatch_info dispatch = in emit_gpgpu_walker() local 552 struct intel_cs_dispatch_info dispatch, in emit_cs_walker() 597 struct intel_cs_dispatch_info dispatch = in genX() local 644 struct intel_cs_dispatch_info dispatch) in emit_unaligned_cs_walker() 724 struct intel_cs_dispatch_info dispatch = in genX() local 770 struct intel_cs_dispatch_info dispatch = in genX() local 916 struct intel_cs_dispatch_info dispatch = in genX() local 1330 struct intel_cs_dispatch_info dispatch = in cmd_buffer_trace_rays() local
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
| D | dispatch.adoc | 5 [[dispatch]] anchor
|
| /third_party/musl/porting/linux/user/src/hook/ |
| D | socket_common.c | 9 volatile const struct SocketDispatchType* dispatch = get_socket_dispatch(); in socket() local
|
| /third_party/musl/src/hook/linux/ |
| D | socket_common.c | 24 volatile const struct SocketDispatchType* dispatch = get_socket_dispatch(); in socket() local
|
| /third_party/skia/m133/tools/viewer/ |
| D | ClickHandlerSlide.cpp | 13 auto dispatch = [this](Click* c) { in onMouse() local
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| D | Commands.cpp | 71 DispatchCmd* dispatch = commands->NextCommand<DispatchCmd>(); in FreeCommands() local 76 DispatchIndirectCmd* dispatch = commands->NextCommand<DispatchIndirectCmd>(); in FreeCommands() local
|
| /third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_regunreg_svc_unregister/ |
| D | rpc_svc_unregister.c | 81 void dispatch(struct svc_req *request, SVCXPRT * xprt) in dispatch() function
|
| /third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_regunreg_svc_register/ |
| D | rpc_svc_register.c | 77 void dispatch(struct svc_req *request, SVCXPRT * xprt) in dispatch() function
|
| /third_party/skia/third_party/externals/angle2/src/libOpenCL/ |
| D | dispatch.cpp | 86 IcdDispatch dispatch; in CreateDispatch() local
|
| /third_party/skia/m133/third_party/externals/harfbuzz/src/OT/Layout/GPOS/ |
| D | CursivePos.hh | 20 typename context_t::return_t dispatch (context_t *c, Ts&&... ds) const in dispatch() function
|
| D | MarkMarkPos.hh | 23 typename context_t::return_t dispatch (context_t *c, Ts&&... ds) const in dispatch() function
|
| D | MarkLigPos.hh | 23 typename context_t::return_t dispatch (context_t *c, Ts&&... ds) const in dispatch() function
|
| D | MarkBasePos.hh | 23 typename context_t::return_t dispatch (context_t *c, Ts&&... ds) const in dispatch() function
|
| D | PairPos.hh | 26 typename context_t::return_t dispatch (context_t *c, Ts&&... ds) const in dispatch() function
|
| /third_party/skia/m133/third_party/externals/harfbuzz/src/OT/Layout/GSUB/ |
| D | ReverseChainSingleSubst.hh | 21 typename context_t::return_t dispatch (context_t *c, Ts&&... ds) const in dispatch() function
|
| D | AlternateSubst.hh | 24 typename context_t::return_t dispatch (context_t *c, Ts&&... ds) const in dispatch() function
|
| D | LigatureSubst.hh | 24 typename context_t::return_t dispatch (context_t *c, Ts&&... ds) const in dispatch() function
|
| D | MultipleSubst.hh | 25 typename context_t::return_t dispatch (context_t *c, Ts&&... ds) const in dispatch() function
|