Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/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-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()
359 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(10) ); in tellp()
773 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()
359 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(10) ); in tellp()
773 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++/libcxx/include/
Dostream67 pos_type tellp();
204 pos_type tellp();
982 basic_ostream<_CharT, _Traits>::tellp()
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk1615 $(call gen-test, input.output/iostream.format/output.streams/ostream.seeks/tellp)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk1624 $(call gen-test, input.output/iostream.format/output.streams/ostream.seeks/tellp)