HomeSort by relevance Sort by last modified time
    Searched refs:keypad (Results 1 - 25 of 26) sorted by null

1 2

  /device/asus/fugu/
wpa_supplicant.conf 7 config_methods=virtual_push_button virtual_display push_button keypad
  /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);
  /build/core/
legacy_prebuilts.mk 81 sholes-keypad.kl \
  /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::__anon13979
state.c 672 state->mode.keypad = 1;
676 state->mode.keypad = 0;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py 108 stdscr.keypad(1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py 108 stdscr.keypad(1)
  /external/gptfdisk/
gptcurses.cc 47 keypad(stdscr, true);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesw.h 1286 int keypad(bool bf) { return ::keypad(w, bf); } function in class:NCursesWindow
    [all...]
curses.h 611 extern NCURSES_EXPORT(int) keypad (WINDOW *,bool); /* implemented */
    [all...]
ncurses.h 611 extern NCURSES_EXPORT(int) keypad (WINDOW *,bool); /* implemented */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesw.h 1286 int keypad(bool bf) { return ::keypad(w, bf); } function in class:NCursesWindow
    [all...]
curses.h 630 extern NCURSES_EXPORT(int) keypad (WINDOW *,bool); /* implemented */
    [all...]

Completed in 2894 milliseconds

1 2