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

  /external/opencv3/3rdparty/openexr/IlmImf/
ImfStdIO.cpp 196 StdOFStream::tellp () function in class:Imf::StdOFStream
198 return std::streamoff (_os->tellp());
226 StdOSStream::tellp () function in class:Imf::StdOSStream
228 return std::streamoff (_os.tellp());
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ostream.h 141 pos_type tellp() { function in class:basic_ostream
  /ndk/tests/device/test-gnustl-full/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();
292 void FstreamTest::tellp() function in class:FstreamTest
300 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(6) );
308 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(9) );
340 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(expected_pos) );
359 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(10) );
773 file_pos.push_back(make_pair(out.tellp(), index));
  /ndk/tests/device/test-stlport/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();
292 void FstreamTest::tellp() function in class:FstreamTest
300 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(6) );
308 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(9) );
340 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(expected_pos) );
359 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(10) );
773 file_pos.push_back(make_pair(out.tellp(), index));
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_ostream.h 141 pos_type tellp() { function in class:basic_ostream

Completed in 1315 milliseconds