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

  /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));
  /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) );
358 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(10) );
772 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) );
358 CPPUNIT_CHECK( o.tellp() == ofstream::pos_type(10) );
772 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
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ostream.h 141 pos_type tellp() { function in class:basic_ostream
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
ostream.tcc 237 tellp()
  /external/chromium/third_party/icu/public/common/unicode/
resbund.h 24 * Added Mac compatibility #ifdefs for tellp() and
  /external/chromium/third_party/icu/source/common/
resbund.cpp 20 * Added Mac compatibility #ifdefs for tellp() and
  /external/icu4c/common/
resbund.cpp 20 * Added Mac compatibility #ifdefs for tellp() and
  /external/icu4c/common/unicode/
resbund.h 24 * Added Mac compatibility #ifdefs for tellp() and
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
ostream 335 tellp();
  /external/chromium/base/
logging.cc 451 message_start_ = stream_.tellp();
  /external/stlport/etc/
ChangeLog     [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libstdc++.so 
libstdc++.so.6 
libstdc++.so.6.0.13 

Completed in 481 milliseconds