HomeSort by relevance Sort by last modified time
    Searched full:pubsetbuf (Results 1 - 25 of 39) sorted by null

1 2

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer/
pubsetbuf.pass.cpp 15 // basic_streambuf* pubsetbuf(char_type* s, streamsize n);
31 assert(t.pubsetbuf(0, 0) == &t);
  /external/zlib/src/contrib/iostream3/
test.cc 32 outf.rdbuf()->pubsetbuf(0,0);
41 inf.rdbuf()->pubsetbuf(0,0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/
setbuf.pass.cpp 24 assert(sb.pubsetbuf(0, 0) == &sb);
29 assert(sb.pubsetbuf(0, 0) == &sb);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/
setbuf.pass.cpp 24 assert(sb.pubsetbuf(0, 0) == &sb);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
seekoff.pass.cpp 45 f.pubsetbuf(buf, sizeof(buf));
66 f.pubsetbuf(buf, sizeof(buf)/sizeof(buf[0]));
overflow.pass.cpp 61 f.pubsetbuf(0, 0);
100 f.pubsetbuf(0, 0);
underflow.pass.cpp 55 assert(f.pubsetbuf(0, 0));
90 assert(f.pubsetbuf(0, 0));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
seekoff.pass.cpp 44 f.pubsetbuf(buf, sizeof(buf)/sizeof(buf[0]));
overflow.pass.cpp 63 f.pubsetbuf(0, 0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
streambuf 38 basic_streambuf* pubsetbuf(char_type* s, streamsize n);
139 basic_streambuf* pubsetbuf(char_type* __s, streamsize __n);
244 basic_streambuf<_CharT, _Traits>::pubsetbuf(char_type* __s, streamsize __n)
  /external/stlport/stlport/stl/
_streambuf.h 142 basic_streambuf<_CharT, _Traits>* pubsetbuf(char_type* __s, streamsize __n) function in class:basic_streambuf
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 142 basic_streambuf<_CharT, _Traits>* pubsetbuf(char_type* __s, streamsize __n) function in class:basic_streambuf
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 142 basic_streambuf<_CharT, _Traits>* pubsetbuf(char_type* __s, streamsize __n) function in class:basic_streambuf
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 142 basic_streambuf<_CharT, _Traits>* pubsetbuf(char_type* __s, streamsize __n) function in class:basic_streambuf
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 142 basic_streambuf<_CharT, _Traits>* pubsetbuf(char_type* __s, streamsize __n) function in class:basic_streambuf
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 142 basic_streambuf<_CharT, _Traits>* pubsetbuf(char_type* __s, streamsize __n) function in class:basic_streambuf
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_streambuf.h 142 basic_streambuf<_CharT, _Traits>* pubsetbuf(char_type* __s, streamsize __n) function in class:basic_streambuf
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
streambuf 234 pubsetbuf(char_type* __s, streamsize __n)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
streambuf 237 pubsetbuf(char_type* __s, streamsize __n)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
streambuf 237 pubsetbuf(char_type* __s, streamsize __n)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
streambuf 234 pubsetbuf(char_type* __s, streamsize __n)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
streambuf 234 pubsetbuf(char_type* __s, streamsize __n)
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
streambuf 234 pubsetbuf(char_type* __s, streamsize __n)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
streambuf 234 pubsetbuf(char_type* __s, streamsize __n)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
streambuf 237 pubsetbuf(char_type* __s, streamsize __n)

Completed in 999 milliseconds

1 2