Lines Matching refs:cmd
119 def genCmd(self, cmd, name): argument
122 reg.OutputGenerator.genCmd(self, cmd, name)
124 rtype, fname = parseProto(cmd.elem.find('proto'))
125 params = [parseParam(p) for p in cmd.elem.findall('param')]
146 def genCmd(self, cmd, name): argument
149 reg.OutputGenerator.genCmd(self, cmd, name)
150 rtype, fname = parseProto(cmd.elem.find('proto'))
151 params = [parseParam(p) for p in cmd.elem.findall('param')]
192 for cmd in self.cmds:
193 if len(cmds) == 0 or cmd != cmds[-1]:
194 cmds.append(cmd)
199 for cmd in self.cmds:
201 % (cmd['rtype'], cmd['name'], fmtParams(cmd['params'])),
215 def genCmd(self, cmd, name): argument
216 reg.OutputGenerator.genCmd(self, cmd, name)
217 rtype, fname = parseProto(cmd.elem.find('proto'))
218 params = [parseParam(p) for p in cmd.elem.findall('param')]