Home
last modified time | relevance | path

Searched refs:tellp (Results 1 – 5 of 5) sorted by relevance

/ndk/tests/device/test-gnustl-full/unit/
Dsstream_test.cpp37 CPPUNIT_TEST(tellp);
57 void tellp();
409 CPPUNIT_CHECK( s.tellp() == stringstream::pos_type(7) ); in seekp()
444 void SstreamTest::tellp() in tellp() function in SstreamTest
452 CPPUNIT_CHECK( o.tellp() == stringstream::pos_type(6) ); in tellp()
460 CPPUNIT_CHECK( o.tellp() == stringstream::pos_type(6) ); in tellp()
468 CPPUNIT_CHECK( o.tellp() == stringstream::pos_type(9) ); in tellp()
Dfstream_test.cpp44 CPPUNIT_TEST(tellp);
74 void tellp();
292 void FstreamTest::tellp() in tellp() function in FstreamTest
300 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(6) ); in tellp()
308 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(9) ); in tellp()
340 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(expected_pos) ); in tellp()
358 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(10) ); in tellp()
772 file_pos.push_back(make_pair(out.tellp(), index)); in big_file()
/ndk/tests/device/test-stlport/unit/
Dsstream_test.cpp37 CPPUNIT_TEST(tellp);
57 void tellp();
409 CPPUNIT_CHECK( s.tellp() == stringstream::pos_type(7) ); in seekp()
444 void SstreamTest::tellp() in tellp() function in SstreamTest
452 CPPUNIT_CHECK( o.tellp() == stringstream::pos_type(6) ); in tellp()
460 CPPUNIT_CHECK( o.tellp() == stringstream::pos_type(6) ); in tellp()
468 CPPUNIT_CHECK( o.tellp() == stringstream::pos_type(9) ); in tellp()
Dfstream_test.cpp44 CPPUNIT_TEST(tellp);
74 void tellp();
292 void FstreamTest::tellp() in tellp() function in FstreamTest
300 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(6) ); in tellp()
308 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(9) ); in tellp()
340 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(expected_pos) ); in tellp()
358 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(10) ); in tellp()
772 file_pos.push_back(make_pair(out.tellp(), index)); in big_file()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ostream.h141 pos_type tellp() { in tellp() function