/external/python/cpython2/Mac/Modules/cf/ |
D | _CFmodule.c | 402 static int CFTypeRefObj_tp_init(PyObject *_self, PyObject *_args, PyObject *_kwds) in CFTypeRefObj_tp_init() argument 407 if (PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, CFTypeRefObj_Convert, &itself)) in CFTypeRefObj_tp_init() 417 static PyObject *CFTypeRefObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in CFTypeRefObj_tp_new() argument 606 static int CFArrayRefObj_tp_init(PyObject *_self, PyObject *_args, PyObject *_kwds) in CFArrayRefObj_tp_init() argument 611 if (PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, CFArrayRefObj_Convert, &itself)) in CFArrayRefObj_tp_init() 618 if (PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, CFTypeRefObj_Convert, &itself)) in CFArrayRefObj_tp_init() 628 static PyObject *CFArrayRefObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in CFArrayRefObj_tp_new() argument 846 static int CFMutableArrayRefObj_tp_init(PyObject *_self, PyObject *_args, PyObject *_kwds) in CFMutableArrayRefObj_tp_init() argument 851 if (PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, CFMutableArrayRefObj_Convert, &itself)) in CFMutableArrayRefObj_tp_init() 858 if (PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, CFTypeRefObj_Convert, &itself)) in CFMutableArrayRefObj_tp_init() [all …]
|
/external/python/cpython2/Mac/Modules/carbonevt/ |
D | _CarbonEvtmodule.c | 391 static PyObject *EventRef_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in EventRef_tp_new() argument 397 … if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, EventRef_Convert, &itself)) return NULL; in EventRef_tp_new() 612 static PyObject *EventQueueRef_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in EventQueueRef_tp_new() argument 618 …if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, EventQueueRef_Convert, &itself)) return N… in EventQueueRef_tp_new() 742 static PyObject *EventLoopRef_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in EventLoopRef_tp_new() argument 748 …if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, EventLoopRef_Convert, &itself)) return NU… in EventLoopRef_tp_new() 890 static PyObject *EventLoopTimerRef_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in EventLoopTimerRef_tp_new() argument 896 …if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, EventLoopTimerRef_Convert, &itself)) retu… in EventLoopTimerRef_tp_new() 1082 static PyObject *EventHandlerRef_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in EventHandlerRef_tp_new() argument 1088 …if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, EventHandlerRef_Convert, &itself)) return… in EventHandlerRef_tp_new() [all …]
|
/external/python/cpython2/Mac/Modules/ibcarbon/ |
D | _IBCarbon.c | 150 static PyObject *IBNibRefObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in IBNibRefObj_tp_new() argument 156 …if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, IBNibRefObj_Convert, &itself)) return NUL… in IBNibRefObj_tp_new()
|
/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 …if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "|HhllO&O&O&O&O&llllllb", kw, &((FSCatalogInfoObjec… in FSCatalogInfo_tp_init() 482 static PyObject *FSCatalogInfo_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in FSCatalogInfo_tp_new() argument 655 static int FInfo_tp_init(PyObject *_self, PyObject *_args, PyObject *_kwds) in FInfo_tp_init() argument 660 if (PyArg_ParseTupleAndKeywords(_args, _kwds, "|O&", kw, FInfo_Convert, &itself)) in FInfo_tp_init() 670 static PyObject *FInfo_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in FInfo_tp_new() argument 983 static int Alias_tp_init(PyObject *_self, PyObject *_args, PyObject *_kwds) in Alias_tp_init() argument 991 …if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "|O&s#", kw, Alias_Convert, &itself, &rawdata, &raw… in Alias_tp_init() 1022 static PyObject *Alias_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in Alias_tp_new() argument 1447 static int FSSpec_tp_init(PyObject *_self, PyObject *_args, PyObject *_kwds) in FSSpec_tp_init() argument [all …]
|
/external/python/cpython2/Mac/Modules/cm/ |
D | _Cmmodule.c | 268 static PyObject *CmpInstObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in CmpInstObj_tp_new() argument 274 …if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, CmpInstObj_Convert, &itself)) return NULL; in CmpInstObj_tp_new() 706 static PyObject *CmpObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in CmpObj_tp_new() argument 712 if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, CmpObj_Convert, &itself)) return NULL; in CmpObj_tp_new()
|
/external/python/cpython2/Mac/Modules/qdoffs/ |
D | _Qdoffsmodule.c | 139 static PyObject *GWorldObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in GWorldObj_tp_new() argument 145 … if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, GWorldObj_Convert, &itself)) return NULL; in GWorldObj_tp_new()
|
/external/python/cpython2/Mac/Modules/res/ |
D | _Resmodule.c | 579 static int ResObj_tp_init(PyObject *_self, PyObject *_args, PyObject *_kwds) in ResObj_tp_init() argument 586 if (PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, ResObj_Convert, &itself)) in ResObj_tp_init() 592 if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "|s#", kw, &srcdata, &srclen)) return -1; in ResObj_tp_init() 610 static PyObject *ResObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in ResObj_tp_new() argument
|
/external/python/cpython2/Mac/Modules/mlte/ |
D | _Mltemodule.c | 1242 static PyObject *TXNObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in TXNObj_tp_new() argument 1248 if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, TXNObj_Convert, &itself)) return NULL; in TXNObj_tp_new() 1396 static PyObject *TXNFontMenuObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in TXNFontMenuObj_tp_new() argument 1402 …if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, TXNFontMenuObj_Convert, &itself)) return … in TXNFontMenuObj_tp_new()
|
/external/python/cpython2/Mac/Modules/osa/ |
D | _OSAmodule.c | 801 static PyObject *OSAObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in OSAObj_tp_new() argument 807 if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, OSAObj_Convert, &itself)) return NULL; in OSAObj_tp_new()
|
/external/python/cpython2/Mac/Modules/list/ |
D | _Listmodule.c | 741 static PyObject *ListObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in ListObj_tp_new() argument 747 if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, ListObj_Convert, &itself)) return NULL; in ListObj_tp_new()
|
/external/python/cpython2/Mac/Modules/drag/ |
D | _Dragmodule.c | 746 static PyObject *DragObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in DragObj_tp_new() argument 752 if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, DragObj_Convert, &itself)) return NULL; in DragObj_tp_new()
|
/external/python/cpython2/Mac/Modules/te/ |
D | _TEmodule.c | 988 static PyObject *TEObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in TEObj_tp_new() argument 994 if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, TEObj_Convert, &itself)) return NULL; in TEObj_tp_new()
|
/external/python/cpython2/Mac/Modules/cg/ |
D | _CGmodule.c | 1199 static PyObject *CGContextRefObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in CGContextRefObj_tp_new() argument 1205 …if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, CGContextRefObj_Convert, &itself)) return… in CGContextRefObj_tp_new()
|
/external/python/cpython2/Mac/Modules/dlg/ |
D | _Dlgmodule.c | 961 static PyObject *DlgObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in DlgObj_tp_new() argument 967 if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, DlgObj_Convert, &itself)) return NULL; in DlgObj_tp_new()
|
/external/python/cpython2/Mac/Modules/ae/ |
D | _AEmodule.c | 870 static PyObject *AEDesc_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in AEDesc_tp_new() argument 876 if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, AEDesc_Convert, &itself)) return NULL; in AEDesc_tp_new()
|
/external/python/cpython2/Mac/Modules/app/ |
D | _Appmodule.c | 119 static PyObject *ThemeDrawingStateObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in ThemeDrawingStateObj_tp_new() argument 125 …if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, ThemeDrawingStateObj_Convert, &itself)) r… in ThemeDrawingStateObj_tp_new()
|
/external/python/cpython2/Mac/Modules/qt/ |
D | _Qtmodule.c | 159 static PyObject *IdleManagerObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in IdleManagerObj_tp_new() argument 165 …if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, IdleManagerObj_Convert, &itself)) return … in IdleManagerObj_tp_new() 1279 static PyObject *MovieCtlObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in MovieCtlObj_tp_new() argument 1285 …if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, MovieCtlObj_Convert, &itself)) return NUL… in MovieCtlObj_tp_new() 1773 static PyObject *TimeBaseObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in TimeBaseObj_tp_new() argument 1779 …if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, TimeBaseObj_Convert, &itself)) return NUL… in TimeBaseObj_tp_new() 2144 static PyObject *UserDataObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in UserDataObj_tp_new() argument 2150 …if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, UserDataObj_Convert, &itself)) return NUL… in UserDataObj_tp_new() 3386 static PyObject *MediaObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in MediaObj_tp_new() argument 3392 … if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, MediaObj_Convert, &itself)) return NULL; in MediaObj_tp_new() [all …]
|
/external/python/cpython2/Mac/Modules/qd/ |
D | _Qdmodule.c | 1346 static PyObject *GrafObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in GrafObj_tp_new() argument 1352 if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, GrafObj_Convert, &itself)) return NULL; in GrafObj_tp_new() 1545 static PyObject *BMObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in BMObj_tp_new() argument 1551 if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, BMObj_Convert, &itself)) return NULL; in BMObj_tp_new()
|
/external/python/cpython2/Mac/Modules/win/ |
D | _Winmodule.c | 2594 static PyObject *WinObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in WinObj_tp_new() argument 2600 if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, WinObj_Convert, &itself)) return NULL; in WinObj_tp_new()
|
/external/python/cpython2/Mac/Modules/menu/ |
D | _Menumodule.c | 2541 static PyObject *MenuObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in MenuObj_tp_new() argument 2547 if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, MenuObj_Convert, &itself)) return NULL; in MenuObj_tp_new()
|
/external/scapy/scapy/contrib/ |
D | http2.py | 1329 def dispatch_hook(cls, s=None, *_args, **_kwds): argument
|
/external/python/cpython2/Mac/Modules/ctl/ |
D | _Ctlmodule.c | 3853 static PyObject *CtlObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds) in CtlObj_tp_new() argument 3859 if (!PyArg_ParseTupleAndKeywords(_args, _kwds, "O&", kw, CtlObj_Convert, &itself)) return NULL; in CtlObj_tp_new()
|