Home
last modified time | relevance | path

Searched refs:pdf_path (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/testing/tools/
Dtest_runner.py53 pdf_path = os.path.join(self.working_dir, input_root + '.pdf')
65 pdf_path)
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): argument
105 output_event_path = os.path.splitext(pdf_path)[0] + '.evt'
110 shutil.copyfile(original_path, pdf_path)
119 def TestText(self, input_root, expected_txt_path, pdf_path): argument
123 cmd_to_run = [self.pdfium_test_path, '--send-events', pdf_path]
129 def TestPixel(self, input_root, pdf_path): argument
[all …]
Dsafetynet_measure.py110 cmd.append(self.args.pdf_path)
/external/pdfium/core/fpdfdoc/
Dcpdf_interform.h74 std::unique_ptr<CFDF_Document> ExportToFDF(const WideString& pdf_path,
78 const WideString& pdf_path,
Dcpdf_interform.cpp1104 const WideString& pdf_path, in ExportToFDF() argument
1110 return ExportToFDF(pdf_path, fields, true, bSimpleFileSpec); in ExportToFDF()
1114 const WideString& pdf_path, in ExportToFDF() argument
1123 if (!pdf_path.IsEmpty()) { in ExportToFDF()
1125 WideString wsFilePath = CPDF_FileSpec::EncodeFileName(pdf_path); in ExportToFDF()
1135 filespec.SetFileName(pdf_path); in ExportToFDF()
/external/autotest/client/site_tests/platform_AddPrinter/
Dplatform_AddPrinter.py39 self.pdf_path = os.path.join(current_dir,
118 (_FAKE_PRINTER_ID, self.pdf_path)
/external/autotest/client/site_tests/platform_PrintJob/
Dplatform_PrintJob.py143 pdf_path = os.path.join(self.bindir, 'to_print.pdf')
144 tab.Navigate(self.cr.browser.platform.http_server.UrlOf(pdf_path))