Home | History | Annotate | Download | only in commands

Lines Matching refs:port_name

115         for port_name in port_names:
116 model = self._model(options, port_name, tests)
119 if port_name != port_names[0]:
121 print '\n'.join(self._format_lines(options, port_name, lines))
135 def _format_lines(self, options, port_name, lines):
139 output.append("%s,%s" % (port_name, line.to_csv()))
143 output.append("// For %s" % port_name)
148 def _model(self, options, port_name, tests):
149 port = self._tool.port_factory.get(port_name, options)
189 for port_name in port_names:
190 if port_name != port_names[0]:
193 print "// For %s" % port_name
194 port = tool.port_factory.get(port_name)
196 self._print_baselines(options, port_name, test_name, port.expected_baselines_by_extension(test_name))
198 def _print_baselines(self, options, port_name, test_name, baselines):
203 print "%s,%s,%s,%s,%s,%s" % (port_name, test_name, self._platform_for_path(test_name),