Home
last modified time | relevance | path

Searched refs:tellg (Results 1 – 13 of 13) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
Dignore_0xff.pass.cpp30 size_t a=is.tellg(); in main()
32 size_t b=is.tellg(); in main()
Dtellg.pass.cpp56 assert(is.tellg() == 5); in main()
61 assert(is.tellg() == 5); in main()
/ndk/tests/device/test-stlport/unit/
Dsstream_test.cpp390 CPPUNIT_ASSERT( s.tellg() == stringstream::pos_type(0) ); in seek()
392 CPPUNIT_ASSERT( s.tellg() == stringstream::pos_type(6) ); in seek()
394 CPPUNIT_ASSERT( s.tellg() == stringstream::pos_type(3) ); in seek()
397 CPPUNIT_ASSERT( is.tellg() == stringstream::pos_type(0) ); in seek()
399 CPPUNIT_ASSERT( is.tellg() == stringstream::pos_type(6) ); in seek()
401 CPPUNIT_ASSERT( is.tellg() == stringstream::pos_type(3) ); in seek()
Dcodecvt_test.cpp315 CPPUNIT_ASSERT( (int)istr.tellg() == 0 ); in variable_encoding()
328 CPPUNIT_ASSERT( (int)istr.tellg() == theoricalPos ); in variable_encoding()
350 CPPUNIT_ASSERT( (int)istr.tellg() == 0 ); in variable_encoding()
372 if ((int)istr.tellg() != theoricalTellg) { in variable_encoding()
373 CPPUNIT_ASSERT( (int)istr.tellg() == theoricalTellg ); in variable_encoding()
Dfstream_test.cpp43 CPPUNIT_TEST(tellg);
73 void tellg();
228 void FstreamTest::tellg() in tellg() function in FstreamTest
253 CPPUNIT_ASSERT( is.tellg() == p ); in tellg()
269 is.tellg(); in tellg()
270 CPPUNIT_ASSERT( is.tellg() == p ); in tellg()
284 CPPUNIT_ASSERT( is.tellg() == p ); in tellg()
/ndk/tests/device/test-gnustl-full/unit/
Dsstream_test.cpp390 CPPUNIT_ASSERT( s.tellg() == stringstream::pos_type(0) ); in seek()
392 CPPUNIT_ASSERT( s.tellg() == stringstream::pos_type(6) ); in seek()
394 CPPUNIT_ASSERT( s.tellg() == stringstream::pos_type(3) ); in seek()
397 CPPUNIT_ASSERT( is.tellg() == stringstream::pos_type(0) ); in seek()
399 CPPUNIT_ASSERT( is.tellg() == stringstream::pos_type(6) ); in seek()
401 CPPUNIT_ASSERT( is.tellg() == stringstream::pos_type(3) ); in seek()
Dcodecvt_test.cpp315 CPPUNIT_ASSERT( (int)istr.tellg() == 0 ); in variable_encoding()
328 CPPUNIT_ASSERT( (int)istr.tellg() == theoricalPos ); in variable_encoding()
350 CPPUNIT_ASSERT( (int)istr.tellg() == 0 ); in variable_encoding()
372 if ((int)istr.tellg() != theoricalTellg) { in variable_encoding()
373 CPPUNIT_ASSERT( (int)istr.tellg() == theoricalTellg ); in variable_encoding()
Dfstream_test.cpp43 CPPUNIT_TEST(tellg);
73 void tellg();
228 void FstreamTest::tellg() in tellg() function in FstreamTest
253 CPPUNIT_ASSERT( is.tellg() == p ); in tellg()
269 is.tellg(); in tellg()
270 CPPUNIT_ASSERT( is.tellg() == p ); in tellg()
284 CPPUNIT_ASSERT( is.tellg() == p ); in tellg()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_istream.h163 pos_type tellg();
D_istream.c494 basic_istream<_CharT, _Traits>::tellg() { in tellg() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Distream82 pos_type tellg();
241 pos_type tellg();
1341 basic_istream<_CharT, _Traits>::tellg()
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk1581 $(call gen-test, input.output/iostream.format/input.streams/istream.unformatted/tellg)
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk1572 $(call gen-test, input.output/iostream.format/input.streams/istream.unformatted/tellg)