/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
locale_facets_nonio.tcc | 197 const size_type __len = __lc->_M_curr_symbol_size; 199 for (; __beg != __end && __j < __len 202 if (__j != __len 389 const size_type __len = __str.size(); 390 if (__len) 392 __digits.resize(__len); 393 __ctype.widen(__str.data(), __str.data() + __len, &__digits[0]); 439 size_type __len = __ctype.scan_not(ctype_base::digit, __beg, 441 if (__len) 447 __value.reserve(2 * __len); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
locale_facets_nonio.tcc | 197 const size_type __len = __lc->_M_curr_symbol_size; 199 for (; __beg != __end && __j < __len 202 if (__j != __len 389 const size_type __len = __str.size(); 390 if (__len) 392 __digits.resize(__len); 393 __ctype.widen(__str.data(), __str.data() + __len, &__digits[0]); 439 size_type __len = __ctype.scan_not(ctype_base::digit, __beg, 441 if (__len) 447 __value.reserve(2 * __len); [all...] |
/external/stlport/stlport/stl/ |
_string_sum_methods.h | 109 const size_type __len = __old_size + (max)(__old_size, __s_size) + 1; local 110 pointer __new_start = this->_M_start_of_storage.allocate(__len); 115 this->_M_reset(__new_start, __new_finish, __new_start + __len); 133 const size_type __len = __old_size + (max)(__old_size, __s_size) + 1; local 134 pointer __new_start = this->_M_start_of_storage.allocate(__len); 139 this->_M_reset(__new_start, __new_finish, __new_start + __len);
|
_string.h | 306 size_type __len = __size + (max)(__n, __size) + 1; local 307 if (__len > max_size() || __len < __size) 308 __len = max_size(); // overflow 309 return __len; 473 size_type __len = _M_compute_next_size(__n); local 474 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len); 479 this->_M_reset(__new_start, __new_finish, __new_start + __len); 621 size_type __len = (min) (__n, __s.size() - __beg) local 625 __s._M_Start() + __beg, __s._M_Start() + __beg + __len, &__s == this); local 642 size_type __len = _Traits::length(__s); local 691 size_type __len = _M_compute_next_size(__n); local 817 const size_type __len = (min) (__n, __size - __pos); local 844 const size_type __len = (min) (__n1, __size - __pos); local 861 const size_type __len = (min) (__n1, __size - __pos); local 937 const size_type __len = (min) (__n, size() - __pos); local [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_string_sum_methods.h | 109 const size_type __len = __old_size + (max)(__old_size, __s_size) + 1; local 110 pointer __new_start = this->_M_start_of_storage.allocate(__len); 115 this->_M_reset(__new_start, __new_finish, __new_start + __len); 133 const size_type __len = __old_size + (max)(__old_size, __s_size) + 1; local 134 pointer __new_start = this->_M_start_of_storage.allocate(__len); 139 this->_M_reset(__new_start, __new_finish, __new_start + __len);
|
_string.h | 306 size_type __len = __size + (max)(__n, __size) + 1; local 307 if (__len > max_size() || __len < __size) 308 __len = max_size(); // overflow 309 return __len; 473 size_type __len = _M_compute_next_size(__n); local 474 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len); 479 this->_M_reset(__new_start, __new_finish, __new_start + __len); 621 size_type __len = (min) (__n, __s.size() - __beg) local 625 __s._M_Start() + __beg, __s._M_Start() + __beg + __len, &__s == this); local 642 size_type __len = _Traits::length(__s); local 691 size_type __len = _M_compute_next_size(__n); local 817 const size_type __len = (min) (__n, __size - __pos); local 844 const size_type __len = (min) (__n1, __size - __pos); local 861 const size_type __len = (min) (__n1, __size - __pos); local 937 const size_type __len = (min) (__n, size() - __pos); local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/ |
inet.h | 66 char *__restrict __buf, socklen_t __len) 78 extern char *inet_neta (in_addr_t __net, char *__buf, size_t __len) __THROW; 84 char *__buf, size_t __len) __THROW; 90 void *__buf, size_t __len) __THROW; 96 unsigned char *__buf, int __len) __THROW; 100 extern char *inet_nsap_ntoa (int __len, __const unsigned char *__cp,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/ |
inet.h | 66 char *__restrict __buf, socklen_t __len) 78 extern char *inet_neta (in_addr_t __net, char *__buf, size_t __len) __THROW; 84 char *__buf, size_t __len) __THROW; 90 void *__buf, size_t __len) __THROW; 96 unsigned char *__buf, int __len) __THROW; 100 extern char *inet_nsap_ntoa (int __len, __const unsigned char *__cp,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/ |
inet.h | 66 char *__restrict __buf, socklen_t __len) 78 extern char *inet_neta (in_addr_t __net, char *__buf, size_t __len) __THROW; 84 char *__buf, size_t __len) __THROW; 90 void *__buf, size_t __len) __THROW; 96 unsigned char *__buf, int __len) __THROW; 100 extern char *inet_nsap_ntoa (int __len, __const unsigned char *__cp,
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_string_sum_methods.h | 109 const size_type __len = __old_size + (max)(__old_size, __s_size) + 1; local 110 pointer __new_start = this->_M_start_of_storage.allocate(__len); 115 this->_M_reset(__new_start, __new_finish, __new_start + __len); 133 const size_type __len = __old_size + (max)(__old_size, __s_size) + 1; local 134 pointer __new_start = this->_M_start_of_storage.allocate(__len); 139 this->_M_reset(__new_start, __new_finish, __new_start + __len);
|
_string.h | 306 size_type __len = __size + (max)(__n, __size) + 1; local 307 if (__len > max_size() || __len < __size) 308 __len = max_size(); // overflow 309 return __len; 473 size_type __len = _M_compute_next_size(__n); local 474 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len); 479 this->_M_reset(__new_start, __new_finish, __new_start + __len); 621 size_type __len = (min) (__n, __s.size() - __beg) local 625 __s._M_Start() + __beg, __s._M_Start() + __beg + __len, &__s == this); local 642 size_type __len = _Traits::length(__s); local 691 size_type __len = _M_compute_next_size(__n); local 817 const size_type __len = (min) (__n, __size - __pos); local 844 const size_type __len = (min) (__n1, __size - __pos); local 861 const size_type __len = (min) (__n1, __size - __pos); local 937 const size_type __len = (min) (__n, size() - __pos); local [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_string_sum_methods.h | 109 const size_type __len = __old_size + (max)(__old_size, __s_size) + 1; local 110 pointer __new_start = this->_M_start_of_storage.allocate(__len); 115 this->_M_reset(__new_start, __new_finish, __new_start + __len); 133 const size_type __len = __old_size + (max)(__old_size, __s_size) + 1; local 134 pointer __new_start = this->_M_start_of_storage.allocate(__len); 139 this->_M_reset(__new_start, __new_finish, __new_start + __len);
|
_string.h | 306 size_type __len = __size + (max)(__n, __size) + 1; local 307 if (__len > max_size() || __len < __size) 308 __len = max_size(); // overflow 309 return __len; 473 size_type __len = _M_compute_next_size(__n); local 474 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len); 479 this->_M_reset(__new_start, __new_finish, __new_start + __len); 621 size_type __len = (min) (__n, __s.size() - __beg) local 625 __s._M_Start() + __beg, __s._M_Start() + __beg + __len, &__s == this); local 642 size_type __len = _Traits::length(__s); local 691 size_type __len = _M_compute_next_size(__n); local 817 const size_type __len = (min) (__n, __size - __pos); local 844 const size_type __len = (min) (__n1, __size - __pos); local 861 const size_type __len = (min) (__n1, __size - __pos); local 937 const size_type __len = (min) (__n, size() - __pos); local [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_string_sum_methods.h | 109 const size_type __len = __old_size + (max)(__old_size, __s_size) + 1; local 110 pointer __new_start = this->_M_start_of_storage.allocate(__len); 115 this->_M_reset(__new_start, __new_finish, __new_start + __len); 133 const size_type __len = __old_size + (max)(__old_size, __s_size) + 1; local 134 pointer __new_start = this->_M_start_of_storage.allocate(__len); 139 this->_M_reset(__new_start, __new_finish, __new_start + __len);
|
_string.h | 306 size_type __len = __size + (max)(__n, __size) + 1; local 307 if (__len > max_size() || __len < __size) 308 __len = max_size(); // overflow 309 return __len; 473 size_type __len = _M_compute_next_size(__n); local 474 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len); 479 this->_M_reset(__new_start, __new_finish, __new_start + __len); 621 size_type __len = (min) (__n, __s.size() - __beg) local 625 __s._M_Start() + __beg, __s._M_Start() + __beg + __len, &__s == this); local 642 size_type __len = _Traits::length(__s); local 691 size_type __len = _M_compute_next_size(__n); local 817 const size_type __len = (min) (__n, __size - __pos); local 844 const size_type __len = (min) (__n1, __size - __pos); local 861 const size_type __len = (min) (__n1, __size - __pos); local 937 const size_type __len = (min) (__n, size() - __pos); local [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_string_sum_methods.h | 109 const size_type __len = __old_size + (max)(__old_size, __s_size) + 1; local 110 pointer __new_start = this->_M_start_of_storage.allocate(__len); 115 this->_M_reset(__new_start, __new_finish, __new_start + __len); 133 const size_type __len = __old_size + (max)(__old_size, __s_size) + 1; local 134 pointer __new_start = this->_M_start_of_storage.allocate(__len); 139 this->_M_reset(__new_start, __new_finish, __new_start + __len);
|
_string.h | 306 size_type __len = __size + (max)(__n, __size) + 1; local 307 if (__len > max_size() || __len < __size) 308 __len = max_size(); // overflow 309 return __len; 473 size_type __len = _M_compute_next_size(__n); local 474 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len); 479 this->_M_reset(__new_start, __new_finish, __new_start + __len); 621 size_type __len = (min) (__n, __s.size() - __beg) local 625 __s._M_Start() + __beg, __s._M_Start() + __beg + __len, &__s == this); local 642 size_type __len = _Traits::length(__s); local 691 size_type __len = _M_compute_next_size(__n); local 817 const size_type __len = (min) (__n, __size - __pos); local 844 const size_type __len = (min) (__n1, __size - __pos); local 861 const size_type __len = (min) (__n1, __size - __pos); local 937 const size_type __len = (min) (__n, size() - __pos); local [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_string_sum_methods.h | 109 const size_type __len = __old_size + (max)(__old_size, __s_size) + 1; local 110 pointer __new_start = this->_M_start_of_storage.allocate(__len); 115 this->_M_reset(__new_start, __new_finish, __new_start + __len); 133 const size_type __len = __old_size + (max)(__old_size, __s_size) + 1; local 134 pointer __new_start = this->_M_start_of_storage.allocate(__len); 139 this->_M_reset(__new_start, __new_finish, __new_start + __len);
|
_string.h | 306 size_type __len = __size + (max)(__n, __size) + 1; local 307 if (__len > max_size() || __len < __size) 308 __len = max_size(); // overflow 309 return __len; 473 size_type __len = _M_compute_next_size(__n); local 474 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len); 479 this->_M_reset(__new_start, __new_finish, __new_start + __len); 621 size_type __len = (min) (__n, __s.size() - __beg) local 625 __s._M_Start() + __beg, __s._M_Start() + __beg + __len, &__s == this); local 642 size_type __len = _Traits::length(__s); local 691 size_type __len = _M_compute_next_size(__n); local 817 const size_type __len = (min) (__n, __size - __pos); local 844 const size_type __len = (min) (__n1, __size - __pos); local 861 const size_type __len = (min) (__n1, __size - __pos); local 937 const size_type __len = (min) (__n, size() - __pos); local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_heap.h | 225 _Distance __len, _Tp __value) 229 while (__secondChild < (__len - 1) / 2) 237 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2) 296 _Distance __len, _Tp __value, _Compare __comp) 300 while (__secondChild < (__len - 1) / 2) 309 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2) 389 const _DistanceType __len = __last - __first; local 390 _DistanceType __parent = (__len - 2) / 2 429 const _DistanceType __len = __last - __first; local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
stl_heap.h | 227 _Distance __len, _Tp __value) 231 while (__secondChild < (__len - 1) / 2) 239 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2) 298 _Distance __len, _Tp __value, _Compare __comp) 302 while (__secondChild < (__len - 1) / 2) 311 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2) 391 const _DistanceType __len = __last - __first; local 392 _DistanceType __parent = (__len - 2) / 2 431 const _DistanceType __len = __last - __first; local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
stl_heap.h | 227 _Distance __len, _Tp __value) 231 while (__secondChild < (__len - 1) / 2) 239 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2) 298 _Distance __len, _Tp __value, _Compare __comp) 302 while (__secondChild < (__len - 1) / 2) 311 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2) 391 const _DistanceType __len = __last - __first; local 392 _DistanceType __parent = (__len - 2) / 2 431 const _DistanceType __len = __last - __first; local [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_heap.h | 225 _Distance __len, _Tp __value) 229 while (__secondChild < (__len - 1) / 2) 237 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2) 296 _Distance __len, _Tp __value, _Compare __comp) 300 while (__secondChild < (__len - 1) / 2) 309 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2) 389 const _DistanceType __len = __last - __first; local 390 _DistanceType __parent = (__len - 2) / 2 429 const _DistanceType __len = __last - __first; local [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_heap.h | 225 _Distance __len, _Tp __value) 229 while (__secondChild < (__len - 1) / 2) 237 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2) 296 _Distance __len, _Tp __value, _Compare __comp) 300 while (__secondChild < (__len - 1) / 2) 309 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2) 389 const _DistanceType __len = __last - __first; local 390 _DistanceType __parent = (__len - 2) / 2 429 const _DistanceType __len = __last - __first; local [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_heap.h | 225 _Distance __len, _Tp __value) 229 while (__secondChild < (__len - 1) / 2) 237 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2) 296 _Distance __len, _Tp __value, _Compare __comp) 300 while (__secondChild < (__len - 1) / 2) 309 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2) 389 const _DistanceType __len = __last - __first; local 390 _DistanceType __parent = (__len - 2) / 2 429 const _DistanceType __len = __last - __first; local [all...] |