Home
last modified time | relevance | path

Searched defs:LogSectionType (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/.gitlab-ci/tests/lava/
Dhelpers.py22 def section_timeout(section_type: LogSectionType) -> int:
60 messages: dict[LogSectionType,
139 def mock_lava_signal(type: LogSectionType) -> dict[str, str]:
/external/mesa3d/.gitlab-ci/lava/utils/
Dlog_section.py11 class LogSectionType(Enum): class