HomeSort by relevance Sort by last modified time
    Searched refs:rdbuf (Results 101 - 125 of 181) sorted by null

1 2 3 45 6 7 8

  /external/libcxx/test/std/input.output/iostream.format/input.streams/iostreamclass/iostream.cons/
streambuf.pass.cpp 32 assert(is.rdbuf() == &sb);
45 assert(is.rdbuf() == &sb);
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream.cons/
streambuf.pass.cpp 32 assert(is.rdbuf() == &sb);
45 assert(is.rdbuf() == &sb);
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.cons/
streambuf.pass.cpp 32 assert(os.rdbuf() == &sb);
44 assert(os.rdbuf() == &sb);
  /external/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.cons/
ctor_streambuf.pass.cpp 25 assert(ios.rdbuf() == sb);
38 assert(ios.rdbuf() == sb);
  /external/libcxx/test/std/input.output/string.streams/stringstream.members/
str.pass.cpp 24 assert(ss.rdbuf() != 0);
44 assert(ss.rdbuf() != 0);
  /external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/
pbackfail.pass.cpp 45 test_buf f(bs.rdbuf());
52 test_buf f(bs.rdbuf());
underflow.pass.cpp 45 test_buf f(bs.rdbuf());
57 test_buf f(bs.rdbuf());
78 test_buf f(bs.rdbuf());
  /external/zlib/src/contrib/iostream/
zfstream.cpp 255 ios( gzfilestream_common::rdbuf() )
286 gzfilebuf *gzfilestream_common::rdbuf() function in class:gzfilestream_common
292 ios( gzfilestream_common::rdbuf() )
298 ios( gzfilestream_common::rdbuf() )
304 ios( gzfilestream_common::rdbuf() )
312 ios( gzfilestream_common::rdbuf() )
318 ios( gzfilestream_common::rdbuf() )
324 ios( gzfilestream_common::rdbuf() )
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons/
streambuf.pass.cpp 32 assert(is.rdbuf() == &sb);
45 assert(is.rdbuf() == &sb);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream.cons/
streambuf.pass.cpp 32 assert(is.rdbuf() == &sb);
45 assert(is.rdbuf() == &sb);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.cons/
streambuf.pass.cpp 32 assert(os.rdbuf() == &sb);
44 assert(os.rdbuf() == &sb);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.cons/
ctor_streambuf.pass.cpp 25 assert(ios.rdbuf() == sb);
38 assert(ios.rdbuf() == sb);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringstream.members/
str.pass.cpp 24 assert(ss.rdbuf() != 0);
44 assert(ss.rdbuf() != 0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
pbackfail.pass.cpp 45 test_buf f(bs.rdbuf());
52 test_buf f(bs.rdbuf());
underflow.pass.cpp 45 test_buf f(bs.rdbuf());
57 test_buf f(bs.rdbuf());
78 test_buf f(bs.rdbuf());
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ostream.h 135 if (this->rdbuf())
136 if (this->rdbuf()->pubsync() == -1)
142 return this->rdbuf() && !this->fail()
143 ? this->rdbuf()->pubseekoff(0, ios_base::cur, ios_base::out)
148 if (this->rdbuf() && !this->fail()) {
149 if (this->rdbuf()->pubseekpos(__pos, ios_base::out) == pos_type(-1)) {
157 if (this->rdbuf() && !this->fail())
158 this->rdbuf()->pubseekoff(__off, __dir, ios_base::out);
181 : _M_str(__str), /* _M_buf(__str.rdbuf()), */ _M_ok(_STLP_PRIV __init_bostr(__str))
221 if (!__str.rdbuf())
    [all...]
_ios.h 72 basic_streambuf<_CharT, _Traits>* rdbuf() const function in class:basic_ios
76 rdbuf(basic_streambuf<char_type, traits_type>*);
92 _M_clear_nothrow(this->rdbuf() ? __state : iostate(__state|ios_base::badbit));
_strstream.h 110 strstreambuf* rdbuf() const;
127 strstreambuf* rdbuf() const;
150 strstreambuf* rdbuf() const;
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_ostream.h 135 if (this->rdbuf())
136 if (this->rdbuf()->pubsync() == -1)
142 return this->rdbuf() && !this->fail()
143 ? this->rdbuf()->pubseekoff(0, ios_base::cur, ios_base::out)
148 if (this->rdbuf() && !this->fail()) {
149 if (this->rdbuf()->pubseekpos(__pos, ios_base::out) == pos_type(-1)) {
157 if (this->rdbuf() && !this->fail())
158 this->rdbuf()->pubseekoff(__off, __dir, ios_base::out);
181 : _M_str(__str), /* _M_buf(__str.rdbuf()), */ _M_ok(_STLP_PRIV __init_bostr(__str))
221 if (!__str.rdbuf())
    [all...]
_ios.h 72 basic_streambuf<_CharT, _Traits>* rdbuf() const function in class:basic_ios
76 rdbuf(basic_streambuf<char_type, traits_type>*);
92 _M_clear_nothrow(this->rdbuf() ? __state : iostate(__state|ios_base::badbit));
_strstream.h 110 strstreambuf* rdbuf() const;
127 strstreambuf* rdbuf() const;
150 strstreambuf* rdbuf() const;
  /ndk/tests/device/test-gnustl-full/unit/
fstream_test.cpp 47 CPPUNIT_TEST(rdbuf);
77 void rdbuf();
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) );
406 int chars_read = (int)s.rdbuf()->sgetn( b1, sizeof(b1) );
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) );
414 CPPUNIT_ASSERT( s.rdbuf()->sgetn( b2, 10 ) == 10 )
510 void FstreamTest::rdbuf() function in class:FstreamTest
    [all...]
sstream_test.cpp 32 CPPUNIT_TEST(rdbuf);
52 void rdbuf();
313 void SstreamTest::rdbuf() function in class:SstreamTest
320 ss.get( *os.rdbuf(), '\n' );
339 out << in.rdbuf();
345 out << in.rdbuf();
350 ostr << in.rdbuf();
366 out << in.rdbuf();
373 out << in.rdbuf();
378 ostr << in.rdbuf();
    [all...]
  /ndk/tests/device/test-stlport/unit/
fstream_test.cpp 47 CPPUNIT_TEST(rdbuf);
77 void rdbuf();
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) );
406 int chars_read = (int)s.rdbuf()->sgetn( b1, sizeof(b1) );
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) );
414 CPPUNIT_ASSERT( s.rdbuf()->sgetn( b2, 10 ) == 10 )
510 void FstreamTest::rdbuf() function in class:FstreamTest
    [all...]
sstream_test.cpp 32 CPPUNIT_TEST(rdbuf);
52 void rdbuf();
313 void SstreamTest::rdbuf() function in class:SstreamTest
320 ss.get( *os.rdbuf(), '\n' );
339 out << in.rdbuf();
345 out << in.rdbuf();
350 ostr << in.rdbuf();
366 out << in.rdbuf();
373 out << in.rdbuf();
378 ostr << in.rdbuf();
    [all...]

Completed in 799 milliseconds

1 2 3 45 6 7 8