HomeSort by relevance Sort by last modified time
    Searched refs:functor (Results 76 - 92 of 92) sorted by null

1 2 34

  /ndk/sources/third_party/googletest/googletest/src/
gtest-internal-inl.h 293 // Applies a function/functor to each element in the container.
294 template <class Container, typename Functor>
295 void ForEach(const Container& c, Functor functor) {
296 std::for_each(c.begin(), c.end(), functor);
337 // functor.
    [all...]
  /frameworks/base/libs/hwui/
DisplayListRenderer.h 157 virtual status_t callDrawGLFunction(Functor* functor, Rect& dirty);
OpenGLRenderer.cpp 206 // This ensures we don't use tiling when a functor is going to be
351 status_t OpenGLRenderer::callDrawGLFunction(Functor* functor, Rect& dirty) {
357 // Since we don't know what the functor will draw, let's dirty
374 // setup GL state for functor
382 mRenderState.invokeFunctor(functor, DrawGlInfo::kModeDraw, &info);
    [all...]
OpenGLRenderer.h 32 #include <utils/Functor.h>
147 virtual status_t callDrawGLFunction(Functor* functor, Rect& dirty);
    [all...]
DisplayListOp.h     [all...]
  /external/eigen/Eigen/src/Core/util/
BlasUtil.h 200 { return x.functor().m_other * Base::extractScalarFactor(x.nestedExpression()); }
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyrun.swg 210 /* A functor is a function object with one single object argument */
212 #define SWIG_Python_CallFunctor(functor, obj) PyObject_CallFunctionObjArgs(functor, obj, NULL);
214 #define SWIG_Python_CallFunctor(functor, obj) PyObject_CallFunction(functor, "O", obj);
    [all...]
  /external/eigen/Eigen/src/Core/
CwiseNullaryOp.h 18 * \brief Generic expression of a matrix where all coefficients are defined by a functor
20 * \param NullaryOp template functor implementing the operator
91 /** \returns the functor representing the nullary operation */
92 const NullaryOp& functor() const { return m_functor; } function in class:Eigen::CwiseNullaryOp
101 /** \returns an expression of a matrix defined by a custom functor \a func
110 * The template parameter \a CustomNullaryOp is the type of the functor.
122 /** \returns an expression of a matrix defined by a custom functor \a func
133 * The template parameter \a CustomNullaryOp is the type of the functor.
147 /** \returns an expression of a matrix defined by a custom functor \a func
152 * The template parameter \a CustomNullaryOp is the type of the functor
    [all...]
  /frameworks/base/core/jni/
android_view_GLES20Canvas.cpp 151 // Functor
157 Functor* functor = reinterpret_cast<Functor*>(functorPtr); local
159 return renderer->callDrawGLFunction(functor, dirty);
    [all...]
  /frameworks/base/core/java/android/view/
ViewRootImpl.java 282 // Currently this means a functor was detached.
655 public void detachFunctor(long functor) {
666 * Schedules the functor for execution in either kModeProcess or
669 * @param functor The native functor to invoke
670 * @param waitForCompletion If true, this will not return until the functor
671 * has invoked. If false, the functor may be invoked
674 public void invokeFunctor(long functor, boolean waitForCompletion) {
675 ThreadedRenderer.invokeFunctor(functor, waitForCompletion);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
gtest-all.cc 694 // Applies a function/functor to each element in the container.
695 template <class Container, typename Functor>
696 void ForEach(const Container& c, Functor functor) {
697 std::for_each(c.begin(), c.end(), functor);
738 // functor.
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc 694 // Applies a function/functor to each element in the container.
695 template <class Container, typename Functor>
696 void ForEach(const Container& c, Functor functor) {
697 std::for_each(c.begin(), c.end(), functor);
738 // functor.
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
gtest-all.cc 694 // Applies a function/functor to each element in the container.
695 template <class Container, typename Functor>
696 void ForEach(const Container& c, Functor functor) {
697 std::for_each(c.begin(), c.end(), functor);
738 // functor.
    [all...]
  /external/chromium_org/third_party/d3/src/
d3.js     [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
android_3p-bundle.js     [all...]

Completed in 991 milliseconds

1 2 34