Lines Matching refs:output

115     def run_test(args, dtb_file, output):  argument
123 dtb_platdata.run_steps(args, dtb_file, False, output, [], True)
177 output = tools.GetOutputFilename('output')
178 self.run_test(['struct'], dtb_file, output)
179 with open(output) as infile:
183 self.run_test(['platdata'], dtb_file, output)
184 with open(output) as infile:
289 output = tools.GetOutputFilename('output')
290 self.run_test(['struct'], dtb_file, output)
291 with open(output) as infile:
296 self.run_test(['platdata'], dtb_file, output)
297 with open(output) as infile:
303 self.run_test(['all'], dtb_file, output)
304 data = tools.ReadFile(output, binary=False)
310 output = tools.GetOutputFilename('output')
311 self.run_test(['struct'], dtb_file, output)
312 with open(output) as infile:
322 self.run_test(['platdata'], dtb_file, output)
323 with open(output) as infile:
344 output = tools.GetOutputFilename('output')
346 dtb_platdata.run_steps(['struct'], dtb_file, False, output, [])
347 with open(output) as infile:
355 dtb_platdata.run_steps(['platdata'], dtb_file, False, output, [])
356 with open(output) as infile:
374 output = tools.GetOutputFilename('output')
375 self.run_test(['struct'], dtb_file, output)
376 with open(output) as infile:
387 self.run_test(['platdata'], dtb_file, output)
388 with open(output) as infile:
456 output = tools.GetOutputFilename('output')
457 self.run_test(['struct'], dtb_file, output)
458 with open(output) as infile:
472 output = tools.GetOutputFilename('output')
473 self.run_test(['platdata'], dtb_file, output)
474 with open(output) as infile:
504 output = tools.GetOutputFilename('output')
505 dtb_platdata.run_steps(['platdata'], dtb_file, False, output, [], True)
506 with open(output) as infile:
575 output = tools.GetOutputFilename('output')
577 self.run_test(['struct'], dtb_file, output)
585 output = tools.GetOutputFilename('output')
587 self.run_test(['struct'], dtb_file, output)
594 output = tools.GetOutputFilename('output')
595 self.run_test(['struct'], dtb_file, output)
596 with open(output) as infile:
610 self.run_test(['platdata'], dtb_file, output)
611 with open(output) as infile:
652 output = tools.GetOutputFilename('output')
653 self.run_test(['struct'], dtb_file, output)
654 with open(output) as infile:
665 self.run_test(['platdata'], dtb_file, output)
666 with open(output) as infile:
696 output = tools.GetOutputFilename('output')
697 self.run_test(['struct'], dtb_file, output)
698 with open(output) as infile:
712 self.run_test(['platdata'], dtb_file, output)
713 with open(output) as infile:
754 output = tools.GetOutputFilename('output')
755 self.run_test(['struct'], dtb_file, output)
756 with open(output) as infile:
770 self.run_test(['platdata'], dtb_file, output)
771 with open(output) as infile:
813 output = tools.GetOutputFilename('output')
815 self.run_test(['struct'], dtb_file, output)
823 output = tools.GetOutputFilename('output')
825 self.run_test(['struct'], dtb_file, output)
833 output = tools.GetOutputFilename('output')
834 self.run_test(['struct'], dtb_file, output)
835 with open(output) as infile:
844 self.run_test(['platdata'], dtb_file, output)
845 with open(output) as infile:
882 output = tools.GetOutputFilename('output')
883 self.run_test(['all'], dtb_file, output)
884 data = tools.ReadFile(output, binary=False)
897 output = tools.GetOutputFilename('output')
899 self.run_test(['invalid-cmd'], dtb_file, output)