Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/output.streams/ostream.seeks/
Dtellp.pass.cpp46 assert(os.tellp() == -1); in main()
51 assert(os.tellp() == 10); in main()
/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/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/sources/cxx-stl/stlport/stlport/stl/
D_ostream.h141 pos_type tellp() { in tellp() function
/ndk/sources/cxx-stl/llvm-libc++/include/
Dostream66 pos_type tellp();
200 pos_type tellp();
1146 basic_ostream<_CharT, _Traits>::tellp()