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

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMAxisIteratorBase.java 41 protected int _position = 0; field in class:DTMAxisIteratorBase
134 final int temp = _position; // Save state
145 _position = temp;
157 return _position == 0 ? 1 : _position;
213 _position++;
229 _position = 0;
  /external/lzma/Java/SevenZip/Compression/RangeCoder/
Encoder.java 19 long _position; field in class:Encoder
33 _position = 0;
56 _position += _cacheSize;
88 return _cacheSize + _position + 4;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Dialog.js 57 this._position();
58 this._windowResizeHandler = this._position.bind(this);
113 _position: function()
  /external/lzma/CPP/7zip/UI/Common/
ArchiveExtractCallback.h 40 UInt64 _position; member in class:CArchiveExtractCallback
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 205 && _position == other._position
233 unsigned _position : 3; // EPosition member in struct:WebCore::RenderStyle::NonInheritedFlags
297 noninherited_flags._position = initialPosition();
433 EPosition position() const { return static_cast<EPosition>(noninherited_flags._position); }
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 258 milliseconds