HomeSort by relevance Sort by last modified time
    Searched defs:rdbuf (Results 26 - 44 of 44) sorted by null

12

  /ndk/tests/device/test-stlport/unit/
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...]
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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
basic_ios.h 269 * destroy the streambuf held by rdbuf().
311 rdbuf() const function in class:basic_ios
324 * in derived classes by overrides of the zero-argument @c rdbuf(),
333 * foo.ios::rdbuf(p); // ios == basic_ios<char>
337 rdbuf(basic_streambuf<_CharT, _Traits>* __sb);
344 * All fields of __rhs are copied into this object except that rdbuf()
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
basic_ios.h 271 * destroy the streambuf held by rdbuf().
313 rdbuf() const function in class:basic_ios
326 * in derived classes by overrides of the zero-argument @c rdbuf(),
335 * foo.ios::rdbuf(p); // ios == basic_ios<char>
339 rdbuf(basic_streambuf<_CharT, _Traits>* __sb);
346 * All fields of __rhs are copied into this object except that rdbuf()
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
basic_ios.h 271 * destroy the streambuf held by rdbuf().
313 rdbuf() const function in class:basic_ios
326 * in derived classes by overrides of the zero-argument @c rdbuf(),
335 * foo.ios::rdbuf(p); // ios == basic_ios<char>
339 rdbuf(basic_streambuf<_CharT, _Traits>* __sb);
346 * All fields of __rhs are copied into this object except that rdbuf()
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.h 269 * destroy the streambuf held by rdbuf().
311 rdbuf() const function in class:basic_ios
324 * in derived classes by overrides of the zero-argument @c rdbuf(),
333 * foo.ios::rdbuf(p); // ios == basic_ios<char>
337 rdbuf(basic_streambuf<_CharT, _Traits>* __sb);
344 * All fields of __rhs are copied into this object except that rdbuf()
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.h 269 * destroy the streambuf held by rdbuf().
311 rdbuf() const function in class:basic_ios
324 * in derived classes by overrides of the zero-argument @c rdbuf(),
333 * foo.ios::rdbuf(p); // ios == basic_ios<char>
337 rdbuf(basic_streambuf<_CharT, _Traits>* __sb);
344 * All fields of __rhs are copied into this object except that rdbuf()
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.h 269 * destroy the streambuf held by rdbuf().
311 rdbuf() const function in class:basic_ios
324 * in derived classes by overrides of the zero-argument @c rdbuf(),
333 * foo.ios::rdbuf(p); // ios == basic_ios<char>
337 rdbuf(basic_streambuf<_CharT, _Traits>* __sb);
344 * All fields of __rhs are copied into this object except that rdbuf()
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
basic_ios.h 269 * destroy the streambuf held by rdbuf().
311 rdbuf() const function in class:basic_ios
324 * in derived classes by overrides of the zero-argument @c rdbuf(),
333 * foo.ios::rdbuf(p); // ios == basic_ios<char>
337 rdbuf(basic_streambuf<_CharT, _Traits>* __sb);
344 * All fields of __rhs are copied into this object except that rdbuf()
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_ios.h 271 * destroy the streambuf held by rdbuf().
313 rdbuf() const function in class:basic_ios
326 * in derived classes by overrides of the zero-argument @c rdbuf(),
335 * foo.ios::rdbuf(p); // ios == basic_ios<char>
339 rdbuf(basic_streambuf<_CharT, _Traits>* __sb);
346 * All fields of __rhs are copied into this object except that rdbuf()
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_ios.h 271 * destroy the streambuf held by rdbuf().
313 rdbuf() const function in class:basic_ios
326 * in derived classes by overrides of the zero-argument @c rdbuf(),
335 * foo.ios::rdbuf(p); // ios == basic_ios<char>
339 rdbuf(basic_streambuf<_CharT, _Traits>* __sb);
346 * All fields of __rhs are copied into this object except that rdbuf()
  /external/stlport/stlport/stl/
