Lines Matching refs:cmd
119 def genCmd(self, cmd, name): argument
120 reg.OutputGenerator.genCmd(self, cmd, name)
122 rtype, fname = parseProto(cmd.elem.find('proto'))
123 params = [parseParam(p) for p in cmd.elem.findall('param')]
144 def genCmd(self, cmd, name): argument
145 reg.OutputGenerator.genCmd(self, cmd, name)
146 rtype, fname = parseProto(cmd.elem.find('proto'))
147 params = [parseParam(p) for p in cmd.elem.findall('param')]
186 for cmd in self.cmds:
187 if len(cmds) == 0 or cmd != cmds[-1]:
188 cmds.append(cmd)
193 for cmd in self.cmds:
195 % (cmd['rtype'], cmd['name'], fmtParams(cmd['params'])),
209 def genCmd(self, cmd, name): argument
210 reg.OutputGenerator.genCmd(self, cmd, name)
211 rtype, fname = parseProto(cmd.elem.find('proto'))
212 params = [parseParam(p) for p in cmd.elem.findall('param')]