Home
last modified time | relevance | path

Searched refs:KEY_SCROLLLOCK (Results 1 – 8 of 8) sorted by relevance

/external/libxkbcommon/test/
Devdev-scancodes.h97 #define KEY_SCROLLLOCK 70 macro
/external/crosvm/devices/src/virtio/input/
Ddefaults.rs246 KEY_SCROLLLOCK, in default_keyboard_events()
Dconstants.rs107 pub const KEY_SCROLLLOCK: u16 = 70; constant
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h145 #define KEY_SCROLLLOCK 70 macro
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c89 [KEY_SCROLLLOCK] = "ScrollLock", [KEY_KP7] = "KP7",
/external/strace/xlat/
Devdev_keycode.h496 #if defined(KEY_SCROLLLOCK) || (defined(HAVE_DECL_KEY_SCROLLLOCK) && HAVE_DECL_KEY_SCROLLLOCK)
498 static_assert((KEY_SCROLLLOCK) == (70), "KEY_SCROLLLOCK != 70");
501 # define KEY_SCROLLLOCK 70
3915 [KEY_SCROLLLOCK] = XLAT(KEY_SCROLLLOCK),
Devdev_keycode.in73 KEY_SCROLLLOCK 70
/external/autotest/client/bin/input/
Dlinux_input.py270 KEY_SCROLLLOCK = 70 variable