Home
last modified time | relevance | path

Searched refs:_pos (Results 1 – 25 of 47) sorted by relevance

12

/third_party/boost/boost/spirit/home/classic/iterator/
Dposition_iterator.hpp183 : base_t(begin), _end(end), _pos(PositionT()), _isend(begin == end)
191 : base_t(begin), _end(end), _pos(PositionT(fileName)),
200 : base_t(begin), _end(end), _pos(PositionT(fileName, line)),
209 : base_t(begin), _end(end), _pos(PositionT(fileName, line, column)),
217 : base_t(begin), _end(end), _pos(pos), _isend(begin == end)
222 _end(iter._end), _pos(iter._pos), _isend(iter._isend)
230 _pos = iter._pos;
235 void set_position(PositionT const& newpos) { _pos = newpos; }
236 PositionT& get_position() { return _pos; }
237 PositionT const& get_position() const { return _pos; }
[all …]
/third_party/flutter/skia/modules/canvaskit/htmlcanvas/
Dlineargradient.js5 this._pos = []; property in LinearCanvasGradient
22 var idx = this._pos.indexOf(offset);
27 for (idx = 0; idx < this._pos.length; idx++) {
28 if (this._pos[idx] > offset) {
32 this._pos .splice(idx, 0, offset);
40 lcg._pos = this._pos.slice();
63 this._colors, this._pos, CanvasKit.TileMode.Clamp);
Dradialgradient.js8 this._pos = []; property in RadialCanvasGradient
25 var idx = this._pos.indexOf(offset);
30 for (idx = 0; idx < this._pos.length; idx++) {
31 if (this._pos[idx] > offset) {
35 this._pos .splice(idx, 0, offset);
43 rcg._pos = this._pos.slice();
73 [sx1, sy1], sr1, [sx2, sy2], sr2, this._colors, this._pos,
/third_party/skia/modules/canvaskit/htmlcanvas/
Dlineargradient.js5 this._pos = []; property in LinearCanvasGradient
22 var idx = this._pos.indexOf(offset);
27 for (idx = 0; idx < this._pos.length; idx++) {
28 if (this._pos[idx] > offset) {
32 this._pos .splice(idx, 0, offset);
40 lcg._pos = this._pos.slice();
63 this._colors, this._pos, CanvasKit.TileMode.Clamp);
Dradialgradient.js8 this._pos = []; property in RadialCanvasGradient
25 var idx = this._pos.indexOf(offset);
30 for (idx = 0; idx < this._pos.length; idx++) {
31 if (this._pos[idx] > offset) {
35 this._pos .splice(idx, 0, offset);
43 rcg._pos = this._pos.slice();
73 [sx1, sy1], sr1, [sx2, sy2], sr2, this._colors, this._pos,
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnfsubs.cpp78 MultiplierSubstitution(int32_t _pos, in MultiplierSubstitution() argument
83 : NFSubstitution(_pos, _ruleSet, description, status), divisor(rule->getDivisor()) in MultiplierSubstitution()
185 IntegralPartSubstitution(int32_t _pos, in IntegralPartSubstitution() argument
189 : NFSubstitution(_pos, _ruleSet, description, status) {} in IntegralPartSubstitution()
244 AbsoluteValueSubstitution(int32_t _pos, in AbsoluteValueSubstitution() argument
248 : NFSubstitution(_pos, _ruleSet, description, status) {} in AbsoluteValueSubstitution()
276 NumeratorSubstitution(int32_t _pos, in NumeratorSubstitution() argument
281 : NFSubstitution(_pos, _ruleSet, fixdesc(description), status), denominator(_denominator) in NumeratorSubstitution()
405 NFSubstitution::NFSubstitution(int32_t _pos, in NFSubstitution() argument
409 : pos(_pos), ruleSet(NULL), numberFormat(NULL) in NFSubstitution()
[all …]
Dfphdlimp.cpp32 FieldPositionOnlyHandler::FieldPositionOnlyHandler(FieldPosition& _pos) in FieldPositionOnlyHandler() argument
33 : pos(_pos) { in FieldPositionOnlyHandler()
/third_party/icu/icu4c/source/i18n/
Dnfsubs.cpp78 MultiplierSubstitution(int32_t _pos, in MultiplierSubstitution() argument
83 : NFSubstitution(_pos, _ruleSet, description, status), divisor(rule->getDivisor()) in MultiplierSubstitution()
185 IntegralPartSubstitution(int32_t _pos, in IntegralPartSubstitution() argument
189 : NFSubstitution(_pos, _ruleSet, description, status) {} in IntegralPartSubstitution()
244 AbsoluteValueSubstitution(int32_t _pos, in AbsoluteValueSubstitution() argument
248 : NFSubstitution(_pos, _ruleSet, description, status) {} in AbsoluteValueSubstitution()
276 NumeratorSubstitution(int32_t _pos, in NumeratorSubstitution() argument
281 : NFSubstitution(_pos, _ruleSet, fixdesc(description), status), denominator(_denominator) in NumeratorSubstitution()
405 NFSubstitution::NFSubstitution(int32_t _pos, in NFSubstitution() argument
409 : pos(_pos), ruleSet(NULL), numberFormat(NULL) in NFSubstitution()
[all …]
Dfphdlimp.cpp32 FieldPositionOnlyHandler::FieldPositionOnlyHandler(FieldPosition& _pos) in FieldPositionOnlyHandler() argument
33 : pos(_pos) { in FieldPositionOnlyHandler()
/third_party/skia/third_party/externals/icu/source/i18n/
Dnfsubs.cpp78 MultiplierSubstitution(int32_t _pos, in MultiplierSubstitution() argument
83 : NFSubstitution(_pos, _ruleSet, description, status), divisor(rule->getDivisor()) in MultiplierSubstitution()
185 IntegralPartSubstitution(int32_t _pos, in IntegralPartSubstitution() argument
189 : NFSubstitution(_pos, _ruleSet, description, status) {} in IntegralPartSubstitution()
244 AbsoluteValueSubstitution(int32_t _pos, in AbsoluteValueSubstitution() argument
248 : NFSubstitution(_pos, _ruleSet, description, status) {} in AbsoluteValueSubstitution()
276 NumeratorSubstitution(int32_t _pos, in NumeratorSubstitution() argument
281 : NFSubstitution(_pos, _ruleSet, fixdesc(description), status), denominator(_denominator) in NumeratorSubstitution()
405 NFSubstitution::NFSubstitution(int32_t _pos, in NFSubstitution() argument
409 : pos(_pos), ruleSet(NULL), numberFormat(NULL) in NFSubstitution()
[all …]
Dfphdlimp.cpp32 FieldPositionOnlyHandler::FieldPositionOnlyHandler(FieldPosition& _pos) in FieldPositionOnlyHandler() argument
33 : pos(_pos) { in FieldPositionOnlyHandler()
/third_party/node/deps/icu-small/source/i18n/
Dnfsubs.cpp78 MultiplierSubstitution(int32_t _pos, in MultiplierSubstitution() argument
83 : NFSubstitution(_pos, _ruleSet, description, status), divisor(rule->getDivisor()) in MultiplierSubstitution()
185 IntegralPartSubstitution(int32_t _pos, in IntegralPartSubstitution() argument
189 : NFSubstitution(_pos, _ruleSet, description, status) {} in IntegralPartSubstitution()
244 AbsoluteValueSubstitution(int32_t _pos, in AbsoluteValueSubstitution() argument
248 : NFSubstitution(_pos, _ruleSet, description, status) {} in AbsoluteValueSubstitution()
276 NumeratorSubstitution(int32_t _pos, in NumeratorSubstitution() argument
281 : NFSubstitution(_pos, _ruleSet, fixdesc(description), status), denominator(_denominator) in NumeratorSubstitution()
405 NFSubstitution::NFSubstitution(int32_t _pos, in NFSubstitution() argument
409 : pos(_pos), ruleSet(NULL), numberFormat(NULL) in NFSubstitution()
[all …]
Dfphdlimp.cpp32 FieldPositionOnlyHandler::FieldPositionOnlyHandler(FieldPosition& _pos) in FieldPositionOnlyHandler() argument
33 : pos(_pos) { in FieldPositionOnlyHandler()
/third_party/python/Lib/
D_compression.py42 self._pos = 0 # Current offset in decompressed stream
108 self._size = self._pos
110 self._pos += len(data)
127 self._pos = 0
135 offset = self._pos + offset
146 if offset < self._pos:
149 offset -= self._pos
158 return self._pos
162 return self._pos
Dbz2.py95 self._pos = 0
232 self._pos += length
268 return self._pos
Dlzma.py113 self._pos = 0
242 self._pos += length
268 return self._pos
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dconfig.c39 char **_pos) in wpa_config_get_line() argument
97 if (_pos) in wpa_config_get_line()
98 *_pos = pos; in wpa_config_get_line()
102 if (_pos) in wpa_config_get_line()
103 *_pos = NULL; in wpa_config_get_line()
/third_party/node/deps/icu-small/source/common/
Dservls.cpp159 int32_t _pos; member in ServiceEnumeration
166 , _pos(0) in ServiceEnumeration()
175 , _pos(0) in ServiceEnumeration()
186 _pos = other._pos; in ServiceEnumeration()
229 if (upToDate(status) && (_pos < _ids.size())) { in snext()
230 return (const UnicodeString*)_ids[_pos++]; in snext()
241 _pos = 0; in reset()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dservls.cpp160 int32_t _pos; member in ServiceEnumeration
167 , _pos(0) in ServiceEnumeration()
176 , _pos(0) in ServiceEnumeration()
187 _pos = other._pos; in ServiceEnumeration()
230 if (upToDate(status) && (_pos < _ids.size())) { in snext()
231 return (const UnicodeString*)_ids[_pos++]; in snext()
242 _pos = 0; in reset()
/third_party/icu/icu4c/source/common/
Dservls.cpp159 int32_t _pos; member in ServiceEnumeration
166 , _pos(0) in ServiceEnumeration()
175 , _pos(0) in ServiceEnumeration()
186 _pos = other._pos; in ServiceEnumeration()
229 if (upToDate(status) && (_pos < _ids.size())) { in snext()
230 return (const UnicodeString*)_ids[_pos++]; in snext()
241 _pos = 0; in reset()
/third_party/skia/third_party/externals/icu/source/common/
Dservls.cpp159 int32_t _pos; member in ServiceEnumeration
166 , _pos(0) in ServiceEnumeration()
175 , _pos(0) in ServiceEnumeration()
186 _pos = other._pos; in ServiceEnumeration()
229 if (upToDate(status) && (_pos < _ids.size())) { in snext()
230 return (const UnicodeString*)_ids[_pos++]; in snext()
241 _pos = 0; in reset()
/third_party/node/deps/npm/node_modules/fs-minipass/
Dindex.js29 const _pos = Symbol('_pos') constant
215 this[_pos] = typeof opt.start === 'number' ? opt.start : null
220 const defaultFlag = this[_pos] !== null ? 'r+' : 'w'
290 fs.write(this[_fd], buf, 0, buf.length, this[_pos], (er, bw) =>
298 if (this[_pos] !== null)
299 this[_pos] += bw
326 writev(this[_fd], iovec, this[_pos],
369 fs.writeSync(this[_fd], buf, 0, buf.length, this[_pos]))
/third_party/flatbuffers/php/
DByteBuffer.php30 private $_pos; variable in Google\\FlatBuffers\\ByteBuffer
66 return $this->_pos;
74 $this->_pos = $pos;
82 $this->_pos = 0;
98 return substr($this->_buffer, $this->_pos);
342 for ($i = $this->_pos, $j = 0; $j < strlen($buffer); $i++, $j++) {
/third_party/node/test/parallel/
Dtest-stream2-basic.js35 this._pos = 0;
40 const max = this._buffer.length - this._pos;
47 this._pos = 0;
63 const ret = this._buffer.slice(this._pos, this._pos + toRead);
64 this._pos += toRead;
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestaudiohotplug.c46 fillerup(void *_pos, Uint8 * stream, int len) in fillerup() argument
48 Uint32 pos = *((Uint32 *) _pos); in fillerup()
67 *((Uint32 *) _pos) = pos; in fillerup()

12