/aosp_15_r20/external/python/cpython2/Mac/Modules/qd/ |
D | _Qdmodule.c | 1181 {"MacSetPort", (PyCFunction)GrafObj_MacSetPort, 1, 1183 {"QDSwapPort", (PyCFunction)GrafObj_QDSwapPort, 1, 1185 {"IsValidPort", (PyCFunction)GrafObj_IsValidPort, 1, 1187 {"GetPortPixMap", (PyCFunction)GrafObj_GetPortPixMap, 1, 1189 {"GetPortBitMapForCopyBits", (PyCFunction)GrafObj_GetPortBitMapForCopyBits, 1, 1191 {"GetPortBounds", (PyCFunction)GrafObj_GetPortBounds, 1, 1193 {"GetPortForeColor", (PyCFunction)GrafObj_GetPortForeColor, 1, 1195 {"GetPortBackColor", (PyCFunction)GrafObj_GetPortBackColor, 1, 1197 {"GetPortOpColor", (PyCFunction)GrafObj_GetPortOpColor, 1, 1199 {"GetPortHiliteColor", (PyCFunction)GrafObj_GetPortHiliteColor, 1, [all …]
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | _cursesmodule.c | 1572 {"addch", (PyCFunction)PyCursesWindow_AddCh, METH_VARARGS}, 1573 {"addnstr", (PyCFunction)PyCursesWindow_AddNStr, METH_VARARGS}, 1574 {"addstr", (PyCFunction)PyCursesWindow_AddStr, METH_VARARGS}, 1575 {"attroff", (PyCFunction)PyCursesWindow_AttrOff, METH_VARARGS}, 1576 {"attron", (PyCFunction)PyCursesWindow_AttrOn, METH_VARARGS}, 1577 {"attrset", (PyCFunction)PyCursesWindow_AttrSet, METH_VARARGS}, 1578 {"bkgd", (PyCFunction)PyCursesWindow_Bkgd, METH_VARARGS}, 1580 {"chgat", (PyCFunction)PyCursesWindow_ChgAt, METH_VARARGS}, 1582 {"bkgdset", (PyCFunction)PyCursesWindow_BkgdSet, METH_VARARGS}, 1583 {"border", (PyCFunction)PyCursesWindow_Border, METH_VARARGS}, [all …]
|
D | flmodule.c | 248 {"set_call_back", (PyCFunction)generic_set_call_back, METH_VARARGS}, 249 {"delete_object", (PyCFunction)generic_delete_object, METH_NOARGS}, 250 {"show_object", (PyCFunction)generic_show_object, METH_NOARGS}, 251 {"hide_object", (PyCFunction)generic_hide_object, METH_NOARGS}, 252 {"redraw_object", (PyCFunction)generic_redraw_object, METH_NOARGS}, 254 {"freeze_object", (PyCFunction)generic_freeze_object, METH_NOARGS}, 255 {"unfreeze_object", (PyCFunction)generic_unfreeze_object, METH_NOARGS}, 257 {"activate_object", (PyCFunction)generic_activate_object, METH_NOARGS}, 258 {"deactivate_object", (PyCFunction)generic_deactivate_object, METH_NOARGS}, 259 {"set_object_shortcut", (PyCFunction)generic_set_object_shortcut, METH_VARARGS}, [all …]
|
D | _bsddb.c | 8727 {"append", (PyCFunction)DB_append, METH_VARARGS|METH_KEYWORDS}, 8728 {"associate", (PyCFunction)DB_associate, METH_VARARGS|METH_KEYWORDS}, 8729 {"close", (PyCFunction)DB_close, METH_VARARGS}, 8731 {"compact", (PyCFunction)DB_compact, METH_VARARGS|METH_KEYWORDS}, 8733 {"consume", (PyCFunction)DB_consume, METH_VARARGS|METH_KEYWORDS}, 8734 {"consume_wait", (PyCFunction)DB_consume_wait, METH_VARARGS|METH_KEYWORDS}, 8735 {"cursor", (PyCFunction)DB_cursor, METH_VARARGS|METH_KEYWORDS}, 8736 {"delete", (PyCFunction)DB_delete, METH_VARARGS|METH_KEYWORDS}, 8737 {"fd", (PyCFunction)DB_fd, METH_NOARGS}, 8739 {"exists", (PyCFunction)DB_exists, [all …]
|
D | svmodule.c | 258 {"YUVtoRGB", (PyCFunction)svc_YUVtoRGB, METH_OLDARGS}, 259 {"RGB8toRGB32", (PyCFunction)svc_RGB8toRGB32, METH_OLDARGS}, 260 {"InterleaveFields", (PyCFunction)svc_InterleaveFields, METH_OLDARGS}, 261 {"UnlockCaptureData", (PyCFunction)svc_UnlockCaptureData, METH_OLDARGS}, 262 {"FindVisibleRegion", (PyCFunction)svc_FindVisibleRegion, METH_OLDARGS}, 263 {"GetFields", (PyCFunction)svc_GetFields, METH_OLDARGS}, 264 {"YUVtoYUV422DC", (PyCFunction)svc_YUVtoYUV422DC, METH_OLDARGS}, 265 {"YUVtoYUV422DC_quarter",(PyCFunction)svc_YUVtoYUV422DC_quarter, METH_OLDARGS}, 266 {"YUVtoYUV422DC_sixteenth",(PyCFunction)svc_YUVtoYUV422DC_sixteenth, METH_OLDARGS}, 268 {"lrectwrite", (PyCFunction)svc_lrectwrite, METH_OLDARGS}, [all …]
|
/aosp_15_r20/external/python/cpython2/Mac/Modules/qt/ |
D | _Qtmodule.c | 1168 {"MCSetMovie", (PyCFunction)MovieCtlObj_MCSetMovie, 1, 1170 {"MCGetIndMovie", (PyCFunction)MovieCtlObj_MCGetIndMovie, 1, 1172 {"MCRemoveAllMovies", (PyCFunction)MovieCtlObj_MCRemoveAllMovies, 1, 1174 {"MCRemoveAMovie", (PyCFunction)MovieCtlObj_MCRemoveAMovie, 1, 1176 {"MCRemoveMovie", (PyCFunction)MovieCtlObj_MCRemoveMovie, 1, 1178 {"MCIsPlayerEvent", (PyCFunction)MovieCtlObj_MCIsPlayerEvent, 1, 1180 {"MCDoAction", (PyCFunction)MovieCtlObj_MCDoAction, 1, 1182 {"MCSetControllerAttached", (PyCFunction)MovieCtlObj_MCSetControllerAttached, 1, 1184 {"MCIsControllerAttached", (PyCFunction)MovieCtlObj_MCIsControllerAttached, 1, 1186 {"MCSetControllerPort", (PyCFunction)MovieCtlObj_MCSetControllerPort, 1, [all …]
|
/aosp_15_r20/external/python/cpython2/Mac/Modules/menu/ |
D | _Menumodule.c | 2302 {"DisposeMenu", (PyCFunction)MenuObj_DisposeMenu, 1, 2304 {"CalcMenuSize", (PyCFunction)MenuObj_CalcMenuSize, 1, 2306 {"CountMenuItems", (PyCFunction)MenuObj_CountMenuItems, 1, 2308 {"GetMenuFont", (PyCFunction)MenuObj_GetMenuFont, 1, 2310 {"SetMenuFont", (PyCFunction)MenuObj_SetMenuFont, 1, 2312 {"GetMenuExcludesMarkColumn", (PyCFunction)MenuObj_GetMenuExcludesMarkColumn, 1, 2314 {"SetMenuExcludesMarkColumn", (PyCFunction)MenuObj_SetMenuExcludesMarkColumn, 1, 2316 {"IsValidMenu", (PyCFunction)MenuObj_IsValidMenu, 1, 2318 {"GetMenuRetainCount", (PyCFunction)MenuObj_GetMenuRetainCount, 1, 2320 {"RetainMenu", (PyCFunction)MenuObj_RetainMenu, 1, [all …]
|
/aosp_15_r20/external/python/cpython2/Mac/Modules/win/ |
D | _Winmodule.c | 2326 {"GetWindowOwnerCount", (PyCFunction)WinObj_GetWindowOwnerCount, 1, 2328 {"CloneWindow", (PyCFunction)WinObj_CloneWindow, 1, 2330 {"GetWindowRetainCount", (PyCFunction)WinObj_GetWindowRetainCount, 1, 2332 {"RetainWindow", (PyCFunction)WinObj_RetainWindow, 1, 2334 {"ReleaseWindow", (PyCFunction)WinObj_ReleaseWindow, 1, 2336 {"ReshapeCustomWindow", (PyCFunction)WinObj_ReshapeCustomWindow, 1, 2338 {"GetWindowWidgetHilite", (PyCFunction)WinObj_GetWindowWidgetHilite, 1, 2340 {"GetWindowClass", (PyCFunction)WinObj_GetWindowClass, 1, 2342 {"GetWindowAttributes", (PyCFunction)WinObj_GetWindowAttributes, 1, 2344 {"ChangeWindowAttributes", (PyCFunction)WinObj_ChangeWindowAttributes, 1, [all …]
|
/aosp_15_r20/external/python/cpython2/Mac/Modules/cg/ |
D | _CGmodule.c | 1062 {"CGContextSaveGState", (PyCFunction)CGContextRefObj_CGContextSaveGState, 1, 1064 {"CGContextRestoreGState", (PyCFunction)CGContextRefObj_CGContextRestoreGState, 1, 1066 {"CGContextScaleCTM", (PyCFunction)CGContextRefObj_CGContextScaleCTM, 1, 1068 {"CGContextTranslateCTM", (PyCFunction)CGContextRefObj_CGContextTranslateCTM, 1, 1070 {"CGContextRotateCTM", (PyCFunction)CGContextRefObj_CGContextRotateCTM, 1, 1072 {"CGContextConcatCTM", (PyCFunction)CGContextRefObj_CGContextConcatCTM, 1, 1074 {"CGContextGetCTM", (PyCFunction)CGContextRefObj_CGContextGetCTM, 1, 1076 {"CGContextSetLineWidth", (PyCFunction)CGContextRefObj_CGContextSetLineWidth, 1, 1078 {"CGContextSetLineCap", (PyCFunction)CGContextRefObj_CGContextSetLineCap, 1, 1080 {"CGContextSetLineJoin", (PyCFunction)CGContextRefObj_CGContextSetLineJoin, 1, [all …]
|
/aosp_15_r20/external/python/cpython2/Mac/Modules/ctl/ |
D | _Ctlmodule.c | 3480 {"HiliteControl", (PyCFunction)CtlObj_HiliteControl, 1, 3482 {"ShowControl", (PyCFunction)CtlObj_ShowControl, 1, 3484 {"HideControl", (PyCFunction)CtlObj_HideControl, 1, 3486 {"IsControlActive", (PyCFunction)CtlObj_IsControlActive, 1, 3488 {"IsControlVisible", (PyCFunction)CtlObj_IsControlVisible, 1, 3490 {"ActivateControl", (PyCFunction)CtlObj_ActivateControl, 1, 3492 {"DeactivateControl", (PyCFunction)CtlObj_DeactivateControl, 1, 3494 {"SetControlVisibility", (PyCFunction)CtlObj_SetControlVisibility, 1, 3496 {"IsControlEnabled", (PyCFunction)CtlObj_IsControlEnabled, 1, 3498 {"EnableControl", (PyCFunction)CtlObj_EnableControl, 1, [all …]
|
/aosp_15_r20/external/python/cpython3/Modules/clinic/ |
D | _cursesmodule.c.h | 24 {"addch", (PyCFunction)_curses_window_addch, METH_VARARGS, _curses_window_addch__doc__}, 96 {"addstr", (PyCFunction)_curses_window_addstr, METH_VARARGS, _curses_window_addstr__doc__}, 170 {"addnstr", (PyCFunction)_curses_window_addnstr, METH_VARARGS, _curses_window_addnstr__doc__}, 273 {"attroff", (PyCFunction)_curses_window_attroff, METH_O, _curses_window_attroff__doc__}, 301 {"attron", (PyCFunction)_curses_window_attron, METH_O, _curses_window_attron__doc__}, 329 {"attrset", (PyCFunction)_curses_window_attrset, METH_O, _curses_window_attrset__doc__}, 501 {"box", (PyCFunction)_curses_window_box, METH_VARARGS, _curses_window_box__doc__}, 544 {"delch", (PyCFunction)_curses_window_delch, METH_VARARGS, _curses_window_delch__doc__}, 595 {"derwin", (PyCFunction)_curses_window_derwin, METH_VARARGS, _curses_window_derwin__doc__}, 728 {"getbkgd", (PyCFunction)_curses_window_getbkgd, METH_NOARGS, _curses_window_getbkgd__doc__}, [all …]
|
/aosp_15_r20/external/python/cpython2/Mac/Modules/mlte/ |
D | _Mltemodule.c | 1121 {"TXNDeleteObject", (PyCFunction)TXNObj_TXNDeleteObject, 1, 1123 {"TXNResizeFrame", (PyCFunction)TXNObj_TXNResizeFrame, 1, 1125 {"TXNSetFrameBounds", (PyCFunction)TXNObj_TXNSetFrameBounds, 1, 1127 {"TXNKeyDown", (PyCFunction)TXNObj_TXNKeyDown, 1, 1129 {"TXNAdjustCursor", (PyCFunction)TXNObj_TXNAdjustCursor, 1, 1131 {"TXNClick", (PyCFunction)TXNObj_TXNClick, 1, 1133 {"TXNSelectAll", (PyCFunction)TXNObj_TXNSelectAll, 1, 1135 {"TXNFocus", (PyCFunction)TXNObj_TXNFocus, 1, 1137 {"TXNUpdate", (PyCFunction)TXNObj_TXNUpdate, 1, 1139 {"TXNDraw", (PyCFunction)TXNObj_TXNDraw, 1, [all …]
|
/aosp_15_r20/external/python/cpython2/Mac/Modules/te/ |
D | _TEmodule.c | 769 {"TESetText", (PyCFunction)TEObj_TESetText, 1, 771 {"TEGetText", (PyCFunction)TEObj_TEGetText, 1, 773 {"TEIdle", (PyCFunction)TEObj_TEIdle, 1, 775 {"TESetSelect", (PyCFunction)TEObj_TESetSelect, 1, 777 {"TEActivate", (PyCFunction)TEObj_TEActivate, 1, 779 {"TEDeactivate", (PyCFunction)TEObj_TEDeactivate, 1, 781 {"TEKey", (PyCFunction)TEObj_TEKey, 1, 783 {"TECut", (PyCFunction)TEObj_TECut, 1, 785 {"TECopy", (PyCFunction)TEObj_TECopy, 1, 787 {"TEPaste", (PyCFunction)TEObj_TEPaste, 1, [all …]
|
/aosp_15_r20/external/python/cpython2/Mac/Modules/app/ |
D | _Appmodule.c | 100 {"SetThemeDrawingState", (PyCFunction)ThemeDrawingStateObj_SetThemeDrawingState, 1, 102 {"DisposeThemeDrawingState", (PyCFunction)ThemeDrawingStateObj_DisposeThemeDrawingState, 1, 1661 {"RegisterAppearanceClient", (PyCFunction)App_RegisterAppearanceClient, 1, 1663 {"UnregisterAppearanceClient", (PyCFunction)App_UnregisterAppearanceClient, 1, 1665 {"SetThemePen", (PyCFunction)App_SetThemePen, 1, 1667 {"SetThemeBackground", (PyCFunction)App_SetThemeBackground, 1, 1669 {"SetThemeTextColor", (PyCFunction)App_SetThemeTextColor, 1, 1671 {"SetThemeWindowBackground", (PyCFunction)App_SetThemeWindowBackground, 1, 1673 {"DrawThemeWindowHeader", (PyCFunction)App_DrawThemeWindowHeader, 1, 1675 {"DrawThemeWindowListViewHeader", (PyCFunction)App_DrawThemeWindowListViewHeader, 1, [all …]
|
/aosp_15_r20/external/python/cpython2/Mac/Modules/icn/ |
D | _Icnmodule.c | 1455 {"GetCIcon", (PyCFunction)Icn_GetCIcon, 1, 1457 {"PlotCIcon", (PyCFunction)Icn_PlotCIcon, 1, 1459 {"DisposeCIcon", (PyCFunction)Icn_DisposeCIcon, 1, 1461 {"GetIcon", (PyCFunction)Icn_GetIcon, 1, 1463 {"PlotIcon", (PyCFunction)Icn_PlotIcon, 1, 1465 {"PlotIconID", (PyCFunction)Icn_PlotIconID, 1, 1467 {"NewIconSuite", (PyCFunction)Icn_NewIconSuite, 1, 1469 {"AddIconToSuite", (PyCFunction)Icn_AddIconToSuite, 1, 1471 {"GetIconFromSuite", (PyCFunction)Icn_GetIconFromSuite, 1, 1473 {"GetIconSuite", (PyCFunction)Icn_GetIconSuite, 1, [all …]
|
/aosp_15_r20/external/python/cpython2/Mac/Modules/dlg/ |
D | _Dlgmodule.c | 864 {"DrawDialog", (PyCFunction)DlgObj_DrawDialog, 1, 866 {"UpdateDialog", (PyCFunction)DlgObj_UpdateDialog, 1, 868 {"HideDialogItem", (PyCFunction)DlgObj_HideDialogItem, 1, 870 {"ShowDialogItem", (PyCFunction)DlgObj_ShowDialogItem, 1, 872 {"FindDialogItem", (PyCFunction)DlgObj_FindDialogItem, 1, 874 {"DialogCut", (PyCFunction)DlgObj_DialogCut, 1, 876 {"DialogPaste", (PyCFunction)DlgObj_DialogPaste, 1, 878 {"DialogCopy", (PyCFunction)DlgObj_DialogCopy, 1, 880 {"DialogDelete", (PyCFunction)DlgObj_DialogDelete, 1, 882 {"GetDialogItem", (PyCFunction)DlgObj_GetDialogItem, 1, [all …]
|
/aosp_15_r20/external/python/cpython3/Python/clinic/ |
D | sysmodule.c.h | 44 {"displayhook", (PyCFunction)sys_displayhook, METH_O, sys_displayhook__doc__}, 90 {"exception", (PyCFunction)sys_exception, METH_NOARGS, sys_exception__doc__}, 111 {"exc_info", (PyCFunction)sys_exc_info, METH_NOARGS, sys_exc_info__doc__}, 137 {"unraisablehook", (PyCFunction)sys_unraisablehook, METH_O, sys_unraisablehook__doc__}, 183 …{"getdefaultencoding", (PyCFunction)sys_getdefaultencoding, METH_NOARGS, sys_getdefaultencoding__d… 201 …{"getfilesystemencoding", (PyCFunction)sys_getfilesystemencoding, METH_NOARGS, sys_getfilesystemen… 219 …{"getfilesystemencodeerrors", (PyCFunction)sys_getfilesystemencodeerrors, METH_NOARGS, sys_getfile… 241 {"intern", (PyCFunction)sys_intern, METH_O, sys_intern__doc__}, 275 {"gettrace", (PyCFunction)sys_gettrace, METH_NOARGS, sys_gettrace__doc__}, 295 {"getprofile", (PyCFunction)sys_getprofile, METH_NOARGS, sys_getprofile__doc__}, [all …]
|
/aosp_15_r20/external/python/cpython2/Mac/Modules/list/ |
D | _Listmodule.c | 618 {"LAddColumn", (PyCFunction)ListObj_LAddColumn, 1, 620 {"LAddRow", (PyCFunction)ListObj_LAddRow, 1, 622 {"LDelColumn", (PyCFunction)ListObj_LDelColumn, 1, 624 {"LDelRow", (PyCFunction)ListObj_LDelRow, 1, 626 {"LGetSelect", (PyCFunction)ListObj_LGetSelect, 1, 628 {"LLastClick", (PyCFunction)ListObj_LLastClick, 1, 630 {"LNextCell", (PyCFunction)ListObj_LNextCell, 1, 632 {"LSize", (PyCFunction)ListObj_LSize, 1, 634 {"LSetDrawingMode", (PyCFunction)ListObj_LSetDrawingMode, 1, 636 {"LScroll", (PyCFunction)ListObj_LScroll, 1, [all …]
|
/aosp_15_r20/external/python/cpython2/Mac/Modules/res/ |
D | _Resmodule.c | 473 {"HomeResFile", (PyCFunction)ResObj_HomeResFile, 1, 475 {"MacLoadResource", (PyCFunction)ResObj_MacLoadResource, 1, 477 {"ReleaseResource", (PyCFunction)ResObj_ReleaseResource, 1, 479 {"DetachResource", (PyCFunction)ResObj_DetachResource, 1, 481 {"GetResAttrs", (PyCFunction)ResObj_GetResAttrs, 1, 483 {"GetResInfo", (PyCFunction)ResObj_GetResInfo, 1, 485 {"SetResInfo", (PyCFunction)ResObj_SetResInfo, 1, 487 {"AddResource", (PyCFunction)ResObj_AddResource, 1, 489 {"GetResourceSizeOnDisk", (PyCFunction)ResObj_GetResourceSizeOnDisk, 1, 491 {"GetMaxResourceSize", (PyCFunction)ResObj_GetMaxResourceSize, 1, [all …]
|
/aosp_15_r20/external/python/cpython2/Mac/Modules/evt/ |
D | _Evtmodule.c | 472 {"GetMouse", (PyCFunction)Evt_GetMouse, 1, 474 {"Button", (PyCFunction)Evt_Button, 1, 476 {"StillDown", (PyCFunction)Evt_StillDown, 1, 478 {"WaitMouseUp", (PyCFunction)Evt_WaitMouseUp, 1, 480 {"GetCaretTime", (PyCFunction)Evt_GetCaretTime, 1, 482 {"GetKeys", (PyCFunction)Evt_GetKeys, 1, 484 {"GetDblTime", (PyCFunction)Evt_GetDblTime, 1, 486 {"SetEventMask", (PyCFunction)Evt_SetEventMask, 1, 488 {"GetNextEvent", (PyCFunction)Evt_GetNextEvent, 1, 490 {"EventAvail", (PyCFunction)Evt_EventAvail, 1, [all …]
|
/aosp_15_r20/external/python/cpython2/Mac/Modules/cf/ |
D | _CFmodule.c | 352 {"CFGetTypeID", (PyCFunction)CFTypeRefObj_CFGetTypeID, 1, 354 {"CFRetain", (PyCFunction)CFTypeRefObj_CFRetain, 1, 356 {"CFRelease", (PyCFunction)CFTypeRefObj_CFRelease, 1, 358 {"CFGetRetainCount", (PyCFunction)CFTypeRefObj_CFGetRetainCount, 1, 360 {"CFEqual", (PyCFunction)CFTypeRefObj_CFEqual, 1, 362 {"CFHash", (PyCFunction)CFTypeRefObj_CFHash, 1, 364 {"CFCopyDescription", (PyCFunction)CFTypeRefObj_CFCopyDescription, 1, 366 {"CFPropertyListCreateXMLData", (PyCFunction)CFTypeRefObj_CFPropertyListCreateXMLData, 1, 368 {"CFPropertyListCreateDeepCopy", (PyCFunction)CFTypeRefObj_CFPropertyListCreateDeepCopy, 1, 370 {"CFShow", (PyCFunction)CFTypeRefObj_CFShow, 1, [all …]
|
/aosp_15_r20/external/python/cpython2/Mac/Modules/carbonevt/ |
D | _CarbonEvtmodule.c | 350 {"RetainEvent", (PyCFunction)EventRef_RetainEvent, 1, 352 {"GetEventRetainCount", (PyCFunction)EventRef_GetEventRetainCount, 1, 354 {"ReleaseEvent", (PyCFunction)EventRef_ReleaseEvent, 1, 356 {"SetEventParameter", (PyCFunction)EventRef_SetEventParameter, 1, 358 {"GetEventClass", (PyCFunction)EventRef_GetEventClass, 1, 360 {"GetEventKind", (PyCFunction)EventRef_GetEventKind, 1, 362 {"GetEventTime", (PyCFunction)EventRef_GetEventTime, 1, 364 {"SetEventTime", (PyCFunction)EventRef_SetEventTime, 1, 366 {"IsUserCancelEventRef", (PyCFunction)EventRef_IsUserCancelEventRef, 1, 368 {"ConvertEventRefToEventRecord", (PyCFunction)EventRef_ConvertEventRefToEventRecord, 1, [all …]
|
/aosp_15_r20/external/python/cpython2/Mac/Modules/ae/ |
D | _AEmodule.c | 767 {"AECoerceDesc", (PyCFunction)AEDesc_AECoerceDesc, 1, 769 {"AEDuplicateDesc", (PyCFunction)AEDesc_AEDuplicateDesc, 1, 771 {"AECountItems", (PyCFunction)AEDesc_AECountItems, 1, 773 {"AEPutPtr", (PyCFunction)AEDesc_AEPutPtr, 1, 775 {"AEPutDesc", (PyCFunction)AEDesc_AEPutDesc, 1, 777 {"AEGetNthPtr", (PyCFunction)AEDesc_AEGetNthPtr, 1, 779 {"AEGetNthDesc", (PyCFunction)AEDesc_AEGetNthDesc, 1, 781 {"AESizeOfNthItem", (PyCFunction)AEDesc_AESizeOfNthItem, 1, 783 {"AEDeleteItem", (PyCFunction)AEDesc_AEDeleteItem, 1, 785 {"AEPutParamPtr", (PyCFunction)AEDesc_AEPutParamPtr, 1, [all …]
|
/aosp_15_r20/external/python/cpython2/Mac/Modules/file/ |
D | _Filemodule.c | 939 {"ResolveAlias", (PyCFunction)Alias_ResolveAlias, 1, 941 {"GetAliasInfo", (PyCFunction)Alias_GetAliasInfo, 1, 943 {"ResolveAliasWithMountFlags", (PyCFunction)Alias_ResolveAliasWithMountFlags, 1, 945 {"FollowFinderAlias", (PyCFunction)Alias_FollowFinderAlias, 1, 948 {"FSResolveAliasWithMountFlags", (PyCFunction)Alias_FSResolveAliasWithMountFlags, 1, 950 {"FSResolveAlias", (PyCFunction)Alias_FSResolveAlias, 1, 952 {"FSFollowFinderAlias", (PyCFunction)Alias_FSFollowFinderAlias, 1, 1383 {"FSpOpenDF", (PyCFunction)FSSpec_FSpOpenDF, 1, 1385 {"FSpOpenRF", (PyCFunction)FSSpec_FSpOpenRF, 1, 1387 {"FSpCreate", (PyCFunction)FSSpec_FSpCreate, 1, [all …]
|
/aosp_15_r20/external/python/cpython2/Mac/Modules/snd/ |
D | _Sndmodule.c | 186 {"SndDoCommand", (PyCFunction)SndCh_SndDoCommand, 1, 188 {"SndDoImmediate", (PyCFunction)SndCh_SndDoImmediate, 1, 190 {"SndPlay", (PyCFunction)SndCh_SndPlay, 1, 192 {"SndChannelStatus", (PyCFunction)SndCh_SndChannelStatus, 1, 194 {"SndGetInfo", (PyCFunction)SndCh_SndGetInfo, 1, 196 {"SndSetInfo", (PyCFunction)SndCh_SndSetInfo, 1, 989 {"SPB", (PyCFunction)Snd_SPB, 1, 991 {"SysBeep", (PyCFunction)Snd_SysBeep, 1, 993 {"SndNewChannel", (PyCFunction)Snd_SndNewChannel, 1, 995 {"SndSoundManagerVersion", (PyCFunction)Snd_SndSoundManagerVersion, 1, [all …]
|