/external/python/cpython2/Mac/Modules/cf/ |
D | _CFmodule.c | 122 CFTypeRef ob_itself; member 136 it->ob_itself = itself; in CFTypeRefObj_New() 152 *p_itself = ((CFTypeRefObject *)v)->ob_itself; in CFTypeRefObj_Convert() 158 if (self->ob_freeit && self->ob_itself) in CFTypeRefObj_dealloc() 160 self->ob_freeit((CFTypeRef)self->ob_itself); in CFTypeRefObj_dealloc() 161 self->ob_itself = NULL; in CFTypeRefObj_dealloc() 175 _rv = CFGetTypeID(_self->ob_itself); in CFTypeRefObj_CFGetTypeID() 190 _rv = CFRetain(_self->ob_itself); in CFTypeRefObj_CFRetain() 204 CFRelease(_self->ob_itself); in CFTypeRefObj_CFRelease() 219 _rv = CFGetRetainCount(_self->ob_itself); in CFTypeRefObj_CFGetRetainCount() [all …]
|
/external/python/cpython2/Mac/Modules/cg/ |
D | _CGmodule.c | 102 CGContextRef ob_itself; member 110 it->ob_itself = itself; in CGContextRefObj_New() 121 *p_itself = ((CGContextRefObject *)v)->ob_itself; in CGContextRefObj_Convert() 127 CGContextRelease(self->ob_itself); in CGContextRefObj_dealloc() 136 CGContextSaveGState(_self->ob_itself); in CGContextRefObj_CGContextSaveGState() 147 CGContextRestoreGState(_self->ob_itself); in CGContextRefObj_CGContextRestoreGState() 162 CGContextScaleCTM(_self->ob_itself, in CGContextRefObj_CGContextScaleCTM() 179 CGContextTranslateCTM(_self->ob_itself, in CGContextRefObj_CGContextTranslateCTM() 194 CGContextRotateCTM(_self->ob_itself, in CGContextRefObj_CGContextRotateCTM() 208 CGContextConcatCTM(_self->ob_itself, in CGContextRefObj_CGContextConcatCTM() [all …]
|
/external/python/cpython2/Mac/Modules/file/ |
D | _Filemodule.c | 173 FSCatalogInfo ob_itself; member 182 it->ob_itself = *itself; in FSCatalogInfo_New() 193 *p_itself = ((FSCatalogInfoObject *)v)->ob_itself; in FSCatalogInfo_Convert() 209 return Py_BuildValue("H", self->ob_itself.nodeFlags); in FSCatalogInfo_get_nodeFlags() 214 return PyArg_Parse(v, "H", &self->ob_itself.nodeFlags)-1; in FSCatalogInfo_set_nodeFlags() 220 return Py_BuildValue("h", self->ob_itself.volume); in FSCatalogInfo_get_volume() 225 return PyArg_Parse(v, "h", &self->ob_itself.volume)-1; in FSCatalogInfo_set_volume() 231 return Py_BuildValue("l", self->ob_itself.parentDirID); in FSCatalogInfo_get_parentDirID() 236 return PyArg_Parse(v, "l", &self->ob_itself.parentDirID)-1; in FSCatalogInfo_set_parentDirID() 242 return Py_BuildValue("l", self->ob_itself.nodeID); in FSCatalogInfo_get_nodeID() [all …]
|
/external/python/cpython2/Mac/Modules/te/ |
D | _TEmodule.c | 66 TEHandle ob_itself; member 78 it->ob_itself = itself; in TEObj_New() 89 *p_itself = ((TEObject *)v)->ob_itself; in TEObj_Convert() 95 TEDispose(self->ob_itself); in TEObj_dealloc() 113 _self->ob_itself); in TEObj_TESetText() 128 _rv = TEGetText(_self->ob_itself); in TEObj_TEGetText() 142 TEIdle(_self->ob_itself); in TEObj_TEIdle() 162 _self->ob_itself); in TEObj_TESetSelect() 176 TEActivate(_self->ob_itself); in TEObj_TEActivate() 190 TEDeactivate(_self->ob_itself); in TEObj_TEDeactivate() [all …]
|
/external/python/cpython2/Mac/Modules/win/ |
D | _Winmodule.c | 52 WindowPtr ob_itself; member 63 it->ob_itself = itself; in WinObj_New() 92 *p_itself = ((WindowObject *)v)->ob_itself; in WinObj_Convert() 98 if (self->ob_freeit && self->ob_itself) in WinObj_dealloc() 100 SetWRefCon(self->ob_itself, 0); in WinObj_dealloc() 101 self->ob_freeit(self->ob_itself); in WinObj_dealloc() 103 self->ob_itself = NULL; in WinObj_dealloc() 118 _err = GetWindowOwnerCount(_self->ob_itself, in WinObj_GetWindowOwnerCount() 135 _err = CloneWindow(_self->ob_itself); in WinObj_CloneWindow() 151 _rv = GetWindowRetainCount(_self->ob_itself); in WinObj_GetWindowRetainCount() [all …]
|
/external/python/cpython2/Mac/Modules/list/ |
D | _Listmodule.c | 44 ListHandle ob_itself; member 58 it->ob_itself = itself; in ListObj_New() 72 *p_itself = ((ListObject *)v)->ob_itself; in ListObj_Convert() 79 SetListRefCon(self->ob_itself, (long)0); in ListObj_dealloc() 80 if (self->ob_must_be_disposed && self->ob_itself) LDispose(self->ob_itself); in ListObj_dealloc() 96 _self->ob_itself); in ListObj_LAddColumn() 114 _self->ob_itself); in ListObj_LAddRow() 131 _self->ob_itself); in ListObj_LDelColumn() 148 _self->ob_itself); in ListObj_LDelRow() 166 _self->ob_itself); in ListObj_LGetSelect() [all …]
|
/external/python/cpython2/Mac/Modules/mlte/ |
D | _Mltemodule.c | 76 TXNObject ob_itself; member 85 it->ob_itself = itself; in TXNObj_New() 96 *p_itself = ((TXNObjectObject *)v)->ob_itself; in TXNObj_Convert() 114 TXNDeleteObject(_self->ob_itself); in TXNObj_TXNDeleteObject() 134 TXNResizeFrame(_self->ob_itself, in TXNObj_TXNResizeFrame() 161 TXNSetFrameBounds(_self->ob_itself, in TXNObj_TXNSetFrameBounds() 182 TXNKeyDown(_self->ob_itself, in TXNObj_TXNKeyDown() 199 TXNAdjustCursor(_self->ob_itself, in TXNObj_TXNAdjustCursor() 216 TXNClick(_self->ob_itself, in TXNObj_TXNClick() 231 TXNSelectAll(_self->ob_itself); in TXNObj_TXNSelectAll() [all …]
|
/external/python/cpython2/Mac/Modules/menu/ |
D | _Menumodule.c | 65 MenuHandle ob_itself; member 73 it->ob_itself = itself; in MenuObj_New() 84 *p_itself = ((MenuObject *)v)->ob_itself; in MenuObj_Convert() 102 DisposeMenu(_self->ob_itself); in MenuObj_DisposeMenu() 116 CalcMenuSize(_self->ob_itself); in MenuObj_CalcMenuSize() 131 _rv = CountMenuItems(_self->ob_itself); in MenuObj_CountMenuItems() 148 _err = GetMenuFont(_self->ob_itself, in MenuObj_GetMenuFont() 171 _err = SetMenuFont(_self->ob_itself, in MenuObj_SetMenuFont() 189 _rv = GetMenuExcludesMarkColumn(_self->ob_itself); in MenuObj_GetMenuExcludesMarkColumn() 206 _err = SetMenuExcludesMarkColumn(_self->ob_itself, in MenuObj_SetMenuExcludesMarkColumn() [all …]
|
/external/python/cpython2/Mac/Modules/osa/ |
D | _OSAmodule.c | 41 ComponentInstance ob_itself; member 53 it->ob_itself = itself; in OSAObj_New() 69 *p_itself = ((OSAComponentInstanceObject *)v)->ob_itself; in OSAObj_Convert() 93 _err = OSALoad(_self->ob_itself, in OSAObj_OSALoad() 119 _err = OSAStore(_self->ob_itself, in OSAObj_OSAStore() 146 _err = OSAExecute(_self->ob_itself, in OSAObj_OSAExecute() 173 _err = OSADisplay(_self->ob_itself, in OSAObj_OSADisplay() 198 _err = OSAScriptError(_self->ob_itself, in OSAObj_OSAScriptError() 219 _err = OSADispose(_self->ob_itself, in OSAObj_OSADispose() 242 _err = OSASetScriptInfo(_self->ob_itself, in OSAObj_OSASetScriptInfo() [all …]
|
/external/python/cpython2/Mac/Modules/carbonevt/ |
D | _CarbonEvtmodule.c | 116 EventRef ob_itself; member 124 it->ob_itself = itself; in EventRef_New() 135 *p_itself = ((EventRefObject *)v)->ob_itself; in EventRef_Convert() 151 _rv = RetainEvent(_self->ob_itself); in EventRef_RetainEvent() 163 _rv = GetEventRetainCount(_self->ob_itself); in EventRef_GetEventRetainCount() 174 ReleaseEvent(_self->ob_itself); in EventRef_ReleaseEvent() 195 _err = SetEventParameter(_self->ob_itself, in EventRef_SetEventParameter() 211 _rv = GetEventClass(_self->ob_itself); in EventRef_GetEventClass() 223 _rv = GetEventKind(_self->ob_itself); in EventRef_GetEventKind() 235 _rv = GetEventTime(_self->ob_itself); in EventRef_GetEventTime() [all …]
|
/external/python/cpython2/Mac/Modules/cm/ |
D | _Cmmodule.c | 67 ComponentInstance ob_itself; member 79 it->ob_itself = itself; in CmpInstObj_New() 90 *p_itself = ((ComponentInstanceObject *)v)->ob_itself; in CmpInstObj_Convert() 109 _err = CloseComponent(_self->ob_itself); in CmpInstObj_CloseComponent() 125 _err = GetComponentInstanceError(_self->ob_itself); in CmpInstObj_GetComponentInstanceError() 142 SetComponentInstanceError(_self->ob_itself, in CmpInstObj_SetComponentInstanceError() 158 _rv = GetComponentInstanceStorage(_self->ob_itself); in CmpInstObj_GetComponentInstanceStorage() 174 SetComponentInstanceStorage(_self->ob_itself, in CmpInstObj_SetComponentInstanceStorage() 193 _rv = ComponentFunctionImplemented(_self->ob_itself, in CmpInstObj_ComponentFunctionImplemented() 209 _rv = GetComponentVersion(_self->ob_itself); in CmpInstObj_GetComponentVersion() [all …]
|
/external/python/cpython2/Mac/Modules/ctl/ |
D | _Ctlmodule.c | 143 ControlHandle ob_itself; member 153 it->ob_itself = itself; in CtlObj_New() 166 *p_itself = ((ControlObject *)v)->ob_itself; in CtlObj_Convert() 173 if (self->ob_itself)SetControlReference(self->ob_itself, (long)0); /* Make it forget about us */ in CtlObj_dealloc() 187 HiliteControl(_self->ob_itself, in CtlObj_HiliteControl() 202 ShowControl(_self->ob_itself); in CtlObj_ShowControl() 216 HideControl(_self->ob_itself); in CtlObj_HideControl() 231 _rv = IsControlActive(_self->ob_itself); in CtlObj_IsControlActive() 246 _rv = IsControlVisible(_self->ob_itself); in CtlObj_IsControlVisible() 261 _err = ActivateControl(_self->ob_itself); in CtlObj_ActivateControl() [all …]
|
/external/python/cpython2/Mac/Modules/dlg/ |
D | _Dlgmodule.c | 135 DialogPtr ob_itself; member 144 it->ob_itself = itself; in DlgObj_New() 159 *p_itself = ((DialogObject *)v)->ob_itself; in DlgObj_Convert() 165 DisposeDialog(self->ob_itself); in DlgObj_dealloc() 177 DrawDialog(_self->ob_itself); in DlgObj_DrawDialog() 193 UpdateDialog(_self->ob_itself, in DlgObj_UpdateDialog() 210 HideDialogItem(_self->ob_itself, in DlgObj_HideDialogItem() 227 ShowDialogItem(_self->ob_itself, in DlgObj_ShowDialogItem() 245 _rv = FindDialogItem(_self->ob_itself, in DlgObj_FindDialogItem() 260 DialogCut(_self->ob_itself); in DlgObj_DialogCut() [all …]
|
/external/python/cpython2/Mac/Modules/ibcarbon/ |
D | _IBCarbon.c | 27 IBNibRef ob_itself; member 35 it->ob_itself = itself; in IBNibRefObj_New() 46 *p_itself = ((IBNibRefObject *)v)->ob_itself; in IBNibRefObj_Convert() 52 DisposeNibReference(self->ob_itself); in IBNibRefObj_dealloc() 65 _err = CreateWindowFromNib(_self->ob_itself, in IBNibRefObj_CreateWindowFromNib() 83 _err = CreateMenuFromNib(_self->ob_itself, in IBNibRefObj_CreateMenuFromNib() 101 _err = CreateMenuBarFromNib(_self->ob_itself, in IBNibRefObj_CreateMenuBarFromNib() 118 _err = SetMenuBarFromNib(_self->ob_itself, in IBNibRefObj_SetMenuBarFromNib() 158 ((IBNibRefObject *)_self)->ob_itself = itself; in IBNibRefObj_tp_new()
|
/external/python/cpython2/Mac/Modules/ae/ |
D | _AEmodule.c | 58 AEDesc ob_itself; member 67 it->ob_itself = *itself; in AEDesc_New() 79 *p_itself = ((AEDescObject *)v)->ob_itself; in AEDesc_Convert() 85 if (self->ob_owned) AEDisposeDesc(&self->ob_itself); in AEDesc_dealloc() 101 _err = AECoerceDesc(&_self->ob_itself, in AEDesc_AECoerceDesc() 120 _err = AEDuplicateDesc(&_self->ob_itself, in AEDesc_AEDuplicateDesc() 138 _err = AECountItems(&_self->ob_itself, in AEDesc_AECountItems() 164 _err = AEPutPtr(&_self->ob_itself, in AEDesc_AEPutPtr() 187 _err = AEPutDesc(&_self->ob_itself, in AEDesc_AEPutDesc() 221 _err = AEGetNthPtr(&_self->ob_itself, in AEDesc_AEGetNthPtr() [all …]
|
/external/python/cpython2/Mac/Modules/drag/ |
D | _Dragmodule.c | 46 DragRef ob_itself; member 59 it->ob_itself = itself; in DragObj_New() 71 *p_itself = ((DragObjObject *)v)->ob_itself; in DragObj_Convert() 90 _err = DisposeDrag(_self->ob_itself); in DragObj_DisposeDrag() 117 _err = AddDragItemFlavor(_self->ob_itself, in DragObj_AddDragItemFlavor() 148 _err = SetDragItemFlavorData(_self->ob_itself, in DragObj_SetDragItemFlavorData() 176 _err = SetDragImage(_self->ob_itself, in DragObj_SetDragImage() 200 _err = ChangeDragBehaviors(_self->ob_itself, in DragObj_ChangeDragBehaviors() 222 _err = TrackDrag(_self->ob_itself, in DragObj_TrackDrag() 241 _err = CountDragItems(_self->ob_itself, in DragObj_CountDragItems() [all …]
|
/external/python/cpython2/Mac/Modules/res/ |
D | _Resmodule.c | 47 Handle ob_itself; member 57 it->ob_itself = itself; in ResObj_New() 69 *p_itself = ((ResourceObject *)tmp)->ob_itself; in ResObj_Convert() 80 *p_itself = ((ResourceObject *)v)->ob_itself; in ResObj_Convert() 86 if (self->ob_freeit && self->ob_itself) in ResObj_dealloc() 88 self->ob_freeit(self->ob_itself); in ResObj_dealloc() 90 self->ob_itself = NULL; in ResObj_dealloc() 103 _rv = HomeResFile(_self->ob_itself); in ResObj_HomeResFile() 121 MacLoadResource(_self->ob_itself); in ResObj_MacLoadResource() 139 ReleaseResource(_self->ob_itself); in ResObj_ReleaseResource() [all …]
|
/external/python/cpython2/Mac/Modules/scrap/ |
D | _Scrapmodule.c | 31 ScrapRef ob_itself; member 39 it->ob_itself = itself; in ScrapObj_New() 49 *p_itself = ((ScrapObject *)v)->ob_itself; in ScrapObj_Convert() 68 _err = GetScrapFlavorFlags(_self->ob_itself, in ScrapObj_GetScrapFlavorFlags() 86 _err = GetScrapFlavorSize(_self->ob_itself, in ScrapObj_GetScrapFlavorSize() 105 _err = GetScrapFlavorSize(_self->ob_itself, in ScrapObj_GetScrapFlavorData() 111 _err = GetScrapFlavorData(_self->ob_itself, in ScrapObj_GetScrapFlavorData() 135 _err = PutScrapFlavor(_self->ob_itself, in ScrapObj_PutScrapFlavor() 153 _err = GetScrapFlavorCount(_self->ob_itself, in ScrapObj_GetScrapFlavorCount() 172 _err = GetScrapFlavorCount(_self->ob_itself, in ScrapObj_GetScrapFlavorInfoList() [all …]
|
/external/python/cpython2/Mac/Modules/qt/ |
D | _Qtmodule.c | 105 IdleManager ob_itself; member 117 it->ob_itself = itself; in IdleManagerObj_New() 133 *p_itself = ((IdleManagerObject *)v)->ob_itself; in IdleManagerObj_Convert() 167 ((IdleManagerObject *)_self)->ob_itself = itself; in IdleManagerObj_tp_new() 229 MovieController ob_itself; member 241 it->ob_itself = itself; in MovieCtlObj_New() 257 *p_itself = ((MovieControllerObject *)v)->ob_itself; in MovieCtlObj_Convert() 263 if (self->ob_itself) DisposeMovieController(self->ob_itself); in MovieCtlObj_dealloc() 282 _rv = MCSetMovie(_self->ob_itself, in MovieCtlObj_MCSetMovie() 302 _rv = MCGetIndMovie(_self->ob_itself, in MovieCtlObj_MCGetIndMovie() [all …]
|
/external/python/cpython2/Mac/Modules/qd/ |
D | _Qdmodule.c | 81 GrafPtr ob_itself; member 90 it->ob_itself = itself; in GrafObj_New() 107 DialogRef dlg = (DialogRef)((GrafPortObject *)v)->ob_itself; in GrafObj_Convert() 112 WindowRef win = (WindowRef)((GrafPortObject *)v)->ob_itself; in GrafObj_Convert() 122 *p_itself = ((GrafPortObject *)v)->ob_itself; in GrafObj_Convert() 140 MacSetPort(_self->ob_itself); in GrafObj_MacSetPort() 156 _rv = QDSwapPort(_self->ob_itself, in GrafObj_QDSwapPort() 173 _rv = IsValidPort(_self->ob_itself); in GrafObj_IsValidPort() 188 _rv = GetPortPixMap(_self->ob_itself); in GrafObj_GetPortPixMap() 203 _rv = GetPortBitMapForCopyBits(_self->ob_itself); in GrafObj_GetPortBitMapForCopyBits() [all …]
|
/external/python/cpython2/Mac/Modules/qdoffs/ |
D | _Qdoffsmodule.c | 42 GWorldPtr ob_itself; member 51 it->ob_itself = itself; in GWorldObj_New() 62 *p_itself = ((GWorldObject *)v)->ob_itself; in GWorldObj_Convert() 68 DisposeGWorld(self->ob_itself); in GWorldObj_dealloc() 81 _rv = GetGWorldDevice(_self->ob_itself); in GWorldObj_GetGWorldDevice() 96 _rv = GetGWorldPixMap(_self->ob_itself); in GWorldObj_GetGWorldPixMap() 111 _rv = as_GrafPtr(_self->ob_itself); in GWorldObj_as_GrafPtr() 147 ((GWorldObject *)_self)->ob_itself = itself; in GWorldObj_tp_new()
|
/external/python/cpython2/Mac/Modules/snd/ |
D | _Sndmodule.c | 50 SndChannelPtr ob_itself; member 62 it->ob_itself = itself; in SndCh_New() 70 SndDisposeChannel(self->ob_itself, 1); in SndCh_dealloc() 85 _err = SndDoCommand(_self->ob_itself, in SndCh_SndDoCommand() 102 _err = SndDoImmediate(_self->ob_itself, in SndCh_SndDoImmediate() 120 _err = SndPlay(_self->ob_itself, in SndCh_SndPlay() 138 _err = SndChannelStatus(_self->ob_itself, in SndCh_SndChannelStatus() 157 _err = SndGetInfo(_self->ob_itself, in SndCh_SndGetInfo() 176 _err = SndSetInfo(_self->ob_itself, in SndCh_SndSetInfo() 472 p->ob_itself->userInfo = (long)p; in Snd_SndNewChannel()
|
/external/python/cpython2/Mac/Modules/app/ |
D | _Appmodule.c | 37 ThemeDrawingState ob_itself; member 45 it->ob_itself = itself; in ThemeDrawingStateObj_New() 56 *p_itself = ((ThemeDrawingStateObject *)v)->ob_itself; in ThemeDrawingStateObj_Convert() 77 _rv = SetThemeDrawingState(_self->ob_itself, in ThemeDrawingStateObj_SetThemeDrawingState() 93 _rv = DisposeThemeDrawingState(_self->ob_itself); in ThemeDrawingStateObj_DisposeThemeDrawingState() 127 ((ThemeDrawingStateObject *)_self)->ob_itself = itself; in ThemeDrawingStateObj_tp_new()
|
/external/python/cpython2/Misc/ |
D | HISTORY | 10326 the ob_itself pointer. This allows (when using the mixin)
|
/external/python/cpython3/Misc/ |
D | HISTORY | 27705 the ob_itself pointer. This allows (when using the mixin)
|