Searched defs:_direction (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DParsedSynthStyle.java227 private int _direction; field in class:ParsedSynthStyle.PainterInfo
234 _direction = direction;
254 return _direction;
258 return (_method == info._method && _direction == info._direction);
263 _direction + ",painter=" + _painter +"}";
/openjdk7/hotspot/src/share/vm/adlc/
H A Dformsopt.hpp216 bool _direction; // Direction of stack growth member in class:FrameForm
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DSimpleResultTreeImpl.java83 int _direction = DIRECTION_DOWN; field in class:SimpleResultTreeImpl.SimpleIterator
94 _direction = direction;
99 _direction = direction;
107 if (_direction == DIRECTION_DOWN) {
147 if (_direction == DIRECTION_DOWN)
149 else if (_direction == DIRECTION_UP)

Completed in 2578 milliseconds