Searched refs:seekp (Results 1 - 6 of 6) sorted by relevance

/external/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/
H A Dseekp.pass.cpp15 // basic_ostream<charT,traits>& seekp(pos_type pos);
44 assert(&os.seekp(5) == &os);
50 assert(&os.seekp(10) == &os);
53 assert(&os.seekp(-1) == &os);
H A Dseekp2.pass.cpp15 // basic_ostream<charT,traits>& seekp(off_type off, ios_base::seekdir dir);
46 assert(&os.seekp(5, std::ios_base::beg) == &os);
52 assert(&os.seekp(10, std::ios_base::beg) == &os);
55 assert(&os.seekp(-1, std::ios_base::beg) == &os);
H A DAndroid.mk23 test_name := input.output/iostream.format/output.streams/ostream.seeks/seekp
24 test_src := seekp.pass.cpp
/external/stlport/test/unit/
H A Dsstream_test.cpp35 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 );
/external/stlport/stlport/stl/
H A D_ostream.h147 _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
/external/openfst/src/include/fst/
H A Dfst.h749 strm.seekp(header_offset);
759 strm.seekp(0, ios_base::end);

Completed in 349 milliseconds