/frameworks/base/core/jni/ |
android_view_GLES20Canvas.cpp | 199 // Functor 203 OpenGLRenderer* renderer, Functor* functor) { 205 return renderer->callDrawGLFunction(functor, dirty); 209 jobject clazz, OpenGLRenderer* renderer, Functor* functor) { 210 renderer->detachFunctor(functor); 214 jobject clazz, OpenGLRenderer* renderer, Functor* functor) { 215 renderer->attachFunctor(functor); [all...] |
/external/chromium_org/base/memory/ |
scoped_ptr.h | 576 // second template argument, the functor used to free the object. 590 // Free functor. For the default Free functor, this is malloc, calloc, or 599 // Destructor. If there is a C object, call the Free functor. 610 // Reset. Calls the Free functor on the current owned object, if any.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_algobase.h | 224 * @param comp A @link comparison_functors comparison functor@endlink. 245 * @param comp A @link comparison_functors comparison functor@endlink. [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
stl_algobase.h | 225 * @param comp A @link comparison_functors comparison functor@endlink. 246 * @param comp A @link comparison_functors comparison functor@endlink. [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
stl_algobase.h | 225 * @param comp A @link comparison_functors comparison functor@endlink. 246 * @param comp A @link comparison_functors comparison functor@endlink. [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_algobase.h | 224 * @param comp A @link comparison_functors comparison functor@endlink. 245 * @param comp A @link comparison_functors comparison functor@endlink. [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_algobase.h | 224 * @param comp A @link comparison_functors comparison functor@endlink. 245 * @param comp A @link comparison_functors comparison functor@endlink. [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_algobase.h | 224 * @param comp A @link comparison_functors comparison functor@endlink. 245 * @param comp A @link comparison_functors comparison functor@endlink. [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
stl_algobase.h | 224 * @param comp A @link comparison_functors comparison functor@endlink. 245 * @param comp A @link comparison_functors comparison functor@endlink. [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_algobase.h | 225 * @param comp A @link comparison_functors comparison functor@endlink. 246 * @param comp A @link comparison_functors comparison functor@endlink. [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_algobase.h | 225 * @param __comp A @link comparison_functors comparison functor@endlink. 246 * @param __comp A @link comparison_functors comparison functor@endlink. [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_algobase.h | 225 * @param comp A @link comparison_functors comparison functor@endlink. 246 * @param comp A @link comparison_functors comparison functor@endlink. [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_algobase.h | 225 * @param __comp A @link comparison_functors comparison functor@endlink. 246 * @param __comp A @link comparison_functors comparison functor@endlink. [all...] |
/external/chromium/testing/gtest/src/ |
gtest-internal-inl.h | 277 // Applies a function/functor to each element in the container. 278 template <class Container, typename Functor> 279 void ForEach(const Container& c, Functor functor) { 280 std::for_each(c.begin(), c.end(), functor); 321 // functor. [all...] |
/external/chromium_org/testing/gtest/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...] |
/external/chromium_org/third_party/mesa/src/src/gtest/src/ |
gtest-internal-inl.h | 284 // Applies a function/functor to each element in the container. 285 template <class Container, typename Functor> 286 void ForEach(const Container& c, Functor functor) { 287 std::for_each(c.begin(), c.end(), functor); 328 // functor. [all...] |
/external/gtest/src/ |
gtest-internal-inl.h | 284 // Applies a function/functor to each element in the container. 285 template <class Container, typename Functor> 286 void ForEach(const Container& c, Functor functor) { 287 std::for_each(c.begin(), c.end(), functor); 328 // functor. [all...] |
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
gtest-internal-inl.h | 283 // Applies a function/functor to each element in the container. 284 template <class Container, typename Functor> 285 void ForEach(const Container& c, Functor functor) { 286 std::for_each(c.begin(), c.end(), functor); 327 // functor. [all...] |
/external/mesa3d/src/gtest/src/ |
gtest-internal-inl.h | 284 // Applies a function/functor to each element in the container. 285 template <class Container, typename Functor> 286 void ForEach(const Container& c, Functor functor) { 287 std::for_each(c.begin(), c.end(), functor); 328 // functor. [all...] |
/frameworks/base/libs/hwui/ |
DisplayListOp.h | [all...] |
/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...] |
/external/chromium/base/ |
stl_util-inl.h | 54 // functor and then call for_each() on the range and functor, but this
|
/external/chromium/chrome/browser/autocomplete/ |
keyword_provider.cc | 25 // Helper functor for Start(), for ending keyword mode unless explicitly told 84 // Helper functor for Start(), for sorting keyword matches by quality.
|
/external/chromium/chrome/browser/sync/glue/ |
autofill_model_associator.cc | 292 // Define the functor to be used as the predicate in find_if call. 316 // Now instantiate the functor and call find_if.
|
/external/eigen/Eigen/src/Core/ |
Redux.h | 318 * The template parameter \a BinaryOp is the type of the functor \a func which must be 319 * an associative operator. Both current STL and TR1 functor styles are handled.
|