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

12 3

  /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/stlport/src/
strstream.cpp 316 strstreambuf* istrstream::rdbuf() const { function in class:istrstream
338 strstreambuf* ostrstream::rdbuf() const { function in class:ostrstream
371 strstreambuf* strstream::rdbuf() const { function in class:strstream
  /ndk/tests/device/test-gnustl-full/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...]
  /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/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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.11-4.8/x86_64-linux/include/c++/4.8/bits/
basic_ios.h 273 * destroy the streambuf held by rdbuf().
315 rdbuf() const function in class:basic_ios
328 * in derived classes by overrides of the zero-argument @c rdbuf(),
337 * foo.ios::rdbuf(p); // ios == basic_ios<char>
341 rdbuf(basic_streambuf<_CharT, _Traits>* __sb);
348 * All fields of __rhs are copied into this object except that rdbuf()
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
basic_ios.h 273 * destroy the streambuf held by rdbuf().
315 rdbuf() const function in class:basic_ios
328 * in derived classes by overrides of the zero-argument @c rdbuf(),
337 * foo.ios::rdbuf(p); // ios == basic_ios<char>
341 rdbuf(basic_streambuf<_CharT, _Traits>* __sb);
348 * 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()
  /prebuilts/ndk/9/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/9/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()
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
basic_ios.h 273 * destroy the streambuf held by rdbuf().
315 rdbuf() const function in class:basic_ios
328 * in derived classes by overrides of the zero-argument @c rdbuf(),
337 * foo.ios::rdbuf(p); // ios == basic_ios<char>
341 rdbuf(basic_streambuf<_CharT, _Traits>* __sb);
348 * All fields of __rhs are copied into this object except that rdbuf()
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
basic_ios.h 273 * destroy the streambuf held by rdbuf().
315 rdbuf() const function in class:basic_ios
328 * in derived classes by overrides of the zero-argument @c rdbuf(),
337 * foo.ios::rdbuf(p); // ios == basic_ios<char>
341 rdbuf(basic_streambuf<_CharT, _Traits>* __sb);
348 * 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...]
  /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...]

Completed in 1603 milliseconds

12 3