Home
last modified time | relevance | path

Searched refs:seekpos (Results 1 – 21 of 21) sorted by relevance

/external/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/
DAndroid.mk19 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/
DAndroid.mk19 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/
Dseekp.pass.cpp32 seekpos(typename base::pos_type sp, std::ios_base::openmode which) in seekpos() function
/external/stlport/src/
Dstdio_streambuf.h64 pos_type seekpos(pos_type,
Dstdio_streambuf.cpp114 stdio_streambuf_base::seekpos(pos_type pos, ios_base::openmode /* mode */) { in seekpos() function in stdio_streambuf_base
Dstrstream.cpp256 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/
Dseekg.pass.cpp40 typename base::pos_type seekpos(typename base::pos_type sp, in seekpos() function
/external/stlport/stlport/stl/
D_streambuf.h134 seekpos(pos_type, ios_base::openmode = ios_base::in | ios_base::out);
151 { return this->seekpos(__sp, __mod); }
D_strstream.h81 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode
D_streambuf.c188 basic_streambuf<_CharT, _Traits>::seekpos(pos_type, ios_base::openmode) in seekpos() function
D_sstream.h93 virtual pos_type seekpos(pos_type __pos, ios_base::openmode __mode
D_sstream.c358 ::seekpos(pos_type __pos, ios_base::openmode __mode) { in seekpos() function
D_fstream.c384 basic_filebuf<_CharT, _Traits>::seekpos(pos_type __pos, in seekpos() function
D_fstream.h209 virtual pos_type seekpos(pos_type,
/external/libcxx/include/
Dstreambuf89 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)
Dstrstream48 virtual pos_type seekpos(pos_type sp,
175 virtual pos_type seekpos(pos_type __sp,
Dsstream51 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,
Dfstream53 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)
Dlocale4060 virtual pos_type seekpos(pos_type __sp,
4328 wbuffer_convert<_Codecvt, _Elem, _Tr>::seekpos(pos_type __sp, ios_base::openmode __wch)
/external/libcxx/src/
Dstrstream.cpp287 strstreambuf::seekpos(pos_type __sp, ios_base::openmode __which) in seekpos() function in strstreambuf
/external/oprofile/include/
Dsstream197 seekpos(pos_type sp, int which = ios::in | ios::out)