Searched refs:getch (Results 1 - 18 of 18) sorted by relevance
/third_party/glslang/glslang/MachineIndependent/preprocessor/ |
H A D | PpContext.h | 212 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 D | Pp.cpp | 1021 int ch = inputStack.back()->getch(); in scanHeaderName()
|
/third_party/alsa-lib/src/ |
H A D | input.c | 42 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 D | curses_tests.py | 33 stdscr.getch()
|
H A D | test_curses.py | 346 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 D | stringperf.cpp | 230 return new StringPerfFunction(getch, filelines_, numLines, uselen); in TestGetch() 232 return new StringPerfFunction(getch, StrBuffer, StrBufferLen, uselen); in TestGetch()
|
H A D | stringperf.h | 432 inline void getch(const UChar* src,int32_t srcLen, UnicodeString s0) in getch() function
|
/third_party/python/Tools/demo/ |
H A D | life.py | 197 c = stdscr.getch() # Get a keystroke 207 # Activate nodelay mode; getch() will return -1 211 c = stdscr.getch()
|
/third_party/gptfdisk/ |
H A D | gptcurses.cc | 660 inputKey = getch(); in AcceptInput() 808 getch(); in PromptToContinue() 819 getch(); in Report()
|
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
H A D | wpng.c | 113 # 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 D | tool_getpass.c | 105 buffer[i] = (char)getch(); in getpass_r()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/ |
H A D | p2p-nfc.py | 377 def getch(): function 496 res = getch()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/ |
H A D | p2p-nfc.py | 377 def getch(): function 496 res = getch()
|
H A D | dpp-nfc.py | 738 def getch(): function 903 res = getch()
|
/third_party/python/Lib/curses/ |
H A D | textpad.py | 180 ch = self.win.getch()
|
/third_party/node/deps/openssl/openssl/crypto/ui/ |
H A D | ui_openssl.c | 673 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 D | ui_openssl.c | 673 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 D | ffmpeg.c | 502 return(getch()); in read_key()
|
Completed in 22 milliseconds