Searched refs:seekdir (Results 1 - 25 of 26) sorted by last modified time

12

/external/stlport/src/details/
H A Dfstream_stdio.cpp342 streamoff _Filebuf_base::_M_seek(streamoff offset, ios_base::seekdir dir)
H A Dfstream_unistd.cpp286 streamoff _Filebuf_base::_M_seek(streamoff offset, ios_base::seekdir dir)
H A Dfstream_win32io.cpp547 streamoff _Filebuf_base::_M_seek(streamoff offset, ios_base::seekdir dir) {
/external/stlport/src/
H A Dios.cpp77 // Definitions of ios_base's seekdir flags.
78 const ios_base::seekdir ios_base::beg;
79 const ios_base::seekdir ios_base::cur;
80 const ios_base::seekdir ios_base::end;
H A Dstdio_streambuf.cpp76 stdio_streambuf_base::seekoff(off_type off, ios_base::seekdir dir,
H A Dstdio_streambuf.h61 pos_type seekoff(off_type, ios_base::seekdir,
H A Dstrstream.cpp193 ios_base::seekdir dir, ios_base::openmode mode) {
/external/stlport/stlport/stl/
H A D_fstream.c292 ios_base::seekdir __whence,
H A D_fstream.h69 streamoff _M_seek(streamoff __offset, ios_base::seekdir __dir);
207 virtual pos_type seekoff(off_type, ios_base::seekdir,
H A D_ios_base.h60 typedef int seekdir; typedef in class:ios_base
214 seekdir _M_seekdir;
256 typedef seekdir seek_dir;
H A D_istream.c532 basic_istream<_CharT, _Traits>::seekg(off_type __off, ios_base::seekdir __dir) {
H A D_istream.h165 _Self& seekg(off_type, ios_base::seekdir);
H A D_ostream.h156 _Self& seekp(off_type __off, ios_base::seekdir __dir) {
H A D_sstream.c301 ios_base::seekdir __dir,
H A D_sstream.h90 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
H A D_streambuf.c193 basic_streambuf<_CharT, _Traits>::seekoff(off_type, ios_base::seekdir,
H A D_streambuf.h128 virtual pos_type seekoff(off_type, ios_base::seekdir,
145 pos_type pubseekoff(off_type __offset, ios_base::seekdir __way,
H A D_strstream.h78 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
/external/ltrace/etc/
H A Dlibc.so.conf74 void seekdir(DIR *, long);
/external/libcxx/src/
H A Dstrstream.cpp229 strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which)
/external/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
H A Dseekg_off.pass.cpp12 // basic_istream<charT,traits>& seekg(off_type off, ios_base::seekdir dir);
43 std::ios_base::seekdir way,
H A Dtellg.pass.cpp41 std::ios_base::seekdir way,
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/
H A Dseekp2.pass.cpp15 // basic_ostream<charT,traits>& seekp(off_type off, ios_base::seekdir dir);
32 seekoff(typename base::off_type off, std::ios_base::seekdir way,
H A Dtellp.pass.cpp32 seekoff(typename base::off_type off, std::ios_base::seekdir way, std::ios_base::openmode which)
/external/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_seekdir/
H A DAndroid.mk19 test_name := input.output/iostreams.base/ios.base/ios.types/ios_seekdir/seekdir
20 test_src := seekdir.pass.cpp

Completed in 282 milliseconds

12