HomeSort by relevance Sort by last modified time
    Searched full:_direction (Results 1 - 6 of 6) sorted by null

  /external/eigen/Eigen/src/Geometry/
Homogeneous.h 61 template<typename MatrixType,int _Direction> class Homogeneous
62 : public MatrixBase<Homogeneous<MatrixType,_Direction> >
66 enum { Direction = _Direction };
  /external/qemu/target-i386/
hax-interface.h 252 uint8_t _direction; member in struct:hax_tunnel::__anon25599::__anon25600
hax-all.c 563 ht->pio._direction,
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 161 && (_direction == other._direction)
183 unsigned _direction : 1; // TextDirection member in struct:WebCore::RenderStyle::InheritedFlags
294 inherited_flags._direction = initialDirection();
570 TextDirection direction() const { return static_cast<TextDirection>(inherited_flags._direction); }
    [all...]
RenderStyle.cpp 535 || inherited_flags._direction != other->inherited_flags._direction
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp     [all...]

Completed in 337 milliseconds