/external/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/ |
D | Android.mk | 31 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/ |
D | Android.mk | 39 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/ |
D | Android.mk | 39 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/ |
D | Android.mk | 47 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/ |
D | tellp.pass.cpp | 32 seekoff(typename base::off_type off, std::ios_base::seekdir way, std::ios_base::openmode which) in seekoff() function
|
D | seekp2.pass.cpp | 32 seekoff(typename base::off_type off, std::ios_base::seekdir way, in seekoff() function
|
/external/stlport/src/ |
D | stdio_streambuf.h | 61 pos_type seekoff(off_type, ios_base::seekdir,
|
D | strstream.cpp | 192 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()
|
D | stdio_streambuf.cpp | 76 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/ |
D | tellg.pass.cpp | 40 typename base::pos_type seekoff(typename base::off_type off, in seekoff() function
|
D | seekg_off.pass.cpp | 42 typename base::pos_type seekoff(typename base::off_type off, in seekoff() function
|
/external/stlport/stlport/stl/ |
D | _streambuf.h | 128 virtual pos_type seekoff(off_type, ios_base::seekdir, 147 { return this->seekoff(__offset, __way, __mod); }
|
D | _strstream.h | 78 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
|
D | _streambuf.c | 193 basic_streambuf<_CharT, _Traits>::seekoff(off_type, ios_base::seekdir, in seekoff() function
|
D | _sstream.h | 90 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
|
D | _fstream.c | 291 basic_filebuf<_CharT, _Traits>::seekoff(off_type __off, in seekoff() function
|
D | _sstream.c | 300 ::seekoff(off_type __off, in seekoff() function
|
/external/oprofile/include/ |
D | sstream | 26 /* 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/ |
D | zfstream.h | 24 virtual streampos seekoff( streamoff, ios::seek_dir, int );
|
D | zfstream.cpp | 129 streampos gzfilebuf::seekoff( streamoff off, ios::seek_dir dir, int which ) { in seekoff() function in gzfilebuf
|
/external/libcxx/include/ |
D | streambuf | 87 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,
|
D | strstream | 46 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 173 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
|
D | sstream | 49 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);
|
D | fstream | 51 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/ |
D | strstream.cpp | 229 strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which) in seekoff() function in strstreambuf
|