Home
last modified time | relevance | path

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

/external/angle/scripts/
Dregistry_xml.py488 def add_commands(self, version, commands): member in CommandNames
531 self.all_cmd_names.add_commands(annotation, commands)
603 self.all_cmd_names.add_commands(ext_annotations[extension_name], ext_cmd_names)
/external/crosvm/tools/impl/
Dcommon.py776 argh.add_commands(parser, functions) # type: ignore