/external/google-breakpad/src/testing/gtest/test/ |
gtest_pred_impl_unittest.cc | 91 // A unary predicate functor. 112 // A unary predicate-formatter functor. 182 // predicate-formatter is a functor on a built-in type (int). 190 // predicate-formatter is a functor on a user-defined type (Bool). 218 // predicate-formatter is a functor on a built-in type (int). 228 // predicate-formatter is a functor on a user-defined type (Bool). 254 // predicate-formatter is a functor on a built-in type (int). 262 // predicate-formatter is a functor on a user-defined type (Bool). 292 // predicate-formatter is a functor on a built-in type (int). 303 // predicate-formatter is a functor on a user-defined type (Bool) [all...] |
/external/gtest/test/ |
gtest_pred_impl_unittest.cc | 91 // A unary predicate functor. 112 // A unary predicate-formatter functor. 182 // predicate-formatter is a functor on a built-in type (int). 190 // predicate-formatter is a functor on a user-defined type (Bool). 218 // predicate-formatter is a functor on a built-in type (int). 228 // predicate-formatter is a functor on a user-defined type (Bool). 254 // predicate-formatter is a functor on a built-in type (int). 262 // predicate-formatter is a functor on a user-defined type (Bool). 292 // predicate-formatter is a functor on a built-in type (int). 303 // predicate-formatter is a functor on a user-defined type (Bool) [all...] |
/external/protobuf/gtest/test/ |
gtest_pred_impl_unittest.cc | 91 // A unary predicate functor. 113 // A unary predicate-formatter functor. 183 // predicate-formatter is a functor on a built-in type (int). 191 // predicate-formatter is a functor on a user-defined type (Bool). 219 // predicate-formatter is a functor on a built-in type (int). 229 // predicate-formatter is a functor on a user-defined type (Bool). 255 // predicate-formatter is a functor on a built-in type (int). 263 // predicate-formatter is a functor on a user-defined type (Bool). 293 // predicate-formatter is a functor on a built-in type (int). 304 // predicate-formatter is a functor on a user-defined type (Bool) [all...] |
/ndk/sources/third_party/googletest/googletest/test/ |
gtest_pred_impl_unittest.cc | 91 // A unary predicate functor. 112 // A unary predicate-formatter functor. 182 // predicate-formatter is a functor on a built-in type (int). 190 // predicate-formatter is a functor on a user-defined type (Bool). 218 // predicate-formatter is a functor on a built-in type (int). 228 // predicate-formatter is a functor on a user-defined type (Bool). 254 // predicate-formatter is a functor on a built-in type (int). 262 // predicate-formatter is a functor on a user-defined type (Bool). 292 // predicate-formatter is a functor on a built-in type (int). 303 // predicate-formatter is a functor on a user-defined type (Bool) [all...] |
/external/eigen/Eigen/src/Core/ |
Functors.h | 20 * \brief Template functor to compute the sum of two scalars 43 * \brief Template functor to compute the product of two scalars 71 * \brief Template functor to compute the conjugate product of two scalars 100 * \brief Template functor to compute the min of two scalars 123 * \brief Template functor to compute the max of two scalars 146 * \brief Template functor to compute the hypot of two scalars 170 * \brief Template functor to compute the pow of two scalars 184 * \brief Template functor to compute the difference of two scalars 204 * \brief Template functor to compute the quotient of two scalars 231 * \brief Template functor to compute the and of two boolean [all...] |
CwiseUnaryView.h | 20 * \param ViewOp template functor implementing the view 74 /** \returns the functor representing unary operation */ 75 const ViewOp& functor() const { return m_functor; } function in class:Eigen::CwiseUnaryView 118 return derived().functor()(derived().nestedExpression().coeff(row, col)); 123 return derived().functor()(derived().nestedExpression().coeff(index)); 128 return derived().functor()(const_cast_derived().nestedExpression().coeffRef(row, col)); 133 return derived().functor()(const_cast_derived().nestedExpression().coeffRef(index));
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/ |
finder.hpp | 29 // find first functor -----------------------------------------------// 31 // find a subsequence in the sequence ( functor ) 34 If the find fails, functor returns <End,End> 93 // find last functor -----------------------------------------------// 95 // find the last match a subseqeunce in the sequence ( functor ) 203 // find n-th functor -----------------------------------------------// 205 // find the n-th match of a subsequence in the sequence ( functor ) 273 // Instantiate find functor 308 // Instantiate find functor 464 // find head functor -----------------------------------------------/ [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/ |
compare.hpp | 27 // is_equal functor -----------------------------------------------// 29 //! is_equal functor 79 // is_less functor -----------------------------------------------// 81 //! is_less functor 88 //! Functor operation 132 // is_not_greater functor -----------------------------------------------// 134 //! is_not_greater functor 141 //! Functor operation
|
/external/clang/test/SemaTemplate/ |
instantiate-local-class.cpp | 81 struct Functor { 86 forEach(Functor()); 168 struct functor { struct 169 functor(Func f) : func(f) {} function in struct:PR14373::functor 173 return functor(f);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/ |
omp_loop.h | 49 * @param __o User-supplied functor (comparator, predicate, adding 50 * functor, etc.). 51 * @param __f Functor to @a process an element with __op (depends on 53 * @param __r Functor to @a add a single __result to the already 59 * @return User-supplied functor (that may contain a part of the result).
|
omp_loop_static.h | 48 * @param __o User-supplied functor (comparator, predicate, adding 49 * functor, ...). 50 * @param __f Functor to @a process an element with __op (depends on 52 * @param __r Functor to @a add a single __result to the already processed 58 * @return User-supplied functor (that may contain a part of the result).
|
par_loop.h | 49 * @param __o User-supplied functor (comparator, predicate, adding 50 * functor, ...) 51 * @param __f Functor to "process" an element with __op (depends on 53 * @param __r Functor to "add" a single __result to the already 59 * @return User-supplied functor (that may contain a part of the result).
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/ |
omp_loop.h | 49 * @param __o User-supplied functor (comparator, predicate, adding 50 * functor, etc.). 51 * @param __f Functor to @a process an element with __op (depends on 53 * @param __r Functor to @a add a single __result to the already 59 * @return User-supplied functor (that may contain a part of the result).
|
omp_loop_static.h | 48 * @param __o User-supplied functor (comparator, predicate, adding 49 * functor, ...). 50 * @param __f Functor to @a process an element with __op (depends on 52 * @param __r Functor to @a add a single __result to the already processed 58 * @return User-supplied functor (that may contain a part of the result).
|
par_loop.h | 49 * @param __o User-supplied functor (comparator, predicate, adding 50 * functor, ...) 51 * @param __f Functor to "process" an element with __op (depends on 53 * @param __r Functor to "add" a single __result to the already 59 * @return User-supplied functor (that may contain a part of the result).
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/ |
omp_loop.h | 49 * @param __o User-supplied functor (comparator, predicate, adding 50 * functor, etc.). 51 * @param __f Functor to @a process an element with __op (depends on 53 * @param __r Functor to @a add a single __result to the already 59 * @return User-supplied functor (that may contain a part of the result).
|
omp_loop_static.h | 48 * @param __o User-supplied functor (comparator, predicate, adding 49 * functor, ...). 50 * @param __f Functor to @a process an element with __op (depends on 52 * @param __r Functor to @a add a single __result to the already processed 58 * @return User-supplied functor (that may contain a part of the result).
|
par_loop.h | 49 * @param __o User-supplied functor (comparator, predicate, adding 50 * functor, ...) 51 * @param __f Functor to "process" an element with __op (depends on 53 * @param __r Functor to "add" a single __result to the already 59 * @return User-supplied functor (that may contain a part of the result).
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/ |
omp_loop.h | 49 * @param __o User-supplied functor (comparator, predicate, adding 50 * functor, etc.). 51 * @param __f Functor to @a process an element with __op (depends on 53 * @param __r Functor to @a add a single __result to the already 59 * @return User-supplied functor (that may contain a part of the result).
|
omp_loop_static.h | 48 * @param __o User-supplied functor (comparator, predicate, adding 49 * functor, ...). 50 * @param __f Functor to @a process an element with __op (depends on 52 * @param __r Functor to @a add a single __result to the already processed 58 * @return User-supplied functor (that may contain a part of the result).
|
par_loop.h | 49 * @param __o User-supplied functor (comparator, predicate, adding 50 * functor, ...) 51 * @param __f Functor to "process" an element with __op (depends on 53 * @param __r Functor to "add" a single __result to the already 59 * @return User-supplied functor (that may contain a part of the result).
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/ |
omp_loop.h | 49 * @param __o User-supplied functor (comparator, predicate, adding 50 * functor, etc.). 51 * @param __f Functor to @a process an element with __op (depends on 53 * @param __r Functor to @a add a single __result to the already 59 * @return User-supplied functor (that may contain a part of the result).
|
omp_loop_static.h | 48 * @param __o User-supplied functor (comparator, predicate, adding 49 * functor, ...). 50 * @param __f Functor to @a process an element with __op (depends on 52 * @param __r Functor to @a add a single __result to the already processed 58 * @return User-supplied functor (that may contain a part of the result).
|
par_loop.h | 49 * @param __o User-supplied functor (comparator, predicate, adding 50 * functor, ...) 51 * @param __f Functor to "process" an element with __op (depends on 53 * @param __r Functor to "add" a single __result to the already 59 * @return User-supplied functor (that may contain a part of the result).
|
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/ |
fdjac1.h | 7 const FunctorType &Functor, 44 iflag = Functor(x, wa1); 60 iflag = Functor(x, wa1);
|