/external/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/ |
D | Android.mk | 19 test_name := input.output/string.streams/stringbuf/stringbuf.virtuals/seekpos 20 test_src := seekpos.pass.cpp
|
/external/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/ |
D | Android.mk | 19 test_name := depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/seekpos 20 test_src := seekpos.pass.cpp
|
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/ |
D | seekp.pass.cpp | 32 seekpos(typename base::pos_type sp, std::ios_base::openmode which) in seekpos() function
|
/external/stlport/src/ |
D | stdio_streambuf.h | 64 pos_type seekpos(pos_type,
|
D | stdio_streambuf.cpp | 114 stdio_streambuf_base::seekpos(pos_type pos, ios_base::openmode /* mode */) { in seekpos() function in stdio_streambuf_base
|
D | strstream.cpp | 256 strstreambuf::seekpos(pos_type pos, ios_base::openmode mode) { in seekpos() function in strstreambuf
|
/external/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/ |
D | seekg.pass.cpp | 40 typename base::pos_type seekpos(typename base::pos_type sp, in seekpos() function
|
/external/stlport/stlport/stl/ |
D | _streambuf.h | 134 seekpos(pos_type, ios_base::openmode = ios_base::in | ios_base::out); 151 { return this->seekpos(__sp, __mod); }
|
D | _strstream.h | 81 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode
|
D | _streambuf.c | 188 basic_streambuf<_CharT, _Traits>::seekpos(pos_type, ios_base::openmode) in seekpos() function
|
D | _sstream.h | 93 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode
|
D | _sstream.c | 358 ::seekpos(pos_type __pos, ios_base::openmode __mode) { in seekpos() function
|
D | _fstream.c | 384 basic_filebuf<_CharT, _Traits>::seekpos(pos_type __pos, in seekpos() function
|
D | _fstream.h | 209 virtual pos_type seekpos(pos_type,
|
/external/libcxx/include/ |
D | streambuf | 89 virtual pos_type seekpos(pos_type sp, 190 virtual pos_type seekpos(pos_type __sp, 265 return seekpos(__sp, __which); 472 basic_streambuf<_CharT, _Traits>::seekpos(pos_type, ios_base::openmode)
|
D | strstream | 48 virtual pos_type seekpos(pos_type sp, 175 virtual pos_type seekpos(pos_type __sp,
|
D | sstream | 51 virtual pos_type seekpos(pos_type sp, 234 virtual pos_type seekpos(pos_type __sp, 607 basic_stringbuf<_CharT, _Traits, _Allocator>::seekpos(pos_type __sp,
|
D | fstream | 53 virtual pos_type seekpos(pos_type sp, 221 virtual pos_type seekpos(pos_type __sp, 825 basic_filebuf<_CharT, _Traits>::seekpos(pos_type __sp, ios_base::openmode)
|
D | locale | 4060 virtual pos_type seekpos(pos_type __sp, 4328 wbuffer_convert<_Codecvt, _Elem, _Tr>::seekpos(pos_type __sp, ios_base::openmode __wch)
|
/external/libcxx/src/ |
D | strstream.cpp | 287 strstreambuf::seekpos(pos_type __sp, ios_base::openmode __which) in seekpos() function in strstreambuf
|
/external/oprofile/include/ |
D | sstream | 197 seekpos(pos_type sp, int which = ios::in | ios::out)
|