Home
last modified time | relevance | path

Searched refs:KEY_LEFT (Results 1 – 25 of 47) sorted by relevance

12

/external/toybox/kconfig/lxdialog/
Dyesno.c91 case KEY_LEFT: in dialog_yesno()
93 button = ((key == KEY_LEFT ? --button : ++button) < 0) ? 1 : (button > 1 ? 0 : button); in dialog_yesno()
Dinputbox.c124 case KEY_LEFT: in dialog_inputbox()
180 case KEY_LEFT: in dialog_inputbox()
Dchecklist.c297 case KEY_LEFT: in dialog_checklist()
299 button = ((key == KEY_LEFT ? --button : ++button) < 0) in dialog_checklist()
Dmenubox.c371 case KEY_LEFT: in dialog_menu()
374 button = ((key == KEY_LEFT ? --button : ++button) < 0) in dialog_menu()
Dtextbox.c227 case KEY_LEFT: in dialog_textbox()
/external/u-boot/scripts/kconfig/lxdialog/
Dyesno.c78 case KEY_LEFT: in dialog_yesno()
80 button = ((key == KEY_LEFT ? --button : ++button) < 0) ? 1 : (button > 1 ? 0 : button); in dialog_yesno()
Dinputbox.c145 case KEY_LEFT: in dialog_inputbox()
230 case KEY_LEFT: in dialog_inputbox()
Dchecklist.c291 case KEY_LEFT: in dialog_checklist()
293 button = ((key == KEY_LEFT ? --button : ++button) < 0) in dialog_checklist()
Dmenubox.c361 case KEY_LEFT: in dialog_menu()
364 button = ((key == KEY_LEFT ? --button : ++button) < 0) in dialog_menu()
/external/autotest/client/site_tests/firmware_TouchMTB/
Dfirmware_constants.py12 KEY_UP, KEY_DOWN, KEY_LEFT, KEY_RIGHT)
233 TFK.LEFT = KEY_LEFT
/external/toybox/toys/example/
Ddemo_scankey.c68 else if (key==KEY_LEFT) x--; in demo_scankey_main()
/external/u-boot/scripts/kconfig/
Dnconf.c430 *key = KEY_LEFT; in handle_f5()
1138 res == KEY_LEFT || res == KEY_RIGHT || in conf()
1146 if (res == 27 || (menu != &rootmenu && res == KEY_LEFT)) in conf()
1322 res == KEY_LEFT){ in conf_choice()
1328 if (res == 27 || res == KEY_LEFT) in conf_choice()
Dnconf.gui.c323 case KEY_LEFT: in btn_dialog()
470 case KEY_LEFT: in dialog_inputbox()
638 case KEY_LEFT: in show_scroll_win()
/external/u-boot/include/linux/
Dinput.h125 #define KEY_LEFT 105 macro
/external/toybox/generated/
Dtags.h133 #define KEY_LEFT 3 macro
/external/u-boot/arch/arm/dts/
Dcros-ec-keyboard.dtsi102 MATRIX_KEY(0x07, 0x0c, KEY_LEFT)
/external/u-boot/arch/sandbox/dts/
Dcros-ec-keyboard.dtsi102 MATRIX_KEY(0x07, 0x0c, KEY_LEFT)
/external/python/cpython3/Lib/curses/
Dhas_key.py105 _curses.KEY_LEFT: 'kcub1',
Dtextpad.py105 elif ch in (curses.ascii.STX,curses.KEY_LEFT, curses.ascii.BS,curses.KEY_BACKSPACE):
/external/python/cpython2/Lib/curses/
Dhas_key.py105 _curses.KEY_LEFT: 'kcub1',
Dtextpad.py105 elif ch in (curses.ascii.STX,curses.KEY_LEFT, curses.ascii.BS,curses.KEY_BACKSPACE):
/external/python/cpython2/Demo/curses/
Dlife.py204 elif c == curses.KEY_LEFT and xpos>0: xpos -= 1
/external/toybox/toys/other/
Dhexedit.c231 } else if (key==KEY_LEFT) { in hexedit_main()
/external/python/cpython3/Tools/demo/
Dlife.py239 elif c == curses.KEY_LEFT and xpos > 0:
/external/libxkbcommon/xkbcommon/test/
Devdev-scancodes.h132 #define KEY_LEFT 105 macro

12