Searched refs:pdf_path (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/testing/tools/ |
D | test_runner.py | 53 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 …]
|
D | safetynet_measure.py | 110 cmd.append(self.args.pdf_path)
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_interform.h | 74 std::unique_ptr<CFDF_Document> ExportToFDF(const WideString& pdf_path, 78 const WideString& pdf_path,
|
D | cpdf_interform.cpp | 1104 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/ |
D | platform_AddPrinter.py | 39 self.pdf_path = os.path.join(current_dir, 118 (_FAKE_PRINTER_ID, self.pdf_path)
|
/external/autotest/client/site_tests/platform_PrintJob/ |
D | platform_PrintJob.py | 143 pdf_path = os.path.join(self.bindir, 'to_print.pdf') 144 tab.Navigate(self.cr.browser.platform.http_server.UrlOf(pdf_path))
|