Home
last modified time | relevance | path

Searched refs:_position (Results 1 – 11 of 11) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMAxisIteratorBase.java41 protected int _position = 0; field in DTMAxisIteratorBase
134 final int temp = _position; // Save state in getLast()
145 _position = temp; in getLast()
157 return _position == 0 ? 1 : _position; in getPosition()
213 _position++; in returnNode()
229 _position = 0; in resetPosition()
/external/parameter-framework/utility/
DTokenizer.cpp38 : _input(input), _delimiters(delimiters), _position(0) in Tokenizer()
47 string::size_type tokenStart = _input.find_first_not_of(_delimiters, _position); in next()
58 _position = tokenEnd; in next()
DTokenizer.h74 std::string::size_type _position; //< end of the last returned token variable
/external/lzma/Java/SevenZip/Compression/RangeCoder/
DEncoder.java19 long _position; field in Encoder
33 _position = 0; in Init()
56 _position += _cacheSize; in ShiftLow()
88 return _cacheSize + _position + 4; in GetProcessedSizeAdd()
/external/v8/tools/
DSourceMap.js344 this._position = 0;
353 return this._string.charAt(this._position++);
361 return this._string.charAt(this._position);
369 return this._position < this._string.length;
/external/slf4j/slf4j-site/src/site/pages/css/
Dpopup.css6 _position:absolute; /* hack for internet explorer 6*/
19 _position:absolute; /* hack for internet explorer 6*/
/external/lzma/CPP/7zip/UI/Common/
DArchiveExtractCallback.cpp175 _position = prop.uhVal.QuadPart; in GetStream()
370 RINOK(_outFileStreamSpec->Seek(_position, STREAM_SEEK_SET, NULL)); in GetStream()
410 askExtractMode, _isSplit ? &_position: 0); in PrepareOperation()
DArchiveExtractCallback.h40 UInt64 _position; variable
/external/protobuf/python/google/protobuf/
Dtext_format.py478 self._position = 0
/external/nanopb-c/generator/google/protobuf/
Dtext_format.py316 self._position = 0
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/_themes/webapp2/static/
Dgcode.css1113 _position:relative;