/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
hashtable.h | 762 _Node* __p1 = __p->_M_next; local 763 for (; __p1; __p1 = __p1->_M_next) 764 if (!this->_M_compare(__k, __code, __p1)) 768 iterator __last(__p1, __head); 769 if (!__p1) 800 _Node* __p1 = __p->_M_next; local 801 for (; __p1; __p1 = __p1->_M_next [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
hashtable.h | 762 _Node* __p1 = __p->_M_next; local 763 for (; __p1; __p1 = __p1->_M_next) 764 if (!this->_M_compare(__k, __code, __p1)) 768 iterator __last(__p1, __head); 769 if (!__p1) 800 _Node* __p1 = __p->_M_next; local 801 for (; __p1; __p1 = __p1->_M_next [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
hashtable.h | 829 _Node* __p1 = __p->_M_next; local 830 for (; __p1; __p1 = __p1->_M_next) 831 if (!this->_M_compare(__k, __code, __p1)) 835 iterator __last(__p1, __head); 836 if (!__p1) 867 _Node* __p1 = __p->_M_next; local 868 for (; __p1; __p1 = __p1->_M_next [all...] |
atomic_2.h | 614 compare_exchange_strong(__pointer_type& __p1, __pointer_type __p2, 621 __pointer_type __p1o = __p1; 625 __p1 = __p1n; 630 compare_exchange_strong(__pointer_type& __p1, __pointer_type __p2, 637 __pointer_type __p1o = __p1; 641 __p1 = __p1n;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
hashtable.h | 762 _Node* __p1 = __p->_M_next; local 763 for (; __p1; __p1 = __p1->_M_next) 764 if (!this->_M_compare(__k, __code, __p1)) 768 iterator __last(__p1, __head); 769 if (!__p1) 800 _Node* __p1 = __p->_M_next; local 801 for (; __p1; __p1 = __p1->_M_next [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
hashtable.h | 762 _Node* __p1 = __p->_M_next; local 763 for (; __p1; __p1 = __p1->_M_next) 764 if (!this->_M_compare(__k, __code, __p1)) 768 iterator __last(__p1, __head); 769 if (!__p1) 800 _Node* __p1 = __p->_M_next; local 801 for (; __p1; __p1 = __p1->_M_next [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/ |
hashtable.h | 762 _Node* __p1 = __p->_M_next; local 763 for (; __p1; __p1 = __p1->_M_next) 764 if (!this->_M_compare(__k, __code, __p1)) 768 iterator __last(__p1, __head); 769 if (!__p1) 800 _Node* __p1 = __p->_M_next; local 801 for (; __p1; __p1 = __p1->_M_next [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
atomic_2.h | 614 compare_exchange_strong(__pointer_type& __p1, __pointer_type __p2, 621 __pointer_type __p1o = __p1; 625 __p1 = __p1n; 630 compare_exchange_strong(__pointer_type& __p1, __pointer_type __p2, 637 __pointer_type __p1o = __p1; 641 __p1 = __p1n;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
atomic_2.h | 614 compare_exchange_strong(__pointer_type& __p1, __pointer_type __p2, 621 __pointer_type __p1o = __p1; 625 __p1 = __p1n; 630 compare_exchange_strong(__pointer_type& __p1, __pointer_type __p2, 637 __pointer_type __p1o = __p1; 641 __p1 = __p1n;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
atomic_2.h | 614 compare_exchange_strong(__pointer_type& __p1, __pointer_type __p2, 621 __pointer_type __p1o = __p1; 625 __p1 = __p1n; 630 compare_exchange_strong(__pointer_type& __p1, __pointer_type __p2, 637 __pointer_type __p1o = __p1; 641 __p1 = __p1n;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
random.h | [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
random | 430 operator==(const param_type& __p1, const param_type& __p2) 431 { return (__p1._M_alpha == __p2._M_alpha 432 && __p1._M_beta == __p2._M_beta); } 703 operator==(const param_type& __p1, const param_type& __p2) 704 { return __p1._M_mean == __p2._M_mean && __p1._M_t == __p2._M_t; } 960 operator==(const param_type& __p1, const param_type& __p2) 961 { return __p1._M_nu == __p2._M_nu 962 && __p1._M_sigma == __p2._M_sigma; } [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/ |
multiseq_selection.h | 64 operator()(const std::pair<_T1, _T2>& __p1, 67 if (_M_comp(__p1.first, __p2.first)) 70 if (_M_comp(__p2.first, __p1.first)) 74 return __p1.second < __p2.second; 89 operator()(const std::pair<_T1, _T2>& __p1, 92 if (_M_comp(__p2.first, __p1.first)) 95 if (_M_comp(__p1.first, __p2.first)) 99 return __p2.second < __p1.second;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/ |
hashtable | 850 _Node* __p1 = __p->_M_next; 851 for (; __p1; __p1 = __p1->_M_next) 852 if (!this->_M_compare(__k, __code, __p1)) 856 iterator __last(__p1, __head); 857 if (!__p1) 888 _Node* __p1 = __p->_M_next; 889 for (; __p1; __p1 = __p1->_M_next [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
hashtable | 850 _Node* __p1 = __p->_M_next; 851 for (; __p1; __p1 = __p1->_M_next) 852 if (!this->_M_compare(__k, __code, __p1)) 856 iterator __last(__p1, __head); 857 if (!__p1) 888 _Node* __p1 = __p->_M_next; 889 for (; __p1; __p1 = __p1->_M_next [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
hashtable | 850 _Node* __p1 = __p->_M_next; 851 for (; __p1; __p1 = __p1->_M_next) 852 if (!this->_M_compare(__k, __code, __p1)) 856 iterator __last(__p1, __head); 857 if (!__p1) 888 _Node* __p1 = __p->_M_next; 889 for (; __p1; __p1 = __p1->_M_next [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
hashtable | 850 _Node* __p1 = __p->_M_next; 851 for (; __p1; __p1 = __p1->_M_next) 852 if (!this->_M_compare(__k, __code, __p1)) 856 iterator __last(__p1, __head); 857 if (!__p1) 888 _Node* __p1 = __p->_M_next; 889 for (; __p1; __p1 = __p1->_M_next [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/ |
hashtable | 842 _Node* __p1 = __p->_M_next; 843 for (; __p1; __p1 = __p1->_M_next) 844 if (!this->_M_compare(__k, __code, __p1)) 848 iterator __last(__p1, __head); 849 if (!__p1) 880 _Node* __p1 = __p->_M_next; 881 for (; __p1; __p1 = __p1->_M_next [all...] |
/external/stlport/stlport/stl/ |
_algobase.c | 237 _ForwardIter2 __p1(__first2); 239 if ( ++__p1 == __last2 ) { 255 _ForwardIter2 __p = __p1;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_algobase.c | 237 _ForwardIter2 __p1(__first2); 239 if ( ++__p1 == __last2 ) { 255 _ForwardIter2 __p = __p1;
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_algobase.c | 237 _ForwardIter2 __p1(__first2); 239 if ( ++__p1 == __last2 ) { 255 _ForwardIter2 __p = __p1;
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_algobase.c | 237 _ForwardIter2 __p1(__first2); 239 if ( ++__p1 == __last2 ) { 255 _ForwardIter2 __p = __p1;
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_algobase.c | 237 _ForwardIter2 __p1(__first2); 239 if ( ++__p1 == __last2 ) { 255 _ForwardIter2 __p = __p1;
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_algobase.c | 237 _ForwardIter2 __p1(__first2); 239 if ( ++__p1 == __last2 ) { 255 _ForwardIter2 __p = __p1;
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_algobase.c | 237 _ForwardIter2 __p1(__first2); 239 if ( ++__p1 == __last2 ) { 255 _ForwardIter2 __p = __p1;
|