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/
H A 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/mbedtls/tests/scripts/
H A Danalyze_outcomes.py52 def new_section(self, fmt, *args, **kwargs): member in Results
75 results.new_section("Test {} and {}", ref_component, driver_component)
189 results.new_section("Analyze coverage")
194 results.new_section("Analyze driver {} vs reference {}",
/third_party/elfio/elfio/
H A Delfio.hpp448 section* new_section = sections_.back().get(); variable
449 new_section->set_index( static_cast<Elf_Half>( sections_.size() - 1 ) );
451 return new_section;
994 section* new_section = parent->create_section(); variable
995 new_section->set_name( name );
1001 new_section->set_name_string_offset( pos );
1003 return new_section;
/third_party/node/tools/
H A Dtest.py1306 new_section = Section(condition)
1307 sections.append(new_section)
1308 current_section = new_section

Completed in 6 milliseconds