HomeSort by relevance Sort by last modified time
    Searched refs:streambuf (Results 201 - 225 of 496) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/
Android.mk 27 test_name := input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/streambuf
28 test_src := streambuf.pass.cpp
  /external/libcxx/test/input.output/iostreams.base/ios/iostate.flags/
clear.pass.cpp 17 #include <streambuf>
20 struct testbuf : public std::streambuf {};
setstate.pass.cpp 17 #include <streambuf>
20 struct testbuf : public std::streambuf {};
  /external/libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons/
Android.mk 23 test_name := iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons/streambuf
24 test_src := streambuf.pass.cpp
  /external/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
ctor.pass.cpp 14 // wbuffer_convert(streambuf *bytebuf = 0, Codecvt *pcvt = new Codecvt,
41 static_assert(!std::is_convertible<std::streambuf*, B>::value, "");
42 static_assert( std::is_constructible<B, std::streambuf*>::value, "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/iostate.flags/
clear.pass.cpp 17 #include <streambuf>
20 struct testbuf : public std::streambuf {};
setstate.pass.cpp 17 #include <streambuf>
20 struct testbuf : public std::streambuf {};
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
ctor.pass.cpp 14 // wbuffer_convert(streambuf *bytebuf = 0, Codecvt *pcvt = new Codecvt,
41 static_assert(!std::is_convertible<std::streambuf*, B>::value, "");
42 static_assert( std::is_constructible<B, std::streambuf*>::value, "");
  /external/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/
seekp.pass.cpp 43 std::ostream os((std::streambuf*)0);
tellp.pass.cpp 45 std::ostream os((std::streambuf*)0);
  /external/libcxx/test/input.output/iostream.format/output.streams/ostream_sentry/
construct.pass.cpp 40 std::ostream os((std::streambuf*)0);
destruct.pass.cpp 40 std::ostream os((std::streambuf*)0);
  /external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/
sputc.pass.cpp 10 // <streambuf>
17 #include <streambuf>
  /external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/
setg.pass.cpp 10 // <streambuf>
17 #include <streambuf>
  /external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/
pbump.pass.cpp 10 // <streambuf>
17 #include <streambuf>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/
seekp.pass.cpp 43 std::ostream os((std::streambuf*)0);
tellp.pass.cpp 45 std::ostream os((std::streambuf*)0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream_sentry/
construct.pass.cpp 40 std::ostream os((std::streambuf*)0);
destruct.pass.cpp 40 std::ostream os((std::streambuf*)0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/
sputc.pass.cpp 10 // <streambuf>
17 #include <streambuf>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/
setg.pass.cpp 10 // <streambuf>
17 #include <streambuf>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/
pbump.pass.cpp 10 // <streambuf>
17 #include <streambuf>
  /external/deqp/executor/
xeXMLWriter.hpp 31 #include <streambuf>
38 class EscapeStreambuf : public std::streambuf
  /external/stlport/src/
iostream.cpp 197 auto_ptr<streambuf> cin_buf;
198 auto_ptr<streambuf> cout_buf;
199 auto_ptr<streambuf> cerr_buf;
200 auto_ptr<streambuf> clog_buf;
311 auto_ptr<streambuf> cin_buf;
312 auto_ptr<streambuf> cout_buf;
313 auto_ptr<streambuf> cerr_buf;
314 auto_ptr<streambuf> clog_buf;
339 // When streambuf passed to rdbuf is not null, rdbuf is exception safe:
  /ndk/sources/cxx-stl/stlport/src/
iostream.cpp 197 auto_ptr<streambuf> cin_buf;
198 auto_ptr<streambuf> cout_buf;
199 auto_ptr<streambuf> cerr_buf;
200 auto_ptr<streambuf> clog_buf;
311 auto_ptr<streambuf> cin_buf;
312 auto_ptr<streambuf> cout_buf;
313 auto_ptr<streambuf> cerr_buf;
314 auto_ptr<streambuf> clog_buf;
339 // When streambuf passed to rdbuf is not null, rdbuf is exception safe:

Completed in 937 milliseconds

1 2 3 4 5 6 7 891011>>