/external/stlport/stlport/stl/ |
_threads.c | 61 unsigned _STLP_mutex_spin<__inst>::__last = 0; member in class:__inst 122 unsigned __my_last_spins = _STLP_mutex_spin<0>::__last; 136 _STLP_mutex_spin<0>::__last = __i; member in class:_STLP_mutex_spin
|
_uninitialized.h | 52 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last, 56 for ( ; __first != __last; ++__first, ++__cur) 65 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last, 67 { return __ucopy(__first, __last, __result, __d); } 71 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last, 73 { return __ucopy(__first, __last, __result, __d); } 76 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last, 78 { return __ucopy(__first, __last, __result, __d); } 82 inline _OutputIter __ucopy(_RandomAccessIter __first, _RandomAccessIter __last, 86 for (_Distance __n = __last - __first; __n > 0; --__n) 194 _RandomAccessIter __last = __first + __count; local 314 _ForwardIter __last = __first + __n; local [all...] |
_list.c | 49 _List_node_base* __first, _List_node_base* __last) { 50 if (__position != __last) { 52 __last->_M_prev->_M_next = __position; 53 __first->_M_prev->_M_next = __last; 58 __position->_M_prev = __last->_M_prev; 59 __last->_M_prev = __first->_M_prev; 142 _Literator __last = __that.end(); local 143 while (__first != __last) { 155 _Literator __last = __that.end(); local 156 if (__first == __last) return [all...] |
_algobase.h | 184 inline _OutputIter __copy(_InputIter __first, _InputIter __last, 186 for ( ; __first != __last; ++__result, ++__first) 193 inline _OutputIter __copy(_InputIter __first, _InputIter __last, 195 for ( ; __first != __last; ++__result, ++__first) 201 inline _OutputIter __copy(_InputIter __first, _InputIter __last, 203 for ( ; __first != __last; ++__result, ++__first) 211 __copy(_RandomAccessIter __first, _RandomAccessIter __last, 213 for (_Distance __n = __last - __first; __n > 0; --__n) { 222 __copy_trivial(const void* __first, const void* __last, void* __result) { 223 size_t __n = (const char*)__last - (const char*)__first 391 _RAIter __last = __first + __count; local [all...] |
_hashtable.c | 72 const size_t* __last = __first + __size; local 73 const size_t* pos = __lower_bound(__first, __last, __n, 75 return (pos == __last ? *(__last - 1) : *pos); 83 const size_t* __last = __begin + __size; local 84 __pos = __lower_bound(__begin, __last, __n, 87 if (__pos== __last) 202 _ElemsIte __last(_M_buckets[__n + 1]); 204 if (__cur != __last) { 205 for (; __cur != __last; ++__cur) [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_threads.c | 61 unsigned _STLP_mutex_spin<__inst>::__last = 0; member in class:__inst 122 unsigned __my_last_spins = _STLP_mutex_spin<0>::__last; 136 _STLP_mutex_spin<0>::__last = __i; member in class:_STLP_mutex_spin
|
_uninitialized.h | 52 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last, 56 for ( ; __first != __last; ++__first, ++__cur) 65 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last, 67 { return __ucopy(__first, __last, __result, __d); } 71 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last, 73 { return __ucopy(__first, __last, __result, __d); } 76 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last, 78 { return __ucopy(__first, __last, __result, __d); } 82 inline _OutputIter __ucopy(_RandomAccessIter __first, _RandomAccessIter __last, 86 for (_Distance __n = __last - __first; __n > 0; --__n) 194 _RandomAccessIter __last = __first + __count; local 314 _ForwardIter __last = __first + __n; local [all...] |
_list.c | 49 _List_node_base* __first, _List_node_base* __last) { 50 if (__position != __last) { 52 __last->_M_prev->_M_next = __position; 53 __first->_M_prev->_M_next = __last; 58 __position->_M_prev = __last->_M_prev; 59 __last->_M_prev = __first->_M_prev; 142 _Literator __last = __that.end(); local 143 while (__first != __last) { 155 _Literator __last = __that.end(); local 156 if (__first == __last) return [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_threads.c | 61 unsigned _STLP_mutex_spin<__inst>::__last = 0; member in class:__inst 122 unsigned __my_last_spins = _STLP_mutex_spin<0>::__last; 136 _STLP_mutex_spin<0>::__last = __i; member in class:_STLP_mutex_spin
|
_uninitialized.h | 52 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last, 56 for ( ; __first != __last; ++__first, ++__cur) 65 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last, 67 { return __ucopy(__first, __last, __result, __d); } 71 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last, 73 { return __ucopy(__first, __last, __result, __d); } 76 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last, 78 { return __ucopy(__first, __last, __result, __d); } 82 inline _OutputIter __ucopy(_RandomAccessIter __first, _RandomAccessIter __last, 86 for (_Distance __n = __last - __first; __n > 0; --__n) 194 _RandomAccessIter __last = __first + __count; local 314 _ForwardIter __last = __first + __n; local [all...] |
_list.c | 49 _List_node_base* __first, _List_node_base* __last) { 50 if (__position != __last) { 52 __last->_M_prev->_M_next = __position; 53 __first->_M_prev->_M_next = __last; 58 __position->_M_prev = __last->_M_prev; 59 __last->_M_prev = __first->_M_prev; 142 _Literator __last = __that.end(); local 143 while (__first != __last) { 155 _Literator __last = __that.end(); local 156 if (__first == __last) return [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_threads.c | 61 unsigned _STLP_mutex_spin<__inst>::__last = 0; member in class:__inst 122 unsigned __my_last_spins = _STLP_mutex_spin<0>::__last; 136 _STLP_mutex_spin<0>::__last = __i; member in class:_STLP_mutex_spin
|
_uninitialized.h | 52 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last, 56 for ( ; __first != __last; ++__first, ++__cur) 65 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last, 67 { return __ucopy(__first, __last, __result, __d); } 71 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last, 73 { return __ucopy(__first, __last, __result, __d); } 76 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last, 78 { return __ucopy(__first, __last, __result, __d); } 82 inline _OutputIter __ucopy(_RandomAccessIter __first, _RandomAccessIter __last, 86 for (_Distance __n = __last - __first; __n > 0; --__n) 194 _RandomAccessIter __last = __first + __count; local 314 _ForwardIter __last = __first + __n; local [all...] |
_list.c | 49 _List_node_base* __first, _List_node_base* __last) { 50 if (__position != __last) { 52 __last->_M_prev->_M_next = __position; 53 __first->_M_prev->_M_next = __last; 58 __position->_M_prev = __last->_M_prev; 59 __last->_M_prev = __first->_M_prev; 142 _Literator __last = __that.end(); local 143 while (__first != __last) { 155 _Literator __last = __that.end(); local 156 if (__first == __last) return [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_threads.c | 61 unsigned _STLP_mutex_spin<__inst>::__last = 0; member in class:__inst 122 unsigned __my_last_spins = _STLP_mutex_spin<0>::__last; 136 _STLP_mutex_spin<0>::__last = __i; member in class:_STLP_mutex_spin
|
_uninitialized.h | 52 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last, 56 for ( ; __first != __last; ++__first, ++__cur) 65 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last, 67 { return __ucopy(__first, __last, __result, __d); } 71 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last, 73 { return __ucopy(__first, __last, __result, __d); } 76 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last, 78 { return __ucopy(__first, __last, __result, __d); } 82 inline _OutputIter __ucopy(_RandomAccessIter __first, _RandomAccessIter __last, 86 for (_Distance __n = __last - __first; __n > 0; --__n) 194 _RandomAccessIter __last = __first + __count; local 314 _ForwardIter __last = __first + __n; local [all...] |
_list.c | 49 _List_node_base* __first, _List_node_base* __last) { 50 if (__position != __last) { 52 __last->_M_prev->_M_next = __position; 53 __first->_M_prev->_M_next = __last; 58 __position->_M_prev = __last->_M_prev; 59 __last->_M_prev = __first->_M_prev; 142 _Literator __last = __that.end(); local 143 while (__first != __last) { 155 _Literator __last = __that.end(); local 156 if (__first == __last) return [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_threads.c | 61 unsigned _STLP_mutex_spin<__inst>::__last = 0; member in class:__inst 122 unsigned __my_last_spins = _STLP_mutex_spin<0>::__last; 136 _STLP_mutex_spin<0>::__last = __i; member in class:_STLP_mutex_spin
|
_uninitialized.h | 52 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last, 56 for ( ; __first != __last; ++__first, ++__cur) 65 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last, 67 { return __ucopy(__first, __last, __result, __d); } 71 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last, 73 { return __ucopy(__first, __last, __result, __d); } 76 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last, 78 { return __ucopy(__first, __last, __result, __d); } 82 inline _OutputIter __ucopy(_RandomAccessIter __first, _RandomAccessIter __last, 86 for (_Distance __n = __last - __first; __n > 0; --__n) 194 _RandomAccessIter __last = __first + __count; local 314 _ForwardIter __last = __first + __n; local [all...] |
_list.c | 49 _List_node_base* __first, _List_node_base* __last) { 50 if (__position != __last) { 52 __last->_M_prev->_M_next = __position; 53 __first->_M_prev->_M_next = __last; 58 __position->_M_prev = __last->_M_prev; 59 __last->_M_prev = __first->_M_prev; 142 _Literator __last = __that.end(); local 143 while (__first != __last) { 155 _Literator __last = __that.end(); local 156 if (__first == __last) return [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_threads.c | 61 unsigned _STLP_mutex_spin<__inst>::__last = 0; member in class:__inst 122 unsigned __my_last_spins = _STLP_mutex_spin<0>::__last; 136 _STLP_mutex_spin<0>::__last = __i; member in class:_STLP_mutex_spin
|
_uninitialized.h | 52 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last, 56 for ( ; __first != __last; ++__first, ++__cur) 65 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last, 67 { return __ucopy(__first, __last, __result, __d); } 71 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last, 73 { return __ucopy(__first, __last, __result, __d); } 76 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last, 78 { return __ucopy(__first, __last, __result, __d); } 82 inline _OutputIter __ucopy(_RandomAccessIter __first, _RandomAccessIter __last, 86 for (_Distance __n = __last - __first; __n > 0; --__n) 194 _RandomAccessIter __last = __first + __count; local 314 _ForwardIter __last = __first + __n; local [all...] |
_list.c | 49 _List_node_base* __first, _List_node_base* __last) { 50 if (__position != __last) { 52 __last->_M_prev->_M_next = __position; 53 __first->_M_prev->_M_next = __last; 58 __position->_M_prev = __last->_M_prev; 59 __last->_M_prev = __first->_M_prev; 142 _Literator __last = __that.end(); local 143 while (__first != __last) { 155 _Literator __last = __that.end(); local 156 if (__first == __last) return [all...] |
/external/stlport/stlport/stl/debug/ |
_list.h | 85 void _Invalidate_iterators(const iterator& __first, const iterator& __last) 86 { _STLP_PRIV __invalidate_range(&_M_iter_list, __first, __last); } 121 list(_InputIterator __first, _InputIterator __last, 123 : _ConstructCheck(__first, __last), 124 _M_non_dbg_impl(_STLP_PRIV _Non_Dbg_iter(__first), _STLP_PRIV _Non_Dbg_iter(__last), __a), 128 list(_InputIterator __first, _InputIterator __last) 129 : _ConstructCheck(__first, __last), 130 _M_non_dbg_impl(_STLP_PRIV _Non_Dbg_iter(__first), _STLP_PRIV _Non_Dbg_iter(__last)), 135 list(const value_type* __first, const value_type* __last, 137 : _ConstructCheck(__first, __last), 340 _Base_iterator __first = _M_non_dbg_impl.begin(), __last = _M_non_dbg_impl.end(); local 416 _Base_iterator __first = _M_non_dbg_impl.begin(), __last = _M_non_dbg_impl.end(); local 436 _Base_iterator __first = _M_non_dbg_impl.begin(), __last = _M_non_dbg_impl.end(); local 450 _Base_iterator __first = _M_non_dbg_impl.begin(), __last = _M_non_dbg_impl.end(); local [all...] |
_slist.h | 101 void _Invalidate_iterators(const iterator& __first, const iterator& __last) 102 { _STLP_PRIV __invalidate_range(&_M_iter_list, __first, __last); } 138 slist(_InputIterator __first, _InputIterator __last, 140 : _ConstructCheck(__first, __last), 141 _M_non_dbg_impl(_STLP_PRIV _Non_Dbg_iter(__first), _STLP_PRIV _Non_Dbg_iter(__last), __a), 145 slist(_InputIterator __first, _InputIterator __last) 146 : _ConstructCheck(__first, __last), 147 _M_non_dbg_impl(_STLP_PRIV _Non_Dbg_iter(__first), _STLP_PRIV _Non_Dbg_iter(__last)), 152 slist(const value_type* __first, const value_type* __last, 154 : _ConstructCheck(__first, __last), 443 iterator __last = __before_last; ++__last; local 503 _Base_iterator __first = _M_non_dbg_impl.begin(), __last = _M_non_dbg_impl.end(); local 515 _Base_iterator __first = _M_non_dbg_impl.begin(), __last = _M_non_dbg_impl.end(); local 552 _Base_iterator __first = _M_non_dbg_impl.begin(), __last = _M_non_dbg_impl.end(); local 566 _Base_iterator __first = _M_non_dbg_impl.begin(), __last = _M_non_dbg_impl.end(); local [all...] |