/external/zlib/src/contrib/iostream/ |
zfstream.h | 62 gzfilebuf *rdbuf(); 108 (s.rdbuf())->setcompressionlevel(l); 114 (s.rdbuf())->setcompressionstrategy(l);
|
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() )
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/fstreams/ofstream.members/ |
rdbuf.pass.cpp | 15 // basic_filebuf<charT,traits>* rdbuf() const; 26 std::filebuf* fb = fs.rdbuf(); 32 std::wfilebuf* fb = fs.rdbuf();
|
/toolchain/binutils/binutils-2.27/zlib/contrib/iostream/ |
zfstream.h | 62 gzfilebuf *rdbuf(); 108 (s.rdbuf())->setcompressionlevel(l); 114 (s.rdbuf())->setcompressionstrategy(l);
|
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() )
|
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.cons/ |
move.pass.cpp | 48 assert(os1.rdbuf() == &sb); 49 assert(os.rdbuf() == 0); 62 assert(os1.rdbuf() == &sb); 63 assert(os.rdbuf() == 0);
|
/external/libcxx/test/std/input.output/string.streams/istringstream/istringstream.cons/ |
string.pass.cpp | 25 assert(ss.rdbuf() != 0); 36 assert(ss.rdbuf() != 0); 47 assert(ss.rdbuf() != 0); 58 assert(ss.rdbuf() != 0);
|
/external/libcxx/test/std/input.output/string.streams/ostringstream/ostringstream.cons/ |
string.pass.cpp | 25 assert(ss.rdbuf() != 0); 34 assert(ss.rdbuf() != 0); 43 assert(ss.rdbuf() != 0); 52 assert(ss.rdbuf() != 0);
|
/external/ltp/testcases/kernel/syscalls/pipe/ |
pipe02.c | 33 static char rdbuf[SIZE]; variable 76 memset(rdbuf, 0, SIZE); 78 SAFE_READ(1, fd[0], rdbuf, SIZE); 80 if (memcmp(wrbuf, rdbuf, SIZE) != 0) {
|
pipe11.c | 73 char *wrbuf, *rdbuf; variable 173 nread = do_read(fd[0], rdbuf, ncperchild); 185 * do_child_uclinux() - as above, but mallocs rdbuf first 189 if ((rdbuf = malloc(szcharbuf)) == NULL) { 190 tst_brkm(TBROK, cleanup, "malloc of rdbuf failed"); 225 if ((rdbuf = malloc(szcharbuf)) == NULL) { 226 tst_brkm(TBROK, cleanup, "malloc of rdbuf failed");
|
/external/zlib/src/contrib/iostream3/ |
TODO | 17 of stream buffer to stream ( i.e. os << is.rdbuf(); )
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/output.streams/ostream.cons/ |
move.pass.cpp | 48 assert(os1.rdbuf() == &sb); 49 assert(os.rdbuf() == 0); 62 assert(os1.rdbuf() == &sb); 63 assert(os.rdbuf() == 0);
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/string.streams/istringstream/istringstream.cons/ |
string.pass.cpp | 25 assert(ss.rdbuf() != 0); 36 assert(ss.rdbuf() != 0); 47 assert(ss.rdbuf() != 0); 58 assert(ss.rdbuf() != 0);
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/string.streams/ostringstream/ostringstream.cons/ |
string.pass.cpp | 25 assert(ss.rdbuf() != 0); 34 assert(ss.rdbuf() != 0); 43 assert(ss.rdbuf() != 0); 52 assert(ss.rdbuf() != 0);
|
/toolchain/binutils/binutils-2.27/zlib/contrib/iostream3/ |
TODO | 17 of stream buffer to stream ( i.e. os << is.rdbuf(); )
|
/external/libcxx/test/std/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members/ |
rdbuf.pass.cpp | 14 // strstreambuf* rdbuf() const; 24 std::strstreambuf* sb = in.rdbuf();
|
/external/libcxx/test/std/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members/ |
rdbuf.pass.cpp | 14 // strstreambuf* rdbuf() const; 24 std::strstreambuf* sb = out.rdbuf();
|
/external/libcxx/test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest/ |
rdbuf.pass.cpp | 14 // strstreambuf* rdbuf() const; 24 std::strstreambuf* sb = out.rdbuf();
|
/external/libcxx/test/std/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons/ |
streambuf.pass.cpp | 24 std::ostreambuf_iterator<char> i(outf.rdbuf()); 29 std::ostreambuf_iterator<wchar_t> i(outf.rdbuf());
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members/ |
rdbuf.pass.cpp | 14 // strstreambuf* rdbuf() const; 24 std::strstreambuf* sb = in.rdbuf();
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members/ |
rdbuf.pass.cpp | 14 // strstreambuf* rdbuf() const; 24 std::strstreambuf* sb = out.rdbuf();
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest/ |
rdbuf.pass.cpp | 14 // strstreambuf* rdbuf() const; 24 std::strstreambuf* sb = out.rdbuf();
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons/ |
streambuf.pass.cpp | 24 std::ostreambuf_iterator<char> i(outf.rdbuf()); 29 std::ostreambuf_iterator<wchar_t> i(outf.rdbuf());
|
/external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/ |
overflow.pass.cpp | 45 test_buf f(bs.rdbuf()); 56 test_buf f(bs.rdbuf()); 62 test_buf f(bs.rdbuf()); 74 test_buf f(bs.rdbuf()); 80 test_buf f(bs.rdbuf());
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/ |
overflow.pass.cpp | 45 test_buf f(bs.rdbuf()); 56 test_buf f(bs.rdbuf()); 62 test_buf f(bs.rdbuf()); 74 test_buf f(bs.rdbuf()); 80 test_buf f(bs.rdbuf());
|