/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
string_conversions.h | 91 const int __len = __convf(__s, __n, __fmt, __args); local 95 return _String(__s, __s + __len);
|
rc_string_base.h | 519 size_type __len = 0; local 520 while (__beg != __end && __len < sizeof(__buf) / sizeof(_CharT)) 522 __buf[__len++] = *__beg; 525 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a); 526 _S_copy(__r->_M_refdata(), __buf, __len); 531 if (__len == __r->_M_info._M_capacity) 534 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a); 535 _S_copy(__another->_M_refdata(), __r->_M_refdata(), __len); 539 __r->_M_refdata()[__len++] = *__beg [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/ |
des_crypt.h | 80 extern int cbc_crypt (char *__key, char *__buf, unsigned __len, 86 extern int ecb_crypt (char *__key, char *__buf, unsigned __len,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/ |
des_crypt.h | 80 extern int cbc_crypt (char *__key, char *__buf, unsigned __len, 86 extern int ecb_crypt (char *__key, char *__buf, unsigned __len,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/ |
string_conversions.h | 91 const int __len = __convf(__s, __n, __fmt, __args); local 95 return _String(__s, __s + __len);
|
rc_string_base.h | 519 size_type __len = 0; local 520 while (__beg != __end && __len < sizeof(__buf) / sizeof(_CharT)) 522 __buf[__len++] = *__beg; 525 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a); 526 _S_copy(__r->_M_refdata(), __buf, __len); 531 if (__len == __r->_M_info._M_capacity) 534 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a); 535 _S_copy(__another->_M_refdata(), __r->_M_refdata(), __len); 539 __r->_M_refdata()[__len++] = *__beg [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_string_workaround.h | 221 size_type __len = this->_M_compute_next_size(__n); local 222 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len); 227 this->_M_reset(__new_start, __new_finish, __new_start + __len); 377 size_type __len = this->_M_compute_next_size(__n); local 378 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len); 384 this->_M_reset(__new_start, __new_finish, __new_start + __len);
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_string_workaround.h | 221 size_type __len = this->_M_compute_next_size(__n); local 222 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len); 227 this->_M_reset(__new_start, __new_finish, __new_start + __len); 377 size_type __len = this->_M_compute_next_size(__n); local 378 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len); 384 this->_M_reset(__new_start, __new_finish, __new_start + __len);
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_string_workaround.h | 221 size_type __len = this->_M_compute_next_size(__n); local 222 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len); 227 this->_M_reset(__new_start, __new_finish, __new_start + __len); 377 size_type __len = this->_M_compute_next_size(__n); local 378 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len); 384 this->_M_reset(__new_start, __new_finish, __new_start + __len);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
string_conversions.h | 91 const int __len = __convf(__s, __n, __fmt, __args); local 95 return _String(__s, __s + __len);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
string_conversions.h | 91 const int __len = __convf(__s, __n, __fmt, __args); local 95 return _String(__s, __s + __len);
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_string_workaround.h | 221 size_type __len = this->_M_compute_next_size(__n); local 222 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len); 227 this->_M_reset(__new_start, __new_finish, __new_start + __len); 377 size_type __len = this->_M_compute_next_size(__n); local 378 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len); 384 this->_M_reset(__new_start, __new_finish, __new_start + __len);
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_string_workaround.h | 221 size_type __len = this->_M_compute_next_size(__n); local 222 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len); 227 this->_M_reset(__new_start, __new_finish, __new_start + __len); 377 size_type __len = this->_M_compute_next_size(__n); local 378 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len); 384 this->_M_reset(__new_start, __new_finish, __new_start + __len);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
string_conversions.h | 91 const int __len = __convf(__s, __n, __fmt, __args); local 95 return _String(__s, __s + __len);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
string_conversions.h | 91 const int __len = __convf(__s, __n, __fmt, __args); local 95 return _String(__s, __s + __len);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
string_conversions.h | 95 const int __len = __convf(__s, __n, __fmt, __args); local 99 return _String(__s, __s + __len);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
list.tcc | 121 size_type __len = 0; 122 for (; __i != end() && __len < __new_size; ++__i, ++__len) 124 if (__len == __new_size) 127 insert(end(), __new_size - __len, __x);
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
list.tcc | 121 size_type __len = 0; 122 for (; __i != end() && __len < __new_size; ++__i, ++__len) 124 if (__len == __new_size) 127 insert(end(), __new_size - __len, __x);
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
list.tcc | 121 size_type __len = 0; 122 for (; __i != end() && __len < __new_size; ++__i, ++__len) 124 if (__len == __new_size) 127 insert(end(), __new_size - __len, __x);
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
list.tcc | 121 size_type __len = 0; 122 for (; __i != end() && __len < __new_size; ++__i, ++__len) 124 if (__len == __new_size) 127 insert(end(), __new_size - __len, __x);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
list.tcc | 121 size_type __len = 0; 122 for (; __i != end() && __len < __new_size; ++__i, ++__len) 124 if (__len == __new_size) 127 insert(end(), __new_size - __len, __x);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
rc_string_base.h | 505 size_type __len = 0; local 506 while (__beg != __end && __len < sizeof(__buf) / sizeof(_CharT)) 508 __buf[__len++] = *__beg; 511 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a); 512 _S_copy(__r->_M_refdata(), __buf, __len); 517 if (__len == __r->_M_info._M_capacity) 520 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a); 521 _S_copy(__another->_M_refdata(), __r->_M_refdata(), __len); 525 __r->_M_refdata()[__len++] = *__beg [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
rc_string_base.h | 505 size_type __len = 0; local 506 while (__beg != __end && __len < sizeof(__buf) / sizeof(_CharT)) 508 __buf[__len++] = *__beg; 511 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a); 512 _S_copy(__r->_M_refdata(), __buf, __len); 517 if (__len == __r->_M_info._M_capacity) 520 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a); 521 _S_copy(__another->_M_refdata(), __r->_M_refdata(), __len); 525 __r->_M_refdata()[__len++] = *__beg [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
rc_string_base.h | 505 size_type __len = 0; local 506 while (__beg != __end && __len < sizeof(__buf) / sizeof(_CharT)) 508 __buf[__len++] = *__beg; 511 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a); 512 _S_copy(__r->_M_refdata(), __buf, __len); 517 if (__len == __r->_M_info._M_capacity) 520 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a); 521 _S_copy(__another->_M_refdata(), __r->_M_refdata(), __len); 525 __r->_M_refdata()[__len++] = *__beg [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
rc_string_base.h | 505 size_type __len = 0; local 506 while (__beg != __end && __len < sizeof(__buf) / sizeof(_CharT)) 508 __buf[__len++] = *__beg; 511 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a); 512 _S_copy(__r->_M_refdata(), __buf, __len); 517 if (__len == __r->_M_info._M_capacity) 520 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a); 521 _S_copy(__another->_M_refdata(), __r->_M_refdata(), __len); 525 __r->_M_refdata()[__len++] = *__beg [all...] |