/frameworks/wilhelm/tests/sandbox/ |
getch.c | 11 #include "getch.h" 44 int getch() function 63 (void)getch(); /* consume the character */
|
getch.h | 18 extern int getch(void);
|
intbufq.c | 32 #include "getch.h" 178 int ch = getch();
|
Android.mk | 14 getch.c
|
/external/e2fsprogs/include/nonunix/ |
unistd.h | 32 #define getch _getch macro
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
curses_tests.py | 33 stdscr.getch()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
curses_tests.py | 33 stdscr.getch()
|
/external/chromium_org/third_party/icu/source/test/perf/ustrperf/ |
stringperf.cpp | 225 return new StringPerfFunction(getch, filelines_, numLines, uselen); 227 return new StringPerfFunction(getch, StrBuffer, StrBufferLen, uselen);
|
stringperf.h | 427 inline void getch(const UChar* src,int32_t srcLen, UnicodeString s0) function
|
/external/icu/icu4c/source/test/perf/ustrperf/ |
stringperf.cpp | 225 return new StringPerfFunction(getch, filelines_, numLines, uselen); 227 return new StringPerfFunction(getch, StrBuffer, StrBufferLen, uselen);
|
stringperf.h | 427 inline void getch(const UChar* src,int32_t srcLen, UnicodeString s0) function
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
getpass.py | 90 """Prompt for password with echo off, using Windows getch().""" 98 c = msvcrt.getch()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
getpass.py | 90 """Prompt for password with echo off, using Windows getch().""" 98 c = msvcrt.getch()
|
/external/stlport/test/eh/ |
mwerks_console_OS_X.c | 180 int getch(void) function
|
/frameworks/wilhelm/tests/listening/ |
seekTorture.c | 116 switch (getch()) {
|
/external/qemu/ui/ |
curses.c | 184 chr = getch(); 212 nextchr = getch();
|
/external/openssl/crypto/des/ |
read_pwd.c | 496 i=getch(); 508 * last character read using getch() is passed to the next read: this is
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/ |
cursesw.h | 222 #ifdef getch 223 inline int UNDEF(getch)() { return getch(); } function 224 #undef getch macro 225 #define getch UNDEF(getch) macro 947 int getch() { return ::wgetch(w); } function in class:NCursesWindow 950 int getch(int y, int x) { return ::mvwgetch(w, y, x); } function in class:NCursesWindow [all...] |
cursesp.h | 97 // Get a keystroke. Default implementation calls getch()
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
cursesw.h | 222 #ifdef getch 223 inline int UNDEF(getch)() { return getch(); } function 224 #undef getch macro 225 #define getch UNDEF(getch) macro 947 int getch() { return ::wgetch(w); } function in class:NCursesWindow 950 int getch(int y, int x) { return ::mvwgetch(w, y, x); } function in class:NCursesWindow [all...] |
cursesp.h | 97 // Get a keystroke. Default implementation calls getch()
|
/external/chromium_org/tools/ |
sort-headers.py | 24 ch = msvcrt.getch()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/ |
textpad.py | 167 ch = self.win.getch()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/ |
textpad.py | 167 ch = self.win.getch()
|
/external/libpng/contrib/gregbook/ |
wpng.c | 112 # ifndef getch 113 # define getch() _read_kbd(0, 1, 0) /* need getche() */ macro 118 # define getch() getkey() /* GRR: need getche() */ macro
|