Home
last modified time | relevance | path

Searched refs:_lines (Results 1 - 9 of 9) sorted by relevance

/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H A Dfile_process.py17 self._lines = []
76 return self._lines[self.line_number + relative_index - 1]
80 return self._lines[- (num + 1):-1]
95 self._lines.append(processing_line)
/third_party/skia/modules/canvaskit/npm_build/
H A Dtextapi_utils.js255 _lines: null,
266 getLines: function() { return this._lines; },
272 return this._lines[this._lines.length-1].bottom;
287 const l = lines_index_to_line(this._lines, a);
291 this._cursor.setPath(lines_indices_to_path(this._lines, a, b, this._width));
317 const i = lines_index_to_line_index(this._lines, index);
320 } else if (dy > 0 && i == this._lines.length - 1) {
323 const x = runs_index_to_x(this._lines[i].runs, index);
326 index = runs_x_to_index(this._lines[
[all...]
/third_party/skia/demos.skia.org/demos/textedit/
H A Dtextapi_utils.js244 _lines: null,
255 getLines: function() { return this._lines; },
261 return this._lines[this._lines.length-1].bottom;
276 const l = lines_index_to_line(this._lines, a);
280 this._cursor.setPath(lines_indices_to_path(this._lines, a, b, this._width));
306 const i = lines_index_to_line_index(this._lines, index);
309 } else if (dy > 0 && i == this._lines.length - 1) {
312 const x = runs_index_to_x(this._lines[i].runs, index);
315 index = runs_x_to_index(this._lines[
[all...]
/third_party/python/Tools/peg_generator/pegen/
H A Dtokenizer.py29 self._lines: Dict[int, str] = {}
59 self._lines[tok.start[0]] = tok.line
77 if self._lines:
78 lines = self._lines
/third_party/python/Lib/email/
H A Dheader.py424 self._lines = []
429 return linesep.join(self._lines)
439 if self._current_line.is_onlyws() and self._lines:
440 self._lines[-1] += str(self._current_line)
442 self._lines.append(str(self._current_line))
483 self._lines.append(self._continuation_ws + line)
542 self._lines.append(str(self._current_line))
H A Dfeedparser.py59 self._lines = deque()
80 if not self._lines:
86 line = self._lines.popleft()
93 self._lines.appendleft(line)
100 self._lines.appendleft(line)
124 self._lines.extend(lines)
/third_party/protobuf/objectivec/DevTools/
H A Dpddm.py383 self._lines = []
414 self._lines.append(line)
418 return self._lines
422 return len(self._lines)
430 if not self._lines:
432 return self._lines[0]
/third_party/backends/backend/
H A Dhp5590.c306 unsigned int _lines; in calc_image_params() local
325 _lines = var; in calc_image_params()
326 if (var > _lines) in calc_image_params()
327 _lines++; in calc_image_params()
334 _image_size = (unsigned long long) _lines * _bytes_per_line; in calc_image_params()
339 _pixel_bits, _pixels_per_line, _bytes_per_line, _lines, _image_size); in calc_image_params()
351 *lines = _lines; in calc_image_params()
/third_party/protobuf/python/google/protobuf/
H A Dtext_format.py1253 self._lines = iter(lines)
1278 self._current_line = next(self._lines)

Completed in 18 milliseconds