/external/python/cpython2/Mac/Modules/ |
D | icgluemodule.c | 294 PyMac_BuildOSType, entry.fileType, in ici_ICMapFilename() 295 PyMac_BuildOSType, entry.fileCreator, in ici_ICMapFilename() 296 PyMac_BuildOSType, entry.postCreator, in ici_ICMapFilename() 326 PyMac_BuildOSType, entry.fileType, in ici_ICMapTypeCreator() 327 PyMac_BuildOSType, entry.fileCreator, in ici_ICMapTypeCreator() 328 PyMac_BuildOSType, entry.postCreator, in ici_ICMapTypeCreator()
|
D | Nav.c | 884 "preferenceKey", PyMac_BuildOSType, dialogOptions.preferenceKey in nav_NavGetDefaultDialogOptions()
|
/external/python/cpython2/Mac/Modules/launch/ |
D | _Launchmodule.c | 56 "filetype", PyMac_BuildOSType, it->filetype, in LSItemInfoRecord_New() 57 "creator", PyMac_BuildOSType, it->creator, in LSItemInfoRecord_New() 64 "filetype", PyMac_BuildOSType, it->filetype, in LSItemInfoRecord_New() 65 "creator", PyMac_BuildOSType, it->creator, in LSItemInfoRecord_New()
|
/external/python/cpython2/Mac/Modules/folder/ |
D | _Foldermodule.c | 142 PyMac_BuildOSType, theTypes); in Folder_GetFolderTypes() 248 PyMac_BuildOSType, routeToFolder, in Folder_FindFolderRouting() 288 PyMac_BuildOSType, foldType); in Folder_IdentifyFolder()
|
/external/python/cpython2/Mac/Modules/ae/ |
D | _AEmodule.c | 229 PyMac_BuildOSType, theAEKeyword, in AEDesc_AEGetNthPtr() 230 PyMac_BuildOSType, typeCode, in AEDesc_AEGetNthPtr() 259 PyMac_BuildOSType, theAEKeyword, in AEDesc_AEGetNthDesc() 283 PyMac_BuildOSType, typeCode, in AEDesc_AESizeOfNthItem() 388 PyMac_BuildOSType, typeCode, in AEDesc_AEGetParamPtr() 438 PyMac_BuildOSType, typeCode, in AEDesc_AESizeOfParam() 493 PyMac_BuildOSType, typeCode, in AEDesc_AEGetAttributePtr() 543 PyMac_BuildOSType, typeCode, in AEDesc_AESizeOfAttribute() 830 return PyMac_BuildOSType(self->ob_itself.descriptorType); in AEDesc_get_type()
|
/external/python/cpython2/Mac/Modules/cm/ |
D | _Cmmodule.c | 40 PyMac_BuildOSType, itself->componentType, in CmpDesc_New() 41 PyMac_BuildOSType, itself->componentSubType, in CmpDesc_New() 42 PyMac_BuildOSType, itself->componentManufacturer, in CmpDesc_New()
|
/external/python/cpython2/Include/ |
D | pymactoolbox.h | 48 PyObject *PyMac_BuildOSType(OSType); /* Convert OSType to PyObject */
|
/external/python/cpython2/Mac/Modules/scrap/ |
D | _Scrapmodule.c | 190 item = Py_BuildValue("O&l", PyMac_BuildOSType, infolist[i].flavorType, in ScrapObj_GetScrapFlavorInfoList()
|
/external/python/cpython2/Python/ |
D | mactoolboxglue.c | 176 PyMac_BuildOSType(OSType t) in PyMac_BuildOSType() function
|
/external/python/cpython2/Mac/Modules/res/ |
D | _Resmodule.c | 207 PyMac_BuildOSType, theType, in ResObj_GetResInfo() 800 PyMac_BuildOSType, theType); in Res_GetIndType() 822 PyMac_BuildOSType, theType); in Res_Get1IndType()
|
/external/python/cpython2/Mac/Modules/drag/ |
D | _Dragmodule.c | 311 PyMac_BuildOSType, theType); in DragObj_GetFlavorType() 1074 args = Py_BuildValue("O&l", PyMac_BuildOSType, theType, theItem); in dragglue_SendData()
|
/external/python/cpython2/Mac/Modules/qt/ |
D | _Qtmodule.c | 2450 PyMac_BuildOSType, mediaType, in MediaObj_GetMediaHandlerDescription() 2451 PyMac_BuildOSType, creatorManufacturer); in MediaObj_GetMediaHandlerDescription() 2575 PyMac_BuildOSType, dhType, in MediaObj_GetMediaDataHandlerDescription() 2576 PyMac_BuildOSType, creatorManufacturer); in MediaObj_GetMediaDataHandlerDescription() 3119 PyMac_BuildOSType, dataRefType, in MediaObj_GetMediaDataRef() 4362 PyMac_BuildOSType, _rv); in TrackObj_GetNextTrackReferenceType() 6678 PyMac_BuildOSType, dataRefType); in MovieObj_GetMovieDefaultDataRef() 11585 PyMac_BuildOSType, dataReType); in Qt_GraphicsImportGetDataReference() 12138 PyMac_BuildOSType, dataRefType); in Qt_GraphicsImportGetAliasedDataReference() 12827 PyMac_BuildOSType, fileType, in Qt_GraphicsExportGetDefaultFileTypeAndCreator() [all …]
|
/external/python/cpython2/Mac/Modules/file/ |
D | _Filemodule.c | 587 return Py_BuildValue("O&", PyMac_BuildOSType, self->ob_itself.fdType); in FInfo_get_Type() 598 return Py_BuildValue("O&", PyMac_BuildOSType, self->ob_itself.fdCreator); in FInfo_get_Creator()
|
/external/python/cpython2/Mac/Modules/ctl/ |
D | _Ctlmodule.c | 66 return Py_BuildValue("O&l", PyMac_BuildOSType, itself->signature, itself->id); in PyControlID_New() 1801 PyMac_BuildOSType, style); in CtlObj_GetDataBrowserViewStyle() 3189 PyMac_BuildOSType, propertyType); in CtlObj_GetDataBrowserColumnViewDisplayType()
|