OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:putback
(Results
1 - 25
of
28
) sorted by null
1
2
/external/libcxx/test/std/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
...]
/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/libcxx/test/std/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');
/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');
/ndk/sources/cxx-stl/stlport/src/
complex_io.cpp
63
__is.
putback
(__c);
89
__is.
putback
(__c);
116
__is.
putback
(__c);
/external/icu/icu4c/source/io/
ustream.cpp
134
stream.
putback
(buffer[--idx]);
/ndk/sources/cxx-stl/stlport/stlport/stl/
_complex.c
128
__is.
putback
(__c);
_istream.h
156
public: //
putback
157
_Self&
putback
(char_type __c);
_istream.c
418
//
Putback
422
basic_istream<_CharT, _Traits>::
putback
(_CharT __c) {
[
all
...]
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_complex.c
128
__is.
putback
(__c);
_istream.h
156
public: //
putback
157
_Self&
putback
(char_type __c);
_istream.c
418
//
Putback
422
basic_istream<_CharT, _Traits>::
putback
(_CharT __c) {
[
all
...]
/prebuilts/misc/common/swig/include/2.0.11/std/
std_iostream.i
249
putback
(char_type __c);
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkdnd.py
252
def
putback
(self):
member in class:Icon
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkdnd.py
252
def
putback
(self):
member in class:Icon
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkdnd.py
252
def
putback
(self):
member in class:Icon
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkdnd.py
252
def
putback
(self):
member in class:Icon
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.sat4j.pb_2.2.0.v20100429.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.sat4j.pb_2.3.5.v201308161310.jar
Completed in 1464 milliseconds
1
2