/external/fonttools/Lib/fontTools/misc/ |
D | macCreatorType.py | 32 fileCreator = Tag(finderInfo[4:8]) 33 return fileCreator, fileType 37 def setMacCreatorAndType(path, fileCreator, fileType): argument 51 if not all(len(s) == 4 for s in (fileCreator, fileType)): 53 finderInfo = pad(bytesjoin([fileType, fileCreator]), 32)
|
/external/python/cpython2/Mac/Modules/ |
D | MacOS.c | 351 finfo->fileCreator = ntohl(finfo->fileCreator); in MacOS_GetCreatorAndType() 353 creator = PyString_FromStringAndSize((char*)&(finfo->fileCreator), 4); in MacOS_GetCreatorAndType() 418 finfo->fileCreator = creator; in MacOS_SetCreatorAndType()
|
D | icgluemodule.c | 295 PyMac_BuildOSType, entry.fileCreator, in ici_ICMapFilename() 327 PyMac_BuildOSType, entry.fileCreator, in ici_ICMapTypeCreator()
|
D | Nav.c | 491 OSType fileCreator; in nav_NavPutFile() local 500 …ons(dict, &defaultLocation, &dialogOptions, &eventProc, NULL, NULL, NULL, &fileType, &fileCreator)) in nav_NavPutFile() 503 eventProc, fileType, fileCreator, (void *)dict); in nav_NavPutFile()
|
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/ |
D | FileSystemView.java | 247 Supplier<? extends File> fileCreator, in createFile() argument 252 checkNotNull(fileCreator); in createFile() 271 File newFile = fileCreator.get(); in createFile()
|
/external/python/cpython2/Lib/plat-mac/ |
D | EasyDialogs.py | 699 fileCreator=None, argument 715 fileCreator=fileCreator,wanted=wanted,multiple=multiple)
|
/external/fonttools/Lib/fontTools/ufoLib/ |
D | __init__.py | 888 fileCreator="com.github.fonttools.ufoLib", argument 1006 self._fileCreator = fileCreator 1042 …fileCreator = property(_get_fileCreator, doc="The file creator of the UFO. This is set into metain… variable in UFOWriter
|
/external/python/cpython2/Doc/library/ |
D | easydialogs.rst | 129 …ancelButtonLabel] [, preferenceKey] [, popupExtension] [, fileType] [, fileCreator] [, eventProc] …
|
/external/python/cpython2/Mac/Modules/win/ |
D | _Winmodule.c | 1082 OSType fileCreator; in WinObj_SetWindowProxyCreatorAndType() local 1089 PyMac_GetOSType, &fileCreator, in WinObj_SetWindowProxyCreatorAndType() 1094 fileCreator, in WinObj_SetWindowProxyCreatorAndType()
|
/external/python/cpython2/Mac/Modules/qt/ |
D | _Qtmodule.c | 12248 OSType fileCreator; in Qt_GraphicsImportExportImageFile() local 12257 PyMac_GetOSType, &fileCreator, in Qt_GraphicsImportExportImageFile() 12263 fileCreator, in Qt_GraphicsImportExportImageFile() 12815 OSType fileCreator; in Qt_GraphicsExportGetDefaultFileTypeAndCreator() local 12824 &fileCreator); in Qt_GraphicsExportGetDefaultFileTypeAndCreator() 12828 PyMac_BuildOSType, fileCreator); in Qt_GraphicsExportGetDefaultFileTypeAndCreator() 14004 OSType fileCreator; in Qt_GraphicsExportSetOutputFileTypeAndCreator() local 14011 PyMac_GetOSType, &fileCreator)) in Qt_GraphicsExportSetOutputFileTypeAndCreator() 14015 fileCreator); in Qt_GraphicsExportSetOutputFileTypeAndCreator() 14027 OSType fileCreator; in Qt_GraphicsExportGetOutputFileTypeAndCreator() local [all …]
|