Home
last modified time | relevance | path

Searched refs:_direction (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/tools/telemetry/telemetry/page/actions/
Dswipe.py23 self._direction = direction
72 self._direction,
Dscroll_bounce.py26 self._direction = direction
87 self._direction,
Dscroll.py25 self._direction = direction
89 self._direction,
/external/qemu/target-i386/
Dhax-interface.h252 uint8_t _direction; member
Dhax-all.c567 ht->pio._direction, in hax_vcpu_hax_exec()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h166 && (_direction == other._direction)
188 unsigned _direction : 1; // TextDirection member
292 inherited_flags._direction = initialDirection(); in setBitDefaults()
580 … TextDirection direction() const { return static_cast<TextDirection>(inherited_flags._direction); } in direction()
1138 void setDirection(TextDirection v) { inherited_flags._direction = v; } in setDirection()
DRenderStyle.cpp532 || inherited_flags._direction != other.inherited_flags._direction in diffNeedsFullLayoutAndPaintInvalidation()
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp1034 #define ANNOTATE_BB(_states, _bb, _name, _type, _direction) \ argument
1037 for(BBState::ptr_const_iterator I = (_states)._direction##_ptr_begin(), \
1038 E = (_states)._direction##_ptr_end(); I != E; ++I) { \