Home
last modified time | relevance | path

Searched refs:getch (Results 1 - 18 of 18) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/preprocessor/
H A DPpContext.h212 virtual int getch() = 0;
401 int getChar() { return inputStack.back()->getch(); } in getChar()
429 virtual int getch() override { assert(0); return EndOfInput; }
456 virtual int getch() override { assert(0); return EndOfInput; }
465 virtual int getch() override { assert(0); return EndOfInput; }
523 virtual int getch() override { assert(0); return EndOfInput; }
537 virtual int getch() override { assert(0); return EndOfInput; }
555 int getch() override
591 // what getch() above does (e.g., don't leave things in the middle of a
661 int getch() overrid
[all...]
H A DPp.cpp1021 int ch = inputStack.back()->getch(); in scanHeaderName()
/third_party/alsa-lib/src/
H A Dinput.c42 int (*getch)(snd_input_t *input); member
106 return input->ops->getch(input); in snd_input_getc()
164 .getch = snd_input_stdio_getc,
290 .getch = snd_input_buffer_getc,
/third_party/python/Lib/test/
H A Dcurses_tests.py33 stdscr.getch()
H A Dtest_curses.py346 self.assertEqual(win.getch(3, 1), b's'[0])
348 self.assertEqual(win.getch(3, 4), b'p'[0])
350 self.assertEqual(win.getch(), b'a'[0])
352 self.assertEqual(win.getch(), b'm'[0])
353 self.assertEqual(win.getch(), b'\n'[0])
/third_party/icu/icu4c/source/test/perf/ustrperf/
H A Dstringperf.cpp230 return new StringPerfFunction(getch, filelines_, numLines, uselen); in TestGetch()
232 return new StringPerfFunction(getch, StrBuffer, StrBufferLen, uselen); in TestGetch()
H A Dstringperf.h432 inline void getch(const UChar* src,int32_t srcLen, UnicodeString s0) in getch() function
/third_party/python/Tools/demo/
H A Dlife.py197 c = stdscr.getch() # Get a keystroke
207 # Activate nodelay mode; getch() will return -1
211 c = stdscr.getch()
/third_party/gptfdisk/
H A Dgptcurses.cc660 inputKey = getch(); in AcceptInput()
808 getch(); in PromptToContinue()
819 getch(); in Report()
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H A Dwpng.c113 # ifndef getch
114 # define getch() _read_kbd(0, 1, 0) /* need getche() */ macro
119 # define getch() getkey() /* GRR: need getche() */ macro
/third_party/curl/src/
H A Dtool_getpass.c105 buffer[i] = (char)getch(); in getpass_r()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
H A Dp2p-nfc.py377 def getch(): function
496 res = getch()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
H A Dp2p-nfc.py377 def getch(): function
496 res = getch()
H A Ddpp-nfc.py738 def getch(): function
903 res = getch()
/third_party/python/Lib/curses/
H A Dtextpad.py180 ch = self.win.getch()
/third_party/node/deps/openssl/openssl/crypto/ui/
H A Dui_openssl.c673 i = getch(); in noecho_fgets()
686 * character read using getch() is passed to the next read: this is in noecho_fgets()
/third_party/openssl/crypto/ui/
H A Dui_openssl.c673 i = getch(); in noecho_fgets()
686 * character read using getch() is passed to the next read: this is in noecho_fgets()
/third_party/ffmpeg/fftools/
H A Dffmpeg.c502 return(getch()); in read_key()

Completed in 22 milliseconds