_fstream.h 498 basic_filebuf<_CharT, _Traits>* rdbuf() const function in class:basic_ifstream
502 return this->rdbuf()->is_open();
506 if (!this->rdbuf()->open(__s, __mod | ios_base::in))
511 if (!this->rdbuf()->close())
577 basic_filebuf<_CharT, _Traits>* rdbuf() const function in class:basic_ofstream
581 return this->rdbuf()->is_open();
585 if (!this->rdbuf()->open(__s, __mod | ios_base::out))
590 if (!this->rdbuf()->close())
658 basic_filebuf<_CharT, _Traits>* rdbuf() const function in class:basic_fstream
662 return this->rdbuf()->is_open()
    [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...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 498 basic_filebuf<_CharT, _Traits>* rdbuf() const function in class:basic_ifstream
502 return this->rdbuf()->is_open();
506 if (!this->rdbuf()->open(__s, __mod | ios_base::in))
511 if (!this->rdbuf()->close())
577 basic_filebuf<_CharT, _Traits>* rdbuf() const function in class:basic_ofstream
581 return this->rdbuf()->is_open();
585 if (!this->rdbuf()->open(__s, __mod | ios_base::out))
590 if (!this->rdbuf()->close())
658 basic_filebuf<_CharT, _Traits>* rdbuf() const function in class:basic_fstream
662 return this->rdbuf()->is_open()
    [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...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 498 basic_filebuf<_CharT, _Traits>* rdbuf() const function in class:basic_ifstream
502 return this->rdbuf()->is_open();
506 if (!this->rdbuf()->open(__s, __mod | ios_base::in))
511 if (!this->rdbuf()->close())
577 basic_filebuf<_CharT, _Traits>* rdbuf() const function in class:basic_ofstream
581 return this->rdbuf()->is_open();
585 if (!this->rdbuf()->open(__s, __mod | ios_base::out))
590 if (!this->rdbuf()->close())
658 basic_filebuf<_CharT, _Traits>* rdbuf() const function in class:basic_fstream
662 return this->rdbuf()->is_open()
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 498 basic_filebuf<_CharT, _Traits>* rdbuf() const function in class:basic_ifstream
502 return this->rdbuf()->is_open();
506 if (!this->rdbuf()->open(__s, __mod | ios_base::in))
511 if (!this->rdbuf()->close())
577 basic_filebuf<_CharT, _Traits>* rdbuf() const function in class:basic_ofstream
581 return this->rdbuf()->is_open();
585 if (!this->rdbuf()->open(__s, __mod | ios_base::out))
590 if (!this->rdbuf()->close())
658 basic_filebuf<_CharT, _Traits>* rdbuf() const function in class:basic_fstream
662 return this->rdbuf()->is_open()
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 498 basic_filebuf<_CharT, _Traits>* rdbuf() const function in class:basic_ifstream
502 return this->rdbuf()->is_open();
506 if (!this->rdbuf()->open(__s, __mod | ios_base::in))
511 if (!this->rdbuf()->close())
577 basic_filebuf<_CharT, _Traits>* rdbuf() const function in class:basic_ofstream
581 return this->rdbuf()->is_open();
585 if (!this->rdbuf()->open(__s, __mod | ios_base::out))
590 if (!this->rdbuf()->close())
658 basic_filebuf<_CharT, _Traits>* rdbuf() const function in class:basic_fstream
662 return this->rdbuf()->is_open()
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 498 basic_filebuf<_CharT, _Traits>* rdbuf() const function in class:basic_ifstream
502 return this->rdbuf()->is_open();
506 if (!this->rdbuf()->open(__s, __mod | ios_base::in))
511 if (!this->rdbuf()->close())
577 basic_filebuf<_CharT, _Traits>* rdbuf() const function in class:basic_ofstream
581 return this->rdbuf()->is_open();
585 if (!this->rdbuf()->open(__s, __mod | ios_base::out))
590 if (!this->rdbuf()->close())
658 basic_filebuf<_CharT, _Traits>* rdbuf() const function in class:basic_fstream
662 return this->rdbuf()->is_open()
    [all...]

Completed in 259 milliseconds

12