Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dxml_consistency.py554 def check_names(elems, author, alt_authors, name_exceptions): argument
574 if has_any_suffixes(apiname, alt_authors):
599 alt_authors = set()
606 alt_authors.add(id)
608 check_names(req_elem.findall('./command'), author, alt_authors, name_exceptions)
609 check_names(req_elem.findall('./type'), author, alt_authors, name_exceptions)
610 check_names(req_elem.findall('./enum'), author, alt_authors, name_exceptions)