Home
last modified time | relevance | path

Searched refs:new_section (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/.gitlab-ci/lava/utils/
Dlog_follower.py89 def update_section(self, new_section: GitlabSection):
92 if self.current_section and self.current_section.id == new_section.id:
95 self.current_section = new_section
96 self._buffer.append(new_section.start())
104 if new_section := log_section.from_log_line_to_section(line):
105 self.update_section(new_section)
/third_party/elfio/elfio/
Delfio.hpp448 section* new_section = sections_.back().get(); in create_section() local
449 new_section->set_index( static_cast<Elf_Half>( sections_.size() - 1 ) ); in create_section()
451 return new_section; in create_section()
994 section* new_section = parent->create_section(); in add() local
995 new_section->set_name( name ); in add()
1001 new_section->set_name_string_offset( pos ); in add()
1003 return new_section; in add()
/third_party/node/tools/
Dtest.py1306 new_section = Section(condition)
1307 sections.append(new_section)
1308 current_section = new_section
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dtsdemux.c1648 GstMpegtsSection *new_section = in handle_psi() local
1651 (GstMpegtsSCTESIT *) gst_mpegts_section_get_scte_sit (new_section); in handle_psi()
1687 event = gst_event_new_mpegts_section (new_section); in handle_psi()
1688 gst_mpegts_section_unref (new_section); in handle_psi()