HomeSort by relevance Sort by last modified time
    Searched full:functor (Results 51 - 75 of 768) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/libs/hwui/renderstate/
RenderState.h 23 #include <utils/Functor.h>
62 void invokeFunctor(Functor* functor, DrawGlInfo::Mode mode, DrawGlInfo* info);
  /external/eigen/Eigen/src/Core/
GlobalFunctions.h 14 #define EIGEN_ARRAY_DECLARE_GLOBAL_UNARY(NAME,FUNCTOR) \
16 inline const Eigen::CwiseUnaryOp<Eigen::internal::FUNCTOR<typename Derived::Scalar>, const Derived> \
21 #define EIGEN_ARRAY_DECLARE_GLOBAL_EIGEN_UNARY(NAME,FUNCTOR) \
26 typedef const Eigen::CwiseUnaryOp<Eigen::internal::FUNCTOR<typename Derived::Scalar>, const Derived> type; \
  /external/icu/icu4c/source/common/unicode/
unifunct.h 18 * \brief C++ API: Unicode Functor
101 * Set the data object associated with this functor. The data
102 * object provides context for functor-to-standin mapping. This
103 * method is required when assigning a functor to a different data
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/
list_update_policy.hpp 62 /// Metadata on which this functor operates.
69 /// Reference to metadata on which this functor operates.
106 /// Metadata on which this functor operates.
114 /// Reference to metadata on which this functor operates.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/
list_update_policy.hpp 62 /// Metadata on which this functor operates.
69 /// Reference to metadata on which this functor operates.
106 /// Metadata on which this functor operates.
114 /// Reference to metadata on which this functor operates.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/
list_update_policy.hpp 62 /// Metadata on which this functor operates.
69 /// Reference to metadata on which this functor operates.
106 /// Metadata on which this functor operates.
114 /// Reference to metadata on which this functor operates.
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
ocamlkw.swg 30 OCAMLKW(functor);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
list_update_policy.hpp 65 // Metadata on which this functor operates.
68 // Reference to metadata on which this functor operates.
109 // Metadata on which this functor operates.
112 // Reference to metadata on which this functor operates.
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
list_update_policy.hpp 65 // Metadata on which this functor operates.
68 // Reference to metadata on which this functor operates.
109 // Metadata on which this functor operates.
112 // Reference to metadata on which this functor operates.
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
list_update_policy.hpp 65 // Metadata on which this functor operates.
68 // Reference to metadata on which this functor operates.
109 // Metadata on which this functor operates.
112 // Reference to metadata on which this functor operates.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/
list_update_policy.hpp 65 // Metadata on which this functor operates.
68 // Reference to metadata on which this functor operates.
109 // Metadata on which this functor operates.
112 // Reference to metadata on which this functor operates.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/
list_update_policy.hpp 67 // Metadata on which this functor operates.
70 // Reference to metadata on which this functor operates.
112 // Metadata on which this functor operates.
115 // Reference to metadata on which this functor operates.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/
list_update_policy.hpp 63 /// Metadata on which this functor operates.
70 /// Reference to metadata on which this functor operates.
107 /// Metadata on which this functor operates.
115 /// Reference to metadata on which this functor operates.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/
list_update_policy.hpp 67 // Metadata on which this functor operates.
70 // Reference to metadata on which this functor operates.
112 // Metadata on which this functor operates.
115 // Reference to metadata on which this functor operates.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/
list_update_policy.hpp 63 /// Metadata on which this functor operates.
70 /// Reference to metadata on which this functor operates.
107 /// Metadata on which this functor operates.
115 /// Reference to metadata on which this functor operates.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/
list_update_policy.hpp 62 /// Metadata on which this functor operates.
69 /// Reference to metadata on which this functor operates.
106 /// Metadata on which this functor operates.
114 /// Reference to metadata on which this functor operates.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/
list_update_policy.hpp 62 /// Metadata on which this functor operates.
69 /// Reference to metadata on which this functor operates.
106 /// Metadata on which this functor operates.
114 /// Reference to metadata on which this functor operates.
  /external/ceres-solver/include/ceres/
