Lines Matching full:commands
110 commands = collections.defaultdict(list)
114 commands[target].extend(commands_list)
116 # Process the commands generated from this node
120 # Process the commands generated from this node's children
126 return commands
133 commands = collections.defaultdict(list)
139 commands[info.target].append(command)
141 return commands
165 commands = collections.defaultdict(list)
171 commands[info.target].append(command)
173 return commands
211 commands = collections.defaultdict(list)
224 commands[info.target].append(command)
226 return commands
387 commands = root_node.get_output_commands()
389 return commands