Searched refs:keypad (Results 1 – 25 of 64) sorted by relevance
123
/external/libxkbcommon/xkbcommon/test/data/symbols/ |
D | keypad | 3 include "keypad(overlay1)" 77 // the fifth level of the keypad's operator keys. 99 include "keypad(operators)" 121 // Legacy PC keypad definition 126 include "keypad(core)" 127 include "keypad(legacymath)" 128 include "keypad(legacynumber)" 133 // Legacy Wang 725-3771-ae and 725-3771-uk keypad definition 138 include "keypad(core)" 139 include "keypad(legacymath)" [all …]
|
/external/libxkbcommon/xkbcommon/test/data/types/ |
D | numpad | 11 include "extra(keypad)" 21 include "extra(keypad)" 33 include "extra(keypad)" 36 // Swiss-German style numeric keypad: Shift and NumLock operate as
|
D | extra | 52 // A four-level keypad variant. The first two levels are controlled by 139 // This enables the four-level shifting also for the keypad. 140 partial xkb_types "keypad" {
|
/external/u-boot/arch/arm/dts/ |
D | twl4030.dtsi | 149 twl_keypad: keypad { 150 compatible = "ti,twl4030-keypad"; 152 keypad,num-rows = <8>; 153 keypad,num-columns = <8>;
|
D | cros-ec-keyboard.dtsi | 16 keypad,num-rows = <8>; 17 keypad,num-columns = <13>;
|
/external/python/cpython2/Lib/curses/ |
D | wrapper.py | 32 stdscr.keypad(1) 47 stdscr.keypad(0)
|
/external/python/cpython3/Lib/curses/ |
D | __init__.py | 83 stdscr.keypad(1) 98 stdscr.keypad(0)
|
/external/libxkbcommon/xkbcommon/test/data/rules/ |
D | evdev | 1038 keypad:oss = +keypad(oss) 1039 keypad:legacy = +keypad(legacy) 1040 keypad:legacy_wang = +keypad(legacy_wang) 1041 keypad:oss_wang = +keypad(oss_wang) 1042 keypad:future = +keypad(future) 1043 keypad:future_wang = +keypad(future_wang) 1044 keypad:hex = +keypad(ops)+keypad(hex) 1045 keypad:atm = +keypad(ops)+keypad(hex)+keypad(atm) 1069 keypad:pointerkeys = +keypad(pointerkeys)
|
D | evdev-xkbcommon | 1029 keypad:oss = +keypad(oss) 1030 keypad:legacy = +keypad(legacy) 1031 keypad:legacy_wang = +keypad(legacy_wang) 1032 keypad:oss_wang = +keypad(oss_wang) 1033 keypad:future = +keypad(future) 1034 keypad:future_wang = +keypad(future_wang) 1035 keypad:hex = +keypad(ops)+keypad(hex) 1036 keypad:atm = +keypad(ops)+keypad(hex)+keypad(atm) 1059 keypad:pointerkeys = +keypad(pointerkeys)
|
D | base | 1149 keypad:oss = +keypad(oss) 1150 keypad:legacy = +keypad(legacy) 1151 keypad:legacy_wang = +keypad(legacy_wang) 1152 keypad:oss_wang = +keypad(oss_wang) 1153 keypad:future = +keypad(future) 1154 keypad:future_wang = +keypad(future_wang) 1155 keypad:hex = +keypad(ops)+keypad(hex) 1156 keypad:atm = +keypad(ops)+keypad(hex)+keypad(atm) 1180 keypad:pointerkeys = +keypad(pointerkeys)
|
D | multiple-options | 26 option3 = +compose(foo)+keypad(bar)
|
/external/u-boot/doc/device-tree-bindings/input/ |
D | cros-ec-keyb.txt | 23 keypad,num-rows = <8>; 24 keypad,num-columns = <13>;
|
/external/u-boot/arch/sandbox/dts/ |
D | cros-ec-keyboard.dtsi | 16 keypad,num-rows = <8>; 17 keypad,num-columns = <13>;
|
/external/e2fsprogs/ext2ed/ |
D | main.c | 205 keypad(command_win, 1); in parser() 306 keypad(command_win, 1); in parser()
|
/external/toybox/kconfig/lxdialog/ |
D | textbox.c | 92 keypad(dialog, TRUE); in dialog_textbox() 101 keypad(box, TRUE); in dialog_textbox()
|
D | checklist.c | 143 keypad(dialog, TRUE); in dialog_checklist() 167 keypad(list, TRUE); in dialog_checklist()
|
D | yesno.c | 60 keypad(dialog, TRUE); in dialog_yesno()
|
D | menubox.c | 210 keypad(dialog, TRUE); in dialog_menu() 234 keypad(menu, TRUE); in dialog_menu()
|
/external/libxkbcommon/xkbcommon/test/data/ |
D | sync.sh | 13 symbols/keypad \
|
/external/libxkbcommon/xkbcommon/test/data/symbols/macintosh_vndr/ |
D | apple | 34 // type only the keypad keys on the letter keys (U=4, I=5, O=6, P=*, etc.). 41 // the fn-keypad, so use the Enter key (right of <SPC>) for Mode_switch,
|
/external/u-boot/scripts/kconfig/lxdialog/ |
D | checklist.c | 136 keypad(dialog, TRUE); in dialog_checklist() 160 keypad(list, TRUE); in dialog_checklist()
|
D | textbox.c | 94 keypad(dialog, TRUE); in dialog_textbox() 103 keypad(box, TRUE); in dialog_textbox()
|
D | yesno.c | 47 keypad(dialog, TRUE); in dialog_yesno()
|
D | menubox.c | 199 keypad(dialog, TRUE); in dialog_menu() 223 keypad(menu, TRUE); in dialog_menu()
|
/external/u-boot/scripts/kconfig/ |
D | nconf.gui.c | 291 keypad(win, TRUE); in btn_dialog() 407 keypad(form_win, TRUE); in dialog_inputbox() 592 keypad(win, TRUE); in show_scroll_win()
|
123