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

1 2 3 4 5 6

  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/input.streams/istream.unformatted/
putback.pass.cpp 12 // basic_istream<charT,traits>& putback(char_type c);
49 is.putback('a');
53 is.putback('2');
56 is.putback('1');
59 is.putback(' ');
62 is.putback(' ');
72 is.putback(L'a');
76 is.putback(L'2');
79 is.putback(L'1');
82 is.putback(L' ')
    [all...]
  /external/zlib/src/contrib/iostream3/
TODO 3 - The ability to do putback (e.g. putbackfail)
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons/
ccp.pass.cpp 36 in.putback('g');
38 in.putback('g');
ccp_size.pass.cpp 36 in.putback('5');
38 in.putback('5');
cp.pass.cpp 36 in.putback('g');
38 in.putback('g');
cp_size.pass.cpp 36 in.putback('5');
38 in.putback('5');
  /external/stlport/src/
complex_io.cpp 63 __is.putback(__c);
89 __is.putback(__c);
116 __is.putback(__c);
  /ndk/sources/cxx-stl/stlport/src/
complex_io.cpp 63 __is.putback(__c);
89 __is.putback(__c);
116 __is.putback(__c);
  /external/linux-tools-perf/util/scripting-engines/
trace-event-perl.c 82 PUTBACK;
86 PUTBACK;
112 PUTBACK;
116 PUTBACK;
140 PUTBACK;
144 PUTBACK;
172 PUTBACK;
176 PUTBACK;
316 PUTBACK;
330 PUTBACK;
    [all...]
  /external/clang/include/clang/AST/
CommentParser.h 70 void putBack(const Token &OldTok) {
75 void putBack(ArrayRef<Token> Toks) {
  /external/icu4c/io/
ustream.cpp 131 stream.putback(buffer[--idx]);
  /external/skia/src/gpu/
GrGpu.cpp 475 fVertexPool->putBack(bytes);
483 fIndexPool->putBack(bytes);
521 fVertexPool->putBack(bytes);
530 fIndexPool->putBack(bytes);
  /external/stlport/stlport/stl/
_complex.c 128 __is.putback(__c);
_fstream.c 148 // Make a putback position available, if necessary, by switching to a
149 // special internal buffer used only for putback. The buffer is
153 // The end of the putback buffer is always _M_pback_buf + _S_pback_buf_size,
176 // Are we in the putback buffer already?
179 // Do we have more room in the putback buffer?
185 else { // We're not yet in the putback buffer.
196 // We have made a putback position available. Assign to it, and return.
719 // Discard putback characters, if any.
  /ndk/sources/cxx-stl/llvm-libc++/include/
streambuf 53 // 27.6.2.2.4 Putback:
99 // 27.6.2.4.4 Putback:
154 // 27.6.2.2.4 Putback:
200 // 27.6.2.4.4 Putback:
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_complex.c 128 __is.putback(__c);
_fstream.c 148 // Make a putback position available, if necessary, by switching to a
149 // special internal buffer used only for putback. The buffer is
153 // The end of the putback buffer is always _M_pback_buf + _S_pback_buf_size,
176 // Are we in the putback buffer already?
179 // Do we have more room in the putback buffer?
185 else { // We're not yet in the putback buffer.
196 // We have made a putback position available. Assign to it, and return.
719 // Discard putback characters, if any.
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_complex.c 128 __is.putback(__c);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_complex.c 128 __is.putback(__c);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_complex.c 128 __is.putback(__c);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_complex.c 128 __is.putback(__c);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
stdio_sync_filebuf.h 112 // Check if the unget or putback was requested
120 else // putback
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
stdio_sync_filebuf.h 122 // Check if the unget or putback was requested
130 else // putback
  /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 122 // Check if the unget or putback was requested
130 else // putback
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 112 // Check if the unget or putback was requested
120 else // putback

Completed in 523 milliseconds

1 2 3 4 5 6