OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:putback
(Results
1 - 25
of
171
) sorted by null
1
2
3
4
5
6
7
/ndk/sources/cxx-stl/llvm-libc++/libcxx/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++/libcxx/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/chromium_org/third_party/icu/source/io/
ustream.cpp
135
stream.
putback
(buffer[--idx]);
/external/chromium_org/third_party/skia/src/gpu/
GrGpu.cpp
491
fVertexPool->
putBack
(bytes);
499
fIndexPool->
putBack
(bytes);
537
fVertexPool->
putBack
(bytes);
546
fIndexPool->
putBack
(bytes);
/external/icu4c/io/
ustream.cpp
131
stream.
putback
(buffer[--idx]);
/external/skia/src/gpu/
GrGpu.cpp
491
fVertexPool->
putBack
(bytes);
499
fIndexPool->
putBack
(bytes);
537
fVertexPool->
putBack
(bytes);
546
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++/libcxx/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/ndk/9/sources/cxx-stl/EH/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
Completed in 871 milliseconds
1
2
3
4
5
6
7