Home
last modified time | relevance | path

Searched defs:_args (Results 1 – 25 of 59) sorted by relevance

123

/external/python/cpython2/Mac/Modules/qd/
D_Qdmodule.c132 static PyObject *GrafObj_MacSetPort(GrafPortObject *_self, PyObject *_args) in GrafObj_MacSetPort()
146 static PyObject *GrafObj_QDSwapPort(GrafPortObject *_self, PyObject *_args) in GrafObj_QDSwapPort()
164 static PyObject *GrafObj_IsValidPort(GrafPortObject *_self, PyObject *_args) in GrafObj_IsValidPort()
179 static PyObject *GrafObj_GetPortPixMap(GrafPortObject *_self, PyObject *_args) in GrafObj_GetPortPixMap()
194 static PyObject *GrafObj_GetPortBitMapForCopyBits(GrafPortObject *_self, PyObject *_args) in GrafObj_GetPortBitMapForCopyBits()
209 static PyObject *GrafObj_GetPortBounds(GrafPortObject *_self, PyObject *_args) in GrafObj_GetPortBounds()
225 static PyObject *GrafObj_GetPortForeColor(GrafPortObject *_self, PyObject *_args) in GrafObj_GetPortForeColor()
241 static PyObject *GrafObj_GetPortBackColor(GrafPortObject *_self, PyObject *_args) in GrafObj_GetPortBackColor()
257 static PyObject *GrafObj_GetPortOpColor(GrafPortObject *_self, PyObject *_args) in GrafObj_GetPortOpColor()
273 static PyObject *GrafObj_GetPortHiliteColor(GrafPortObject *_self, PyObject *_args) in GrafObj_GetPortHiliteColor()
[all …]
/external/python/cpython2/Mac/Modules/win/
D_Winmodule.c108 static PyObject *WinObj_GetWindowOwnerCount(WindowObject *_self, PyObject *_args) in WinObj_GetWindowOwnerCount()
126 static PyObject *WinObj_CloneWindow(WindowObject *_self, PyObject *_args) in WinObj_CloneWindow()
142 static PyObject *WinObj_GetWindowRetainCount(WindowObject *_self, PyObject *_args) in WinObj_GetWindowRetainCount()
157 static PyObject *WinObj_RetainWindow(WindowObject *_self, PyObject *_args) in WinObj_RetainWindow()
173 static PyObject *WinObj_ReleaseWindow(WindowObject *_self, PyObject *_args) in WinObj_ReleaseWindow()
189 static PyObject *WinObj_ReshapeCustomWindow(WindowObject *_self, PyObject *_args) in WinObj_ReshapeCustomWindow()
205 static PyObject *WinObj_GetWindowWidgetHilite(WindowObject *_self, PyObject *_args) in WinObj_GetWindowWidgetHilite()
223 static PyObject *WinObj_GetWindowClass(WindowObject *_self, PyObject *_args) in WinObj_GetWindowClass()
241 static PyObject *WinObj_GetWindowAttributes(WindowObject *_self, PyObject *_args) in WinObj_GetWindowAttributes()
259 static PyObject *WinObj_ChangeWindowAttributes(WindowObject *_self, PyObject *_args) in WinObj_ChangeWindowAttributes()
[all …]
/external/python/cpython2/Mac/Modules/menu/
D_Menumodule.c94 static PyObject *MenuObj_DisposeMenu(MenuObject *_self, PyObject *_args) in MenuObj_DisposeMenu()
108 static PyObject *MenuObj_CalcMenuSize(MenuObject *_self, PyObject *_args) in MenuObj_CalcMenuSize()
122 static PyObject *MenuObj_CountMenuItems(MenuObject *_self, PyObject *_args) in MenuObj_CountMenuItems()
137 static PyObject *MenuObj_GetMenuFont(MenuObject *_self, PyObject *_args) in MenuObj_GetMenuFont()
158 static PyObject *MenuObj_SetMenuFont(MenuObject *_self, PyObject *_args) in MenuObj_SetMenuFont()
180 static PyObject *MenuObj_GetMenuExcludesMarkColumn(MenuObject *_self, PyObject *_args) in MenuObj_GetMenuExcludesMarkColumn()
195 static PyObject *MenuObj_SetMenuExcludesMarkColumn(MenuObject *_self, PyObject *_args) in MenuObj_SetMenuExcludesMarkColumn()
214 static PyObject *MenuObj_IsValidMenu(MenuObject *_self, PyObject *_args) in MenuObj_IsValidMenu()
229 static PyObject *MenuObj_GetMenuRetainCount(MenuObject *_self, PyObject *_args) in MenuObj_GetMenuRetainCount()
244 static PyObject *MenuObj_RetainMenu(MenuObject *_self, PyObject *_args) in MenuObj_RetainMenu()
[all …]
/external/python/cpython2/Mac/Modules/cg/
D_CGmodule.c131 static PyObject *CGContextRefObj_CGContextSaveGState(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextSaveGState()
142 static PyObject *CGContextRefObj_CGContextRestoreGState(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextRestoreGState()
153 static PyObject *CGContextRefObj_CGContextScaleCTM(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextScaleCTM()
170 static PyObject *CGContextRefObj_CGContextTranslateCTM(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextTranslateCTM()
187 static PyObject *CGContextRefObj_CGContextRotateCTM(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextRotateCTM()
201 static PyObject *CGContextRefObj_CGContextConcatCTM(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextConcatCTM()
215 static PyObject *CGContextRefObj_CGContextGetCTM(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextGetCTM()
227 static PyObject *CGContextRefObj_CGContextSetLineWidth(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextSetLineWidth()
241 static PyObject *CGContextRefObj_CGContextSetLineCap(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextSetLineCap()
255 static PyObject *CGContextRefObj_CGContextSetLineJoin(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextSetLineJoin()
[all …]
/external/python/cpython2/Mac/Modules/evt/
D_Evtmodule.c24 static PyObject *Evt_GetMouse(PyObject *_self, PyObject *_args) in Evt_GetMouse()
39 static PyObject *Evt_Button(PyObject *_self, PyObject *_args) in Evt_Button()
54 static PyObject *Evt_StillDown(PyObject *_self, PyObject *_args) in Evt_StillDown()
69 static PyObject *Evt_WaitMouseUp(PyObject *_self, PyObject *_args) in Evt_WaitMouseUp()
84 static PyObject *Evt_GetCaretTime(PyObject *_self, PyObject *_args) in Evt_GetCaretTime()
99 static PyObject *Evt_GetKeys(PyObject *_self, PyObject *_args) in Evt_GetKeys()
114 static PyObject *Evt_GetDblTime(PyObject *_self, PyObject *_args) in Evt_GetDblTime()
129 static PyObject *Evt_SetEventMask(PyObject *_self, PyObject *_args) in Evt_SetEventMask()
145 static PyObject *Evt_GetNextEvent(PyObject *_self, PyObject *_args) in Evt_GetNextEvent()
165 static PyObject *Evt_EventAvail(PyObject *_self, PyObject *_args) in Evt_EventAvail()
[all …]
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c159 static PyObject *IdleManagerObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in IdleManagerObj_tp_new()
267 static PyObject *MovieCtlObj_MCSetMovie(MovieControllerObject *_self, PyObject *_args) in MovieCtlObj_MCSetMovie()
291 static PyObject *MovieCtlObj_MCGetIndMovie(MovieControllerObject *_self, PyObject *_args) in MovieCtlObj_MCGetIndMovie()
309 static PyObject *MovieCtlObj_MCRemoveAllMovies(MovieControllerObject *_self, PyObject *_args) in MovieCtlObj_MCRemoveAllMovies()
324 static PyObject *MovieCtlObj_MCRemoveAMovie(MovieControllerObject *_self, PyObject *_args) in MovieCtlObj_MCRemoveAMovie()
342 static PyObject *MovieCtlObj_MCRemoveMovie(MovieControllerObject *_self, PyObject *_args) in MovieCtlObj_MCRemoveMovie()
357 static PyObject *MovieCtlObj_MCIsPlayerEvent(MovieControllerObject *_self, PyObject *_args) in MovieCtlObj_MCIsPlayerEvent()
375 static PyObject *MovieCtlObj_MCDoAction(MovieControllerObject *_self, PyObject *_args) in MovieCtlObj_MCDoAction()
396 static PyObject *MovieCtlObj_MCSetControllerAttached(MovieControllerObject *_self, PyObject *_args) in MovieCtlObj_MCSetControllerAttached()
414 static PyObject *MovieCtlObj_MCIsControllerAttached(MovieControllerObject *_self, PyObject *_args) in MovieCtlObj_MCIsControllerAttached()
[all …]
/external/python/cpython2/Mac/Modules/mlte/
D_Mltemodule.c106 static PyObject *TXNObj_TXNDeleteObject(TXNObjectObject *_self, PyObject *_args) in TXNObj_TXNDeleteObject()
120 static PyObject *TXNObj_TXNResizeFrame(TXNObjectObject *_self, PyObject *_args) in TXNObj_TXNResizeFrame()
143 static PyObject *TXNObj_TXNSetFrameBounds(TXNObjectObject *_self, PyObject *_args) in TXNObj_TXNSetFrameBounds()
172 static PyObject *TXNObj_TXNKeyDown(TXNObjectObject *_self, PyObject *_args) in TXNObj_TXNKeyDown()
189 static PyObject *TXNObj_TXNAdjustCursor(TXNObjectObject *_self, PyObject *_args) in TXNObj_TXNAdjustCursor()
206 static PyObject *TXNObj_TXNClick(TXNObjectObject *_self, PyObject *_args) in TXNObj_TXNClick()
223 static PyObject *TXNObj_TXNSelectAll(TXNObjectObject *_self, PyObject *_args) in TXNObj_TXNSelectAll()
237 static PyObject *TXNObj_TXNFocus(TXNObjectObject *_self, PyObject *_args) in TXNObj_TXNFocus()
254 static PyObject *TXNObj_TXNUpdate(TXNObjectObject *_self, PyObject *_args) in TXNObj_TXNUpdate()
268 static PyObject *TXNObj_TXNDraw(TXNObjectObject *_self, PyObject *_args) in TXNObj_TXNDraw()
[all …]
/external/python/cpython2/Mac/Modules/dlg/
D_Dlgmodule.c169 static PyObject *DlgObj_DrawDialog(DialogObject *_self, PyObject *_args) in DlgObj_DrawDialog()
183 static PyObject *DlgObj_UpdateDialog(DialogObject *_self, PyObject *_args) in DlgObj_UpdateDialog()
200 static PyObject *DlgObj_HideDialogItem(DialogObject *_self, PyObject *_args) in DlgObj_HideDialogItem()
217 static PyObject *DlgObj_ShowDialogItem(DialogObject *_self, PyObject *_args) in DlgObj_ShowDialogItem()
234 static PyObject *DlgObj_FindDialogItem(DialogObject *_self, PyObject *_args) in DlgObj_FindDialogItem()
252 static PyObject *DlgObj_DialogCut(DialogObject *_self, PyObject *_args) in DlgObj_DialogCut()
266 static PyObject *DlgObj_DialogPaste(DialogObject *_self, PyObject *_args) in DlgObj_DialogPaste()
280 static PyObject *DlgObj_DialogCopy(DialogObject *_self, PyObject *_args) in DlgObj_DialogCopy()
294 static PyObject *DlgObj_DialogDelete(DialogObject *_self, PyObject *_args) in DlgObj_DialogDelete()
308 static PyObject *DlgObj_GetDialogItem(DialogObject *_self, PyObject *_args) in DlgObj_GetDialogItem()
[all …]
/external/python/cpython2/Mac/Modules/ctl/
D_Ctlmodule.c177 static PyObject *CtlObj_HiliteControl(ControlObject *_self, PyObject *_args) in CtlObj_HiliteControl()
194 static PyObject *CtlObj_ShowControl(ControlObject *_self, PyObject *_args) in CtlObj_ShowControl()
208 static PyObject *CtlObj_HideControl(ControlObject *_self, PyObject *_args) in CtlObj_HideControl()
222 static PyObject *CtlObj_IsControlActive(ControlObject *_self, PyObject *_args) in CtlObj_IsControlActive()
237 static PyObject *CtlObj_IsControlVisible(ControlObject *_self, PyObject *_args) in CtlObj_IsControlVisible()
252 static PyObject *CtlObj_ActivateControl(ControlObject *_self, PyObject *_args) in CtlObj_ActivateControl()
268 static PyObject *CtlObj_DeactivateControl(ControlObject *_self, PyObject *_args) in CtlObj_DeactivateControl()
284 static PyObject *CtlObj_SetControlVisibility(ControlObject *_self, PyObject *_args) in CtlObj_SetControlVisibility()
306 static PyObject *CtlObj_IsControlEnabled(ControlObject *_self, PyObject *_args) in CtlObj_IsControlEnabled()
321 static PyObject *CtlObj_EnableControl(ControlObject *_self, PyObject *_args) in CtlObj_EnableControl()
[all …]
/external/python/cpython2/Mac/Modules/cf/
D_CFmodule.c166 static PyObject *CFTypeRefObj_CFGetTypeID(CFTypeRefObject *_self, PyObject *_args) in CFTypeRefObj_CFGetTypeID()
181 static PyObject *CFTypeRefObj_CFRetain(CFTypeRefObject *_self, PyObject *_args) in CFTypeRefObj_CFRetain()
196 static PyObject *CFTypeRefObj_CFRelease(CFTypeRefObject *_self, PyObject *_args) in CFTypeRefObj_CFRelease()
210 static PyObject *CFTypeRefObj_CFGetRetainCount(CFTypeRefObject *_self, PyObject *_args) in CFTypeRefObj_CFGetRetainCount()
225 static PyObject *CFTypeRefObj_CFEqual(CFTypeRefObject *_self, PyObject *_args) in CFTypeRefObj_CFEqual()
243 static PyObject *CFTypeRefObj_CFHash(CFTypeRefObject *_self, PyObject *_args) in CFTypeRefObj_CFHash()
258 static PyObject *CFTypeRefObj_CFCopyDescription(CFTypeRefObject *_self, PyObject *_args) in CFTypeRefObj_CFCopyDescription()
273 static PyObject *CFTypeRefObj_CFPropertyListCreateXMLData(CFTypeRefObject *_self, PyObject *_args) in CFTypeRefObj_CFPropertyListCreateXMLData()
286 static PyObject *CFTypeRefObj_CFPropertyListCreateDeepCopy(CFTypeRefObject *_self, PyObject *_args) in CFTypeRefObj_CFPropertyListCreateDeepCopy()
302 static PyObject *CFTypeRefObj_CFShow(CFTypeRefObject *_self, PyObject *_args) in CFTypeRefObj_CFShow()
[all …]
/external/python/cpython2/Mac/Modules/te/
D_TEmodule.c99 static PyObject *TEObj_TESetText(TEObject *_self, PyObject *_args) in TEObj_TESetText()
119 static PyObject *TEObj_TEGetText(TEObject *_self, PyObject *_args) in TEObj_TEGetText()
134 static PyObject *TEObj_TEIdle(TEObject *_self, PyObject *_args) in TEObj_TEIdle()
148 static PyObject *TEObj_TESetSelect(TEObject *_self, PyObject *_args) in TEObj_TESetSelect()
168 static PyObject *TEObj_TEActivate(TEObject *_self, PyObject *_args) in TEObj_TEActivate()
182 static PyObject *TEObj_TEDeactivate(TEObject *_self, PyObject *_args) in TEObj_TEDeactivate()
196 static PyObject *TEObj_TEKey(TEObject *_self, PyObject *_args) in TEObj_TEKey()
213 static PyObject *TEObj_TECut(TEObject *_self, PyObject *_args) in TEObj_TECut()
227 static PyObject *TEObj_TECopy(TEObject *_self, PyObject *_args) in TEObj_TECopy()
241 static PyObject *TEObj_TEPaste(TEObject *_self, PyObject *_args) in TEObj_TEPaste()
[all …]
/external/python/cpython2/Mac/Modules/list/
D_Listmodule.c84 static PyObject *ListObj_LAddColumn(ListObject *_self, PyObject *_args) in ListObj_LAddColumn()
102 static PyObject *ListObj_LAddRow(ListObject *_self, PyObject *_args) in ListObj_LAddRow()
120 static PyObject *ListObj_LDelColumn(ListObject *_self, PyObject *_args) in ListObj_LDelColumn()
137 static PyObject *ListObj_LDelRow(ListObject *_self, PyObject *_args) in ListObj_LDelRow()
154 static PyObject *ListObj_LGetSelect(ListObject *_self, PyObject *_args) in ListObj_LGetSelect()
173 static PyObject *ListObj_LLastClick(ListObject *_self, PyObject *_args) in ListObj_LLastClick()
185 static PyObject *ListObj_LNextCell(ListObject *_self, PyObject *_args) in ListObj_LNextCell()
207 static PyObject *ListObj_LSize(ListObject *_self, PyObject *_args) in ListObj_LSize()
224 static PyObject *ListObj_LSetDrawingMode(ListObject *_self, PyObject *_args) in ListObj_LSetDrawingMode()
238 static PyObject *ListObj_LScroll(ListObject *_self, PyObject *_args) in ListObj_LScroll()
[all …]
/external/python/cpython2/Mac/Modules/res/
D_Resmodule.c94 static PyObject *ResObj_HomeResFile(ResourceObject *_self, PyObject *_args) in ResObj_HomeResFile()
113 static PyObject *ResObj_MacLoadResource(ResourceObject *_self, PyObject *_args) in ResObj_MacLoadResource()
131 static PyObject *ResObj_ReleaseResource(ResourceObject *_self, PyObject *_args) in ResObj_ReleaseResource()
149 static PyObject *ResObj_DetachResource(ResourceObject *_self, PyObject *_args) in ResObj_DetachResource()
167 static PyObject *ResObj_GetResAttrs(ResourceObject *_self, PyObject *_args) in ResObj_GetResAttrs()
186 static PyObject *ResObj_GetResInfo(ResourceObject *_self, PyObject *_args) in ResObj_GetResInfo()
212 static PyObject *ResObj_SetResInfo(ResourceObject *_self, PyObject *_args) in ResObj_SetResInfo()
236 static PyObject *ResObj_AddResource(ResourceObject *_self, PyObject *_args) in ResObj_AddResource()
263 static PyObject *ResObj_GetResourceSizeOnDisk(ResourceObject *_self, PyObject *_args) in ResObj_GetResourceSizeOnDisk()
282 static PyObject *ResObj_GetMaxResourceSize(ResourceObject *_self, PyObject *_args) in ResObj_GetMaxResourceSize()
[all …]
/external/python/cpython2/Mac/Modules/icn/
D_Icnmodule.c24 static PyObject *Icn_GetCIcon(PyObject *_self, PyObject *_args) in Icn_GetCIcon()
41 static PyObject *Icn_PlotCIcon(PyObject *_self, PyObject *_args) in Icn_PlotCIcon()
60 static PyObject *Icn_DisposeCIcon(PyObject *_self, PyObject *_args) in Icn_DisposeCIcon()
76 static PyObject *Icn_GetIcon(PyObject *_self, PyObject *_args) in Icn_GetIcon()
93 static PyObject *Icn_PlotIcon(PyObject *_self, PyObject *_args) in Icn_PlotIcon()
112 static PyObject *Icn_PlotIconID(PyObject *_self, PyObject *_args) in Icn_PlotIconID()
139 static PyObject *Icn_NewIconSuite(PyObject *_self, PyObject *_args) in Icn_NewIconSuite()
156 static PyObject *Icn_AddIconToSuite(PyObject *_self, PyObject *_args) in Icn_AddIconToSuite()
180 static PyObject *Icn_GetIconFromSuite(PyObject *_self, PyObject *_args) in Icn_GetIconFromSuite()
203 static PyObject *Icn_GetIconSuite(PyObject *_self, PyObject *_args) in Icn_GetIconSuite()
[all …]
/external/python/cpython2/Mac/Modules/fm/
D_Fmmodule.c54 static PyObject *Fm_GetFontName(PyObject *_self, PyObject *_args) in Fm_GetFontName()
72 static PyObject *Fm_GetFNum(PyObject *_self, PyObject *_args) in Fm_GetFNum()
90 static PyObject *Fm_RealFont(PyObject *_self, PyObject *_args) in Fm_RealFont()
110 static PyObject *Fm_SetFScaleDisable(PyObject *_self, PyObject *_args) in Fm_SetFScaleDisable()
126 static PyObject *Fm_FontMetrics(PyObject *_self, PyObject *_args) in Fm_FontMetrics()
141 static PyObject *Fm_SetFractEnable(PyObject *_self, PyObject *_args) in Fm_SetFractEnable()
157 static PyObject *Fm_GetDefFontSize(PyObject *_self, PyObject *_args) in Fm_GetDefFontSize()
172 static PyObject *Fm_IsOutline(PyObject *_self, PyObject *_args) in Fm_IsOutline()
192 static PyObject *Fm_SetOutlinePreferred(PyObject *_self, PyObject *_args) in Fm_SetOutlinePreferred()
208 static PyObject *Fm_GetOutlinePreferred(PyObject *_self, PyObject *_args) in Fm_GetOutlinePreferred()
[all …]
/external/python/cpython2/Mac/Modules/app/
D_Appmodule.c66 …yObject *ThemeDrawingStateObj_SetThemeDrawingState(ThemeDrawingStateObject *_self, PyObject *_args) in ThemeDrawingStateObj_SetThemeDrawingState()
84 …ect *ThemeDrawingStateObj_DisposeThemeDrawingState(ThemeDrawingStateObject *_self, PyObject *_args) in ThemeDrawingStateObj_DisposeThemeDrawingState()
119 static PyObject *ThemeDrawingStateObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in ThemeDrawingStateObj_tp_new()
181 static PyObject *App_RegisterAppearanceClient(PyObject *_self, PyObject *_args) in App_RegisterAppearanceClient()
197 static PyObject *App_UnregisterAppearanceClient(PyObject *_self, PyObject *_args) in App_UnregisterAppearanceClient()
213 static PyObject *App_SetThemePen(PyObject *_self, PyObject *_args) in App_SetThemePen()
237 static PyObject *App_SetThemeBackground(PyObject *_self, PyObject *_args) in App_SetThemeBackground()
261 static PyObject *App_SetThemeTextColor(PyObject *_self, PyObject *_args) in App_SetThemeTextColor()
285 static PyObject *App_SetThemeWindowBackground(PyObject *_self, PyObject *_args) in App_SetThemeWindowBackground()
309 static PyObject *App_DrawThemeWindowHeader(PyObject *_self, PyObject *_args) in App_DrawThemeWindowHeader()
[all …]
/external/python/cpython2/Mac/Modules/qdoffs/
D_Qdoffsmodule.c72 static PyObject *GWorldObj_GetGWorldDevice(GWorldObject *_self, PyObject *_args) in GWorldObj_GetGWorldDevice()
87 static PyObject *GWorldObj_GetGWorldPixMap(GWorldObject *_self, PyObject *_args) in GWorldObj_GetGWorldPixMap()
102 static PyObject *GWorldObj_as_GrafPtr(GWorldObject *_self, PyObject *_args) in GWorldObj_as_GrafPtr()
139 static PyObject *GWorldObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in GWorldObj_tp_new()
201 static PyObject *Qdoffs_NewGWorld(PyObject *_self, PyObject *_args) in Qdoffs_NewGWorld()
233 static PyObject *Qdoffs_LockPixels(PyObject *_self, PyObject *_args) in Qdoffs_LockPixels()
250 static PyObject *Qdoffs_UnlockPixels(PyObject *_self, PyObject *_args) in Qdoffs_UnlockPixels()
266 static PyObject *Qdoffs_UpdateGWorld(PyObject *_self, PyObject *_args) in Qdoffs_UpdateGWorld()
298 static PyObject *Qdoffs_GetGWorld(PyObject *_self, PyObject *_args) in Qdoffs_GetGWorld()
316 static PyObject *Qdoffs_SetGWorld(PyObject *_self, PyObject *_args) in Qdoffs_SetGWorld()
[all …]
/external/python/cpython2/Mac/Modules/cm/
D_Cmmodule.c100 static PyObject *CmpInstObj_CloseComponent(ComponentInstanceObject *_self, PyObject *_args) in CmpInstObj_CloseComponent()
116 …tic PyObject *CmpInstObj_GetComponentInstanceError(ComponentInstanceObject *_self, PyObject *_args) in CmpInstObj_GetComponentInstanceError()
132 …tic PyObject *CmpInstObj_SetComponentInstanceError(ComponentInstanceObject *_self, PyObject *_args) in CmpInstObj_SetComponentInstanceError()
149 …c PyObject *CmpInstObj_GetComponentInstanceStorage(ComponentInstanceObject *_self, PyObject *_args) in CmpInstObj_GetComponentInstanceStorage()
164 …c PyObject *CmpInstObj_SetComponentInstanceStorage(ComponentInstanceObject *_self, PyObject *_args) in CmpInstObj_SetComponentInstanceStorage()
182 … PyObject *CmpInstObj_ComponentFunctionImplemented(ComponentInstanceObject *_self, PyObject *_args) in CmpInstObj_ComponentFunctionImplemented()
200 static PyObject *CmpInstObj_GetComponentVersion(ComponentInstanceObject *_self, PyObject *_args) in CmpInstObj_GetComponentVersion()
215 static PyObject *CmpInstObj_ComponentSetTarget(ComponentInstanceObject *_self, PyObject *_args) in CmpInstObj_ComponentSetTarget()
268 static PyObject *CmpInstObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in CmpInstObj_tp_new()
376 static PyObject *CmpObj_UnregisterComponent(ComponentObject *_self, PyObject *_args) in CmpObj_UnregisterComponent()
[all …]
/external/python/cpython2/Mac/Modules/carbonevt/
D_CarbonEvtmodule.c145 static PyObject *EventRef_RetainEvent(EventRefObject *_self, PyObject *_args) in EventRef_RetainEvent()
157 static PyObject *EventRef_GetEventRetainCount(EventRefObject *_self, PyObject *_args) in EventRef_GetEventRetainCount()
169 static PyObject *EventRef_ReleaseEvent(EventRefObject *_self, PyObject *_args) in EventRef_ReleaseEvent()
180 static PyObject *EventRef_SetEventParameter(EventRefObject *_self, PyObject *_args) in EventRef_SetEventParameter()
205 static PyObject *EventRef_GetEventClass(EventRefObject *_self, PyObject *_args) in EventRef_GetEventClass()
217 static PyObject *EventRef_GetEventKind(EventRefObject *_self, PyObject *_args) in EventRef_GetEventKind()
229 static PyObject *EventRef_GetEventTime(EventRefObject *_self, PyObject *_args) in EventRef_GetEventTime()
241 static PyObject *EventRef_SetEventTime(EventRefObject *_self, PyObject *_args) in EventRef_SetEventTime()
257 static PyObject *EventRef_IsUserCancelEventRef(EventRefObject *_self, PyObject *_args) in EventRef_IsUserCancelEventRef()
269 static PyObject *EventRef_ConvertEventRefToEventRecord(EventRefObject *_self, PyObject *_args) in EventRef_ConvertEventRefToEventRecord()
[all …]
/external/python/cpython2/Mac/Modules/ae/
D_AEmodule.c89 static PyObject *AEDesc_AECoerceDesc(AEDescObject *_self, PyObject *_args) in AEDesc_AECoerceDesc()
110 static PyObject *AEDesc_AEDuplicateDesc(AEDescObject *_self, PyObject *_args) in AEDesc_AEDuplicateDesc()
128 static PyObject *AEDesc_AECountItems(AEDescObject *_self, PyObject *_args) in AEDesc_AECountItems()
146 static PyObject *AEDesc_AEPutPtr(AEDescObject *_self, PyObject *_args) in AEDesc_AEPutPtr()
174 static PyObject *AEDesc_AEPutDesc(AEDescObject *_self, PyObject *_args) in AEDesc_AEPutDesc()
196 static PyObject *AEDesc_AEGetNthPtr(AEDescObject *_self, PyObject *_args) in AEDesc_AEGetNthPtr()
237 static PyObject *AEDesc_AEGetNthDesc(AEDescObject *_self, PyObject *_args) in AEDesc_AEGetNthDesc()
264 static PyObject *AEDesc_AESizeOfNthItem(AEDescObject *_self, PyObject *_args) in AEDesc_AESizeOfNthItem()
288 static PyObject *AEDesc_AEDeleteItem(AEDescObject *_self, PyObject *_args) in AEDesc_AEDeleteItem()
307 static PyObject *AEDesc_AEPutParamPtr(AEDescObject *_self, PyObject *_args) in AEDesc_AEPutParamPtr()
[all …]
/external/python/cpython2/Mac/Modules/drag/
D_Dragmodule.c81 static PyObject *DragObj_DisposeDrag(DragObjObject *_self, PyObject *_args) in DragObj_DisposeDrag()
97 static PyObject *DragObj_AddDragItemFlavor(DragObjObject *_self, PyObject *_args) in DragObj_AddDragItemFlavor()
128 static PyObject *DragObj_SetDragItemFlavorData(DragObjObject *_self, PyObject *_args) in DragObj_SetDragItemFlavorData()
159 static PyObject *DragObj_SetDragImage(DragObjObject *_self, PyObject *_args) in DragObj_SetDragImage()
187 static PyObject *DragObj_ChangeDragBehaviors(DragObjObject *_self, PyObject *_args) in DragObj_ChangeDragBehaviors()
209 static PyObject *DragObj_TrackDrag(DragObjObject *_self, PyObject *_args) in DragObj_TrackDrag()
231 static PyObject *DragObj_CountDragItems(DragObjObject *_self, PyObject *_args) in DragObj_CountDragItems()
249 static PyObject *DragObj_GetDragItemReferenceNumber(DragObjObject *_self, PyObject *_args) in DragObj_GetDragItemReferenceNumber()
270 static PyObject *DragObj_CountDragItemFlavors(DragObjObject *_self, PyObject *_args) in DragObj_CountDragItemFlavors()
291 static PyObject *DragObj_GetFlavorType(DragObjObject *_self, PyObject *_args) in DragObj_GetFlavorType()
[all …]
/external/python/cpython2/Mac/Modules/osa/
D_OSAmodule.c79 static PyObject *OSAObj_OSALoad(OSAComponentInstanceObject *_self, PyObject *_args) in OSAObj_OSALoad()
103 static PyObject *OSAObj_OSAStore(OSAComponentInstanceObject *_self, PyObject *_args) in OSAObj_OSAStore()
130 static PyObject *OSAObj_OSAExecute(OSAComponentInstanceObject *_self, PyObject *_args) in OSAObj_OSAExecute()
157 static PyObject *OSAObj_OSADisplay(OSAComponentInstanceObject *_self, PyObject *_args) in OSAObj_OSADisplay()
184 static PyObject *OSAObj_OSAScriptError(OSAComponentInstanceObject *_self, PyObject *_args) in OSAObj_OSAScriptError()
208 static PyObject *OSAObj_OSADispose(OSAComponentInstanceObject *_self, PyObject *_args) in OSAObj_OSADispose()
227 static PyObject *OSAObj_OSASetScriptInfo(OSAComponentInstanceObject *_self, PyObject *_args) in OSAObj_OSASetScriptInfo()
252 static PyObject *OSAObj_OSAGetScriptInfo(OSAComponentInstanceObject *_self, PyObject *_args) in OSAObj_OSAGetScriptInfo()
276 …atic PyObject *OSAObj_OSAScriptingComponentName(OSAComponentInstanceObject *_self, PyObject *_args) in OSAObj_OSAScriptingComponentName()
294 static PyObject *OSAObj_OSACompile(OSAComponentInstanceObject *_self, PyObject *_args) in OSAObj_OSACompile()
[all …]
/external/python/cpython2/Mac/Modules/file/
D_Filemodule.c437 static int FSCatalogInfo_tp_init(PyObject *_self, PyObject *_args, PyObject *_kwds) in FSCatalogInfo_tp_init()
482 static PyObject *FSCatalogInfo_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in FSCatalogInfo_tp_new()
655 static int FInfo_tp_init(PyObject *_self, PyObject *_args, PyObject *_kwds) in FInfo_tp_init()
670 static PyObject *FInfo_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in FInfo_tp_new()
775 static PyObject *Alias_ResolveAlias(AliasObject *_self, PyObject *_args) in Alias_ResolveAlias()
797 static PyObject *Alias_GetAliasInfo(AliasObject *_self, PyObject *_args) in Alias_GetAliasInfo()
815 static PyObject *Alias_ResolveAliasWithMountFlags(AliasObject *_self, PyObject *_args) in Alias_ResolveAliasWithMountFlags()
840 static PyObject *Alias_FollowFinderAlias(AliasObject *_self, PyObject *_args) in Alias_FollowFinderAlias()
866 static PyObject *Alias_FSResolveAliasWithMountFlags(AliasObject *_self, PyObject *_args) in Alias_FSResolveAliasWithMountFlags()
891 static PyObject *Alias_FSResolveAlias(AliasObject *_self, PyObject *_args) in Alias_FSResolveAlias()
[all …]
/external/python/cpython2/Mac/Modules/snd/
D_Sndmodule.c75 static PyObject *SndCh_SndDoCommand(SndChannelObject *_self, PyObject *_args) in SndCh_SndDoCommand()
94 static PyObject *SndCh_SndDoImmediate(SndChannelObject *_self, PyObject *_args) in SndCh_SndDoImmediate()
110 static PyObject *SndCh_SndPlay(SndChannelObject *_self, PyObject *_args) in SndCh_SndPlay()
129 static PyObject *SndCh_SndChannelStatus(SndChannelObject *_self, PyObject *_args) in SndCh_SndChannelStatus()
147 static PyObject *SndCh_SndGetInfo(SndChannelObject *_self, PyObject *_args) in SndCh_SndGetInfo()
166 static PyObject *SndCh_SndSetInfo(SndChannelObject *_self, PyObject *_args) in SndCh_SndSetInfo()
425 static PyObject *Snd_SPB(PyObject *_self, PyObject *_args) in Snd_SPB()
431 static PyObject *Snd_SysBeep(PyObject *_self, PyObject *_args) in Snd_SysBeep()
444 static PyObject *Snd_SndNewChannel(PyObject *_self, PyObject *_args) in Snd_SndNewChannel()
480 static PyObject *Snd_SndSoundManagerVersion(PyObject *_self, PyObject *_args) in Snd_SndSoundManagerVersion()
[all …]
/external/python/cpython2/Mac/Modules/launch/
D_Launchmodule.c72 static PyObject *Launch_LSCopyItemInfoForRef(PyObject *_self, PyObject *_args) in Launch_LSCopyItemInfoForRef()
92 static PyObject *Launch_LSCopyItemInfoForURL(PyObject *_self, PyObject *_args) in Launch_LSCopyItemInfoForURL()
112 static PyObject *Launch_LSGetExtensionInfo(PyObject *_self, PyObject *_args) in Launch_LSGetExtensionInfo()
132 static PyObject *Launch_LSCopyDisplayNameForRef(PyObject *_self, PyObject *_args) in Launch_LSCopyDisplayNameForRef()
149 static PyObject *Launch_LSCopyDisplayNameForURL(PyObject *_self, PyObject *_args) in Launch_LSCopyDisplayNameForURL()
166 static PyObject *Launch_LSSetExtensionHiddenForRef(PyObject *_self, PyObject *_args) in Launch_LSSetExtensionHiddenForRef()
184 static PyObject *Launch_LSSetExtensionHiddenForURL(PyObject *_self, PyObject *_args) in Launch_LSSetExtensionHiddenForURL()
202 static PyObject *Launch_LSCopyKindStringForRef(PyObject *_self, PyObject *_args) in Launch_LSCopyKindStringForRef()
219 static PyObject *Launch_LSCopyKindStringForURL(PyObject *_self, PyObject *_args) in Launch_LSCopyKindStringForURL()
236 static PyObject *Launch_LSGetApplicationForItem(PyObject *_self, PyObject *_args) in Launch_LSGetApplicationForItem()
[all …]

123