HomeSort by relevance Sort by last modified time
    Searched refs:streamsize (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/libcxx/test/std/input.output/iostreams.base/stream.types/
streamsize.pass.cpp 12 // typedef SZ_T streamsize;
19 static_assert(std::is_integral<std::streamsize>::value, "");
20 static_assert(std::is_signed<std::streamsize>::value, "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostreams.base/stream.types/
streamsize.pass.cpp 12 // typedef SZ_T streamsize;
19 static_assert(std::is_integral<std::streamsize>::value, "");
20 static_assert(std::is_signed<std::streamsize>::value, "");
  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/
sgetn.pass.cpp 15 // streamsize sgetn(char_type* s, streamsize n);
28 std::streamsize xsgetn(char_type*, std::streamsize)
in_avail.pass.cpp 15 // streamsize in_avail();
35 std::streamsize showmanyc()
  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/
sputn.pass.cpp 15 // streamsize sputn(const char_type* s, streamsize n);
28 std::streamsize xsputn(const char_type*, std::streamsize)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
basic_file.h 87 streamsize
88 xsputn(const char* __s, streamsize __n);
90 streamsize
91 xsputn_2(const char* __s1, streamsize __n1,
92 const char* __s2, streamsize __n2);
94 streamsize
95 xsgetn(char* __s, streamsize __n);
103 streamsize
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
basic_file.h 87 streamsize
88 xsputn(const char* __s, streamsize __n);
90 streamsize
91 xsputn_2(const char* __s1, streamsize __n1,
92 const char* __s2, streamsize __n2);
94 streamsize
95 xsgetn(char* __s, streamsize __n);
103 streamsize
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
basic_file.h 87 streamsize
88 xsputn(const char* __s, streamsize __n);
90 streamsize
91 xsputn_2(const char* __s1, streamsize __n1,
92 const char* __s2, streamsize __n2);
94 streamsize
95 xsgetn(char* __s, streamsize __n);
103 streamsize
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
basic_file.h 87 streamsize
88 xsputn(const char* __s, streamsize __n);
90 streamsize
91 xsputn_2(const char* __s1, streamsize __n1,
92 const char* __s2, streamsize __n2);
94 streamsize
95 xsgetn(char* __s, streamsize __n);
103 streamsize
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/
sgetn.pass.cpp 15 // streamsize sgetn(char_type* s, streamsize n);
28 std::streamsize xsgetn(char_type*, std::streamsize)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/
sputn.pass.cpp 15 // streamsize sputn(const char_type* s, streamsize n);
28 std::streamsize xsputn(const char_type*, std::streamsize)
  /external/libcxx/test/std/input.output/iostreams.base/fpos/fpos.operations/
streamsize.pass.cpp 12 // streamsize and streamoff interconvert
20 std::streamsize sz(o);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostreams.base/fpos/fpos.operations/
streamsize.pass.cpp 12 // streamsize and streamoff interconvert
20 std::streamsize sz(o);
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_streambuf.i 36 pubsetbuf(char_type* __s, streamsize __n);
51 streamsize
63 streamsize
64 sgetn(char_type* __s, streamsize __n);
77 streamsize
78 sputn(const char_type* __s, streamsize __n);
std_ios.i 24 typedef size_t streamsize;
116 inline streamsize
119 inline streamsize
120 precision(streamsize __prec);
122 inline streamsize
125 inline streamsize
126 width(streamsize __wide);
  /external/libcxx/test/std/input.output/iostreams.base/ios.base/fmtflags.state/
precision_streamsize.pass.cpp 14 // streamsize precision(streamsize prec);
33 std::streamsize p = t.precision(10);
width_streamsize.pass.cpp 14 // streamsize width(streamsize wide);
33 std::streamsize w = t.width(4);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostreams.base/ios.base/fmtflags.state/
precision_streamsize.pass.cpp 14 // streamsize precision(streamsize prec);
33 std::streamsize p = t.precision(10);
width_streamsize.pass.cpp 14 // streamsize width(streamsize wide);
33 std::streamsize w = t.width(4);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
ostream_insert.h 45 const _CharT* __s, streamsize __n)
50 const streamsize __put = __out.rdbuf()->sputn(__s, __n);
57 __ostream_fill(basic_ostream<_CharT, _Traits>& __out, streamsize __n)
77 const _CharT* __s, streamsize __n)
87 const streamsize __w = __out.width();
118 extern template ostream& __ostream_insert(ostream&, const char*, streamsize);
122 streamsize);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
ostream_insert.h 45 const _CharT* __s, streamsize __n)
50 const streamsize __put = __out.rdbuf()->sputn(__s, __n);
57 __ostream_fill(basic_ostream<_CharT, _Traits>& __out, streamsize __n)
77 const _CharT* __s, streamsize __n)
87 const streamsize __w = __out.width();
118 extern template ostream& __ostream_insert(ostream&, const char*, streamsize);
122 streamsize);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
stdio_sync_filebuf.h 137 virtual std::streamsize
138 xsgetn(char_type* __s, std::streamsize __n);
156 virtual std::streamsize
157 xsputn(const char_type* __s, std::streamsize __n);
208 inline std::streamsize
209 stdio_sync_filebuf<char>::xsgetn(char* __s, std::streamsize __n)
211 std::streamsize __ret = std::fread(__s, 1, __n, _M_file);
220 inline std::streamsize
221 stdio_sync_filebuf<char>::xsputn(const char* __s, std::streamsize __n)
241 inline std::streamsize
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
stdio_sync_filebuf.h 137 virtual std::streamsize
138 xsgetn(char_type* __s, std::streamsize __n);
156 virtual std::streamsize
157 xsputn(const char_type* __s, std::streamsize __n);
208 inline std::streamsize
209 stdio_sync_filebuf<char>::xsgetn(char* __s, std::streamsize __n)
211 std::streamsize __ret = std::fread(__s, 1, __n, _M_file);
220 inline std::streamsize
221 stdio_sync_filebuf<char>::xsputn(const char* __s, std::streamsize __n)
241 inline std::streamsize
    [all...]
  /external/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/
underflow.pass.cpp 23 test(char* gnext_arg, std::streamsize n, char* pbeg_arg = 0)
25 test(const char* gnext_arg, std::streamsize n)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/
underflow.pass.cpp 23 test(char* gnext_arg, std::streamsize n, char* pbeg_arg = 0)
25 test(const char* gnext_arg, std::streamsize n)

Completed in 505 milliseconds

1 2 3 4