HomeSort by relevance Sort by last modified time
    Searched full:getch (Results 1 - 25 of 67) sorted by null

1 2 3

  /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/gdb/darwin-x86/lib/python2.7/test/
curses_tests.py 33 stdscr.getch()
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
curses_tests.py 33 stdscr.getch()
  /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/autotest/client/site_tests/firmware_TouchMTB/
common_util.py 44 def getch(): function
  /external/curl/src/
tool_getpass.c 100 # define getch() getchar() macro
111 buffer[i] = (char)getch();
149 buffer[i++] = getch();
  /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);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
getpass.py 90 """Prompt for password with echo off, using Windows getch()."""
98 c = msvcrt.getch()
  /prebuilts/gdb/linux-x86/lib/python2.7/
getpass.py 90 """Prompt for password with echo off, using Windows getch()."""
98 c = msvcrt.getch()
  /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()
  /frameworks/wilhelm/tests/listening/
seekTorture.c 116 switch (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()
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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()
  /prebuilts/gdb/darwin-x86/lib/python2.7/curses/
textpad.py 167 ch = self.win.getch()
  /prebuilts/gdb/linux-x86/lib/python2.7/curses/
textpad.py 167 ch = self.win.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()

Completed in 818 milliseconds

1 2 3