Searched refs:CmpObj_New (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Mac/Modules/cm/ |
D | _Cmmodule.c | 26 #define CmpObj_New _CmpObj_New macro 341 PyObject *CmpObj_New(Component itself) in CmpObj_New() function 445 CmpObj_New, _rv); in CmpObj_ResolveComponentAlias() 618 CmpObj_New, _rv); in CmpObj_CaptureComponent() 784 CmpObj_New, _rv); in Cm_RegisterComponentResource() 804 CmpObj_New, _rv); in Cm_FindNextComponent() 926 PyMac_INIT_TOOLBOX_OBJECT_NEW(Component, CmpObj_New); in init_Cm()
|
/external/python/cpython2/Include/ |
D | pymactoolbox.h | 121 extern PyObject *CmpObj_New(Component);
|
/external/python/cpython2/Python/ |
D | mactoolboxglue.c | 391 GLUE_NEW(Component, CmpObj_New, "Carbon.Cm")
|
/external/python/cpython2/Mac/Modules/qt/ |
D | _Qtmodule.c | 4182 CmpObj_New, _rv); in TrackObj_IsScrapMovie() 7682 CmpObj_New, _rv); in Qt_GetDataHandler() 7738 CmpObj_New, importer); in Qt_GetMovieImporterForDataRef() 10729 CmpObj_New, compressor, in Qt_FindCodec() 10730 CmpObj_New, decompressor); in Qt_FindCodec() 22077 CmpObj_New, compressor, in Qt_SGGetVideoCompressor() 22972 CmpObj_New, outputComponent); in Qt_QTVideoOutputGetIndSoundOutput() 23035 CmpObj_New, codec); in Qt_QTVideoOutputGetIndImageDecompressor() 24055 CmpObj_New, outputComponent); in Qt_MediaGetSoundOutputComponent()
|