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

1 2

  /frameworks/wilhelm/tests/sandbox/
getch.h 18 extern int getch(void);
getch.c 11 #include "getch.h"
44 int getch() function
63 (void)getch(); /* consume the character */
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/stlport/test/eh/
mwerks_console_OS_X.c 180 int getch(void) function
  /external/qemu/
curses.c 184 chr = getch();
212 nextchr = getch();
  /external/chromium_org/tools/
sort-headers.py 24 ch = msvcrt.getch()
  /frameworks/wilhelm/tests/listening/
seekTorture.c 116 switch (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()
  /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);
  /external/icu4c/test/perf/ustrperf/
stringperf.cpp 225 return new StringPerfFunction(getch, filelines_, numLines, uselen);
227 return new StringPerfFunction(getch, StrBuffer, StrBufferLen, uselen);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesw.h 179 #ifdef getch
180 inline int UNDEF(getch)() { return getch(); } function
181 #undef getch macro
182 #define getch UNDEF(getch) macro
872 int getch() { return ::wgetch(w); } function in class:NCursesWindow
875 int getch(int y, int x) { return ::mvwgetch(w, y, x); } function in class:NCursesWindow
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 179 #ifdef getch
180 inline int UNDEF(getch)() { return getch(); } function
181 #undef getch macro
182 #define getch UNDEF(getch) macro
872 int getch() { return ::wgetch(w); } function in class:NCursesWindow
875 int getch(int y, int x) { return ::mvwgetch(w, y, x); } function in class:NCursesWindow
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 179 #ifdef getch
180 inline int UNDEF(getch)() { return getch(); } function
181 #undef getch macro
182 #define getch UNDEF(getch) macro
872 int getch() { return ::wgetch(w); } function in class:NCursesWindow
875 int getch(int y, int x) { return ::mvwgetch(w, y, x); } function in class:NCursesWindow
    [all...]
  /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
  /external/e2fsprogs/ext2ed/
main.c 542 refresh_command_win ();getch ();werase (command_win);
  /external/grub/grub/
asmstub.c 657 c = getch ();
688 c = getch ();
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
read_pwd.c 496 i=getch();
508 * last character read using getch() is passed to the next read: this is
  /external/openssl/crypto/des/
read_pwd.c 496 i=getch();
508 * last character read using getch() is passed to the next read: this is
  /external/qemu-pc-bios/vgabios/tests/
testbios.c 254 c=getch();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
textpad.py 167 ch = self.win.getch()

Completed in 487 milliseconds

1 2