/device/asus/fugu/ |
wpa_supplicant.conf | 7 config_methods=virtual_push_button virtual_display push_button keypad
|
/hardware/bsp/intel/peripheral/libupm/src/lcd/ |
sainsmartks.cxx | 34 uint8_t keypad) 36 m_aioKeypad(keypad) 38 m_name = "Sainsmart LCD Keypad Shield";
|
sainsmartks.h | 35 * @comname SainSmart LCD Keypad Shield 38 * @web http://www.sainsmart.com/sainsmart-1602-lcd-keypad-shield-for-arduino-duemilanove-uno-mega2560-mega1280.html 41 * @brief API for Sainsmart LCD Keypad Shield 43 * The Sainsmart LCD Keypad Shield uses 6 digital outputs and 1 44 * analog input (for the keypad). The outputs are used to drive an 66 * @param keypad analog pin of the keypad 70 uint8_t keypad=0);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/curses/ |
wrapper.py | 29 # In keypad mode, escape sequences for special keys 32 stdscr.keypad(1) 47 stdscr.keypad(0)
|
textpad.py | 51 win.keypad(1)
|
/prebuilts/gdb/linux-x86/lib/python2.7/curses/ |
wrapper.py | 29 # In keypad mode, escape sequences for special keys 32 stdscr.keypad(1) 47 stdscr.keypad(0)
|
textpad.py | 51 win.keypad(1)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/ |
wrapper.py | 29 # In keypad mode, escape sequences for special keys 32 stdscr.keypad(1) 47 stdscr.keypad(0)
|
textpad.py | 51 win.keypad(1)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/ |
wrapper.py | 29 # In keypad mode, escape sequences for special keys 32 stdscr.keypad(1) 47 stdscr.keypad(0)
|
textpad.py | 51 win.keypad(1)
|
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/ |
DeviceInfoActivity.java | 165 String keypad = null; local 167 keypad = "undefined"; 169 keypad = "nokeys"; 171 keypad = "qwerty"; 173 keypad = "12key"; 175 if (keypad != null) { 176 DeviceInfoInstrument.addResult(DeviceInfoConstants.KEYPAD, keypad);
|
/external/toybox/kconfig/lxdialog/ |
yesno.c | 60 keypad(dialog, TRUE);
|
checklist.c | 143 keypad(dialog, TRUE); 167 keypad(list, TRUE);
|
textbox.c | 92 keypad(dialog, TRUE); 101 keypad(box, TRUE);
|
util.c | 280 keypad(stdscr, TRUE); 486 * keypad(FALSE) turn off ncurses support for escape sequences - and thats 496 keypad(win, FALSE); 503 keypad(win, TRUE);
|
menubox.c | 210 keypad(dialog, TRUE); 234 keypad(menu, TRUE);
|
inputbox.c | 70 keypad(dialog, TRUE);
|
/external/e2fsprogs/ext2ed/ |
main.c | 204 keypad(command_win, 1); 305 keypad(command_win, 1);
|
/external/libvterm/src/ |
input.c | 203 if(vt->state->mode.keypad) {
|
vterm_internal.h | 84 int keypad:1; member in struct:VTermState::__anon18158
|
/external/autotest/client/profilers/powertop/src/ |
display.c | 119 keypad(stdscr, TRUE); /* enable keyboard mapping */
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_curses.py | 108 stdscr.keypad(1)
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_curses.py | 108 stdscr.keypad(1)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_curses.py | 108 stdscr.keypad(1)
|