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::__anon27367::__anon27368
hax-all.c 563 ht->pio._direction,
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 155 && (_direction == other._direction)
177 unsigned _direction : 1; // TextDirection member in struct:WebCore::RenderStyle::InheritedFlags
282 inherited_flags._direction = initialDirection();
552 TextDirection direction() const { return static_cast<TextDirection>(inherited_flags._direction); }
    [all...]
RenderStyle.cpp 512 || inherited_flags._direction != other->inherited_flags._direction
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp     [all...]

Completed in 487 milliseconds