Home
last modified time | relevance | path

Searched refs:seekoff (Results 1 – 25 of 29) sorted by relevance

12

/external/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
DAndroid.mk31 test_name := input.output/file.streams/fstreams/filebuf.virtuals/seekoff
32 test_src := seekoff.pass.cpp
/external/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/
DAndroid.mk39 test_name := input.output/string.streams/stringbuf/stringbuf.virtuals/seekoff
40 test_src := seekoff.pass.cpp
/external/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/
DAndroid.mk39 test_name := depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/seekoff
40 test_src := seekoff.pass.cpp
/external/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
DAndroid.mk47 test_name := localization/locales/locale.convenience/conversions/conversions.buffer/seekoff
48 test_src := seekoff.pass.cpp
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/
Dtellp.pass.cpp32 seekoff(typename base::off_type off, std::ios_base::seekdir way, std::ios_base::openmode which) in seekoff() function
Dseekp2.pass.cpp32 seekoff(typename base::off_type off, std::ios_base::seekdir way, in seekoff() function
/external/stlport/src/
Dstdio_streambuf.h61 pos_type seekoff(off_type, ios_base::seekdir,
Dstrstream.cpp192 strstreambuf::seekoff(off_type off, in seekoff() function in strstreambuf
257 return seekoff(pos - pos_type(off_type(0)), ios_base::beg, mode); in seekpos()
Dstdio_streambuf.cpp76 stdio_streambuf_base::seekoff(off_type off, ios_base::seekdir dir, in seekoff() function in stdio_streambuf_base
/external/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
Dtellg.pass.cpp40 typename base::pos_type seekoff(typename base::off_type off, in seekoff() function
Dseekg_off.pass.cpp42 typename base::pos_type seekoff(typename base::off_type off, in seekoff() function
/external/stlport/stlport/stl/
D_streambuf.h128 virtual pos_type seekoff(off_type, ios_base::seekdir,
147 { return this->seekoff(__offset, __way, __mod); }
D_strstream.h78 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
D_streambuf.c193 basic_streambuf<_CharT, _Traits>::seekoff(off_type, ios_base::seekdir, in seekoff() function
D_sstream.h90 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
D_fstream.c291 basic_filebuf<_CharT, _Traits>::seekoff(off_type __off, in seekoff() function
D_sstream.c300 ::seekoff(off_type __off, in seekoff() function
/external/oprofile/include/
Dsstream26 /* seekoff and ideas for overflow is largely borrowed from libstdc++-v3 */
141 seekoff(off_type off, ios::seek_dir way, int which = ios::in | ios::out)
199 pos_type ret = seekoff(sp, ios::beg, which);
/external/zlib/src/contrib/iostream/
Dzfstream.h24 virtual streampos seekoff( streamoff, ios::seek_dir, int );
Dzfstream.cpp129 streampos gzfilebuf::seekoff( streamoff off, ios::seek_dir dir, int which ) { in seekoff() function in gzfilebuf
/external/libcxx/include/
Dstreambuf87 virtual pos_type seekoff(off_type off, ios_base::seekdir way,
188 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
256 return seekoff(__off, __way, __which);
464 basic_streambuf<_CharT, _Traits>::seekoff(off_type, ios_base::seekdir,
Dstrstream46 virtual pos_type seekoff(off_type off, ios_base::seekdir way,
173 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
Dsstream49 virtual pos_type seekoff(off_type off, ios_base::seekdir way,
232 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
555 basic_stringbuf<_CharT, _Traits, _Allocator>::seekoff(off_type __off,
610 return seekoff(__sp, ios_base::beg, __wch);
Dfstream51 virtual pos_type seekoff(off_type off, ios_base::seekdir way,
219 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
784 basic_filebuf<_CharT, _Traits>::seekoff(off_type __off, ios_base::seekdir __way,
/external/libcxx/src/
Dstrstream.cpp229 strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which) in seekoff() function in strstreambuf

12