/external/bluetooth/glib/glib/ |
gtestutils.h | 40 #define g_assert_cmpint(n1, cmp, n2) do { gint64 __n1 = (n1), __n2 = (n2); \ 41 if (__n1 cmp __n2) ; else \ 43 #n1 " " #cmp " " #n2, __n1, #cmp, __n2, 'i'); } while (0) 44 #define g_assert_cmpuint(n1, cmp, n2) do { guint64 __n1 = (n1), __n2 = (n2); \ 45 if (__n1 cmp __n2) ; else \ 47 #n1 " " #cmp " " #n2, __n1, #cmp, __n2, 'i'); } while (0) 48 #define g_assert_cmphex(n1, cmp, n2) do { guint64 __n1 = (n1), __n2 = (n2); \ 49 if (__n1 cmp __n2) ; else \ 51 #n1 " " #cmp " " #n2, __n1, #cmp, __n2, 'x'); } while (0) 52 #define g_assert_cmpfloat(n1,cmp,n2) do { long double __n1 = (n1), __n2 = (n2); [all...] |
/external/stlport/stlport/stl/ |
_string_sum.h | 170 _BString& replace(size_type __pos1, size_type __n1, const _BString& __s, size_type __pos2, size_type __n2) 171 {return _M_get_storage().replace(__pos1, __n1, __s, __pos2, __n2);} 172 _BString& replace(size_type __pos, size_type __n1, const _CharT* __s, size_type __n2) 173 {return _M_get_storage().replace(__pos, __n1, __s, __n2);} 174 _BString& replace(size_type __pos, size_type __n1, const _CharT* __s) 175 {return _M_get_storage().replace(__pos, __n1, __s);} 176 _BString& replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c) 177 {return _M_get_storage().replace(__pos, __n1, __n2, __c);} 241 int compare(size_type __pos1, size_type __n1, const _Self& __s) const 242 { return _M_get_storage().compare(__pos1, __n1, __s); [all...] |
_slist.c | 73 _Node_base* __n1 = this->_M_head._M_data._M_next; 75 while (__n1 && __n2) { 76 __STATIC_CAST(_Node*, __n1)->_M_data = __STATIC_CAST(const _Node*, __n2)->_M_data; 77 __p1 = __n1; 78 __n1 = __n1->_M_next;
|
_string.h | 824 _Self& replace(size_type __pos1, size_type __n1, const _Self& __s, 830 const size_type __len1 = (min) (__n1, __size1 - __pos1); 838 _Self& replace(size_type __pos, size_type __n1, 844 const size_type __len = (min) (__n1, __size - __pos); 851 _Self& replace(size_type __pos, size_type __n1, const _CharT* __s) { 853 return replace(__pos, __n1, __s, _Traits::length(__s)); 856 _Self& replace(size_type __pos, size_type __n1, 861 const size_type __len = (min) (__n1, __size - __pos); 1073 const ptrdiff_t __n1 = __l1 - __f1; local [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_string_sum.h | 170 _BString& replace(size_type __pos1, size_type __n1, const _BString& __s, size_type __pos2, size_type __n2) 171 {return _M_get_storage().replace(__pos1, __n1, __s, __pos2, __n2);} 172 _BString& replace(size_type __pos, size_type __n1, const _CharT* __s, size_type __n2) 173 {return _M_get_storage().replace(__pos, __n1, __s, __n2);} 174 _BString& replace(size_type __pos, size_type __n1, const _CharT* __s) 175 {return _M_get_storage().replace(__pos, __n1, __s);} 176 _BString& replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c) 177 {return _M_get_storage().replace(__pos, __n1, __n2, __c);} 241 int compare(size_type __pos1, size_type __n1, const _Self& __s) const 242 { return _M_get_storage().compare(__pos1, __n1, __s); [all...] |
_slist.c | 73 _Node_base* __n1 = this->_M_head._M_data._M_next; 75 while (__n1 && __n2) { 76 __STATIC_CAST(_Node*, __n1)->_M_data = __STATIC_CAST(const _Node*, __n2)->_M_data; 77 __p1 = __n1; 78 __n1 = __n1->_M_next;
|
_string.h | 824 _Self& replace(size_type __pos1, size_type __n1, const _Self& __s, 830 const size_type __len1 = (min) (__n1, __size1 - __pos1); 838 _Self& replace(size_type __pos, size_type __n1, 844 const size_type __len = (min) (__n1, __size - __pos); 851 _Self& replace(size_type __pos, size_type __n1, const _CharT* __s) { 853 return replace(__pos, __n1, __s, _Traits::length(__s)); 856 _Self& replace(size_type __pos, size_type __n1, 861 const size_type __len = (min) (__n1, __size - __pos); 1073 const ptrdiff_t __n1 = __l1 - __f1; local [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_string_sum.h | 170 _BString& replace(size_type __pos1, size_type __n1, const _BString& __s, size_type __pos2, size_type __n2) 171 {return _M_get_storage().replace(__pos1, __n1, __s, __pos2, __n2);} 172 _BString& replace(size_type __pos, size_type __n1, const _CharT* __s, size_type __n2) 173 {return _M_get_storage().replace(__pos, __n1, __s, __n2);} 174 _BString& replace(size_type __pos, size_type __n1, const _CharT* __s) 175 {return _M_get_storage().replace(__pos, __n1, __s);} 176 _BString& replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c) 177 {return _M_get_storage().replace(__pos, __n1, __n2, __c);} 241 int compare(size_type __pos1, size_type __n1, const _Self& __s) const 242 { return _M_get_storage().compare(__pos1, __n1, __s); [all...] |
_slist.c | 73 _Node_base* __n1 = this->_M_head._M_data._M_next; 75 while (__n1 && __n2) { 76 __STATIC_CAST(_Node*, __n1)->_M_data = __STATIC_CAST(const _Node*, __n2)->_M_data; 77 __p1 = __n1; 78 __n1 = __n1->_M_next;
|
_string.h | 824 _Self& replace(size_type __pos1, size_type __n1, const _Self& __s, 830 const size_type __len1 = (min) (__n1, __size1 - __pos1); 838 _Self& replace(size_type __pos, size_type __n1, 844 const size_type __len = (min) (__n1, __size - __pos); 851 _Self& replace(size_type __pos, size_type __n1, const _CharT* __s) { 853 return replace(__pos, __n1, __s, _Traits::length(__s)); 856 _Self& replace(size_type __pos, size_type __n1, 861 const size_type __len = (min) (__n1, __size - __pos); 1073 const ptrdiff_t __n1 = __l1 - __f1; local [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_string_sum.h | 170 _BString& replace(size_type __pos1, size_type __n1, const _BString& __s, size_type __pos2, size_type __n2) 171 {return _M_get_storage().replace(__pos1, __n1, __s, __pos2, __n2);} 172 _BString& replace(size_type __pos, size_type __n1, const _CharT* __s, size_type __n2) 173 {return _M_get_storage().replace(__pos, __n1, __s, __n2);} 174 _BString& replace(size_type __pos, size_type __n1, const _CharT* __s) 175 {return _M_get_storage().replace(__pos, __n1, __s);} 176 _BString& replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c) 177 {return _M_get_storage().replace(__pos, __n1, __n2, __c);} 241 int compare(size_type __pos1, size_type __n1, const _Self& __s) const 242 { return _M_get_storage().compare(__pos1, __n1, __s); [all...] |
_slist.c | 73 _Node_base* __n1 = this->_M_head._M_data._M_next; 75 while (__n1 && __n2) { 76 __STATIC_CAST(_Node*, __n1)->_M_data = __STATIC_CAST(const _Node*, __n2)->_M_data; 77 __p1 = __n1; 78 __n1 = __n1->_M_next;
|
_string.h | 824 _Self& replace(size_type __pos1, size_type __n1, const _Self& __s, 830 const size_type __len1 = (min) (__n1, __size1 - __pos1); 838 _Self& replace(size_type __pos, size_type __n1, 844 const size_type __len = (min) (__n1, __size - __pos); 851 _Self& replace(size_type __pos, size_type __n1, const _CharT* __s) { 853 return replace(__pos, __n1, __s, _Traits::length(__s)); 856 _Self& replace(size_type __pos, size_type __n1, 861 const size_type __len = (min) (__n1, __size - __pos); 1073 const ptrdiff_t __n1 = __l1 - __f1; local [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
basic_string.tcc | 392 replace(size_type __pos, size_type __n1, const _CharT* __s, 397 __n1 = _M_limit(__pos, __n1); 398 _M_check_length(__n1, __n2, "basic_string::replace"); 401 return _M_replace_safe(__pos, __n1, __s, __n2); 403 || _M_data() + __pos + __n1 <= __s) 407 __left ? __off : (__off += __n2 - __n1); 408 _M_mutate(__pos, __n1, __n2); 416 return _M_replace_safe(__pos, __n1, __tmp._M_data(), __n2); 637 const size_type __n1 = __i2 - __i1 [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
basic_string.tcc | 392 replace(size_type __pos, size_type __n1, const _CharT* __s, 397 __n1 = _M_limit(__pos, __n1); 398 _M_check_length(__n1, __n2, "basic_string::replace"); 401 return _M_replace_safe(__pos, __n1, __s, __n2); 403 || _M_data() + __pos + __n1 <= __s) 407 __left ? __off : (__off += __n2 - __n1); 408 _M_mutate(__pos, __n1, __n2); 416 return _M_replace_safe(__pos, __n1, __tmp._M_data(), __n2); 637 const size_type __n1 = __i2 - __i1 [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
basic_string.tcc | 392 replace(size_type __pos, size_type __n1, const _CharT* __s, 397 __n1 = _M_limit(__pos, __n1); 398 _M_check_length(__n1, __n2, "basic_string::replace"); 401 return _M_replace_safe(__pos, __n1, __s, __n2); 403 || _M_data() + __pos + __n1 <= __s) 407 __left ? __off : (__off += __n2 - __n1); 408 _M_mutate(__pos, __n1, __n2); 416 return _M_replace_safe(__pos, __n1, __tmp._M_data(), __n2); 637 const size_type __n1 = __i2 - __i1 [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
vstring.tcc | 87 const size_type __n1 = __i2 - __i1; 88 return _M_replace(__i1 - _M_ibegin(), __n1, __s._M_data(), 96 _M_replace_aux(size_type __pos1, size_type __n1, size_type __n2, 99 _M_check_length(__n1, __n2, "__versa_string::_M_replace_aux"); 102 const size_type __new_size = __old_size + __n2 - __n1; 108 const size_type __how_much = __old_size - __pos1 - __n1; 109 if (__how_much && __n1 != __n2) 110 this->_S_move(__p + __n2, __p + __n1, __how_much); 113 this->_M_mutate(__pos1, __n1, 0, __n2); 475 compare(size_type __pos1, size_type __n1, const __versa_string& __str [all...] |
slist | 732 _Node* __n1 = (_Node*) this->_M_head._M_next; 734 while (__n1 && __n2) 736 __n1->_M_data = __n2->_M_data; 737 __p1 = __n1; 738 __n1 = (_Node*) __n1->_M_next; 892 _Node_base* __n1 = &this->_M_head; 893 while (__n1->_M_next && __x._M_head._M_next) 896 < ((_Node*) __n1->_M_next)->_M_data) 897 __slist_splice_after(__n1, &__x._M_head, __x._M_head._M_next) [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
vstring.tcc | 87 const size_type __n1 = __i2 - __i1; 88 return _M_replace(__i1 - _M_ibegin(), __n1, __s._M_data(), 96 _M_replace_aux(size_type __pos1, size_type __n1, size_type __n2, 99 _M_check_length(__n1, __n2, "__versa_string::_M_replace_aux"); 102 const size_type __new_size = __old_size + __n2 - __n1; 108 const size_type __how_much = __old_size - __pos1 - __n1; 109 if (__how_much && __n1 != __n2) 110 this->_S_move(__p + __n2, __p + __n1, __how_much); 113 this->_M_mutate(__pos1, __n1, 0, __n2); 475 compare(size_type __pos1, size_type __n1, const __versa_string& __str [all...] |
slist | 732 _Node* __n1 = (_Node*) this->_M_head._M_next; 734 while (__n1 && __n2) 736 __n1->_M_data = __n2->_M_data; 737 __p1 = __n1; 738 __n1 = (_Node*) __n1->_M_next; 892 _Node_base* __n1 = &this->_M_head; 893 while (__n1->_M_next && __x._M_head._M_next) 896 < ((_Node*) __n1->_M_next)->_M_data) 897 __slist_splice_after(__n1, &__x._M_head, __x._M_head._M_next) [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
vstring.tcc | 87 const size_type __n1 = __i2 - __i1; 88 return _M_replace(__i1 - _M_ibegin(), __n1, __s._M_data(), 96 _M_replace_aux(size_type __pos1, size_type __n1, size_type __n2, 99 _M_check_length(__n1, __n2, "__versa_string::_M_replace_aux"); 102 const size_type __new_size = __old_size + __n2 - __n1; 108 const size_type __how_much = __old_size - __pos1 - __n1; 109 if (__how_much && __n1 != __n2) 110 this->_S_move(__p + __n2, __p + __n1, __how_much); 113 this->_M_mutate(__pos1, __n1, 0, __n2); 475 compare(size_type __pos1, size_type __n1, const __versa_string& __str [all...] |
slist | 732 _Node* __n1 = (_Node*) this->_M_head._M_next; 734 while (__n1 && __n2) 736 __n1->_M_data = __n2->_M_data; 737 __p1 = __n1; 738 __n1 = (_Node*) __n1->_M_next; 892 _Node_base* __n1 = &this->_M_head; 893 while (__n1->_M_next && __x._M_head._M_next) 896 < ((_Node*) __n1->_M_next)->_M_data) 897 __slist_splice_after(__n1, &__x._M_head, __x._M_head._M_next) [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/ |
string | 514 replace(size_type __pos1, size_type __n1, const basic_string& __str) 516 _Base::replace(__pos1, __n1, __str); 522 replace(size_type __pos1, size_type __n1, const basic_string& __str, 525 _Base::replace(__pos1, __n1, __str, __pos2, __n2); 531 replace(size_type __pos, size_type __n1, const _CharT* __s, 535 _Base::replace(__pos, __n1, __s, __n2); 541 replace(size_type __pos, size_type __n1, const _CharT* __s) 544 _Base::replace(__pos, __n1, __s); 550 replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c) 552 _Base::replace(__pos, __n1, __n2, __c) [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/debug/ |
string | 514 replace(size_type __pos1, size_type __n1, const basic_string& __str) 516 _Base::replace(__pos1, __n1, __str); 522 replace(size_type __pos1, size_type __n1, const basic_string& __str, 525 _Base::replace(__pos1, __n1, __str, __pos2, __n2); 531 replace(size_type __pos, size_type __n1, const _CharT* __s, 535 _Base::replace(__pos, __n1, __s, __n2); 541 replace(size_type __pos, size_type __n1, const _CharT* __s) 544 _Base::replace(__pos, __n1, __s); 550 replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c) 552 _Base::replace(__pos, __n1, __n2, __c) [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/debug/ |
string | 514 replace(size_type __pos1, size_type __n1, const basic_string& __str) 516 _Base::replace(__pos1, __n1, __str); 522 replace(size_type __pos1, size_type __n1, const basic_string& __str, 525 _Base::replace(__pos1, __n1, __str, __pos2, __n2); 531 replace(size_type __pos, size_type __n1, const _CharT* __s, 535 _Base::replace(__pos, __n1, __s, __n2); 541 replace(size_type __pos, size_type __n1, const _CharT* __s) 544 _Base::replace(__pos, __n1, __s); 550 replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c) 552 _Base::replace(__pos, __n1, __n2, __c) [all...] |