OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:keypad
(Results
26 - 37
of
37
) sorted by null
1
2
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py
108
stdscr.
keypad
(1)
/external/libvterm/src/
state.c
672
state->mode.
keypad
= 1;
676
state->mode.
keypad
= 0;
[
all
...]
/system/extras/pagecache/
pagecache.py
303
stdscr.
keypad
(True)
/device/google/marlin/common/
base.mk
266
#
KEYPAD
267
KEYPAD
:= ffa-keypad_qwerty.kcm
268
KEYPAD
+= ffa-keypad_numeric.kcm
269
KEYPAD
+= fluid-keypad_qwerty.kcm
270
KEYPAD
+= fluid-keypad_numeric.kcm
271
KEYPAD
+= surf_keypad_qwerty.kcm
272
KEYPAD
+= surf_keypad_numeric.kcm
273
KEYPAD
+= surf_keypad.kcm
274
KEYPAD
+= 7k_ffa_keypad.kcm
275
KEYPAD
+= 7x27a_kp.kc
[
all
...]
/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
...]
ncurses.h
630
extern NCURSES_EXPORT(int)
keypad
(WINDOW *,bool); /* implemented */
[
all
...]
/external/libvncserver/webclients/novnc/include/
keysym.js
46
/*
Keypad
functions,
keypad
numbers cleverly chosen to map to ASCII */
Completed in 398 milliseconds
1
2