Lines Matching refs:commands
567 def _OutputCommandDispatcher(commands): argument
575 for command in commands:
579 for command in commands:
588 def _OutputHandleProcess(commands, typemap): argument
599 for command in commands:
617 def _OutputGetCommandCodeString(commands): argument
630 for command in commands:
637 def GenerateHeader(commands): argument
643 for command in commands:
656 def GenerateImplementation(commands, typemap): argument
664 for command in commands:
674 _OutputHandleProcess(commands, typemap)
675 _OutputCommandDispatcher(commands)
676 _OutputGetCommandCodeString(commands)