/external/libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.virtuals/ |
seekoff.pass.cpp | 25 assert(sb.pubseekoff(3, std::ios_base::beg, std::ios_base::out) == -1); 26 assert(sb.pubseekoff(3, std::ios_base::cur, std::ios_base::out) == -1); 27 assert(sb.pubseekoff(-3, std::ios_base::end, std::ios_base::out) == -1); 28 assert(sb.pubseekoff(3, std::ios_base::beg, std::ios_base::in | std::ios_base::out) == -1); 29 assert(sb.pubseekoff(3, std::ios_base::cur, std::ios_base::in | std::ios_base::out) == -1); 30 assert(sb.pubseekoff(-3, std::ios_base::end, std::ios_base::in | std::ios_base::out) == -1); 31 assert(sb.pubseekoff(3, std::ios_base::beg, std::ios_base::in) == 3); 33 assert(sb.pubseekoff(3, std::ios_base::cur, std::ios_base::in) == 6); 35 assert(sb.pubseekoff(-3, std::ios_base::end, std::ios_base::in) == 7); 40 assert(sb.pubseekoff(3, std::ios_base::beg, std::ios_base::in) == -1) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/ |
seekoff.pass.cpp | 25 assert(sb.pubseekoff(3, std::ios_base::beg, std::ios_base::out) == -1); 26 assert(sb.pubseekoff(3, std::ios_base::cur, std::ios_base::out) == -1); 27 assert(sb.pubseekoff(-3, std::ios_base::end, std::ios_base::out) == -1); 28 assert(sb.pubseekoff(3, std::ios_base::beg, std::ios_base::in | std::ios_base::out) == -1); 29 assert(sb.pubseekoff(3, std::ios_base::cur, std::ios_base::in | std::ios_base::out) == -1); 30 assert(sb.pubseekoff(-3, std::ios_base::end, std::ios_base::in | std::ios_base::out) == -1); 31 assert(sb.pubseekoff(3, std::ios_base::beg, std::ios_base::in) == 3); 33 assert(sb.pubseekoff(3, std::ios_base::cur, std::ios_base::in) == 6); 35 assert(sb.pubseekoff(-3, std::ios_base::end, std::ios_base::in) == 7); 40 assert(sb.pubseekoff(3, std::ios_base::beg, std::ios_base::in) == -1) [all...] |
/external/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/ |
seekoff.pass.cpp | 25 assert(sb.pubseekoff(3, std::ios_base::beg, std::ios_base::out) == -1); 26 assert(sb.pubseekoff(3, std::ios_base::cur, std::ios_base::out) == -1); 27 assert(sb.pubseekoff(-3, std::ios_base::end, std::ios_base::out) == -1); 28 assert(sb.pubseekoff(3, std::ios_base::beg, std::ios_base::in | std::ios_base::out) == -1); 29 assert(sb.pubseekoff(3, std::ios_base::cur, std::ios_base::in | std::ios_base::out) == -1); 30 assert(sb.pubseekoff(-3, std::ios_base::end, std::ios_base::in | std::ios_base::out) == -1); 31 assert(sb.pubseekoff(3, std::ios_base::beg, std::ios_base::in) == 3); 33 assert(sb.pubseekoff(3, std::ios_base::cur, std::ios_base::in) == 6); 35 assert(sb.pubseekoff(-3, std::ios_base::end, std::ios_base::in) == 7); 41 assert(sb.pubseekoff(3, std::ios_base::beg, std::ios_base::in) == 3) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/ |
seekoff.pass.cpp | 25 assert(sb.pubseekoff(3, std::ios_base::beg, std::ios_base::out) == -1); 26 assert(sb.pubseekoff(3, std::ios_base::cur, std::ios_base::out) == -1); 27 assert(sb.pubseekoff(-3, std::ios_base::end, std::ios_base::out) == -1); 28 assert(sb.pubseekoff(3, std::ios_base::beg, std::ios_base::in | std::ios_base::out) == -1); 29 assert(sb.pubseekoff(3, std::ios_base::cur, std::ios_base::in | std::ios_base::out) == -1); 30 assert(sb.pubseekoff(-3, std::ios_base::end, std::ios_base::in | std::ios_base::out) == -1); 31 assert(sb.pubseekoff(3, std::ios_base::beg, std::ios_base::in) == 3); 33 assert(sb.pubseekoff(3, std::ios_base::cur, std::ios_base::in) == 6); 35 assert(sb.pubseekoff(-3, std::ios_base::end, std::ios_base::in) == 7); 41 assert(sb.pubseekoff(3, std::ios_base::beg, std::ios_base::in) == 3) [all...] |
/external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/ |
seekoff.pass.cpp | 34 pos_type p = f.pubseekoff(-15, std::ios_base::cur); 37 f.pubseekoff(0, std::ios_base::beg); 39 f.pubseekoff(-1, std::ios_base::end); 55 pos_type p = f.pubseekoff(-15, std::ios_base::cur); 58 f.pubseekoff(0, std::ios_base::beg); 60 f.pubseekoff(-1, std::ios_base::end);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/ |
seekoff.pass.cpp | 34 pos_type p = f.pubseekoff(-15, std::ios_base::cur); 37 f.pubseekoff(0, std::ios_base::beg); 39 f.pubseekoff(-1, std::ios_base::end); 55 pos_type p = f.pubseekoff(-15, std::ios_base::cur); 58 f.pubseekoff(0, std::ios_base::beg); 60 f.pubseekoff(-1, std::ios_base::end);
|
/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer/ |
pubseekoff.pass.cpp | 15 // pos_type pubseekoff(off_type off, ios_base::seekdir way, 32 assert(t.pubseekoff(0, std::ios_base::beg) == -1); 33 assert(t.pubseekoff(0, std::ios_base::beg, std::ios_base::app) == -1);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer/ |
pubseekoff.pass.cpp | 15 // pos_type pubseekoff(off_type off, ios_base::seekdir way, 32 assert(t.pubseekoff(0, std::ios_base::beg) == -1); 33 assert(t.pubseekoff(0, std::ios_base::beg, std::ios_base::app) == -1);
|
/external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/ |
seekoff.pass.cpp | 47 pos_type p = f.pubseekoff(-15, std::ios_base::cur); 50 f.pubseekoff(0, std::ios_base::beg); 52 f.pubseekoff(-1, std::ios_base::end);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/ |
seekoff.pass.cpp | 47 pos_type p = f.pubseekoff(-15, std::ios_base::cur); 50 f.pubseekoff(0, std::ios_base::beg); 52 f.pubseekoff(-1, std::ios_base::end);
|
/external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.assign/ |
member_swap.pass.cpp | 30 f.pubseekoff(1, std::ios_base::beg); 45 f.pubseekoff(1, std::ios_base::beg);
|
move_assign.pass.cpp | 31 f.pubseekoff(1, std::ios_base::beg); 46 f.pubseekoff(1, std::ios_base::beg);
|
nonmember_swap.pass.cpp | 32 f.pubseekoff(1, std::ios_base::beg); 47 f.pubseekoff(1, std::ios_base::beg);
|
/external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.cons/ |
move.pass.cpp | 31 f.pubseekoff(1, std::ios_base::beg); 45 f.pubseekoff(1, std::ios_base::beg);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.assign/ |
member_swap.pass.cpp | 30 f.pubseekoff(1, std::ios_base::beg); 45 f.pubseekoff(1, std::ios_base::beg);
|
move_assign.pass.cpp | 31 f.pubseekoff(1, std::ios_base::beg); 46 f.pubseekoff(1, std::ios_base::beg);
|
nonmember_swap.pass.cpp | 32 f.pubseekoff(1, std::ios_base::beg); 47 f.pubseekoff(1, std::ios_base::beg);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.cons/ |
move.pass.cpp | 31 f.pubseekoff(1, std::ios_base::beg); 45 f.pubseekoff(1, std::ios_base::beg);
|
/prebuilts/misc/common/swig/include/2.0.11/std/ |
std_streambuf.i | 39 pubseekoff(off_type __off, ios_base::seekdir __way,
|
/ndk/tests/device/test-gnustl-full/unit/ |
fstream_test.cpp | 299 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(6) ); 307 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(9) ); 339 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(expected_pos) ); 358 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(10) ); 409 CPPUNIT_ASSERT( s.rdbuf()->pubseekoff( 0, ios_base::cur ) == fstream::pos_type(chars_read) ); 410 CPPUNIT_ASSERT( s.rdbuf()->pubseekoff( -chars_read, ios_base::cur ) == fstream::pos_type(0) ); 436 fstream::pos_type pos = s.rdbuf()->pubseekoff(0, ios_base::cur); 440 offset = s.rdbuf()->pubseekoff( -offset, ios_base::cur ); 448 pos = s.rdbuf()->pubseekoff(0, ios_base::cur); 450 CPPUNIT_ASSERT( s.rdbuf()->pubseekoff(-5, ios_base::cur) == fstream::pos_type(0) ) [all...] |
sstream_test.cpp | 451 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(6) ); 459 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(6) ); 467 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(9) );
|
/ndk/tests/device/test-stlport/unit/ |
fstream_test.cpp | 299 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(6) ); 307 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(9) ); 339 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(expected_pos) ); 358 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(10) ); 409 CPPUNIT_ASSERT( s.rdbuf()->pubseekoff( 0, ios_base::cur ) == fstream::pos_type(chars_read) ); 410 CPPUNIT_ASSERT( s.rdbuf()->pubseekoff( -chars_read, ios_base::cur ) == fstream::pos_type(0) ); 436 fstream::pos_type pos = s.rdbuf()->pubseekoff(0, ios_base::cur); 440 offset = s.rdbuf()->pubseekoff( -offset, ios_base::cur ); 448 pos = s.rdbuf()->pubseekoff(0, ios_base::cur); 450 CPPUNIT_ASSERT( s.rdbuf()->pubseekoff(-5, ios_base::cur) == fstream::pos_type(0) ) [all...] |
sstream_test.cpp | 451 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(6) ); 459 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(6) ); 467 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(9) );
|
/external/libcxx/include/ |
streambuf | 39 pos_type pubseekoff(off_type off, ios_base::seekdir way, 140 pos_type pubseekoff(off_type __off, ios_base::seekdir __way, 252 basic_streambuf<_CharT, _Traits>::pubseekoff(off_type __off,
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
streambuf | 39 pos_type pubseekoff(off_type off, ios_base::seekdir way, 140 pos_type pubseekoff(off_type __off, ios_base::seekdir __way, 252 basic_streambuf<_CharT, _Traits>::pubseekoff(off_type __off,
|