HomeSort by relevance Sort by last modified time
    Searched refs:cmdinfo (Results 1 - 2 of 2) sorted by null

  /frameworks/native/cmds/installd/
installd.c 158 struct cmdinfo { struct
164 struct cmdinfo cmds[] = {
  /frameworks/native/opengl/tools/glgen2/registry/
reg.py 134 # CmdInfo - registry information about a command
140 class CmdInfo(BaseInfo):
347 # genCmd(cmdinfo) - generate interface for a command
348 # cmdinfo - CmdInfo for a command
451 # genCmd(cmdinfo)
634 def genCmd(self, cmdinfo, name):
635 OutputGenerator.genCmd(self, cmdinfo, name)
637 decls = self.makeCDecls(cmdinfo.elem)
648 # cmddict - dictionary of CmdInfo objects keyed by command nam
    [all...]

Completed in 615 milliseconds