Home | History | Annotate | Download | only in tools

Lines Matching refs:input_root

50     input_root, _ = os.path.splitext(input_filename)
51 expected_txt_path = os.path.join(source_dir, input_root + '_expected.txt')
53 pdf_path = os.path.join(self.working_dir, input_root + '.pdf')
64 raised_exception = self.Generate(source_dir, input_filename, input_root,
73 raised_exception = self.TestText(input_root, expected_txt_path, pdf_path)
75 raised_exception, results = self.TestPixel(input_root, pdf_path)
99 def Generate(self, source_dir, input_filename, input_root, pdf_path):
101 input_path = os.path.join(source_dir, input_root + '.in')
103 input_event_path = os.path.join(source_dir, input_root + '.evt')
119 def TestText(self, input_root, expected_txt_path, pdf_path):
120 txt_path = os.path.join(self.working_dir, input_root + '.txt')
129 def TestPixel(self, input_root, pdf_path):