HomeSort by relevance Sort by last modified time
    Searched refs:ungetch (Results 1 - 13 of 13) sorted by null

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/preprocessor/
PpScanner.cpp 294 ungetch();
350 ungetch();
358 ungetch();
425 ungetch();
433 ungetch();
480 ungetch();
487 ungetch();
522 ungetch();
532 ungetch();
540 ungetch();
    [all...]
PpContext.h 140 virtual void ungetch() = 0;
237 void ungetChar() { inputStack.back()->ungetch(); }
257 virtual void ungetch() { assert(0); } function in class:glslang::TPpContext::tMacroInput
274 virtual void ungetch() { assert(0); } function in class:glslang::TPpContext::tMarkerInput
283 virtual void ungetch() { assert(0); } function in class:glslang::TPpContext::tZeroInput
340 virtual void ungetch() { assert(0); } function in class:glslang::TPpContext::tTokenInput
350 virtual void ungetch() { assert(0); } function in class:glslang::TPpContext::tUngotTokenInput
405 void ungetch() function in class:glslang::TPpContext::tStringInput
474 void ungetch() override { stringInput.ungetch(); }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
conio.h 85 int __cdecl ungetch(int _Ch) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_curses.py 194 curses.ungetch('a')
262 curses.ungetch(1025)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_curses.py 199 curses.ungetch('a')
267 curses.ungetch(1025)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_curses.py 199 curses.ungetch('a')
267 curses.ungetch(1025)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py 199 curses.ungetch('a')
267 curses.ungetch(1025)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py 199 curses.ungetch('a')
267 curses.ungetch(1025)
  /external/toybox/kconfig/lxdialog/
util.c 507 ungetch(key);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
curses.h 738 extern NCURSES_EXPORT(int) ungetch (int); /* implemented */
    [all...]
ncurses.h 738 extern NCURSES_EXPORT(int) ungetch (int); /* implemented */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
curses.h 757 extern NCURSES_EXPORT(int) ungetch (int); /* implemented */
    [all...]
ncurses.h 757 extern NCURSES_EXPORT(int) ungetch (int); /* implemented */
    [all...]

Completed in 1381 milliseconds