HomeSort by relevance Sort by last modified time
    Searched full:functor (Results 326 - 350 of 712) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
base.js 95 base.mapDictionary = function(dictionary, functor)
100 var value = functor(dictionary[key]);
  /external/chromium_org/third_party/libjingle/source/talk/base/
bind.h 39 // returned functor knows nothing about the lifetime of the method's object or
40 // any arguments passed by pointer, and calling the functor with a destroyed
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest_pred_impl.h 50 // where pred_format is a function or functor that takes n (in the
62 // where pred is an n-ary function or functor that returns bool,
  /external/gtest/include/gtest/
gtest_pred_impl.h 50 // where pred_format is a function or functor that takes n (in the
62 // where pred is an n-ary function or functor that returns bool,
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest_pred_impl.h 50 // where pred_format is a function or functor that takes n (in the
62 // where pred is an n-ary function or functor that returns bool,
  /external/mesa3d/src/gtest/include/gtest/
gtest_pred_impl.h 50 // where pred_format is a function or functor that takes n (in the
62 // where pred is an n-ary function or functor that returns bool,
  /external/open-vcdiff/gtest/include/gtest/
gtest_pred_impl.h 50 // where pred_format is a function or functor that takes n (in the
62 // where pred is an n-ary function or functor that returns bool,
  /external/protobuf/gtest/include/gtest/
gtest_pred_impl.h 50 // where pred_format is a function or functor that takes n (in the
62 // where pred is an n-ary function or functor that returns bool,
  /frameworks/base/libs/hwui/
DisplayListRenderer.h 72 virtual status_t callDrawGLFunction(Functor *functor, Rect& dirty);
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest_pred_impl.h 50 // where pred_format is a function or functor that takes n (in the
62 // where pred is an n-ary function or functor that returns bool,
  /external/ceres-solver/docs/source/
modeling.rst 183 class with a templated ``operator()`` (a functor) that computes the
253 ``MyScalarCostFunction``, ``<1, 2, 2>`` describe the functor as
261 **WARNING 1** Since the functor will get instantiated with
295 templated functor, but the signature of the functor differs
336 In some cases, its not possible to define a templated cost functor,
354 define a class with a ``operator()`` (a functor) that computes the
355 residuals. The functor must write the computed value in the last
425 ``MyScalarCostFunctor``, ``1, 2, 2``, describe the functor as
486 that takes a variadic functor evaluating a function, numericall
    [all...]
  /external/chromium/chrome/browser/chromeos/options/
wifi_config_model.cc 34 // Comparison functor for locale-sensitive sorting of certificates by name.
  /external/chromium/testing/gtest/samples/
sample3-inl.h 150 // Applies a function/functor on each element of the queue, and
  /external/chromium_org/base/
bind_helpers.h 312 explicit IgnoreResultHelper(T functor) : functor_(functor) {}
319 explicit IgnoreResultHelper(const Callback<T>& functor) : functor_(functor) {}
  /external/chromium_org/content/browser/
storage_partition_impl_map.h 85 // Functor for operator <.
  /external/chromium_org/testing/gtest/samples/
sample3-inl.h 149 // Applies a function/functor on each element of the queue, and
  /external/chromium_org/ui/gl/
gl_context_glx.cc 24 // scoped_ptr functor for XFree(). Use as follows:
  /external/clang/lib/Format/
WhitespaceManager.h 76 /// \brief Functor to sort changes in original source order.
  /external/eigen/Eigen/src/Core/
SelfCwiseBinaryOp.h 158 const BinaryOp& functor() const function in class:Eigen::SelfCwiseBinaryOp
VectorwiseOp.h 22 * \tparam MemberOp type of the member functor
176 template<template<typename _Scalar> class Functor,
180 Functor<Scalar>,
246 * The template parameter \a BinaryOp is the type of the functor
  /external/gtest/samples/
sample3-inl.h 150 // Applies a function/functor on each element of the queue, and
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
haskell.php 114 'Functor', 'Show', 'ShowS', 'Read', 'ReadS',
ocaml.php 53 'end', 'exception', 'external', 'failwith', 'false', 'for', 'fun', 'function', 'functor',
  /external/protobuf/gtest/samples/
sample3-inl.h 150 // Applies a function/functor on each element of the queue, and
  /external/stlport/etc/
ReleaseNote.txt 72 if a < b && b < a. Same for equivalent functor used in hash container implementation,

Completed in 1907 milliseconds

<<11121314151617181920>>