Home
last modified time | relevance | path

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

/external/pdfium/testing/tools/
Dtest_runner.py77 pdf_path = os.path.join(self.working_dir, input_root + '.pdf')
87 pdf_path)
97 expected_txt_path, pdf_path)
100 raised_exception, results = self.TestPixel(pdf_path, use_ahem)
132 def Generate(self, source_dir, input_filename, input_root, pdf_path): argument
138 output_event_path = os.path.splitext(pdf_path)[0] + '.evt'
143 shutil.copyfile(original_path, pdf_path)
153 def TestText(self, input_filename, input_root, expected_txt_path, pdf_path): argument
167 cmd_to_run.append(pdf_path)
197 def TestPixel(self, pdf_path, use_ahem): argument
[all …]
Dsafetynet_measure.py133 cmd.append(self.args.pdf_path)
/external/autotest/client/site_tests/platform_PrintJob/
Dplatform_PrintJob.py60 pdf_path = os.path.join(self.bindir, 'to_print.pdf')
61 tab.Navigate(self.cr.browser.platform.http_server.UrlOf(pdf_path))
/external/pdfium/core/fpdfdoc/
Dcpdf_interactiveform.h85 std::unique_ptr<CFDF_Document> ExportToFDF(const WideString& pdf_path,
89 const WideString& pdf_path,
Dcpdf_interactiveform.cpp1013 const WideString& pdf_path, in ExportToFDF() argument
1019 return ExportToFDF(pdf_path, fields, true, bSimpleFileSpec); in ExportToFDF()
1023 const WideString& pdf_path, in ExportToFDF() argument
1032 if (!pdf_path.IsEmpty()) { in ExportToFDF()
1034 WideString wsFilePath = CPDF_FileSpec::EncodeFileName(pdf_path); in ExportToFDF()
1042 filespec.SetFileName(pdf_path); in ExportToFDF()
/external/pdfium/fpdfsdk/
Dfpdf_view_embeddertest.cpp415 std::string pdf_path; in TEST_F() local
417 ASSERT_TRUE(PathService::GetTestFilePath("rectangles.pdf", &pdf_path)); in TEST_F()
418 auto file_contents = GetFileContents(pdf_path.c_str(), &pdf_length); in TEST_F()