Home
last modified time | relevance | path

Searched refs:EV_CNT (Results 1 – 18 of 18) sorted by relevance

/third_party/libevdev/test/
Dtest-event-names.c250 for (i = 0; i < EV_CNT; i++) { in START_TEST()
268 for (i = 0; i < EV_CNT; i++) { in START_TEST()
Dtest-uinput.c50 for (type = 0; type < EV_CNT; type++) { in START_TEST()
131 for (type = 0; type < EV_CNT; type++) { in START_TEST()
Dtest-context.c48 for (unsigned type = 1; type < EV_CNT; type++) { in START_TEST()
Dtest-event-codes.c126 ck_assert_int_eq(libevdev_event_code_from_name(EV_CNT, "CNT_FAKE"), -1); in START_TEST()
/third_party/libevdev/libevdev/
Dlibevdev-int.h63 unsigned long bits[NLONGS(EV_CNT)];
Dlibevdev-uinput.c65 for (type = 0; type < EV_CNT; type++) { in set_evbits()
Dlibevdev.c1703 return type < EV_CNT && ev->type == type; in libevdev_event_is_type()
/third_party/libinput/include/linux/freebsd/
Dinput-event-codes.h51 #define EV_CNT (EV_MAX+1) macro
/third_party/libevdev/include/linux/linux/
Dinput-event-codes.h51 #define EV_CNT (EV_MAX+1) macro
/third_party/libinput/include/linux/linux/
Dinput-event-codes.h51 #define EV_CNT (EV_MAX+1) macro
/third_party/FreeBSD/sys/dev/evdev/
Dinput-event-codes.h63 #define EV_CNT (EV_MAX+1) macro
/third_party/libinput/tools/
Dlibinput-record.c1515 for (unsigned int type = 0; type < EV_CNT; type++) { in print_description()
1601 for (unsigned int type = 0; type < EV_CNT; type++) { in print_bits_types()
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt649 EV_CNT
Dandroid.txt573 EV_CNT
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2400 pub const EV_CNT: usize = EV_MAX as usize + 1; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3330 pub const EV_CNT: usize = EV_MAX as usize + 1; constant
/third_party/libinput/patch/diff_libinput_mmi/libinput/
Dlibinput_0000.diff1809 + case EV_CNT:
/third_party/libevdev/
Dthird_party_libevdev.diff25705 + for (unsigned type = 1; type < EV_CNT; type++) {
25948 + ck_assert_int_eq(libevdev_event_code_from_name(EV_CNT, "CNT_FAKE"), -1);
26344 + for (i = 0; i < EV_CNT; i++) {
26362 + for (i = 0; i < EV_CNT; i++) {
31118 + for (type = 0; type < EV_CNT; type++) {
31199 + for (type = 0; type < EV_CNT; type++) {