/external/protobuf/ruby/ext/google/protobuf_c/ |
D | protobuf.h | 189 void DescriptorPool_mark(void* _self); 190 void DescriptorPool_free(void* _self); 194 VALUE DescriptorPool_add(VALUE _self, VALUE def); 195 VALUE DescriptorPool_build(int argc, VALUE* argv, VALUE _self); 196 VALUE DescriptorPool_lookup(VALUE _self, VALUE name); 197 VALUE DescriptorPool_generated_pool(VALUE _self); 201 void Descriptor_mark(void* _self); 202 void Descriptor_free(void* _self); 206 VALUE Descriptor_initialize(VALUE _self, VALUE file_descriptor_rb); 207 VALUE Descriptor_name(VALUE _self); [all …]
|
D | defs.c | 99 void DescriptorPool_mark(void* _self) { in DescriptorPool_mark() argument 102 void DescriptorPool_free(void* _self) { in DescriptorPool_free() argument 103 DescriptorPool* self = _self; in DescriptorPool_free() 160 VALUE DescriptorPool_add(VALUE _self, VALUE def) { in DescriptorPool_add() argument 161 DEFINE_SELF(DescriptorPool, self, _self); in DescriptorPool_add() 184 VALUE DescriptorPool_build(int argc, VALUE* argv, VALUE _self) { in DescriptorPool_build() argument 188 rb_funcall(ctx, rb_intern("finalize_to_pool"), 1, _self); in DescriptorPool_build() 199 VALUE DescriptorPool_lookup(VALUE _self, VALUE name) { in DescriptorPool_lookup() argument 200 DEFINE_SELF(DescriptorPool, self, _self); in DescriptorPool_lookup() 218 VALUE DescriptorPool_generated_pool(VALUE _self) { in DescriptorPool_generated_pool() argument [all …]
|
D | repeated_field.c | 44 RepeatedField* ruby_to_RepeatedField(VALUE _self) { in ruby_to_RepeatedField() argument 46 TypedData_Get_Struct(_self, RepeatedField, &RepeatedField_type, self); in ruby_to_RepeatedField() 62 VALUE RepeatedField_subarray(VALUE _self, long beg, long len) { in RepeatedField_subarray() argument 63 RepeatedField* self = ruby_to_RepeatedField(_self); in RepeatedField_subarray() 86 VALUE RepeatedField_each(VALUE _self) { in RepeatedField_each() argument 87 RepeatedField* self = ruby_to_RepeatedField(_self); in RepeatedField_each() 98 return _self; in RepeatedField_each() 108 VALUE RepeatedField_index(int argc, VALUE* argv, VALUE _self) { in RepeatedField_index() argument 109 RepeatedField* self = ruby_to_RepeatedField(_self); in RepeatedField_index() 135 return RepeatedField_subarray(_self, beg, len); in RepeatedField_index() [all …]
|
D | map.c | 139 Map* ruby_to_Map(VALUE _self) { in ruby_to_Map() argument 141 TypedData_Get_Struct(_self, Map, &Map_type, self); in ruby_to_Map() 145 void Map_mark(void* _self) { in Map_mark() argument 146 Map* self = _self; in Map_mark() 165 void Map_free(void* _self) { in Map_free() argument 166 Map* self = _self; in Map_free() 224 VALUE Map_init(int argc, VALUE* argv, VALUE _self) { in Map_init() argument 225 Map* self = ruby_to_Map(_self); in Map_init() 268 Map_merge_into_self(_self, argv[init_value_arg]); in Map_init() 282 VALUE Map_each(VALUE _self) { in Map_each() argument [all …]
|
/external/python/cpython2/Mac/Modules/cg/ |
D | _CGmodule.c | 131 static PyObject *CGContextRefObj_CGContextSaveGState(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextSaveGState() argument 136 CGContextSaveGState(_self->ob_itself); in CGContextRefObj_CGContextSaveGState() 142 static PyObject *CGContextRefObj_CGContextRestoreGState(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextRestoreGState() argument 147 CGContextRestoreGState(_self->ob_itself); in CGContextRefObj_CGContextRestoreGState() 153 static PyObject *CGContextRefObj_CGContextScaleCTM(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextScaleCTM() argument 162 CGContextScaleCTM(_self->ob_itself, in CGContextRefObj_CGContextScaleCTM() 170 static PyObject *CGContextRefObj_CGContextTranslateCTM(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextTranslateCTM() argument 179 CGContextTranslateCTM(_self->ob_itself, in CGContextRefObj_CGContextTranslateCTM() 187 static PyObject *CGContextRefObj_CGContextRotateCTM(CGContextRefObject *_self, PyObject *_args) in CGContextRefObj_CGContextRotateCTM() argument 194 CGContextRotateCTM(_self->ob_itself, in CGContextRefObj_CGContextRotateCTM() [all …]
|
/external/python/cpython2/Mac/Modules/win/ |
D | _Winmodule.c | 108 static PyObject *WinObj_GetWindowOwnerCount(WindowObject *_self, PyObject *_args) in WinObj_GetWindowOwnerCount() argument 118 _err = GetWindowOwnerCount(_self->ob_itself, in WinObj_GetWindowOwnerCount() 126 static PyObject *WinObj_CloneWindow(WindowObject *_self, PyObject *_args) in WinObj_CloneWindow() argument 135 _err = CloneWindow(_self->ob_itself); in WinObj_CloneWindow() 142 static PyObject *WinObj_GetWindowRetainCount(WindowObject *_self, PyObject *_args) in WinObj_GetWindowRetainCount() argument 151 _rv = GetWindowRetainCount(_self->ob_itself); in WinObj_GetWindowRetainCount() 157 static PyObject *WinObj_RetainWindow(WindowObject *_self, PyObject *_args) in WinObj_RetainWindow() argument 166 _err = RetainWindow(_self->ob_itself); in WinObj_RetainWindow() 173 static PyObject *WinObj_ReleaseWindow(WindowObject *_self, PyObject *_args) in WinObj_ReleaseWindow() argument 182 _err = ReleaseWindow(_self->ob_itself); in WinObj_ReleaseWindow() [all …]
|
/external/python/cpython2/Mac/Modules/menu/ |
D | _Menumodule.c | 94 static PyObject *MenuObj_DisposeMenu(MenuObject *_self, PyObject *_args) in MenuObj_DisposeMenu() argument 102 DisposeMenu(_self->ob_itself); in MenuObj_DisposeMenu() 108 static PyObject *MenuObj_CalcMenuSize(MenuObject *_self, PyObject *_args) in MenuObj_CalcMenuSize() argument 116 CalcMenuSize(_self->ob_itself); in MenuObj_CalcMenuSize() 122 static PyObject *MenuObj_CountMenuItems(MenuObject *_self, PyObject *_args) in MenuObj_CountMenuItems() argument 131 _rv = CountMenuItems(_self->ob_itself); in MenuObj_CountMenuItems() 137 static PyObject *MenuObj_GetMenuFont(MenuObject *_self, PyObject *_args) in MenuObj_GetMenuFont() argument 148 _err = GetMenuFont(_self->ob_itself, in MenuObj_GetMenuFont() 158 static PyObject *MenuObj_SetMenuFont(MenuObject *_self, PyObject *_args) in MenuObj_SetMenuFont() argument 171 _err = SetMenuFont(_self->ob_itself, in MenuObj_SetMenuFont() [all …]
|
/external/python/cpython2/Mac/Modules/mlte/ |
D | _Mltemodule.c | 106 static PyObject *TXNObj_TXNDeleteObject(TXNObjectObject *_self, PyObject *_args) in TXNObj_TXNDeleteObject() argument 114 TXNDeleteObject(_self->ob_itself); in TXNObj_TXNDeleteObject() 120 static PyObject *TXNObj_TXNResizeFrame(TXNObjectObject *_self, PyObject *_args) in TXNObj_TXNResizeFrame() argument 134 TXNResizeFrame(_self->ob_itself, in TXNObj_TXNResizeFrame() 143 static PyObject *TXNObj_TXNSetFrameBounds(TXNObjectObject *_self, PyObject *_args) in TXNObj_TXNSetFrameBounds() argument 161 TXNSetFrameBounds(_self->ob_itself, in TXNObj_TXNSetFrameBounds() 172 static PyObject *TXNObj_TXNKeyDown(TXNObjectObject *_self, PyObject *_args) in TXNObj_TXNKeyDown() argument 182 TXNKeyDown(_self->ob_itself, in TXNObj_TXNKeyDown() 189 static PyObject *TXNObj_TXNAdjustCursor(TXNObjectObject *_self, PyObject *_args) in TXNObj_TXNAdjustCursor() argument 199 TXNAdjustCursor(_self->ob_itself, in TXNObj_TXNAdjustCursor() [all …]
|
/external/python/cpython2/Mac/Modules/ctl/ |
D | _Ctlmodule.c | 177 static PyObject *CtlObj_HiliteControl(ControlObject *_self, PyObject *_args) in CtlObj_HiliteControl() argument 187 HiliteControl(_self->ob_itself, in CtlObj_HiliteControl() 194 static PyObject *CtlObj_ShowControl(ControlObject *_self, PyObject *_args) in CtlObj_ShowControl() argument 202 ShowControl(_self->ob_itself); in CtlObj_ShowControl() 208 static PyObject *CtlObj_HideControl(ControlObject *_self, PyObject *_args) in CtlObj_HideControl() argument 216 HideControl(_self->ob_itself); in CtlObj_HideControl() 222 static PyObject *CtlObj_IsControlActive(ControlObject *_self, PyObject *_args) in CtlObj_IsControlActive() argument 231 _rv = IsControlActive(_self->ob_itself); in CtlObj_IsControlActive() 237 static PyObject *CtlObj_IsControlVisible(ControlObject *_self, PyObject *_args) in CtlObj_IsControlVisible() argument 246 _rv = IsControlVisible(_self->ob_itself); in CtlObj_IsControlVisible() [all …]
|
/external/python/cpython2/Mac/Modules/te/ |
D | _TEmodule.c | 99 static PyObject *TEObj_TESetText(TEObject *_self, PyObject *_args) in TEObj_TESetText() argument 113 _self->ob_itself); in TEObj_TESetText() 119 static PyObject *TEObj_TEGetText(TEObject *_self, PyObject *_args) in TEObj_TEGetText() argument 128 _rv = TEGetText(_self->ob_itself); in TEObj_TEGetText() 134 static PyObject *TEObj_TEIdle(TEObject *_self, PyObject *_args) in TEObj_TEIdle() argument 142 TEIdle(_self->ob_itself); in TEObj_TEIdle() 148 static PyObject *TEObj_TESetSelect(TEObject *_self, PyObject *_args) in TEObj_TESetSelect() argument 162 _self->ob_itself); in TEObj_TESetSelect() 168 static PyObject *TEObj_TEActivate(TEObject *_self, PyObject *_args) in TEObj_TEActivate() argument 176 TEActivate(_self->ob_itself); in TEObj_TEActivate() [all …]
|
/external/python/cpython2/Mac/Modules/list/ |
D | _Listmodule.c | 84 static PyObject *ListObj_LAddColumn(ListObject *_self, PyObject *_args) in ListObj_LAddColumn() argument 96 _self->ob_itself); in ListObj_LAddColumn() 102 static PyObject *ListObj_LAddRow(ListObject *_self, PyObject *_args) in ListObj_LAddRow() argument 114 _self->ob_itself); in ListObj_LAddRow() 120 static PyObject *ListObj_LDelColumn(ListObject *_self, PyObject *_args) in ListObj_LDelColumn() argument 131 _self->ob_itself); in ListObj_LDelColumn() 137 static PyObject *ListObj_LDelRow(ListObject *_self, PyObject *_args) in ListObj_LDelRow() argument 148 _self->ob_itself); in ListObj_LDelRow() 154 static PyObject *ListObj_LGetSelect(ListObject *_self, PyObject *_args) in ListObj_LGetSelect() argument 166 _self->ob_itself); in ListObj_LGetSelect() [all …]
|
/external/python/cpython2/Mac/Modules/cm/ |
D | _Cmmodule.c | 100 static PyObject *CmpInstObj_CloseComponent(ComponentInstanceObject *_self, PyObject *_args) in CmpInstObj_CloseComponent() argument 109 _err = CloseComponent(_self->ob_itself); in CmpInstObj_CloseComponent() 116 static PyObject *CmpInstObj_GetComponentInstanceError(ComponentInstanceObject *_self, PyObject *_ar… in CmpInstObj_GetComponentInstanceError() argument 125 _err = GetComponentInstanceError(_self->ob_itself); in CmpInstObj_GetComponentInstanceError() 132 static PyObject *CmpInstObj_SetComponentInstanceError(ComponentInstanceObject *_self, PyObject *_ar… in CmpInstObj_SetComponentInstanceError() argument 142 SetComponentInstanceError(_self->ob_itself, in CmpInstObj_SetComponentInstanceError() 149 static PyObject *CmpInstObj_GetComponentInstanceStorage(ComponentInstanceObject *_self, PyObject *_… in CmpInstObj_GetComponentInstanceStorage() argument 158 _rv = GetComponentInstanceStorage(_self->ob_itself); in CmpInstObj_GetComponentInstanceStorage() 164 static PyObject *CmpInstObj_SetComponentInstanceStorage(ComponentInstanceObject *_self, PyObject *_… in CmpInstObj_SetComponentInstanceStorage() argument 174 SetComponentInstanceStorage(_self->ob_itself, in CmpInstObj_SetComponentInstanceStorage() [all …]
|
/external/python/cpython2/Mac/Modules/osa/ |
D | _OSAmodule.c | 79 static PyObject *OSAObj_OSALoad(OSAComponentInstanceObject *_self, PyObject *_args) in OSAObj_OSALoad() argument 93 _err = OSALoad(_self->ob_itself, in OSAObj_OSALoad() 103 static PyObject *OSAObj_OSAStore(OSAComponentInstanceObject *_self, PyObject *_args) in OSAObj_OSAStore() argument 119 _err = OSAStore(_self->ob_itself, in OSAObj_OSAStore() 130 static PyObject *OSAObj_OSAExecute(OSAComponentInstanceObject *_self, PyObject *_args) in OSAObj_OSAExecute() argument 146 _err = OSAExecute(_self->ob_itself, in OSAObj_OSAExecute() 157 static PyObject *OSAObj_OSADisplay(OSAComponentInstanceObject *_self, PyObject *_args) in OSAObj_OSADisplay() argument 173 _err = OSADisplay(_self->ob_itself, in OSAObj_OSADisplay() 184 static PyObject *OSAObj_OSAScriptError(OSAComponentInstanceObject *_self, PyObject *_args) in OSAObj_OSAScriptError() argument 198 _err = OSAScriptError(_self->ob_itself, in OSAObj_OSAScriptError() [all …]
|
/external/python/cpython2/Mac/Modules/qd/ |
D | _Qdmodule.c | 132 static PyObject *GrafObj_MacSetPort(GrafPortObject *_self, PyObject *_args) in GrafObj_MacSetPort() argument 140 MacSetPort(_self->ob_itself); in GrafObj_MacSetPort() 146 static PyObject *GrafObj_QDSwapPort(GrafPortObject *_self, PyObject *_args) in GrafObj_QDSwapPort() argument 156 _rv = QDSwapPort(_self->ob_itself, in GrafObj_QDSwapPort() 164 static PyObject *GrafObj_IsValidPort(GrafPortObject *_self, PyObject *_args) in GrafObj_IsValidPort() argument 173 _rv = IsValidPort(_self->ob_itself); in GrafObj_IsValidPort() 179 static PyObject *GrafObj_GetPortPixMap(GrafPortObject *_self, PyObject *_args) in GrafObj_GetPortPixMap() argument 188 _rv = GetPortPixMap(_self->ob_itself); in GrafObj_GetPortPixMap() 194 static PyObject *GrafObj_GetPortBitMapForCopyBits(GrafPortObject *_self, PyObject *_args) in GrafObj_GetPortBitMapForCopyBits() argument 203 _rv = GetPortBitMapForCopyBits(_self->ob_itself); in GrafObj_GetPortBitMapForCopyBits() [all …]
|
/external/python/cpython2/Mac/Modules/carbonevt/ |
D | _CarbonEvtmodule.c | 145 static PyObject *EventRef_RetainEvent(EventRefObject *_self, PyObject *_args) in EventRef_RetainEvent() argument 151 _rv = RetainEvent(_self->ob_itself); in EventRef_RetainEvent() 157 static PyObject *EventRef_GetEventRetainCount(EventRefObject *_self, PyObject *_args) in EventRef_GetEventRetainCount() argument 163 _rv = GetEventRetainCount(_self->ob_itself); in EventRef_GetEventRetainCount() 169 static PyObject *EventRef_ReleaseEvent(EventRefObject *_self, PyObject *_args) in EventRef_ReleaseEvent() argument 174 ReleaseEvent(_self->ob_itself); in EventRef_ReleaseEvent() 180 static PyObject *EventRef_SetEventParameter(EventRefObject *_self, PyObject *_args) in EventRef_SetEventParameter() argument 195 _err = SetEventParameter(_self->ob_itself, in EventRef_SetEventParameter() 205 static PyObject *EventRef_GetEventClass(EventRefObject *_self, PyObject *_args) in EventRef_GetEventClass() argument 211 _rv = GetEventClass(_self->ob_itself); in EventRef_GetEventClass() [all …]
|
/external/python/cpython2/Mac/Modules/dlg/ |
D | _Dlgmodule.c | 169 static PyObject *DlgObj_DrawDialog(DialogObject *_self, PyObject *_args) in DlgObj_DrawDialog() argument 177 DrawDialog(_self->ob_itself); in DlgObj_DrawDialog() 183 static PyObject *DlgObj_UpdateDialog(DialogObject *_self, PyObject *_args) in DlgObj_UpdateDialog() argument 193 UpdateDialog(_self->ob_itself, in DlgObj_UpdateDialog() 200 static PyObject *DlgObj_HideDialogItem(DialogObject *_self, PyObject *_args) in DlgObj_HideDialogItem() argument 210 HideDialogItem(_self->ob_itself, in DlgObj_HideDialogItem() 217 static PyObject *DlgObj_ShowDialogItem(DialogObject *_self, PyObject *_args) in DlgObj_ShowDialogItem() argument 227 ShowDialogItem(_self->ob_itself, in DlgObj_ShowDialogItem() 234 static PyObject *DlgObj_FindDialogItem(DialogObject *_self, PyObject *_args) in DlgObj_FindDialogItem() argument 245 _rv = FindDialogItem(_self->ob_itself, in DlgObj_FindDialogItem() [all …]
|
/external/llvm-project/clang-tools-extra/clangd/test/ |
D | memory_tree.test | 10 # CHECK-NEXT: "_self": {{[0-9]+}}, 13 # CHECK-NEXT: "_self": {{[0-9]+}}, 16 # CHECK-NEXT: "_self": {{[0-9]+}}, 19 # CHECK-NEXT: "_self": {{[0-9]+}}, 22 # CHECK-NEXT: "_self": {{[0-9]+}}, 27 # CHECK-NEXT: "_self": {{[0-9]+}}, 30 # CHECK-NEXT: "_self": {{[0-9]+}}, 34 # CHECK-NEXT: "_self": {{[0-9]+}}, 38 # CHECK-NEXT: "_self": {{[0-9]+}}, 42 # CHECK-NEXT: "_self": {{[0-9]+}}, [all …]
|
/external/python/cpython2/Mac/Modules/qt/ |
D | _Qtmodule.c | 161 PyObject *_self; in IdleManagerObj_tp_new() local 166 if ((_self = type->tp_alloc(type, 0)) == NULL) return NULL; in IdleManagerObj_tp_new() 167 ((IdleManagerObject *)_self)->ob_itself = itself; in IdleManagerObj_tp_new() 168 return _self; in IdleManagerObj_tp_new() 267 static PyObject *MovieCtlObj_MCSetMovie(MovieControllerObject *_self, PyObject *_args) in MovieCtlObj_MCSetMovie() argument 282 _rv = MCSetMovie(_self->ob_itself, in MovieCtlObj_MCSetMovie() 291 static PyObject *MovieCtlObj_MCGetIndMovie(MovieControllerObject *_self, PyObject *_args) in MovieCtlObj_MCGetIndMovie() argument 302 _rv = MCGetIndMovie(_self->ob_itself, in MovieCtlObj_MCGetIndMovie() 309 static PyObject *MovieCtlObj_MCRemoveAllMovies(MovieControllerObject *_self, PyObject *_args) in MovieCtlObj_MCRemoveAllMovies() argument 318 _rv = MCRemoveAllMovies(_self->ob_itself); in MovieCtlObj_MCRemoveAllMovies() [all …]
|
/external/python/cpython2/Mac/Modules/cf/ |
D | _CFmodule.c | 166 static PyObject *CFTypeRefObj_CFGetTypeID(CFTypeRefObject *_self, PyObject *_args) in CFTypeRefObj_CFGetTypeID() argument 175 _rv = CFGetTypeID(_self->ob_itself); in CFTypeRefObj_CFGetTypeID() 181 static PyObject *CFTypeRefObj_CFRetain(CFTypeRefObject *_self, PyObject *_args) in CFTypeRefObj_CFRetain() argument 190 _rv = CFRetain(_self->ob_itself); in CFTypeRefObj_CFRetain() 196 static PyObject *CFTypeRefObj_CFRelease(CFTypeRefObject *_self, PyObject *_args) in CFTypeRefObj_CFRelease() argument 204 CFRelease(_self->ob_itself); in CFTypeRefObj_CFRelease() 210 static PyObject *CFTypeRefObj_CFGetRetainCount(CFTypeRefObject *_self, PyObject *_args) in CFTypeRefObj_CFGetRetainCount() argument 219 _rv = CFGetRetainCount(_self->ob_itself); in CFTypeRefObj_CFGetRetainCount() 225 static PyObject *CFTypeRefObj_CFEqual(CFTypeRefObject *_self, PyObject *_args) in CFTypeRefObj_CFEqual() argument 236 _rv = CFEqual(_self->ob_itself, in CFTypeRefObj_CFEqual() [all …]
|
/external/python/cpython2/Mac/Modules/drag/ |
D | _Dragmodule.c | 81 static PyObject *DragObj_DisposeDrag(DragObjObject *_self, PyObject *_args) in DragObj_DisposeDrag() argument 90 _err = DisposeDrag(_self->ob_itself); in DragObj_DisposeDrag() 97 static PyObject *DragObj_AddDragItemFlavor(DragObjObject *_self, PyObject *_args) in DragObj_AddDragItemFlavor() argument 117 _err = AddDragItemFlavor(_self->ob_itself, in DragObj_AddDragItemFlavor() 128 static PyObject *DragObj_SetDragItemFlavorData(DragObjObject *_self, PyObject *_args) in DragObj_SetDragItemFlavorData() argument 148 _err = SetDragItemFlavorData(_self->ob_itself, in DragObj_SetDragItemFlavorData() 159 static PyObject *DragObj_SetDragImage(DragObjObject *_self, PyObject *_args) in DragObj_SetDragImage() argument 176 _err = SetDragImage(_self->ob_itself, in DragObj_SetDragImage() 187 static PyObject *DragObj_ChangeDragBehaviors(DragObjObject *_self, PyObject *_args) in DragObj_ChangeDragBehaviors() argument 200 _err = ChangeDragBehaviors(_self->ob_itself, in DragObj_ChangeDragBehaviors() [all …]
|
/external/python/cpython2/Mac/Modules/ae/ |
D | _AEmodule.c | 89 static PyObject *AEDesc_AECoerceDesc(AEDescObject *_self, PyObject *_args) in AEDesc_AECoerceDesc() argument 101 _err = AECoerceDesc(&_self->ob_itself, in AEDesc_AECoerceDesc() 110 static PyObject *AEDesc_AEDuplicateDesc(AEDescObject *_self, PyObject *_args) in AEDesc_AEDuplicateDesc() argument 120 _err = AEDuplicateDesc(&_self->ob_itself, in AEDesc_AEDuplicateDesc() 128 static PyObject *AEDesc_AECountItems(AEDescObject *_self, PyObject *_args) in AEDesc_AECountItems() argument 138 _err = AECountItems(&_self->ob_itself, in AEDesc_AECountItems() 146 static PyObject *AEDesc_AEPutPtr(AEDescObject *_self, PyObject *_args) in AEDesc_AEPutPtr() argument 164 _err = AEPutPtr(&_self->ob_itself, in AEDesc_AEPutPtr() 174 static PyObject *AEDesc_AEPutDesc(AEDescObject *_self, PyObject *_args) in AEDesc_AEPutDesc() argument 187 _err = AEPutDesc(&_self->ob_itself, in AEDesc_AEPutDesc() [all …]
|
/external/python/cpython2/Mac/Modules/file/ |
D | _Filemodule.c | 437 static int FSCatalogInfo_tp_init(PyObject *_self, PyObject *_args, PyObject *_kwds) in FSCatalogInfo_tp_init() argument 458 …ords(_args, _kwds, "|HhllO&O&O&O&O&llllllb", kw, &((FSCatalogInfoObject *)_self)->ob_itself.nodeFl… in FSCatalogInfo_tp_init() 459 &((FSCatalogInfoObject *)_self)->ob_itself.volume, in FSCatalogInfo_tp_init() 460 &((FSCatalogInfoObject *)_self)->ob_itself.parentDirID, in FSCatalogInfo_tp_init() 461 &((FSCatalogInfoObject *)_self)->ob_itself.nodeID, in FSCatalogInfo_tp_init() 462 UTCDateTime_Convert, &((FSCatalogInfoObject *)_self)->ob_itself.createDate, in FSCatalogInfo_tp_init() 463 UTCDateTime_Convert, &((FSCatalogInfoObject *)_self)->ob_itself.contentModDate, in FSCatalogInfo_tp_init() 464 UTCDateTime_Convert, &((FSCatalogInfoObject *)_self)->ob_itself.attributeModDate, in FSCatalogInfo_tp_init() 465 UTCDateTime_Convert, &((FSCatalogInfoObject *)_self)->ob_itself.accessDate, in FSCatalogInfo_tp_init() 466 UTCDateTime_Convert, &((FSCatalogInfoObject *)_self)->ob_itself.backupDate, in FSCatalogInfo_tp_init() [all …]
|
/external/python/cpython2/Mac/Modules/res/ |
D | _Resmodule.c | 94 static PyObject *ResObj_HomeResFile(ResourceObject *_self, PyObject *_args) in ResObj_HomeResFile() argument 103 _rv = HomeResFile(_self->ob_itself); in ResObj_HomeResFile() 113 static PyObject *ResObj_MacLoadResource(ResourceObject *_self, PyObject *_args) in ResObj_MacLoadResource() argument 121 MacLoadResource(_self->ob_itself); in ResObj_MacLoadResource() 131 static PyObject *ResObj_ReleaseResource(ResourceObject *_self, PyObject *_args) in ResObj_ReleaseResource() argument 139 ReleaseResource(_self->ob_itself); in ResObj_ReleaseResource() 149 static PyObject *ResObj_DetachResource(ResourceObject *_self, PyObject *_args) in ResObj_DetachResource() argument 157 DetachResource(_self->ob_itself); in ResObj_DetachResource() 167 static PyObject *ResObj_GetResAttrs(ResourceObject *_self, PyObject *_args) in ResObj_GetResAttrs() argument 176 _rv = GetResAttrs(_self->ob_itself); in ResObj_GetResAttrs() [all …]
|
/external/protobuf/python/google/protobuf/pyext/ |
D | map_container.cc | 62 static PyObject* Contains(PyObject* _self, PyObject* key); 63 static Py_ssize_t Length(PyObject* _self); 64 static PyObject* GetIterator(PyObject *_self); 65 static PyObject* IterNext(PyObject* _self); 66 static PyObject* MergeFrom(PyObject* _self, PyObject* arg); 69 static PyObject* ScalarMapGetItem(PyObject* _self, PyObject* key); 70 static PyObject* MessageMapGetItem(PyObject* _self, PyObject* key); 71 static int ScalarMapSetItem(PyObject* _self, PyObject* key, PyObject* v); 72 static int MessageMapSetItem(PyObject* _self, PyObject* key, PyObject* v); 73 static PyObject* ScalarMapToStr(PyObject* _self); [all …]
|
/external/python/cpython2/Mac/Modules/evt/ |
D | _Evtmodule.c | 24 static PyObject *Evt_GetMouse(PyObject *_self, PyObject *_args) in Evt_GetMouse() argument 39 static PyObject *Evt_Button(PyObject *_self, PyObject *_args) in Evt_Button() argument 54 static PyObject *Evt_StillDown(PyObject *_self, PyObject *_args) in Evt_StillDown() argument 69 static PyObject *Evt_WaitMouseUp(PyObject *_self, PyObject *_args) in Evt_WaitMouseUp() argument 84 static PyObject *Evt_GetCaretTime(PyObject *_self, PyObject *_args) in Evt_GetCaretTime() argument 99 static PyObject *Evt_GetKeys(PyObject *_self, PyObject *_args) in Evt_GetKeys() argument 114 static PyObject *Evt_GetDblTime(PyObject *_self, PyObject *_args) in Evt_GetDblTime() argument 129 static PyObject *Evt_SetEventMask(PyObject *_self, PyObject *_args) in Evt_SetEventMask() argument 145 static PyObject *Evt_GetNextEvent(PyObject *_self, PyObject *_args) in Evt_GetNextEvent() argument 165 static PyObject *Evt_EventAvail(PyObject *_self, PyObject *_args) in Evt_EventAvail() argument [all …]
|