/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr2/ |
bool_set.tcc | 247 const streamsize __w = __io.width(); 248 if (__w > static_cast<streamsize>(__len)) 250 const streamsize __plen = __w - __len;
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr2/ |
bool_set.tcc | 247 const streamsize __w = __io.width(); 248 if (__w > static_cast<streamsize>(__len)) 250 const streamsize __plen = __w - __len;
|
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
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
|
_monetary.c | 408 streamsize __width = __str.width(); 442 const bool __need_fill = (((sizeof(streamsize) > sizeof(size_t)) && (__STATIC_CAST(streamsize, __length) < __width)) || 443 ((sizeof(streamsize) <= sizeof(size_t)) && (__length < __STATIC_CAST(size_t, __width)))); 444 streamsize __fill_amt = __need_fill ? __width - __length : 0;
|
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/ |
ignore.pass.cpp | 13 // ignore(streamsize n = 1, int_type delim = traits::eof());
|
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.unformatted/ |
write.pass.cpp | 15 // basic_ostream& write(const char_type* s, streamsize n);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/ |
ignore.pass.cpp | 13 // ignore(streamsize n = 1, int_type delim = traits::eof());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.unformatted/ |
write.pass.cpp | 15 // basic_ostream& write(const char_type* s, streamsize n);
|
/ndk/tests/device/test-gnustl-full/unit/ |
fstream_test.cpp | 744 vector<pair<streamsize, streamoff> > file_pos; 774 CPPUNIT_ASSERT( file_pos.back().first != streamsize(-1) ); 788 vector<pair<streamsize, streamsize> >::const_iterator pit(file_pos.begin()), 801 an infinite loop when the file size is larger than the streamsize and 807 streamsize nb_reads = 0; 879 streamsize _STLP_CALL __read_unbuffered(basic_istream<_CharT, _Traits>* __that, 881 streamsize _Num, _CharT* __s, 890 basic_istream<_CharT, _Traits>::getline(_CharT* __s, streamsize __n, _CharT __delim)
|
/ndk/tests/device/test-stlport/unit/ |
fstream_test.cpp | 744 vector<pair<streamsize, streamoff> > file_pos; 774 CPPUNIT_ASSERT( file_pos.back().first != streamsize(-1) ); 788 vector<pair<streamsize, streamsize> >::const_iterator pit(file_pos.begin()), 801 an infinite loop when the file size is larger than the streamsize and 807 streamsize nb_reads = 0; 879 streamsize _STLP_CALL __read_unbuffered(basic_istream<_CharT, _Traits>* __that, 881 streamsize _Num, _CharT* __s, 890 basic_istream<_CharT, _Traits>::getline(_CharT* __s, streamsize __n, _CharT __delim)
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
bandwidth_estimator.c | 802 int StreamSize, /* bytes in bitstream */ 864 /* StreamSize will be adjusted if less than MinBytes */ 865 if (StreamSize < MinBytes) 867 StreamSize = MinBytes; 871 if (StreamSize * 8.0 * FS / FrameSamples > 1.01 * BottleNeck) { 906 TransmissionTime = StreamSize * 8.0 * 1000.0 / BottleNeck; /* ms */ 923 int StreamSize, /* bytes in bitstream */ 933 TransmissionTime = StreamSize * 8.0 * 1000.0 / BottleNeck; /* ms */
|
bandwidth_estimator.h | 144 int StreamSize, /* bytes in bitstream */ 156 int StreamSize, /* bytes in bitstream */
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_monetary.c | 408 streamsize __width = __str.width(); 442 const bool __need_fill = (((sizeof(streamsize) > sizeof(size_t)) && (__STATIC_CAST(streamsize, __length) < __width)) || 443 ((sizeof(streamsize) <= sizeof(size_t)) && (__length < __STATIC_CAST(size_t, __width)))); 444 streamsize __fill_amt = __need_fill ? __width - __length : 0;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
ios_base.h | 452 streamsize _M_precision; 453 streamsize _M_width; 620 streamsize 629 streamsize 630 precision(streamsize __prec) 632 streamsize __old = _M_precision; 643 streamsize 652 streamsize 653 width(streamsize __wide) 655 streamsize __old = _M_width [all...] |
locale_facets.tcc | 775 _M_pad(_CharT __fill, streamsize __w, ios_base& __io, 916 const streamsize __w = __io.width(); 917 if (__w > static_cast<streamsize>(__len)) 979 const streamsize __prec = __io.precision() < 0 ? 6 : __io.precision(); 1054 streamsize __off = 0; 1071 const streamsize __w = __io.width(); 1072 if (__w > static_cast<streamsize>(__len)) 1109 const streamsize __w = __io.width(); 1110 if (__w > static_cast<streamsize>(__len)) 1112 const streamsize __plen = __w - __len [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
ios_base.h | 452 streamsize _M_precision; 453 streamsize _M_width; 620 streamsize 629 streamsize 630 precision(streamsize __prec) 632 streamsize __old = _M_precision; 643 streamsize 652 streamsize 653 width(streamsize __wide) 655 streamsize __old = _M_width [all...] |
locale_facets.tcc | 775 _M_pad(_CharT __fill, streamsize __w, ios_base& __io, 916 const streamsize __w = __io.width(); 917 if (__w > static_cast<streamsize>(__len)) 979 const streamsize __prec = __io.precision() < 0 ? 6 : __io.precision(); 1054 streamsize __off = 0; 1071 const streamsize __w = __io.width(); 1072 if (__w > static_cast<streamsize>(__len)) 1109 const streamsize __w = __io.width(); 1110 if (__w > static_cast<streamsize>(__len)) 1112 const streamsize __plen = __w - __len [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
ios_base.h | 452 streamsize _M_precision; 453 streamsize _M_width; 620 streamsize 629 streamsize 630 precision(streamsize __prec) 632 streamsize __old = _M_precision; 643 streamsize 652 streamsize 653 width(streamsize __wide) 655 streamsize __old = _M_width [all...] |
locale_facets.tcc | 775 _M_pad(_CharT __fill, streamsize __w, ios_base& __io, 916 const streamsize __w = __io.width(); 917 if (__w > static_cast<streamsize>(__len)) 979 const streamsize __prec = __io.precision() < 0 ? 6 : __io.precision(); 1054 streamsize __off = 0; 1071 const streamsize __w = __io.width(); 1072 if (__w > static_cast<streamsize>(__len)) 1109 const streamsize __w = __io.width(); 1110 if (__w > static_cast<streamsize>(__len)) 1112 const streamsize __plen = __w - __len [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
ios_base.h | 452 streamsize _M_precision; 453 streamsize _M_width; 620 streamsize 629 streamsize 630 precision(streamsize __prec) 632 streamsize __old = _M_precision; 643 streamsize 652 streamsize 653 width(streamsize __wide) 655 streamsize __old = _M_width [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ |
fstream | 161 streamsize _M_ext_buf_size; 307 virtual streamsize 334 _M_convert_to_external(char_type*, streamsize); 349 setbuf(char_type* __s, streamsize __n); 372 virtual streamsize 373 xsgetn(char_type* __s, streamsize __n); 375 virtual streamsize 376 xsputn(const char_type* __s, streamsize __n); 395 _M_set_buffer(streamsize __off)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ |
fstream | 161 streamsize _M_ext_buf_size; 307 virtual streamsize 334 _M_convert_to_external(char_type*, streamsize); 349 setbuf(char_type* __s, streamsize __n); 372 virtual streamsize 373 xsgetn(char_type* __s, streamsize __n); 375 virtual streamsize 376 xsputn(const char_type* __s, streamsize __n); 395 _M_set_buffer(streamsize __off)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
fstream | 161 streamsize _M_ext_buf_size; 307 virtual streamsize 334 _M_convert_to_external(char_type*, streamsize); 349 setbuf(char_type* __s, streamsize __n); 372 virtual streamsize 373 xsgetn(char_type* __s, streamsize __n); 375 virtual streamsize 376 xsputn(const char_type* __s, streamsize __n); 395 _M_set_buffer(streamsize __off)
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
fstream | 161 streamsize _M_ext_buf_size; 309 virtual streamsize 336 _M_convert_to_external(char_type*, streamsize); 351 setbuf(char_type* __s, streamsize __n); 374 virtual streamsize 375 xsgetn(char_type* __s, streamsize __n); 377 virtual streamsize 378 xsputn(const char_type* __s, streamsize __n); 397 _M_set_buffer(streamsize __off)
|