/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
sstream | 163 virtual streamsize 166 streamsize __ret = -1; 196 setbuf(char_type* __s, streamsize __n)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
sstream | 165 virtual streamsize 168 streamsize __ret = -1; 198 setbuf(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/ |
sstream | 165 virtual streamsize 168 streamsize __ret = -1; 198 setbuf(char_type* __s, streamsize __n)
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
sstream | 163 virtual streamsize 166 streamsize __ret = -1; 196 setbuf(char_type* __s, streamsize __n)
|
/prebuilts/ndk/5/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/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
sstream | 163 virtual streamsize 166 streamsize __ret = -1; 196 setbuf(char_type* __s, streamsize __n)
|
/prebuilts/ndk/6/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/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
sstream | 163 virtual streamsize 166 streamsize __ret = -1; 196 setbuf(char_type* __s, streamsize __n)
|
/prebuilts/ndk/7/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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
sstream | 163 virtual streamsize 166 streamsize __ret = -1; 196 setbuf(char_type* __s, streamsize __n)
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
sstream | 165 virtual streamsize 168 streamsize __ret = -1; 198 setbuf(char_type* __s, streamsize __n)
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
sstream | 165 virtual streamsize 168 streamsize __ret = -1; 198 setbuf(char_type* __s, streamsize __n)
|
/prebuilts/ndk/8/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/ndk/9/sources/cxx-stl/EH/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
sstream | 165 virtual streamsize 168 streamsize __ret = -1; 198 setbuf(char_type* __s, streamsize __n)
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
sstream | 165 virtual streamsize 168 streamsize __ret = -1; 198 setbuf(char_type* __s, streamsize __n)
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
sstream | 169 virtual streamsize 172 streamsize __ret = -1; 202 setbuf(char_type* __s, streamsize __n)
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
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...] |
ostream | 62 basic_ostream& write(const char_type* s, streamsize n); 196 basic_ostream& write(const char_type* __s, streamsize __n); [all...] |
/external/chromium_org/components/breakpad/tools/ |
crash_service.cc | 64 file.write(line.c_str(), static_cast<std::streamsize>(line.length()));
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/ |
Exynos_OMX_Vp8dec.c | 151 OMX_U32 streamSize) 153 Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "streamSize: %d",streamSize); 154 if (streamSize < 3) { [all...] |
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/ |
Exynos_OMX_Mpeg4dec.c | 301 OMX_U32 streamSize, 309 if (streamSize < 3) { 321 if (streamSize > 0) { [all...] |
/external/chromium/base/ |
logging.cc | 835 o.write(piece.data(), static_cast<std::streamsize>(piece.size()));
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
dbghelp.h | [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
dbghelp.h | [all...] |