autodiff_cost_function.h 37 // templated operator() (a functor) that computes the cost function in terms of
96 // "MyScalarCostFunctor", "1, 2, 2", describe the functor as computing a
117 // WARNING #1: Since the functor will get instantiated with different types for
142 // The first template argument is the functor object, described in the header
147 // The constructors take ownership of the cost functor.
170 // Takes ownership of functor. Uses the template-provided value for the
172 explicit AutoDiffCostFunction(CostFunctor* functor)
173 : functor_(functor) {
179 // Takes ownership of functor. Ignores the template-provided
184 AutoDiffCostFunction(CostFunctor* functor, int num_residuals
    [all...]
dynamic_numeric_diff_cost_function.h 40 // The functor API differs slightly from the API for fixed size
78 explicit DynamicNumericDiffCostFunction(const CostFunctor* functor,
81 : functor_(functor),
242 // Helper templates to allow evaluation of a functor or a
244 bool EvaluateCostFunctorImpl(const CostFunctor* functor,
248 return (*functor)(parameters, residuals);
251 bool EvaluateCostFunctorImpl(const CostFunctor* functor,
255 return functor->Evaluate(parameters, residuals, NULL);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/
concept.hpp 28 Defines the Finder concept. Finder is a functor which selects
54 Defines the Formatter concept. Formatter is a functor, which
  /external/ceres-solver/internal/ceres/
autodiff_test.cc 360 // Use a single functor, but tweak it to produce different numbers of
362 VaryingResidualFunctor functor; local
366 functor.num_residuals = num_residuals;
370 functor, parameters, num_residuals, residuals, jacobians)));
529 Residual1Param functor; local
532 functor, parameters, 1, &residual, jacobians)));
540 Residual2Param functor; local
543 functor, parameters, 1, &residual, jacobians)));
551 Residual3Param functor; local
554 functor, parameters, 1, &residual, jacobians)))
562 Residual4Param functor; local
573 Residual5Param functor; local
584 Residual6Param functor; local
597 Residual7Param functor; local
610 Residual8Param functor; local
623 Residual9Param functor; local
637 Residual10Param functor; local
    [all...]
  /external/eigen/test/
denseLM.cpp 102 int test_minimizeLM(FunctorType& functor, VectorType& uv)
104 LevenbergMarquardt<FunctorType> lm(functor);
115 int test_lmder(FunctorType& functor, VectorType& uv)
119 LevenbergMarquardt<FunctorType> lm(functor);
128 int test_minimizeSteps(FunctorType& functor, VectorType& uv)
131 LevenbergMarquardt<FunctorType> lm(functor);
  /external/llvm/include/llvm/ExecutionEngine/Orc/
IRTransformLayer.h 1 //===----- IRTransformLayer.h - Run all IR through a functor ----*- C++ -*-===//
10 // Run all IR passed in through a user supplied functor.
25 /// immediately applies the user supplied functor to each module, then adds
38 /// @brief Apply the transform functor to each module in the module set, then
87 /// @brief Access the transform functor directly.
90 /// @brief Access the mumate functor directly.
  /external/eigen/unsupported/test/
NonLinearOptimization.cpp 105 // Generic functor
107 struct Functor
120 Functor() : m_inputs(InputsAtCompileTime), m_values(ValuesAtCompileTime) {}
121 Functor(int inputs, int values) : m_inputs(inputs), m_values(values) {}
130 struct lmder_functor : Functor<double>
132 lmder_functor(void): Functor<double>(3,15) {}
176 lmder_functor functor; local
177 LevenbergMarquardt<lmder_functor> lm(functor);
205 lmder_functor functor; local
206 LevenbergMarquardt<lmder_functor> lm(functor);
290 hybrj_functor functor; local
323 hybrj_functor functor; local
379 hybrd_functor functor; local
406 hybrd_functor functor; local
481 lmstr_functor functor; local
510 lmstr_functor functor; local
566 lmdif_functor functor; local
596 lmdif_functor functor; local
682 chwirut2_functor functor; local
762 misra1a_functor functor; local
852 hahn1_functor functor; local
938 misra1d_functor functor; local
1016 lanczos1_functor functor; local
1102 rat42_functor functor; local
1180 MGH10_functor functor; local
1256 BoxBOD_functor functor; local
1338 MGH17_functor functor; local
1427 MGH09_functor functor; local
1513 Bennett5_functor functor; local
1600 thurber_functor functor; local
1692 rat43_functor functor; local
1779 eckerle4_functor functor; local
    [all...]
  /frameworks/base/libs/hwui/
AnimatorManager.cpp 133 AnimateFunctor functor(info, mAnimationHandle->context());
135 newEnd = std::remove_if(mAnimators.begin(), mAnimators.end(), functor);
139 return functor.dirtyMask;
174 EndActiveAnimatorsFunctor functor(mAnimationHandle->context());
175 for_each(mAnimators.begin(), mAnimators.end(), functor);

Completed in 2949 milliseconds

1 23 4 5 6 7 8 91011>>