/third_party/libinput/test/ |
H A D | test-totem.c | 83 ck_assert(libinput_tablet_tool_has_button(tool, BTN_0)); in START_TEST() 378 litest_button_click(dev, BTN_0, true); in START_TEST() 382 ck_assert_int_eq(libinput_event_tablet_tool_get_button(t), BTN_0); in START_TEST() local 389 litest_button_click(dev, BTN_0, false); in START_TEST() 394 ck_assert_int_eq(libinput_event_tablet_tool_get_button(t), BTN_0); in START_TEST() local 412 litest_button_click(dev, BTN_0, true); in START_TEST() 445 litest_button_click(dev, BTN_0, false); in START_TEST() 450 litest_button_click(dev, BTN_0, true); in START_TEST() 452 litest_assert_tablet_button_event(li, BTN_0, LIBINPUT_BUTTON_STATE_PRESSED); in START_TEST() 453 litest_button_click(dev, BTN_0, fals in START_TEST() [all...] |
H A D | test-pad.c | 73 for (code = BTN_0; code < BTN_DIGI; code++) { in START_TEST() 162 for (code = BTN_0; code < KEY_OK; code++) { in START_TEST() 188 /* Intuos button mapping is sequential up from BTN_0 and continues in START_TEST() 190 if (!libevdev_has_event_code(dev->evdev, EV_KEY, BTN_0)) in START_TEST() 195 for (code = BTN_0; code < BTN_DIGI; code++) { in START_TEST() 339 for (code = BTN_0; code < KEY_OK; code++) { in START_TEST()
|
H A D | litest-device-wacom-mobilestudio-pro-pad.c | 81 EV_KEY, BTN_0,
|
H A D | litest-device-wacom-intuos5-pad.c | 80 EV_KEY, BTN_0,
|
H A D | litest-device-wacom-cintiq-24hdt-pad.c | 96 EV_KEY, BTN_0,
|
H A D | litest-device-wacom-ekr.c | 80 EV_KEY, BTN_0,
|
H A D | litest-device-wacom-intuos3-pad.c | 80 EV_KEY, BTN_0,
|
H A D | litest-device-wacom-cintiq-13hdt-pad.c | 80 EV_KEY, BTN_0,
|
H A D | litest-device-dell-canvas-totem.c | 104 EV_KEY, BTN_0,
|
H A D | litest-device-touchpad-palm-threshold-zero.c | 87 EV_KEY, BTN_0,
|
H A D | litest-device-synaptics-x1-carbon-3rd.c | 87 EV_KEY, BTN_0,
|
H A D | litest-device-mouse-roccat.c | 105 EV_KEY, BTN_0,
|
H A D | litest-device-wacom-intuos5-pen.c | 115 EV_KEY, BTN_0,
|
H A D | litest-device-anker-mouse-kbd.c | 112 EV_KEY, BTN_0,
|
H A D | litest-device-wacom-cintiq-12wx-pen.c | 117 EV_KEY, BTN_0,
|
H A D | litest-device-waltop-tablet.c | 207 EV_KEY, BTN_0,
|
H A D | litest-device-keyboard-razer-blackwidow.c | 234 EV_KEY, BTN_0,
|
H A D | litest-device-keyboard-razer-blade-stealth.c | 41 EV_KEY, BTN_0,
|
H A D | litest-device-asus-rog-gladius.c | 237 EV_KEY, BTN_0,
|
H A D | litest-device-ms-surface-cover.c | 288 EV_KEY, BTN_0,
|
/third_party/libinput/src/ |
H A D | evdev-totem.c | 101 set_bit(tool->buttons, BTN_0); in totem_new_tool() 189 case BTN_0: in totem_process_key() 454 BTN_0, in totem_handle_slot_state() 579 BTN_0, in totem_interface_suspend()
|
H A D | evdev-tablet-pad.c | 615 for (code = BTN_0; code < BTN_0 + 10; code++) { in pad_init_buttons_from_kernel()
|
/third_party/libevdev/test/ |
H A D | test-event-codes.c | 89 ck_assert_int_eq(libevdev_event_code_from_name(EV_KEY, "BTN_0"), BTN_0); in START_TEST() 113 ck_assert_int_eq(libevdev_event_code_from_code_name("BTN_0"), BTN_0); in START_TEST()
|
H A D | test-event-names.c | 80 ck_assert_str_eq(libevdev_event_code_get_name(EV_KEY, BTN_0), "BTN_0"); in START_TEST() 95 ck_assert_str_eq(libevdev_event_code_get_name(EV_KEY, BTN_MISC), "BTN_0"); in START_TEST()
|
/third_party/FreeBSD/sys/dev/evdev/ |
H A D | input-event-codes.h | 356 #define BTN_0 0x100 macro
|