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

1 2 3 45 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/
underflow.pass.cpp 23 test(char* gnext_arg, std::streamsize n, char* pbeg_arg = 0)
25 test(const char* gnext_arg, std::streamsize n)
setbuf.pass.cpp 14 // streambuf* setbuf(char* s, streamsize n);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 45 streamsize __width, _CharT __fill,
50 streamsize __pad = __width - (__last - __first);
150 ios_base::fmtflags __flg, streamsize __wid, _CharT __fill,
155 //casting numeric_limits<ptrdiff_t>::max to streamsize only works is ptrdiff_t is signed or streamsize representation
157 _STLP_STATIC_ASSERT((sizeof(streamsize) > sizeof(ptrdiff_t)) ||
158 ((sizeof(streamsize) == sizeof(ptrdiff_t)) && numeric_limits<ptrdiff_t>::is_signed))
159 ptrdiff_t __pad = __STATIC_CAST(ptrdiff_t, (min) (__STATIC_CAST(streamsize, (numeric_limits<ptrdiff_t>::max)()),
160 __STATIC_CAST(streamsize, __wid - __len)));
391 streamsize __wid = __f.width(0)
    [all...]
_sstream.c 169 streamsize
171 streamsize __n) {
172 streamsize __nwritten = 0;
212 streamsize
214 streamsize __n) {
215 streamsize __nwritten = 0;
235 size_t __app_size = sizeof(streamsize) > sizeof(size_t) ? __STATIC_CAST(size_t, (min)(__n, __STATIC_CAST(streamsize, _M_str.max_size())))
262 basic_stringbuf<_CharT, _Traits, _Alloc>::setbuf(_CharT*, streamsize __n) {
279 _M_str.reserve(sizeof(streamsize) > sizeof(size_t) ? __STATIC_CAST(size_t, (min)(__n, __STATIC_CAST(streamsize, _M_str.max_size()))
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 45 streamsize __width, _CharT __fill,
50 streamsize __pad = __width - (__last - __first);
150 ios_base::fmtflags __flg, streamsize __wid, _CharT __fill,
155 //casting numeric_limits<ptrdiff_t>::max to streamsize only works is ptrdiff_t is signed or streamsize representation
157 _STLP_STATIC_ASSERT((sizeof(streamsize) > sizeof(ptrdiff_t)) ||
158 ((sizeof(streamsize) == sizeof(ptrdiff_t)) && numeric_limits<ptrdiff_t>::is_signed))
159 ptrdiff_t __pad = __STATIC_CAST(ptrdiff_t, (min) (__STATIC_CAST(streamsize, (numeric_limits<ptrdiff_t>::max)()),
160 __STATIC_CAST(streamsize, __wid - __len)));
391 streamsize __wid = __f.width(0)
    [all...]
_sstream.c 169 streamsize
171 streamsize __n) {
172 streamsize __nwritten = 0;
212 streamsize
214 streamsize __n) {
215 streamsize __nwritten = 0;
235 size_t __app_size = sizeof(streamsize) > sizeof(size_t) ? __STATIC_CAST(size_t, (min)(__n, __STATIC_CAST(streamsize, _M_str.max_size())))
262 basic_stringbuf<_CharT, _Traits, _Alloc>::setbuf(_CharT*, streamsize __n) {
279 _M_str.reserve(sizeof(streamsize) > sizeof(size_t) ? __STATIC_CAST(size_t, (min)(__n, __STATIC_CAST(streamsize, _M_str.max_size()))
    [all...]
  /external/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
default.pass.cpp 14 // explicit strstreambuf(streamsize alsize_arg = 0);
  /external/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/
setbuf.pass.cpp 14 // streambuf* setbuf(char* s, streamsize n);
  /external/libcxx/test/std/input.output/iostreams.base/ios.base/fmtflags.state/
precision.pass.cpp 14 // streamsize precision() const;
width.pass.cpp 14 // streamsize width() const;
  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer/
pubsetbuf.pass.cpp 15 // basic_streambuf* pubsetbuf(char_type* s, streamsize n);
  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get/
showmanyc.pass.cpp 15 // streamsize showmanyc();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
default.pass.cpp 14 // explicit strstreambuf(streamsize alsize_arg = 0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/fmtflags.state/
precision.pass.cpp 14 // streamsize precision() const;
width.pass.cpp 14 // streamsize width() const;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer/
pubsetbuf.pass.cpp 15 // basic_streambuf* pubsetbuf(char_type* s, streamsize n);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get/
showmanyc.pass.cpp 15 // streamsize showmanyc();
  /frameworks/base/core/java/android/hardware/camera2/legacy/
ParameterUtils.java 356 * of the preview, the current preview {@code streamSize} is also used.</p>
363 * @param streamSize stream size dimensions, in pixels
374 Camera.Parameters params, Rect activeArray, Size streamSize, Rect cropRegion,
380 checkNotNull(streamSize, "streamSize must not be null");
395 Rect previewCrop = getPreviewCropRectangleUnzoomed(activeArray, streamSize);
419 getAvailablePreviewZoomCropRectangles(params, activeArray, streamSize);
579 * <p>Each crop rectangle is changed to have the same aspect ratio as {@code streamSize},
582 * <p>To get the reported crop region when applying a zoom to the sensor, use {@code streamSize}
587 * @param streamSize stream size dimensions, in pixel
    [all...]
  /frameworks/wilhelm/src/android/util/
AacAdtsExtractor.cpp 131 off64_t streamSize;
132 if (mDataSource->getSize(&streamSize) == OK) {
134 while (offset < streamSize) {
145 if (offset > streamSize) {
147 frameSize, (long long) offset, (long long) streamSize);
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.cpp 64 _STLP_STD::streambuf* stdio_streambuf_base::setbuf(char* s, streamsize n) {
68 size_t __n_size_t = (sizeof(streamsize) > sizeof(size_t)) ? __STATIC_CAST(size_t, (min)(__STATIC_CAST(streamsize, (numeric_limits<size_t>::max)()), n))
153 streamsize stdio_istreambuf::showmanyc()
200 streamsize stdio_ostreambuf::showmanyc()
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
istream.tcc 309 get(char_type* __s, streamsize __n, char_type __delim)
400 getline(char_type* __s, streamsize __n, char_type __delim)
493 ignore(streamsize __n)
506 // N.B. On LFS-enabled platforms streamsize is still 32 bits
522 if (__n == __gnu_cxx::__numeric_traits<streamsize>::__max
526 __gnu_cxx::__numeric_traits<streamsize>::__min;
534 _M_gcount = __gnu_cxx::__numeric_traits<streamsize>::__max;
555 ignore(streamsize __n, int_type __delim)
579 if (__n == __gnu_cxx::__numeric_traits<streamsize>::__max
584 __gnu_cxx::__numeric_traits<streamsize>::__min
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
istream 82 streamsize _M_gcount;
94 : _M_gcount(streamsize(0))
104 { _M_gcount = streamsize(0); }
268 streamsize
343 get(char_type* __s, streamsize __n, char_type __delim);
354 get(char_type* __s, streamsize __n)
416 getline(char_type* __s, streamsize __n, char_type __delim);
427 getline(char_type* __s, streamsize __n)
451 ignore(streamsize __n, int_type __delim);
454 ignore(streamsize __n)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
istream.tcc 309 get(char_type* __s, streamsize __n, char_type __delim)
400 getline(char_type* __s, streamsize __n, char_type __delim)
493 ignore(streamsize __n)
506 // N.B. On LFS-enabled platforms streamsize is still 32 bits
522 if (__n == __gnu_cxx::__numeric_traits<streamsize>::__max
526 __gnu_cxx::__numeric_traits<streamsize>::__min;
534 _M_gcount = __gnu_cxx::__numeric_traits<streamsize>::__max;
555 ignore(streamsize __n, int_type __delim)
579 if (__n == __gnu_cxx::__numeric_traits<streamsize>::__max
584 __gnu_cxx::__numeric_traits<streamsize>::__min
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
istream 82 streamsize _M_gcount;
94 : _M_gcount(streamsize(0))
104 { _M_gcount = streamsize(0); }
268 streamsize
343 get(char_type* __s, streamsize __n, char_type __delim);
354 get(char_type* __s, streamsize __n)
416 getline(char_type* __s, streamsize __n, char_type __delim);
427 getline(char_type* __s, streamsize __n)
451 ignore(streamsize __n, int_type __delim);
454 ignore(streamsize __n)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
istream.tcc 309 get(char_type* __s, streamsize __n, char_type __delim)
400 getline(char_type* __s, streamsize __n, char_type __delim)
493 ignore(streamsize __n)
506 // N.B. On LFS-enabled platforms streamsize is still 32 bits
522 if (__n == __gnu_cxx::__numeric_traits<streamsize>::__max
526 __gnu_cxx::__numeric_traits<streamsize>::__min;
534 _M_gcount = __gnu_cxx::__numeric_traits<streamsize>::__max;
555 ignore(streamsize __n, int_type __delim)
579 if (__n == __gnu_cxx::__numeric_traits<streamsize>::__max
584 __gnu_cxx::__numeric_traits<streamsize>::__min
    [all...]

Completed in 133 milliseconds

1 2 3 45 6 7 8 91011>>