HomeSort by relevance Sort by last modified time
    Searched full:streamsize (Results 401 - 425 of 543) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ostream.h 93 bool _M_put_widen_aux(const char* __s, streamsize __n);
97 _Self& write(const char_type* __s, streamsize __n);
_rope.c 845 inline void _Rope_fill(basic_ostream<_CharT, _Traits>& __o, streamsize __n) {
847 for (streamsize __i = 0; __i < __n; ++__i) __o.put(__f);
853 streamsize __w = __o.width();
858 const bool __need_pad = (((sizeof(streamsize) > sizeof(size_t)) && (__STATIC_CAST(streamsize, __rope_len) < __w)) ||
859 ((sizeof(streamsize) <= sizeof(size_t)) && (__rope_len < __STATIC_CAST(size_t, __w))));
860 streamsize __pad_len = __need_pad ? __w - __rope_len : 0;
875 streamsize __w = __o.width();
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
ostream.tcc 183 write(const _CharT* __s, streamsize __n)
187 // basic_ostream::write(const char_type*, streamsize) is an
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random.tcc 831 const std::streamsize __precision = __os.precision();
878 const std::streamsize __precision = __os.precision();
1041 const std::streamsize __precision = __os.precision();
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ostream.h 93 bool _M_put_widen_aux(const char* __s, streamsize __n);
97 _Self& write(const char_type* __s, streamsize __n);
_rope.c 845 inline void _Rope_fill(basic_ostream<_CharT, _Traits>& __o, streamsize __n) {
847 for (streamsize __i = 0; __i < __n; ++__i) __o.put(__f);
853 streamsize __w = __o.width();
858 const bool __need_pad = (((sizeof(streamsize) > sizeof(size_t)) && (__STATIC_CAST(streamsize, __rope_len) < __w)) ||
859 ((sizeof(streamsize) <= sizeof(size_t)) && (__rope_len < __STATIC_CAST(size_t, __w))));
860 streamsize __pad_len = __need_pad ? __w - __rope_len : 0;
875 streamsize __w = __o.width();
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
ostream.tcc 183 write(const _CharT* __s, streamsize __n)
187 // basic_ostream::write(const char_type*, streamsize) is an
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random.tcc 831 const std::streamsize __precision = __os.precision();
878 const std::streamsize __precision = __os.precision();
1041 const std::streamsize __precision = __os.precision();
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ostream.h 93 bool _M_put_widen_aux(const char* __s, streamsize __n);
97 _Self& write(const char_type* __s, streamsize __n);
_rope.c 845 inline void _Rope_fill(basic_ostream<_CharT, _Traits>& __o, streamsize __n) {
847 for (streamsize __i = 0; __i < __n; ++__i) __o.put(__f);
853 streamsize __w = __o.width();
858 const bool __need_pad = (((sizeof(streamsize) > sizeof(size_t)) && (__STATIC_CAST(streamsize, __rope_len) < __w)) ||
859 ((sizeof(streamsize) <= sizeof(size_t)) && (__rope_len < __STATIC_CAST(size_t, __w))));
860 streamsize __pad_len = __need_pad ? __w - __rope_len : 0;
875 streamsize __w = __o.width();
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
ostream.tcc 183 write(const _CharT* __s, streamsize __n)
187 // basic_ostream::write(const char_type*, streamsize) is an
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
random.tcc 831 const std::streamsize __precision = __os.precision();
878 const std::streamsize __precision = __os.precision();
1041 const std::streamsize __precision = __os.precision();
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
ostream.tcc 185 write(const _CharT* __s, streamsize __n)
189 // basic_ostream::write(const char_type*, streamsize) is an
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
ostream.tcc 185 write(const _CharT* __s, streamsize __n)
189 // basic_ostream::write(const char_type*, streamsize) is an
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ostream.h 93 bool _M_put_widen_aux(const char* __s, streamsize __n);
97 _Self& write(const char_type* __s, streamsize __n);
_rope.c 845 inline void _Rope_fill(basic_ostream<_CharT, _Traits>& __o, streamsize __n) {
847 for (streamsize __i = 0; __i < __n; ++__i) __o.put(__f);
853 streamsize __w = __o.width();
858 const bool __need_pad = (((sizeof(streamsize) > sizeof(size_t)) && (__STATIC_CAST(streamsize, __rope_len) < __w)) ||
859 ((sizeof(streamsize) <= sizeof(size_t)) && (__rope_len < __STATIC_CAST(size_t, __w))));
860 streamsize __pad_len = __need_pad ? __w - __rope_len : 0;
875 streamsize __w = __o.width();
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_ostream.h 93 bool _M_put_widen_aux(const char* __s, streamsize __n);
97 _Self& write(const char_type* __s, streamsize __n);
_rope.c 845 inline void _Rope_fill(basic_ostream<_CharT, _Traits>& __o, streamsize __n) {
847 for (streamsize __i = 0; __i < __n; ++__i) __o.put(__f);
853 streamsize __w = __o.width();
858 const bool __need_pad = (((sizeof(streamsize) > sizeof(size_t)) && (__STATIC_CAST(streamsize, __rope_len) < __w)) ||
859 ((sizeof(streamsize) <= sizeof(size_t)) && (__rope_len < __STATIC_CAST(size_t, __w))));
860 streamsize __pad_len = __need_pad ? __w - __rope_len : 0;
875 streamsize __w = __o.width();
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
ostream.tcc 185 write(const _CharT* __s, streamsize __n)
189 // basic_ostream::write(const char_type*, streamsize) is an
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
ostream.tcc 185 write(const _CharT* __s, streamsize __n)
189 // basic_ostream::write(const char_type*, streamsize) is an
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
ostream.tcc 183 write(const _CharT* __s, streamsize __n)
187 // basic_ostream::write(const char_type*, streamsize) is an
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
cp_size_cp.pass.cpp 14 // strstreambuf(char* gnext_arg, streamsize n, char* pbeg_arg = 0);
scp_size_scp.pass.cpp 14 // strstreambuf(signed char* gnext_arg, streamsize n, signed char* pbeg_arg = 0);
ucp_size_ucp.pass.cpp 14 // strstreambuf(unsigned char* gnext_arg, streamsize n, unsigned char* pbeg_arg = 0);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
progress.hpp 53 std::streamsize old_prec = m_os.precision( 2 );

Completed in 2813 milliseconds

<<11121314151617181920>>