Home
last modified time | relevance | path

Searched refs:PyMac_BuildOSType (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython2/Mac/Modules/
Dicgluemodule.c294 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()
DNav.c884 "preferenceKey", PyMac_BuildOSType, dialogOptions.preferenceKey in nav_NavGetDefaultDialogOptions()
/external/python/cpython2/Mac/Modules/launch/
D_Launchmodule.c56 "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.c142 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.c229 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.c40 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/
Dpymactoolbox.h48 PyObject *PyMac_BuildOSType(OSType); /* Convert OSType to PyObject */
/external/python/cpython2/Mac/Modules/scrap/
D_Scrapmodule.c190 item = Py_BuildValue("O&l", PyMac_BuildOSType, infolist[i].flavorType, in ScrapObj_GetScrapFlavorInfoList()
/external/python/cpython2/Python/
Dmactoolboxglue.c176 PyMac_BuildOSType(OSType t) in PyMac_BuildOSType() function
/external/python/cpython2/Mac/Modules/res/
D_Resmodule.c207 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.c311 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.c2450 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.c587 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.c66 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()