/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
functional | 123 template<typename _Res, typename... _ArgTypes> 124 struct _Weak_result_type_impl<_Res(_ArgTypes...)> 126 typedef _Res result_type; 130 template<typename _Res, typename... _ArgTypes> 131 struct _Weak_result_type_impl<_Res(&)(_ArgTypes...)> 133 typedef _Res result_type; 137 template<typename _Res, typename... _ArgTypes> 138 struct _Weak_result_type_impl<_Res(*)(_ArgTypes...)> 140 typedef _Res result_type; 144 template<typename _Res, typename _Class, typename... _ArgTypes> [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/ |
functional | 122 template<typename _Res, typename... _ArgTypes> 123 struct _Weak_result_type_impl<_Res(_ArgTypes...)> 125 typedef _Res result_type; 129 template<typename _Res, typename... _ArgTypes> 130 struct _Weak_result_type_impl<_Res(&)(_ArgTypes...)> 132 typedef _Res result_type; 136 template<typename _Res, typename... _ArgTypes> 137 struct _Weak_result_type_impl<_Res(*)(_ArgTypes...)> 139 typedef _Res result_type; 143 template<typename _Res, typename _Class, typename... _ArgTypes> [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
functional | 92 template<typename _Res, typename... _ArgTypes> 93 struct _Weak_result_type_impl<_Res(_ArgTypes...)> 94 { typedef _Res result_type; }; 96 template<typename _Res, typename... _ArgTypes> 97 struct _Weak_result_type_impl<_Res(_ArgTypes......)> 98 { typedef _Res result_type; }; 100 template<typename _Res, typename... _ArgTypes> 101 struct _Weak_result_type_impl<_Res(_ArgTypes...) const> 102 { typedef _Res result_type; }; 104 template<typename _Res, typename... _ArgTypes [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
functional | 92 template<typename _Res, typename... _ArgTypes> 93 struct _Weak_result_type_impl<_Res(_ArgTypes...)> 94 { typedef _Res result_type; }; 96 template<typename _Res, typename... _ArgTypes> 97 struct _Weak_result_type_impl<_Res(_ArgTypes......)> 98 { typedef _Res result_type; }; 100 template<typename _Res, typename... _ArgTypes> 101 struct _Weak_result_type_impl<_Res(_ArgTypes...) const> 102 { typedef _Res result_type; }; 104 template<typename _Res, typename... _ArgTypes [all...] |
/external/eigen/Eigen/src/SparseCore/ |
SparseSparseProductWithPruning.h | 90 typename remove_all<ResultType>::type _res(res.rows(), res.cols()); 91 internal::sparse_sparse_product_with_pruning_impl<Lhs,Rhs,ResultType>(lhs, rhs, _res, tolerance); 92 res.swap(_res); 104 SparseTemporaryType _res(res.rows(), res.cols()); 105 internal::sparse_sparse_product_with_pruning_impl<Lhs,Rhs,SparseTemporaryType>(lhs, rhs, _res, tolerance); 106 res = _res; 117 typename remove_all<ResultType>::type _res(res.rows(), res.cols()); 118 internal::sparse_sparse_product_with_pruning_impl<Rhs,Lhs,ResultType>(rhs, lhs, _res, tolerance); 119 res.swap(_res); 136 // SparseTemporaryType _res(res.cols(), res.rows()) [all...] |
/external/eigen/Eigen/src/Core/products/ |
TriangularMatrixVector_MKL.h | 54 const Scalar* _rhs, Index rhsIncr, Scalar* _res, Index resIncr, Scalar alpha) { \ 56 _rows, _cols, _lhs, lhsStride, _rhs, rhsIncr, _res, resIncr, alpha); \ 62 const Scalar* _rhs, Index rhsIncr, Scalar* _res, Index resIncr, Scalar alpha) { \ 64 _rows, _cols, _lhs, lhsStride, _rhs, rhsIncr, _res, resIncr, alpha); \ 85 const EIGTYPE* _rhs, Index rhsIncr, EIGTYPE* _res, Index resIncr, EIGTYPE alpha, level3_blocking<EIGTYPE,EIGTYPE>& blocking) \ 89 _rows, _cols, _lhs, lhsStride, _rhs, rhsIncr, _res, resIncr, alpha, blocking); \ 129 MKLPREFIX##axpy(&n, &alpha_,(const MKLTYPE*)x, &incx, (MKLTYPE*)_res, &incy); \ 136 y = _res + size*resIncr; \ 143 y = _res; \ 170 const EIGTYPE* _rhs, Index rhsIncr, EIGTYPE* _res, Index resIncr, EIGTYPE alpha, level3_blocking<EIGTYPE,EIGTYPE>& blocking) [all...] |
/external/chromium_org/base/third_party/valgrind/ |
valgrind.h | [all...] |
/external/chromium_org/third_party/re2/util/ |
valgrind.h | [all...] |
/external/regex-re2/util/ |
valgrind.h | [all...] |
/external/valgrind/main/include/ |
valgrind.h | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/ |
type_traits | 226 template<typename _Res, typename... _ArgTypes> 227 struct is_function<_Res(_ArgTypes...)> 229 template<typename _Res, typename... _ArgTypes> 230 struct is_function<_Res(_ArgTypes......)> 232 template<typename _Res, typename... _ArgTypes> 233 struct is_function<_Res(_ArgTypes...) const> 235 template<typename _Res, typename... _ArgTypes> 236 struct is_function<_Res(_ArgTypes......) const> 238 template<typename _Res, typename... _ArgTypes> 239 struct is_function<_Res(_ArgTypes...) volatile [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
type_traits | 226 template<typename _Res, typename... _ArgTypes> 227 struct is_function<_Res(_ArgTypes...)> 229 template<typename _Res, typename... _ArgTypes> 230 struct is_function<_Res(_ArgTypes......)> 232 template<typename _Res, typename... _ArgTypes> 233 struct is_function<_Res(_ArgTypes...) const> 235 template<typename _Res, typename... _ArgTypes> 236 struct is_function<_Res(_ArgTypes......) const> 238 template<typename _Res, typename... _ArgTypes> 239 struct is_function<_Res(_ArgTypes...) volatile [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
type_traits | 226 template<typename _Res, typename... _ArgTypes> 227 struct is_function<_Res(_ArgTypes...)> 229 template<typename _Res, typename... _ArgTypes> 230 struct is_function<_Res(_ArgTypes......)> 232 template<typename _Res, typename... _ArgTypes> 233 struct is_function<_Res(_ArgTypes...) const> 235 template<typename _Res, typename... _ArgTypes> 236 struct is_function<_Res(_ArgTypes......) const> 238 template<typename _Res, typename... _ArgTypes> 239 struct is_function<_Res(_ArgTypes...) volatile [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
type_traits | 226 template<typename _Res, typename... _ArgTypes> 227 struct is_function<_Res(_ArgTypes...)> 229 template<typename _Res, typename... _ArgTypes> 230 struct is_function<_Res(_ArgTypes......)> 232 template<typename _Res, typename... _ArgTypes> 233 struct is_function<_Res(_ArgTypes...) const> 235 template<typename _Res, typename... _ArgTypes> 236 struct is_function<_Res(_ArgTypes......) const> 238 template<typename _Res, typename... _ArgTypes> 239 struct is_function<_Res(_ArgTypes...) volatile [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/ |
type_traits | 226 template<typename _Res, typename... _ArgTypes> 227 struct is_function<_Res(_ArgTypes...)> 229 template<typename _Res, typename... _ArgTypes> 230 struct is_function<_Res(_ArgTypes......)> 232 template<typename _Res, typename... _ArgTypes> 233 struct is_function<_Res(_ArgTypes...) const> 235 template<typename _Res, typename... _ArgTypes> 236 struct is_function<_Res(_ArgTypes......) const> 238 template<typename _Res, typename... _ArgTypes> 239 struct is_function<_Res(_ArgTypes...) volatile [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/third_party/ |
valgrind.h | 630 volatile unsigned long _res; \ 635 : /*out*/ "=a" (_res) \ 639 lval = (__typeof__(lval)) _res; \ 646 volatile unsigned long _res; \ 654 : /*out*/ "=a" (_res) \ 658 lval = (__typeof__(lval)) _res; \ 665 volatile unsigned long _res; \ [all...] |
/external/chromium_org/v8/src/third_party/valgrind/ |
valgrind.h | [all...] |
/external/v8/src/third_party/valgrind/ |
valgrind.h | [all...] |
/bionic/libc/netbsd/resolv/ |
res_compat.c | 56 #undef _res macro 67 struct __res_state _res variable in typeref:struct:__res_state 79 return &_res; 85 (void)memcpy(&_res, res, sizeof(_res));
|
/external/speex/libspeex/ |
cb_search_sse.h | 66 float *_res = resp+i*subvect_size; local 78 _spx_mm_getr_ps(resj, _res+j, _res+subvect_size+j, _res+2*subvect_size+j, _res+3*subvect_size+j);
|
/external/chromium_org/net/base/ |
dns_reloader.cc | 62 res_ninit(&_res); 68 res_nclose(&_res); 69 res_ninit(&_res); 77 res_nclose(&_res);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/ |
type_traits | 230 template<typename _Res, typename... _ArgTypes> 231 struct is_function<_Res(_ArgTypes...)> 233 template<typename _Res, typename... _ArgTypes> 234 struct is_function<_Res(_ArgTypes......)> 236 template<typename _Res, typename... _ArgTypes> 237 struct is_function<_Res(_ArgTypes...) const> 239 template<typename _Res, typename... _ArgTypes> 240 struct is_function<_Res(_ArgTypes......) const> 242 template<typename _Res, typename... _ArgTypes> 243 struct is_function<_Res(_ArgTypes...) volatile [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/ |
type_traits | 230 template<typename _Res, typename... _ArgTypes> 231 struct is_function<_Res(_ArgTypes...)> 233 template<typename _Res, typename... _ArgTypes> 234 struct is_function<_Res(_ArgTypes......)> 236 template<typename _Res, typename... _ArgTypes> 237 struct is_function<_Res(_ArgTypes...) const> 239 template<typename _Res, typename... _ArgTypes> 240 struct is_function<_Res(_ArgTypes......) const> 242 template<typename _Res, typename... _ArgTypes> 243 struct is_function<_Res(_ArgTypes...) volatile [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
type_traits | 230 template<typename _Res, typename... _ArgTypes> 231 struct is_function<_Res(_ArgTypes...)> 233 template<typename _Res, typename... _ArgTypes> 234 struct is_function<_Res(_ArgTypes......)> 236 template<typename _Res, typename... _ArgTypes> 237 struct is_function<_Res(_ArgTypes...) const> 239 template<typename _Res, typename... _ArgTypes> 240 struct is_function<_Res(_ArgTypes......) const> 242 template<typename _Res, typename... _ArgTypes> 243 struct is_function<_Res(_ArgTypes...) volatile [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
type_traits | 227 template<typename _Res, typename... _ArgTypes> 228 struct is_function<_Res(_ArgTypes...)> 230 template<typename _Res, typename... _ArgTypes> 231 struct is_function<_Res(_ArgTypes......)> 233 template<typename _Res, typename... _ArgTypes> 234 struct is_function<_Res(_ArgTypes...) const> 236 template<typename _Res, typename... _ArgTypes> 237 struct is_function<_Res(_ArgTypes......) const> 239 template<typename _Res, typename... _ArgTypes> 240 struct is_function<_Res(_ArgTypes...) volatile [all...] |