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

1 2 3 4 5 67 8 91011>>

  /frameworks/av/media/libstagefright/
AACExtractor.cpp 170 off64_t streamSize, numFrames = 0;
174 if (mDataSource->getSize(&streamSize) == OK) {
175 while (offset < streamSize) {
178 (long long)offset, (long long)streamSize);
AMRExtractor.cpp 140 off64_t streamSize;
144 if (mDataSource->getSize(&streamSize) == OK) {
145 while (offset < streamSize) {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons/
ccp_size.pass.cpp 14 // explicit istrstream(const char* s, streamsize n);
cp_size.pass.cpp 14 // explicit istrstream(char* s, streamsize n);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
ccp_size.pass.cpp 14 // strstreambuf(const char* gnext_arg, streamsize n);
cscp_size.pass.cpp 14 // strstreambuf(const signed char* gnext_arg, streamsize n);
cucp_size.pass.cpp 14 // strstreambuf(const unsigned char* gnext_arg, streamsize n);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
ignore_0xff.pass.cpp 13 // ignore(streamsize n = 1, int_type delim = traits::eof());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/
setbuf.pass.cpp 15 // basic_streambuf<charT,traits>* setbuf(charT* s, streamsize n);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
ios 40 #include <bits/char_traits.h> // For char_traits, streamoff, streamsize, fpos
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
ios 40 #include <bits/char_traits.h> // For char_traits, streamoff, streamsize, fpos
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
ios 40 #include <bits/char_traits.h> // For char_traits, streamoff, streamsize, fpos
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
ios 40 #include <bits/char_traits.h> // For char_traits, streamoff, streamsize, fpos
  /external/libcxx/include/
__std_stream 236 virtual streamsize xsputn(const char_type* __s, streamsize __n);
312 streamsize
313 __stdoutbuf<_CharT>::xsputn(const char_type* __s, streamsize __n)
317 streamsize __i = 0;
  /external/lzma/CPP/7zip/Archive/7z/
7zEncode.cpp 281 UInt64 streamSize;
284 streamSize = inStreamSizeCountSpec->GetSize();
285 unpackSize = streamSize;
288 streamSize = _mixerCoderSpec->GetWriteProcessedSize(binder);
289 coderUnpackSizes.Add(streamSize);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
__std_stream 236 virtual streamsize xsputn(const char_type* __s, streamsize __n);
313 streamsize
314 __stdoutbuf<_CharT>::xsputn(const char_type* __s, streamsize __n)
318 streamsize __i = 0;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_sstream.h 86 virtual streamsize xsputn(const char_type* __s, streamsize __n);
87 virtual streamsize _M_xsputnc(char_type __c, streamsize __n);
89 virtual _Base* setbuf(_CharT* __buf, streamsize __n);
char_traits.h 61 //The Win32 file io API support 64 bits access so streamoff and streamsize
79 typedef streamoff streamsize; typedef
81 typedef ptrdiff_t streamsize; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
streambuf_iterator.h 279 _M_put(const _CharT* __ws, streamsize __len)
313 const streamsize __num = __last - __first;
325 const streamsize __num = __last - __first;
348 const streamsize __n = __sb->egptr() - __sb->gptr();
385 streamsize __n = __sb->egptr() - __sb->gptr();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
streambuf_iterator.h 279 _M_put(const _CharT* __ws, streamsize __len)
313 const streamsize __num = __last - __first;
325 const streamsize __num = __last - __first;
348 const streamsize __n = __sb->egptr() - __sb->gptr();
385 streamsize __n = __sb->egptr() - __sb->gptr();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
streambuf_iterator.h 279 _M_put(const _CharT* __ws, streamsize __len)
313 const streamsize __num = __last - __first;
325 const streamsize __num = __last - __first;
348 const streamsize __n = __sb->egptr() - __sb->gptr();
385 streamsize __n = __sb->egptr() - __sb->gptr();
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
streambuf_iterator.h 279 _M_put(const _CharT* __ws, streamsize __len)
313 const streamsize __num = __last - __first;
325 const streamsize __num = __last - __first;
348 const streamsize __n = __sb->egptr() - __sb->gptr();
385 streamsize __n = __sb->egptr() - __sb->gptr();
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
__std_stream 236 virtual streamsize xsputn(const char_type* __s, streamsize __n);
313 streamsize
314 __stdoutbuf<_CharT>::xsputn(const char_type* __s, streamsize __n)
318 streamsize __i = 0;
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_sstream.h 86 virtual streamsize xsputn(const char_type* __s, streamsize __n);
87 virtual streamsize _M_xsputnc(char_type __c, streamsize __n);
89 virtual _Base* setbuf(_CharT* __buf, streamsize __n);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr2/
bool_set.tcc 247 const streamsize __w = __io.width();
248 if (__w > static_cast<streamsize>(__len))
250 const streamsize __plen = __w - __len;

Completed in 265 milliseconds

1 2 3 4 5 67 8 91011>>