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

<<11121314151617181920

  /external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
assign.pass.cpp 10 // <streambuf>
17 #include <streambuf>
  /external/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
put_bool.pass.cpp 19 #include <streambuf>
  /external/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
get_unsigned_int.pass.cpp 20 #include <streambuf>
get_unsigned_long.pass.cpp 20 #include <streambuf>
get_unsigned_long_long.pass.cpp 20 #include <streambuf>
get_unsigned_short.pass.cpp 20 #include <streambuf>
  /external/zlib/src/contrib/iostream/
zfstream.h 8 class gzfilebuf : public streambuf {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/
pointer.pass.cpp 47 std::istream is((std::streambuf*)0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
bool.pass.cpp 55 std::ostream os((std::streambuf*)0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/
char.pass.cpp 56 std::ostream os((std::streambuf*)0);
char_pointer.pass.cpp 56 std::ostream os((std::streambuf*)0);
signed_char.pass.cpp 56 std::ostream os((std::streambuf*)0);
signed_char_pointer.pass.cpp 56 std::ostream os((std::streambuf*)0);
unsigned_char.pass.cpp 56 std::ostream os((std::streambuf*)0);
unsigned_char_pointer.pass.cpp 56 std::ostream os((std::streambuf*)0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/
copy.pass.cpp 10 // <streambuf>
17 #include <streambuf>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
assign.pass.cpp 10 // <streambuf>
17 #include <streambuf>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
put_bool.pass.cpp 19 #include <streambuf>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
get_unsigned_int.pass.cpp 20 #include <streambuf>
get_unsigned_long.pass.cpp 20 #include <streambuf>
get_unsigned_long_long.pass.cpp 20 #include <streambuf>
get_unsigned_short.pass.cpp 20 #include <streambuf>
  /external/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/
swap.pass.cpp 17 #include <streambuf>
23 : public std::streambuf
30 testios(std::streambuf* p) : std::ios(p) {}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/
swap.pass.cpp 17 #include <streambuf>
23 : public std::streambuf
30 testios(std::streambuf* p) : std::ios(p) {}
  /external/chromium_org/third_party/angle/tests/gles_conformance_tests/
gles_conformance_tests.cpp 81 std::streambuf* oldCoutStreamBuf = std::cout.rdbuf();

Completed in 1585 milliseconds

<<11121314151617181920