Home
last modified time | relevance | path

Searched refs:next_line (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/extension-highlighter/
Dextension.rb154 def highlight_marks line, previous_line, next_line
178 if (HighlighterAnyListRx.match(next_line) != nil)
264 next_line = old_lines[index + 1]
266 next_line = ''
272 new_lines += highlighter.highlight_marks(line, previous_line, next_line)
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/
Dfile_process.py57 def next_line(self): member in LinewiseFileProcessor
64 if self.next_line is None:
66 return self.next_line.rstrip()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dcomment_convert.py137 next_line = self.next_line_rstripped
138 if next_line is None:
141 return next_line.strip().startswith('"')