| /external/webrtc/webrtc/base/ |
| D | messagehandler.h | 41 explicit FunctorMessageHandler(const FunctorT& functor) in FunctorMessageHandler() 58 explicit FunctorMessageHandler(const FunctorT& functor) : functor_(functor) {} in FunctorMessageHandler() 71 explicit FunctorMessageHandler(const FunctorT& functor) in FunctorMessageHandler()
|
| D | asyncinvoker-inl.h | 43 explicit FireAndForgetAsyncClosure(const FunctorT& functor) in FireAndForgetAsyncClosure() 84 const FunctorT& functor, in NotifyingAsyncClosure() 112 const FunctorT& functor, in NotifyingAsyncClosure()
|
| D | callback.h | 75 template <class T> Callback0(const T& functor) in Callback0() 105 template <class T> Callback1(const T& functor) in Callback1() 136 template <class T> Callback2(const T& functor) in Callback2() 168 template <class T> Callback3(const T& functor) in Callback3() 201 template <class T> Callback4(const T& functor) in Callback4() 235 template <class T> Callback5(const T& functor) in Callback5()
|
| D | bind_unittest.cc | 168 auto functor = Bind(&LifeTimeCheck::NullaryVoid, &object); in TEST() local 184 auto functor = Bind(&LifeTimeCheck::NullaryVoid, scoped_object); in TEST() local 213 auto functor = in TEST() local 234 auto functor = Bind(&Ref, x); in TEST() local
|
| D | thread.h | 159 ReturnT Invoke(const FunctorT& functor) { in Invoke()
|
| /external/skia/include/private/ |
| D | SkTSearch.h | 79 static SkTLessFunctionToFunctorAdaptor<T, LESS> functor; in SkTSearch() local 91 static SkTLessFunctor<T> functor; in SkTSearch() local 104 static SkTLessFunctionToPtrFunctorAdaptor<T, LESS> functor; in SkTSearch() local
|
| /external/eigen/unsupported/test/ |
| D | levenberg_marquardt.cpp | 75 lmder_functor functor; in testLmder1() local 104 lmder_functor functor; in testLmder() local 177 lmdif_functor functor; in testLmdif1() local 207 lmdif_functor functor; in testLmdif() local 293 chwirut2_functor functor; in testNistChwirut2() local 373 misra1a_functor functor; in testNistMisra1a() local 464 hahn1_functor functor; in testNistHahn1() local 550 misra1d_functor functor; in testNistMisra1d() local 628 lanczos1_functor functor; in testNistLanczos1() local 714 rat42_functor functor; in testNistRat42() local [all …]
|
| D | NonLinearOptimization.cpp | 177 lmder_functor functor; in testLmder1() local 206 lmder_functor functor; in testLmder() local 291 hybrj_functor functor; in testHybrj1() local 324 hybrj_functor functor; in testHybrj() local 380 hybrd_functor functor; in testHybrd1() local 407 hybrd_functor functor; in testHybrd() local 482 lmstr_functor functor; in testLmstr1() local 511 lmstr_functor functor; in testLmstr() local 567 lmdif_functor functor; in testLmdif1() local 597 lmdif_functor functor; in testLmdif() local [all …]
|
| D | NumericalDiff.cpp | 75 my_functor functor; in test_forward() local 96 my_functor functor; in test_central() local
|
| /external/libchrome/base/ |
| D | bind.h | 29 Functor&& functor, in Bind()
|
| /external/eigen/test/ |
| D | denseLM.cpp | 102 int test_minimizeLM(FunctorType& functor, VectorType& uv) in test_minimizeLM() 115 int test_lmder(FunctorType& functor, VectorType& uv) in test_lmder() 128 int test_minimizeSteps(FunctorType& functor, VectorType& uv) in test_minimizeSteps()
|
| /external/clang/test/SemaTemplate/ |
| D | instantiate-local-class.cpp | 170 struct functor { in exec_func() struct 171 functor(Func f) : func(f) {} in exec_func() function 172 void operator()() const { func(); } in exec_func() 173 Func func; in exec_func()
|
| /external/eigen/unsupported/Eigen/src/LevenbergMarquardt/ |
| D | LevenbergMarquardt.h | 122 LevenbergMarquardt(FunctorType& functor) in LevenbergMarquardt() 368 FunctorType &functor, in lmdif1()
|
| /external/eigen/unsupported/Eigen/src/NonLinearOptimization/ |
| D | LevenbergMarquardt.h | 627 FunctorType &functor, in lmdif1()
|
| /external/v8/tools/testrunner/local/ |
| D | progress.py | 102 def functor(self, *args, **kwargs): function
|
| /external/webrtc/talk/session/media/ |
| D | channel.h | 303 bool InvokeOnWorker(const FunctorT& functor) { in InvokeOnWorker()
|
| /external/mesa3d/src/gtest/src/ |
| D | gtest-internal-inl.h | 286 void ForEach(const Container& c, Functor functor) { in ForEach()
|
| /external/google-breakpad/src/testing/gtest/src/ |
| D | gtest-internal-inl.h | 293 void ForEach(const Container& c, Functor functor) { in ForEach()
|
| /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/ |
| D | gtest-internal-inl.h | 286 void ForEach(const Container& c, Functor functor) { in ForEach()
|
| /external/llvm/utils/unittest/googletest/src/ |
| D | gtest-internal-inl.h | 289 void ForEach(const Container& c, Functor functor) { in ForEach()
|
| /external/protobuf/gtest/src/ |
| D | gtest-internal-inl.h | 275 void ForEach(const Container& c, Functor functor) { in ForEach()
|
| /external/libvpx/libvpx/third_party/googletest/src/src/ |
| D | gtest-internal-inl.h | 296 void ForEach(const Container& c, Functor functor) { in ForEach()
|
| /external/vulkan-validation-layers/tests/gtest-1.7.0/src/ |
| D | gtest-internal-inl.h | 295 void ForEach(const Container& c, Functor functor) { in ForEach()
|
| /external/googletest/googletest/src/ |
| D | gtest-internal-inl.h | 296 void ForEach(const Container& c, Functor functor) { in ForEach()
|
| /external/v8/testing/gtest/src/ |
| D | gtest-internal-inl.h | 296 void ForEach(const Container& c, Functor functor) { in ForEach()
|