Home
last modified time | relevance | path

Searched refs:fileCreator (Results 1 – 9 of 9) sorted by relevance

/external/fonttools/Lib/fontTools/misc/
DmacCreatorType.py28 fileCreator = Tag(finderInfo[4:8])
29 return fileCreator, fileType
31 fileCreator, fileType = MacOS.GetCreatorAndType(path)
36 fileCreator = _reverseString(fileCreator)
38 return fileCreator, fileType
43 def setMacCreatorAndType(path, fileCreator, fileType): argument
46 if not all(len(s) == 4 for s in (fileCreator, fileType)):
48 finderInfo = pad(bytesjoin([fileType, fileCreator]), 32)
51 MacOS.SetCreatorAndType(path, fileCreator, fileType)
/external/python/cpython2/Mac/Modules/
DMacOS.c351 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()
Dicgluemodule.c295 PyMac_BuildOSType, entry.fileCreator, in ici_ICMapFilename()
327 PyMac_BuildOSType, entry.fileCreator, in ici_ICMapTypeCreator()
DNav.c491 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/python/cpython2/Lib/plat-mac/
DEasyDialogs.py699 fileCreator=None, argument
715 fileCreator=fileCreator,wanted=wanted,multiple=multiple)
/external/fonttools/Lib/fontTools/ufoLib/
D__init__.py822 fileCreator="com.github.fonttools.ufoLib", argument
936 self._fileCreator = fileCreator
974fileCreator = property(_get_fileCreator, doc="The file creator of the UFO. This is set into metain… variable in UFOWriter
/external/python/cpython2/Doc/library/
Deasydialogs.rst129 …ancelButtonLabel] [, preferenceKey] [, popupExtension] [, fileType] [, fileCreator] [, eventProc] …
/external/python/cpython2/Mac/Modules/win/
D_Winmodule.c1082 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.c12248 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 …]