HomeSort by relevance Sort by last modified time
    Searched refs:seekp (Results 1 - 12 of 12) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/output.streams/ostream.seeks/
seekp.pass.cpp 15 // 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);
seekp2.pass.cpp 15 // 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);
  /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 );
  /ndk/tests/device/test-gnustl-full/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 );
  /ndk/tests/device/test-stlport/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 );
  /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
  /ndk/sources/cxx-stl/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
  /prebuilts/ndk/5/sources/cxx-stl/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
  /prebuilts/ndk/6/sources/cxx-stl/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
  /prebuilts/ndk/7/sources/cxx-stl/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
  /prebuilts/ndk/8/sources/cxx-stl/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
  /external/openfst/src/include/fst/
fst.h 749 strm.seekp(header_offset);
759 strm.seekp(0, ios_base::end);

Completed in 2232 milliseconds