Home
last modified time | relevance | path

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

/external/libxkbcommon/test/
Devdev-scancodes.h245 #define KEY_SEARCH 217 macro
/external/libxkbcommon/test/data/keycodes/
Devdev255 <I225> = 225; // #define KEY_SEARCH 217
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h295 #define KEY_SEARCH 217 macro
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c157 [KEY_CHAT] = "Chat", [KEY_SEARCH] = "Search",
/external/strace/xlat/
Devdev_keycode.h1483 #if defined(KEY_SEARCH) || (defined(HAVE_DECL_KEY_SEARCH) && HAVE_DECL_KEY_SEARCH)
1485 static_assert((KEY_SEARCH) == (217), "KEY_SEARCH != 217");
1488 # define KEY_SEARCH 217
4061 [KEY_SEARCH] = XLAT(KEY_SEARCH),
Devdev_keycode.in219 KEY_SEARCH 217
/external/autotest/client/bin/input/
Dlinux_input.py418 KEY_SEARCH = 217 variable
/external/crosvm/devices/src/virtio/input/
Dconstants.rs256 pub const KEY_SEARCH: u16 = 217; constant