/external/stlport/test/unit/ |
sstream_test.cpp | 35 CPPUNIT_TEST(seekp); 55 void seekp(); 404 void SstreamTest::seekp() function in class:SstreamTest 411 s.seekp( 0 ); 414 s.seekp( 0, ios::beg ); 424 with seekg and seekp (27.6.1.3, par 38; 27.6.2.4 par 2), 432 ss.seekp( 0, ios::end );
|
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/ |
ofstream.cpp | 71 void ofstream::seekp (off_t p, seekdir d) function in class:ustl::ofstream 74 m_File.seekp (p, d);
|
fstream.h | 60 inline void seekp (off_t n, seekdir whence = beg) { seek (n, whence); } function in class:ustl::fstream
|
mostream.h | 91 inline void seekp (off_t p, seekdir d = beg); 153 throw stream_bounds_exception ("seekp", "byte", pos(), newPos - pos(), size()); 167 inline void ostream::seekp (off_t p, seekdir d) function in class:ustl::ostream
|
ofstream.h | 40 void seekp (off_t p, seekdir d = beg);
|
/external/stlport/stlport/stl/ |
_ostream.h | 147 _Self& seekp(pos_type __pos) { function in class:basic_ostream 156 _Self& seekp(off_type __off, ios_base::seekdir __dir) { function in class:basic_ostream
|