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

  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
ofstream.h 33 inline off_t tellp (void) const { return (m_File.tellp() + ostringstream::tellp()); } function in class:ustl::ofstream
fstream.h 58 inline off_t tellp (void) const { return (pos()); } function in class:ustl::fstream
mostream.h 92 inline off_t tellp (void) const { return (pos()); } function in class:ustl::ostream
  /external/stlport/test/unit/
sstream_test.cpp 37 CPPUNIT_TEST(tellp);
57 void tellp();
409 CPPUNIT_CHECK( s.tellp() == stringstream::pos_type(7) );
444 void SstreamTest::tellp() function in class:SstreamTest
452 CPPUNIT_CHECK( o.tellp() == stringstream::pos_type(6) );
460 CPPUNIT_CHECK( o.tellp() == stringstream::pos_type(6) );
468 CPPUNIT_CHECK( o.tellp() == stringstream::pos_type(9) );
fstream_test.cpp 44 CPPUNIT_TEST(tellp);
74 void tellp();
274 void FstreamTest::tellp() function in class:FstreamTest
282 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(6) );
290 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(9) );
322 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(expected_pos) );
340 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(10) );
754 file_pos.push_back(make_pair(out.tellp(), index));
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
const-fst.h 206 for (int i = 0; i < kFileAlign && strm.tellp() % kFileAlign; ++i)
210 for (int i = 0; i < kFileAlign && strm.tellp() % kFileAlign; ++i)
  /external/stlport/stlport/stl/
_ostream.h 141 pos_type tellp() { function in class:basic_ostream

Completed in 36 milliseconds