/external/pdfium/third_party/libtiff/ |
D | tif_predict.c | 806 if (sp->printdir) in PredictorPrintDir() 807 (*sp->printdir)(tif, fd, flags); in PredictorPrintDir() 836 sp->printdir = tif->tif_tagmethods.printdir; in TIFFPredictorInit() 837 tif->tif_tagmethods.printdir = in TIFFPredictorInit() 860 tif->tif_tagmethods.printdir = sp->printdir; in TIFFPredictorCleanup()
|
D | tif_predict.h | 57 TIFFPrintMethod printdir; /* super-class method */ member
|
D | tif_fax3.c | 63 TIFFPrintMethod printdir; /* super-class method */ member 1157 tif->tif_tagmethods.printdir = sp->b.printdir; in Fax3Cleanup() 1324 if (sp->printdir) in Fax3PrintDir() 1325 (*sp->printdir)(tif, fd, flags); in Fax3PrintDir() 1366 sp->printdir = tif->tif_tagmethods.printdir; in InitCCITTFax3() 1367 tif->tif_tagmethods.printdir = Fax3PrintDir; /* hook for codec tags */ in InitCCITTFax3()
|
D | tif_jpeg.c | 175 TIFFPrintMethod printdir; /* super-class method */ member 2103 tif->tif_tagmethods.printdir = sp->printdir; in JPEGCleanup() 2243 if (sp->printdir) in JPEGPrintDir() 2244 (*sp->printdir)(tif, fd, flags); in JPEGPrintDir() 2373 sp->printdir = tif->tif_tagmethods.printdir; in TIFFInitJPEG() 2374 tif->tif_tagmethods.printdir = JPEGPrintDir; /* hook for codec tags */ in TIFFInitJPEG()
|
D | tif_ojpeg.c | 262 TIFFPrintMethod printdir; member 479 sp->printdir=tif->tif_tagmethods.printdir; in TIFFInitOJPEG() 480 tif->tif_tagmethods.printdir=OJPEGPrintDir; in TIFFInitOJPEG() 656 if (sp->printdir) in OJPEGPrintDir() 657 (*sp->printdir)(tif, fd, flags); in OJPEGPrintDir() 958 tif->tif_tagmethods.printdir=sp->printdir; in OJPEGCleanup()
|
D | tif_print.c | 654 if (tif->tif_tagmethods.printdir) in TIFFPrintDirectory() 655 (*tif->tif_tagmethods.printdir)(tif, fd, flags); in TIFFPrintDirectory()
|
D | tiffio.h | 338 TIFFPrintMethod printdir; /* directory print routine */ member
|
D | tif_dir.c | 1382 tif->tif_tagmethods.printdir = NULL; in TIFFDefaultDirectory()
|
/external/python/cpython2/Lib/test/ |
D | test_zipimport_support.py | 127 zip_file.printdir()
|
D | test_zipfile.py | 74 zipfp.printdir() 700 zipfp.printdir() 1796 tf.printdir()
|
/external/python/cpython3/Lib/test/ |
D | test_zipimport_support.py | 132 zip_file.printdir()
|
D | test_zipfile.py | 78 zipfp.printdir(file=fp) 615 zipfp.printdir(fp) 2292 tf.printdir(t)
|
/external/chromium-trace/catapult/third_party/zipfile/ |
D | zipfile_2_7_13.py | 887 def printdir(self): member in ZipFile 1497 zf.printdir()
|
/external/python/cpython2/Lib/ |
D | zipfile.py | 884 def printdir(self): member in ZipFile 1495 zf.printdir()
|
D | tarfile.py | 2592 def printdir(self): member in TarFileCompat
|
/external/python/cpython3/Lib/ |
D | zipfile.py | 1368 def printdir(self, file=None): member in ZipFile 2125 zf.printdir()
|
/external/python/cpython2/Doc/library/ |
D | zipfile.rst | 249 .. method:: ZipFile.printdir()
|
/external/python/cpython3/Doc/library/ |
D | zipfile.rst | 334 .. method:: ZipFile.printdir()
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.6a1.rst | 1783 ZipFile.printdir() crashed because the format string expected a tuple type
|
/external/strace/ |
D | ChangeLog | 45995 * file.c (printdir): Rename to print_old_dirent.
|