/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_algo.h | 59 for_each(_InputIter __first, _InputIter __last, _Function __f) { 60 for ( ; __first != __last; ++__first) 61 __f(*__first); 68 count_if(_InputIter __first, _InputIter __last, _Predicate __pred) { 69 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__first, __last)) 71 for ( ; __first != __last; ++__first) { 72 if (__pred(*__first)) 82 adjacent_find(_ForwardIter __first, _ForwardIter __last [all...] |
_heap.h | 39 push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last); 44 push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, 49 __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex, 54 __pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, 57 *__result = *__first; 58 __adjust_heap(__first, _Distance(0), _Distance(__last - __first), __val); 62 void pop_heap(_RandomAccessIterator __first, 68 __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex, 74 __pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last [all...] |
_uninitialized.h | 52 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last, 56 for ( ; __first != __last; ++__first, ++__cur) 57 _Param_Construct(&*__cur, *__first); 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); [all...] |
_algobase.c | 112 _STLP_INLINE_LOOP _RandomAccessIter __find(_RandomAccessIter __first, _RandomAccessIter __last, 115 _STLP_DIFFERENCE_TYPE(_RandomAccessIter) __trip_count = (__last - __first) >> 2; 118 if (*__first == __val) return __first; 119 ++__first; 121 if (*__first == __val) return __first; 122 ++__first; 124 if (*__first == __val) return __first; [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_algo.h | 59 for_each(_InputIter __first, _InputIter __last, _Function __f) { 60 for ( ; __first != __last; ++__first) 61 __f(*__first); 68 count_if(_InputIter __first, _InputIter __last, _Predicate __pred) { 69 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__first, __last)) 71 for ( ; __first != __last; ++__first) { 72 if (__pred(*__first)) 82 adjacent_find(_ForwardIter __first, _ForwardIter __last [all...] |
_heap.h | 39 push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last); 44 push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, 49 __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex, 54 __pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, 57 *__result = *__first; 58 __adjust_heap(__first, _Distance(0), _Distance(__last - __first), __val); 62 void pop_heap(_RandomAccessIterator __first, 68 __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex, 74 __pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last [all...] |
_uninitialized.h | 52 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last, 56 for ( ; __first != __last; ++__first, ++__cur) 57 _Param_Construct(&*__cur, *__first); 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); [all...] |
_algobase.c | 112 _STLP_INLINE_LOOP _RandomAccessIter __find(_RandomAccessIter __first, _RandomAccessIter __last, 115 _STLP_DIFFERENCE_TYPE(_RandomAccessIter) __trip_count = (__last - __first) >> 2; 118 if (*__first == __val) return __first; 119 ++__first; 121 if (*__first == __val) return __first; 122 ++__first; 124 if (*__first == __val) return __first; [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_algo.h | 59 for_each(_InputIter __first, _InputIter __last, _Function __f) { 60 for ( ; __first != __last; ++__first) 61 __f(*__first); 68 count_if(_InputIter __first, _InputIter __last, _Predicate __pred) { 69 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__first, __last)) 71 for ( ; __first != __last; ++__first) { 72 if (__pred(*__first)) 82 adjacent_find(_ForwardIter __first, _ForwardIter __last [all...] |
_heap.h | 39 push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last); 44 push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, 49 __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex, 54 __pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, 57 *__result = *__first; 58 __adjust_heap(__first, _Distance(0), _Distance(__last - __first), __val); 62 void pop_heap(_RandomAccessIterator __first, 68 __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex, 74 __pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last [all...] |
_uninitialized.h | 52 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last, 56 for ( ; __first != __last; ++__first, ++__cur) 57 _Param_Construct(&*__cur, *__first); 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); [all...] |
_algobase.c | 112 _STLP_INLINE_LOOP _RandomAccessIter __find(_RandomAccessIter __first, _RandomAccessIter __last, 115 _STLP_DIFFERENCE_TYPE(_RandomAccessIter) __trip_count = (__last - __first) >> 2; 118 if (*__first == __val) return __first; 119 ++__first; 121 if (*__first == __val) return __first; 122 ++__first; 124 if (*__first == __val) return __first; [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_algo.h | 59 for_each(_InputIter __first, _InputIter __last, _Function __f) { 60 for ( ; __first != __last; ++__first) 61 __f(*__first); 68 count_if(_InputIter __first, _InputIter __last, _Predicate __pred) { 69 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__first, __last)) 71 for ( ; __first != __last; ++__first) { 72 if (__pred(*__first)) 82 adjacent_find(_ForwardIter __first, _ForwardIter __last [all...] |
_heap.h | 39 push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last); 44 push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, 49 __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex, 54 __pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, 57 *__result = *__first; 58 __adjust_heap(__first, _Distance(0), _Distance(__last - __first), __val); 62 void pop_heap(_RandomAccessIterator __first, 68 __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex, 74 __pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last [all...] |
_uninitialized.h | 52 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last, 56 for ( ; __first != __last; ++__first, ++__cur) 57 _Param_Construct(&*__cur, *__first); 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); [all...] |
/external/stlport/stlport/stl/ |
_heap.h | 39 push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last); 44 push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, 49 __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex, 54 __pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, 57 *__result = *__first; 58 __adjust_heap(__first, _Distance(0), _Distance(__last - __first), __val); 62 void pop_heap(_RandomAccessIterator __first, 68 __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex, 74 __pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last [all...] |
_uninitialized.h | 52 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last, 56 for ( ; __first != __last; ++__first, ++__cur) 57 _Param_Construct(&*__cur, *__first); 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); [all...] |
_algobase.c | 112 _STLP_INLINE_LOOP _RandomAccessIter __find(_RandomAccessIter __first, _RandomAccessIter __last, 115 _STLP_DIFFERENCE_TYPE(_RandomAccessIter) __trip_count = (__last - __first) >> 2; 118 if (*__first == __val) return __first; 119 ++__first; 121 if (*__first == __val) return __first; 122 ++__first; 124 if (*__first == __val) return __first; [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_heap.h | 39 push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last); 44 push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, 49 __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex, 54 __pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, 57 *__result = *__first; 58 __adjust_heap(__first, _Distance(0), _Distance(__last - __first), __val); 62 void pop_heap(_RandomAccessIterator __first, 68 __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex, 74 __pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last [all...] |
_uninitialized.h | 52 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last, 56 for ( ; __first != __last; ++__first, ++__cur) 57 _Param_Construct(&*__cur, *__first); 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); [all...] |
_algobase.c | 112 _STLP_INLINE_LOOP _RandomAccessIter __find(_RandomAccessIter __first, _RandomAccessIter __last, 115 _STLP_DIFFERENCE_TYPE(_RandomAccessIter) __trip_count = (__last - __first) >> 2; 118 if (*__first == __val) return __first; 119 ++__first; 121 if (*__first == __val) return __first; 122 ++__first; 124 if (*__first == __val) return __first; [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_heap.h | 39 push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last); 44 push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, 49 __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex, 54 __pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, 57 *__result = *__first; 58 __adjust_heap(__first, _Distance(0), _Distance(__last - __first), __val); 62 void pop_heap(_RandomAccessIterator __first, 68 __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex, 74 __pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last [all...] |
_uninitialized.h | 52 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last, 56 for ( ; __first != __last; ++__first, ++__cur) 57 _Param_Construct(&*__cur, *__first); 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); [all...] |
_algobase.c | 112 _STLP_INLINE_LOOP _RandomAccessIter __find(_RandomAccessIter __first, _RandomAccessIter __last, 115 _STLP_DIFFERENCE_TYPE(_RandomAccessIter) __trip_count = (__last - __first) >> 2; 118 if (*__first == __val) return __first; 119 ++__first; 121 if (*__first == __val) return __first; 122 ++__first; 124 if (*__first == __val) return __first; [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
stl_heap.h | 74 __is_heap_until(_RandomAccessIterator __first, _Distance __n, 80 if (__comp(__first + __parent, __first + __child)) 92 __is_heap(_RandomAccessIterator __first, _Distance __n) 94 return std::__is_heap_until(__first, __n, 101 __is_heap(_RandomAccessIterator __first, _Compare __comp, _Distance __n) 103 return std::__is_heap_until(__first, __n, 109 __is_heap(_RandomAccessIterator __first, _RandomAccessIterator __last) 110 { return std::__is_heap(__first, std::distance(__first, __last)); [all...] |