/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
_function.h | 135 template <class _Predicate> 137 : public unary_function<typename __UNARY_ARG(_Predicate, argument_type), bool> { 138 typedef unary_function<typename __UNARY_ARG(_Predicate, argument_type), bool> _Base; 144 _Predicate _M_pred; 146 explicit unary_negate(const _Predicate& __x) : _M_pred(__x) {} 152 template <class _Predicate> 153 inline unary_negate<_Predicate> 154 not1(const _Predicate& __pred) { 155 return unary_negate<_Predicate>(__pred); 158 template <class _Predicate> [all...] |
_algobase.c | 158 template <class _RandomAccessIter, class _Predicate> 160 _Predicate __pred, 202 template <class _InputIter, class _Predicate> 204 _Predicate __pred, 213 template <class _InputIter, class _Predicate> 215 _Predicate __pred) { 296 template <class _InputIter, class _ForwardIter, class _Tp2, class _Predicate> 299 _Tp2*, _Predicate __pred, 317 template <class _InputIter, class _ForwardIter, class _Tp2, class _Predicate> 320 _Tp2* /* __dummy */, _Predicate /* __pred */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/ |
algo.h | 174 template<typename _IIter, typename _Predicate> 176 find_if(_IIter __begin, _IIter __end, _Predicate __pred, 181 template<typename _IIter, typename _Predicate, typename _IteratorTag> 183 __find_if_switch(_IIter __begin, _IIter __end, _Predicate __pred, 188 template<typename _RAIter, typename _Predicate> 191 _Predicate __pred, random_access_iterator_tag) 202 template<typename _IIter, typename _Predicate> 204 find_if(_IIter __begin, _IIter __end, _Predicate __pred) 308 typename _Predicate> 311 _Predicate __pred, __gnu_parallel::sequential_tag [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/ |
algo.h | 174 template<typename _IIter, typename _Predicate> 176 find_if(_IIter __begin, _IIter __end, _Predicate __pred, 181 template<typename _IIter, typename _Predicate, typename _IteratorTag> 183 __find_if_switch(_IIter __begin, _IIter __end, _Predicate __pred, 188 template<typename _RAIter, typename _Predicate> 191 _Predicate __pred, random_access_iterator_tag) 202 template<typename _IIter, typename _Predicate> 204 find_if(_IIter __begin, _IIter __end, _Predicate __pred) 308 typename _Predicate> 311 _Predicate __pred, __gnu_parallel::sequential_tag [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/ |
algo.h | 174 template<typename _IIter, typename _Predicate> 176 find_if(_IIter __begin, _IIter __end, _Predicate __pred, 181 template<typename _IIter, typename _Predicate, typename _IteratorTag> 183 __find_if_switch(_IIter __begin, _IIter __end, _Predicate __pred, 188 template<typename _RAIter, typename _Predicate> 191 _Predicate __pred, random_access_iterator_tag) 202 template<typename _IIter, typename _Predicate> 204 find_if(_IIter __begin, _IIter __end, _Predicate __pred) 308 typename _Predicate> 311 _Predicate __pred, __gnu_parallel::sequential_tag [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/ |
algo.h | 176 template<typename _IIter, typename _Predicate> 178 find_if(_IIter __begin, _IIter __end, _Predicate __pred, 183 template<typename _IIter, typename _Predicate, typename _IteratorTag> 185 __find_if_switch(_IIter __begin, _IIter __end, _Predicate __pred, 190 template<typename _RAIter, typename _Predicate> 193 _Predicate __pred, random_access_iterator_tag) 204 template<typename _IIter, typename _Predicate> 206 find_if(_IIter __begin, _IIter __end, _Predicate __pred) 310 typename _Predicate> 313 _Predicate __pred, __gnu_parallel::sequential_tag [all...] |
/external/libcxx/include/ |
__mutex_base | 288 template <class _Predicate> 289 void wait(unique_lock<mutex>& __lk, _Predicate __pred); 296 template <class _Clock, class _Duration, class _Predicate> 300 _Predicate __pred); 307 template <class _Rep, class _Period, class _Predicate> 311 _Predicate __pred); 339 template <class _Predicate> 341 condition_variable::wait(unique_lock<mutex>& __lk, _Predicate __pred) 357 template <class _Clock, class _Duration, class _Predicate> 361 _Predicate __pred [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
__mutex_base | 291 template <class _Predicate> 292 void wait(unique_lock<mutex>& __lk, _Predicate __pred); 299 template <class _Clock, class _Duration, class _Predicate> 303 _Predicate __pred); 310 template <class _Rep, class _Period, class _Predicate> 314 _Predicate __pred); 342 template <class _Predicate> 344 condition_variable::wait(unique_lock<mutex>& __lk, _Predicate __pred) 360 template <class _Clock, class _Duration, class _Predicate> 364 _Predicate __pred [all...] |
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ |
__mutex_base | 291 template <class _Predicate> 292 void wait(unique_lock<mutex>& __lk, _Predicate __pred); 299 template <class _Clock, class _Duration, class _Predicate> 303 _Predicate __pred); 310 template <class _Rep, class _Period, class _Predicate> 314 _Predicate __pred); 342 template <class _Predicate> 344 condition_variable::wait(unique_lock<mutex>& __lk, _Predicate __pred) 360 template <class _Clock, class _Duration, class _Predicate> 364 _Predicate __pred [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/ |
safe_sequence.tcc | 35 template<typename _Predicate> 38 _M_invalidate_if(_Predicate __pred) 66 template<typename _Predicate> 69 _M_transfer_from_if(_Safe_sequence& __from, _Predicate __pred)
|
safe_unordered_container.h | 65 template<typename _Predicate> 67 _M_invalidate_if(_Predicate __pred); 73 template<typename _Predicate> 75 _M_invalidate_local_if(_Predicate __pred);
|
functions.h | 225 template<typename _InputIterator, typename _Predicate> 228 _Predicate, std::input_iterator_tag) 233 template<typename _ForwardIterator, typename _Predicate> 236 _Predicate __pred, std::forward_iterator_tag) 252 typename _Predicate> 256 _Predicate __pred, 273 template<typename _InputIterator, typename _Predicate> 276 _Predicate __pred) 300 template<typename _InputIterator, typename _Predicate> 304 _Predicate __pred, std::__true_type [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/ |
safe_sequence.tcc | 35 template<typename _Predicate> 38 _M_invalidate_if(_Predicate __pred) 66 template<typename _Predicate> 69 _M_transfer_from_if(_Safe_sequence& __from, _Predicate __pred)
|
safe_unordered_container.h | 65 template<typename _Predicate> 67 _M_invalidate_if(_Predicate __pred); 73 template<typename _Predicate> 75 _M_invalidate_local_if(_Predicate __pred);
|
functions.h | 225 template<typename _InputIterator, typename _Predicate> 228 _Predicate, std::input_iterator_tag) 233 template<typename _ForwardIterator, typename _Predicate> 236 _Predicate __pred, std::forward_iterator_tag) 252 typename _Predicate> 256 _Predicate __pred, 273 template<typename _InputIterator, typename _Predicate> 276 _Predicate __pred) 300 template<typename _InputIterator, typename _Predicate> 304 _Predicate __pred, std::__true_type [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/ |
safe_sequence.tcc | 35 template<typename _Predicate> 38 _M_invalidate_if(_Predicate __pred) 66 template<typename _Predicate> 69 _M_transfer_from_if(_Safe_sequence& __from, _Predicate __pred)
|
safe_unordered_container.h | 65 template<typename _Predicate> 67 _M_invalidate_if(_Predicate __pred); 73 template<typename _Predicate> 75 _M_invalidate_local_if(_Predicate __pred);
|
functions.h | 225 template<typename _InputIterator, typename _Predicate> 228 _Predicate, std::input_iterator_tag) 233 template<typename _ForwardIterator, typename _Predicate> 236 _Predicate __pred, std::forward_iterator_tag) 252 typename _Predicate> 256 _Predicate __pred, 273 template<typename _InputIterator, typename _Predicate> 276 _Predicate __pred) 300 template<typename _InputIterator, typename _Predicate> 304 _Predicate __pred, std::__true_type [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/ |
safe_sequence.tcc | 35 template<typename _Predicate> 38 _M_invalidate_if(_Predicate __pred) 66 template<typename _Predicate> 69 _M_transfer_from_if(_Safe_sequence& __from, _Predicate __pred)
|
safe_unordered_container.h | 65 template<typename _Predicate> 67 _M_invalidate_if(_Predicate __pred); 73 template<typename _Predicate> 75 _M_invalidate_local_if(_Predicate __pred);
|
functions.h | 340 template<typename _InputIterator, typename _Predicate> 343 _Predicate, std::input_iterator_tag) 348 template<typename _ForwardIterator, typename _Predicate> 351 _Predicate __pred, std::forward_iterator_tag) 377 template<typename _InputIterator, typename _Predicate> 380 _Predicate __pred) 404 template<typename _InputIterator, typename _Predicate> 408 _Predicate __pred, std::__true_type) 411 template<typename _InputIterator, typename _Predicate> 414 const _InputIterator&, _Predicate, [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_algobase.c | 158 template <class _RandomAccessIter, class _Predicate> 160 _Predicate __pred, 202 template <class _InputIter, class _Predicate> 204 _Predicate __pred, 213 template <class _InputIter, class _Predicate> 215 _Predicate __pred) { 296 template <class _InputIter, class _ForwardIter, class _Tp2, class _Predicate> 299 _Tp2*, _Predicate __pred, 317 template <class _InputIter, class _ForwardIter, class _Tp2, class _Predicate> 320 _Tp2* /* __dummy */, _Predicate /* __pred */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_function.h | 350 template<typename _Predicate> 352 : public unary_function<typename _Predicate::argument_type, bool> 355 _Predicate _M_pred; 359 unary_negate(const _Predicate& __x) : _M_pred(__x) { } 362 operator()(const typename _Predicate::argument_type& __x) const 367 template<typename _Predicate> 368 inline unary_negate<_Predicate> 369 not1(const _Predicate& __pred) 370 { return unary_negate<_Predicate>(__pred); } 373 template<typename _Predicate> [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_function.h | 350 template<typename _Predicate> 352 : public unary_function<typename _Predicate::argument_type, bool> 355 _Predicate _M_pred; 359 unary_negate(const _Predicate& __x) : _M_pred(__x) { } 362 operator()(const typename _Predicate::argument_type& __x) const 367 template<typename _Predicate> 368 inline unary_negate<_Predicate> 369 not1(const _Predicate& __pred) 370 { return unary_negate<_Predicate>(__pred); } 373 template<typename _Predicate> [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
stl_function.h | 350 template<typename _Predicate> 352 : public unary_function<typename _Predicate::argument_type, bool> 355 _Predicate _M_pred; 359 unary_negate(const _Predicate& __x) : _M_pred(__x) { } 362 operator()(const typename _Predicate::argument_type& __x) const 367 template<typename _Predicate> 368 inline unary_negate<_Predicate> 369 not1(const _Predicate& __pred) 370 { return unary_negate<_Predicate>(__pred); } 373 template<typename _Predicate> [all...] |