/external/zlib/src/contrib/iostream3/ |
zfstream.cc | 168 std::streamsize 176 return std::streamsize(this->egptr() - this->gptr()); 267 std::streamsize n)
|
zfstream.h | 102 virtual std::streamsize 137 std::streamsize n); 215 std::streamsize buffer_size;
|
/external/lzma/CPP/Windows/ |
FileFind.cpp | 32 LARGE_INTEGER StreamSize;
206 si.Size = sd.StreamSize.QuadPart;
|
/ndk/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/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
ostream.tcc | 183 write(const _CharT* __s, streamsize __n) 187 // basic_ostream::write(const char_type*, streamsize) is an
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
ostream.tcc | 183 write(const _CharT* __s, streamsize __n) 187 // basic_ostream::write(const char_type*, streamsize) is an
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
ostream.tcc | 183 write(const _CharT* __s, streamsize __n) 187 // basic_ostream::write(const char_type*, streamsize) is an
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
ostream.tcc | 183 write(const _CharT* __s, streamsize __n) 187 // basic_ostream::write(const char_type*, streamsize) is an
|
/prebuilts/ndk/current/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...] |
/external/libcxx/test/std/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);
|
/external/opencv3/3rdparty/openexr/IlmImf/ |
ImfStdIO.cpp | 60 checkError (istream &is, streamsize expected = 0)
|
/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 );
|
/external/deqp/framework/common/ |
tcuCommandLine.cpp | 197 std::streamsize xsputn (const char* s, std::streamsize count); 216 std::streamsize DebugOutStreambuf::xsputn (const char* s, std::streamsize count) 218 for (std::streamsize pos = 0; pos < count; pos++)
|
/external/libcxx/include/ |
locale | [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
locale | [all...] |
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ |
locale | [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
test_tools.ipp | 563 static_cast<std::streamsize>( m_pimpl->m_synced_string.length() - i - suffix_size) ); 570 static_cast<std::streamsize>( m_pimpl->m_synced_string.length() ) );
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/ |
random.tcc | 972 const std::streamsize __precision = __os.precision(); [all...] |