Home
last modified time | relevance | path

Searched refs:AEDesc_NewBorrowed (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Include/
Dpymactoolbox.h117 extern PyObject *AEDesc_NewBorrowed(AppleEvent *);
/external/python/cpython2/Mac/Modules/ae/
D_AEmodule.c29 #define AEDesc_NewBorrowed _AEDesc_NewBorrowed macro
1420 PyObject *AEDesc_NewBorrowed(AEDesc *itself) in AEDesc_NewBorrowed() function
1440 PyMac_INIT_TOOLBOX_OBJECT_NEW(AEDesc *, AEDesc_NewBorrowed); in init_AE()
/external/python/cpython2/Python/
Dmactoolboxglue.c388 GLUE_NEW(AppleEvent *, AEDesc_NewBorrowed, "Carbon.AE")
/external/python/cpython2/Mac/Modules/
DNav.c113 AEDesc_NewBorrowed, theItem, info, sizeof(NavFileOrFolderInfo), (short)filterMode); in my_filterProc()