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)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
sstream 169 virtual streamsize
172 streamsize __ret = -1;
202 setbuf(char_type* __s, streamsize __n)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
sstream 169 virtual streamsize
172 streamsize __ret = -1;
202 setbuf(char_type* __s, streamsize __n)
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
sstream 169 virtual streamsize
172 streamsize __ret = -1;
202 setbuf(char_type* __s, streamsize __n)
  /prebuilts/ndk/current/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...]
  /prebuilts/ndk/current/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);
  /external/libweave/third_party/chromium/base/strings/
string_piece.cc 50 o.write(piece.data(), static_cast<std::streamsize>(piece.size()));
  /external/llvm/tools/llvm-pdbdump/
llvm-pdbdump.cpp 359 uint32_t StreamSize = StreamSizes[DumpStreamNum];
363 uint32_t BytesLeftToReadInStream = StreamSize - StreamBytesRead;
  /external/lz4/lib/
lz4frame.c 224 size_t streamSize;
244 streamSize = LZ4F_compressBound(srcSize, &prefs);
246 return headerSize + streamSize;
    [all...]
  /external/libchrome/base/strings/
string_piece.cc 51 o.write(piece.data(), static_cast<std::streamsize>(piece.size()));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winternl.h 449 LARGE_INTEGER StreamSize;
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_objects.cpp 285 FX_DWORD streamSize = acc.GetSize();
290 return new CPDF_Stream(acc.DetachData(), streamSize, pDict);
    [all...]

Completed in 968 milliseconds

<<1112131415