/external/eigen/Eigen/src/Geometry/ |
Homogeneous.h | 17 * \class Homogeneous 19 * \brief Expression of one (or a set of) homogeneous vector(s) 21 * \param MatrixType the type of the object in which we are making homogeneous 23 * This class represents an expression of one (or a set of) homogeneous vector(s). 24 * It is the return type of MatrixBase::homogeneous() and most of the time 27 * \sa MatrixBase::homogeneous() 33 struct traits<Homogeneous<MatrixType,Direction> > 61 template<typename MatrixType,int _Direction> class Homogeneous 62 : public MatrixBase<Homogeneous<MatrixType,_Direction> > 68 typedef MatrixBase<Homogeneous> Base 127 MatrixBase<Derived>::homogeneous() const function in class:Eigen::MatrixBase 143 VectorwiseOp<ExpressionType,Direction>::homogeneous() const function in class:Eigen::VectorwiseOp [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
gtk_chrome_shrinkable_hbox_unittest.cc | 81 bool homogeneous = gtk_box_get_homogeneous(GTK_BOX(box_)); local 83 if (homogeneous) { 84 // If the |box_| is in homogeneous mode, then check if the visible 91 SCOPED_TRACE(testing::Message() << "Validate homogeneous child " << i 101 // If the |box_| is not in homogeneous mode, then just check if all 240 TEST_F(GtkChromeShrinkableHBoxTest, Homogeneous) {
|
/external/chromium_org/chrome/browser/ui/gtk/ |
gtk_chrome_shrinkable_hbox_unittest.cc | 81 bool homogeneous = gtk_box_get_homogeneous(GTK_BOX(box_)); local 83 if (homogeneous) { 84 // If the |box_| is in homogeneous mode, then check if the visible 91 SCOPED_TRACE(testing::Message() << "Validate homogeneous child " << i 101 // If the |box_| is not in homogeneous mode, then just check if all 240 TEST_F(GtkChromeShrinkableHBoxTest, Homogeneous) {
|
/external/eigen/Eigen/src/Core/util/ |
ForwardDeclarations.h | 266 template<typename MatrixType,int Direction> class Homogeneous;
|
/external/eigen/Eigen/src/Core/ |
MatrixBase.h | 409 typedef Homogeneous<Derived, HomogeneousReturnTypeDirection> HomogeneousReturnType; 410 HomogeneousReturnType homogeneous() const;
|
VectorwiseOp.h | 511 Homogeneous<ExpressionType,Direction> homogeneous() const;
|