HomeSort by relevance Sort by last modified time
    Searched full:streamsize (Results 251 - 275 of 354) sorted by null

<<1112131415

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
random.tcc 972 const std::streamsize __precision = __os.precision();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
random.tcc 972 const std::streamsize __precision = __os.precision();
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
random.tcc 972 const std::streamsize __precision = __os.precision();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
postypes.h 98 typedef ptrdiff_t streamsize; // Signed integral type typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
postypes.h 98 typedef ptrdiff_t streamsize; // Signed integral type typedef
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
postypes.h 98 typedef ptrdiff_t streamsize; // Signed integral type typedef
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
postypes.h 98 typedef ptrdiff_t streamsize; // Signed integral type typedef
  /external/libcxx/include/
ostream 63 basic_ostream& write(const char_type* s, streamsize n);
212 basic_ostream& write(const char_type* __s, streamsize __n);
942 basic_ostream<_CharT, _Traits>::write(const char_type* __s, streamsize __n)
    [all...]
fstream 45 virtual streamsize showmanyc();
50 virtual basic_streambuf<char_type, traits_type>* setbuf(char_type* s, streamsize n);
220 virtual basic_streambuf<char_type, traits_type>* setbuf(char_type* __s, streamsize __n);
735 basic_filebuf<_CharT, _Traits>::setbuf(char_type* __s, streamsize __n)
765 __ibs_ = max<streamsize>(__n, sizeof(__extbuf_min_));
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
ostream 63 basic_ostream& write(const char_type* s, streamsize n);
200 basic_ostream& write(const char_type* __s, streamsize __n);
930 basic_ostream<_CharT, _Traits>::write(const char_type* __s, streamsize __n)
fstream 45 virtual streamsize showmanyc();
50 virtual basic_streambuf<char_type, traits_type>* setbuf(char_type* s, streamsize n);
218 virtual basic_streambuf<char_type, traits_type>* setbuf(char_type* __s, streamsize __n);
731 basic_filebuf<_CharT, _Traits>::setbuf(char_type* __s, streamsize __n)
761 __ibs_ = max<streamsize>(__n, sizeof(__extbuf_min_));
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 200 virtual streamsize showmanyc();
206 virtual basic_streambuf<_CharT, _Traits>* setbuf(char_type*, streamsize);
234 bool _M_allocate_buffers(_CharT* __buf, streamsize __n);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
sstream 169 virtual streamsize
172 streamsize __ret = -1;
202 setbuf(char_type* __s, streamsize __n)