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

1 2 3 4 5

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
unget.pass.cpp 12 // basic_istream<charT,traits>& unget();
49 is.unget();
52 is.unget();
55 is.unget();
58 is.unget();
68 is.unget();
71 is.unget();
74 is.unget();
77 is.unget();
  /external/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/
MacroExpander.h 62 void unget() { assert(index > 0); --index; } function in struct:pp::MacroExpander::MacroContext
MacroExpander.cpp 130 context->unget();
  /external/smack/src/org/xbill/DNS/
ISDNRecord.java 61 st.unget();
NXTRecord.java 69 st.unget();
TXTBase.java 76 st.unget();
NSEC3PARAMRecord.java 103 st.unget();
TypeBitmap.java 75 st.unget();
Master.java 234 st.unget();
300 st.unget();
NSEC3Record.java 147 st.unget();
APLRecord.java 230 st.unget();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
stdio_sync_filebuf.h 101 // Store the gotten character in case we need to unget it.
112 // Check if the unget or putback was requested
113 if (traits_type::eq_int_type(__c, __eof)) // unget
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
stdio_sync_filebuf.h 111 // Store the gotten character in case we need to unget it.
122 // Check if the unget or putback was requested
123 if (traits_type::eq_int_type(__c, __eof)) // unget
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
stdio_sync_filebuf.h 111 // Store the gotten character in case we need to unget it.
122 // Check if the unget or putback was requested
123 if (traits_type::eq_int_type(__c, __eof)) // unget
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 101 // Store the gotten character in case we need to unget it.
112 // Check if the unget or putback was requested
113 if (traits_type::eq_int_type(__c, __eof)) // unget
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 101 // Store the gotten character in case we need to unget it.
112 // Check if the unget or putback was requested
113 if (traits_type::eq_int_type(__c, __eof)) // unget
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 101 // Store the gotten character in case we need to unget it.
112 // Check if the unget or putback was requested
113 if (traits_type::eq_int_type(__c, __eof)) // unget
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
stdio_sync_filebuf.h 101 // Store the gotten character in case we need to unget it.
112 // Check if the unget or putback was requested
113 if (traits_type::eq_int_type(__c, __eof)) // unget
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
stdio_sync_filebuf.h 111 // Store the gotten character in case we need to unget it.
122 // Check if the unget or putback was requested
123 if (traits_type::eq_int_type(__c, __eof)) // unget
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
stdio_sync_filebuf.h 111 // Store the gotten character in case we need to unget it.
122 // Check if the unget or putback was requested
123 if (traits_type::eq_int_type(__c, __eof)) // unget
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
stdio_sync_filebuf.h 111 // Store the gotten character in case we need to unget it.
122 // Check if the unget or putback was requested
123 if (traits_type::eq_int_type(__c, __eof)) // unget
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
stdio_sync_filebuf.h 111 // Store the gotten character in case we need to unget it.
122 // Check if the unget or putback was requested
123 if (traits_type::eq_int_type(__c, __eof)) // unget
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
stdio_sync_filebuf.h 110 // Store the gotten character in case we need to unget it.
121 // Check if the unget or putback was requested
122 if (traits_type::eq_int_type(__c, __eof)) // unget
  /external/chromium_org/third_party/icu/source/common/
rbbiscan.h 67 UBool push(const RBBIRuleChar &c); // Push (unget) one character.
  /external/icu4c/common/
rbbiscan.h 67 UBool push(const RBBIRuleChar &c); // Push (unget) one character.

Completed in 2336 milliseconds

1 2 3 4 5