HomeSort by relevance Sort by last modified time
    Searched refs:rdbuf (Results 76 - 100 of 219) sorted by null

1 2 34 5 6 7 8 9

  /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());
  /external/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/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/5/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/6/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));
  /prebuilts/ndk/7/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...]
  /prebuilts/ndk/8/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...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/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...]
  /external/stlport/test/unit/
fstream_test.cpp 47 CPPUNIT_TEST(rdbuf);
77 void rdbuf();
281 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(6) );
289 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(9) );
321 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(expected_pos) );
339 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(10) );
387 int chars_read = (int)s.rdbuf()->sgetn( b1, sizeof(b1) );
390 CPPUNIT_ASSERT( s.rdbuf()->pubseekoff( 0, ios_base::cur ) == fstream::pos_type(chars_read) );
391 CPPUNIT_ASSERT( s.rdbuf()->pubseekoff( -chars_read, ios_base::cur ) == fstream::pos_type(0) );
395 CPPUNIT_ASSERT( s.rdbuf()->sgetn( b2, 10 ) == 10 )
491 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-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) );
357 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(10) );
405 int chars_read = (int)s.rdbuf()->sgetn( b1, sizeof(b1) );
408 CPPUNIT_ASSERT( s.rdbuf()->pubseekoff( 0, ios_base::cur ) == fstream::pos_type(chars_read) );
409 CPPUNIT_ASSERT( s.rdbuf()->pubseekoff( -chars_read, ios_base::cur ) == fstream::pos_type(0) );
413 CPPUNIT_ASSERT( s.rdbuf()->sgetn( b2, 10 ) == 10 )
509 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) );
357 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == ofstream::pos_type(10) );
405 int chars_read = (int)s.rdbuf()->sgetn( b1, sizeof(b1) );
408 CPPUNIT_ASSERT( s.rdbuf()->pubseekoff( 0, ios_base::cur ) == fstream::pos_type(chars_read) );
409 CPPUNIT_ASSERT( s.rdbuf()->pubseekoff( -chars_read, ios_base::cur ) == fstream::pos_type(0) );
413 CPPUNIT_ASSERT( s.rdbuf()->sgetn( b2, 10 ) == 10 )
509 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...]
  /external/oprofile/include/
sstream 249 rdbuf() const
257 return rdbuf()->str();
262 rdbuf()->str(s);
287 rdbuf() const
295 return rdbuf()->str();
300 rdbuf()->str(s);
325 rdbuf() const
333 return rdbuf()->str();
339 rdbuf()->str(s);

Completed in 1853 milliseconds

1 2 34 5 6 7 8 9