Home
last modified time | relevance | path

Searched refs:tp_new (Results 1 – 25 of 25) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dprepare_protocol.c81 pysqlite_PrepareProtocolType.tp_new = PyType_GenericNew; in pysqlite_prepare_protocol_setup_types()
Dcache.c365 pysqlite_NodeType.tp_new = PyType_GenericNew; in pysqlite_cache_setup_types()
366 pysqlite_CacheType.tp_new = PyType_GenericNew; in pysqlite_cache_setup_types()
Drow.c253 pysqlite_RowType.tp_new = PyType_GenericNew; in pysqlite_row_setup_types()
Dstatement.c541 pysqlite_StatementType.tp_new = PyType_GenericNew; in pysqlite_statement_setup_types()
Dcursor.c1124 pysqlite_CursorType.tp_new = PyType_GenericNew; in pysqlite_cursor_setup_types()
Dconnection.c1662 pysqlite_ConnectionType.tp_new = PyType_GenericNew; in pysqlite_connection_setup_types()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dxxmodule.c348 Null_Type.tp_new = PyType_GenericNew; in initxx()
D_json.c2410 PyScannerType.tp_new = PyType_GenericNew; in init_json()
2413 PyEncoderType.tp_new = PyType_GenericNew; in init_json()
Dselectmodule.c1841 kqueue_event_Type.tp_new = PyType_GenericNew;
DcPickle.c3971 if (cls->tp_new == NULL) { in load_newobj()
3978 obj = cls->tp_new(cls, args, NULL); in load_newobj()
Dposixmodule.c9330 structseq_new = StatResultType.tp_new; in INITFUNC()
9331 StatResultType.tp_new = statresult_new; in INITFUNC()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dtypeobject.c722 if (type->tp_new == NULL) { in type_call()
729 obj = type->tp_new(type, args, kwds); in type_call()
2128 if (winner->tp_new != type_new) /* Pass it to the winner */ in type_new()
2129 return winner->tp_new(winner, args, kwds); in type_new()
2878 type->tp_new != object_new) in object_init()
2885 type->tp_new == object_new) in object_init()
2900 if (type->tp_new != object_new && in object_new()
2907 else if (type->tp_new != object_new || in object_new()
3714 if (type->tp_new == NULL)
3715 type->tp_new = base->tp_new;
[all …]
Dfileobject.c474 f = (PyFileObject *)PyFile_Type.tp_new(&PyFile_Type, NULL, NULL); in PyFile_FromFile()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dtypeobject.c714 if (type->tp_new == NULL) { in type_call()
721 obj = type->tp_new(type, args, kwds); in type_call()
2110 if (winner->tp_new != type_new) /* Pass it to the winner */ in type_new()
2111 return winner->tp_new(winner, args, kwds); in type_new()
2847 type->tp_new != object_new) in object_init()
2854 type->tp_new == object_new) in object_init()
2869 if (type->tp_new != object_new && in object_new()
2876 else if (type->tp_new != object_new || in object_new()
3679 if (type->tp_new == NULL)
3680 type->tp_new = base->tp_new;
[all …]
Dfileobject.c471 PyFileObject *f = (PyFileObject *)PyFile_Type.tp_new(&PyFile_Type, in PyFile_FromFile()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dsysmodule.c1477 VersionInfoType.tp_new = NULL; in _PySys_Init()
1485 FlagsType.tp_new = NULL; in _PySys_Init()
1494 WindowsVersionType.tp_new = NULL; in _PySys_Init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dsysmodule.c1498 VersionInfoType.tp_new = NULL; in _PySys_Init()
1506 FlagsType.tp_new = NULL; in _PySys_Init()
1515 WindowsVersionType.tp_new = NULL; in _PySys_Init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dobject.h390 newfunc tp_new; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dobject.h390 newfunc tp_new; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_json.c2398 PyScannerType.tp_new = PyType_GenericNew; in init_json()
2401 PyEncoderType.tp_new = PyType_GenericNew; in init_json()
DcPickle.c4006 if (cls->tp_new == NULL) { in load_newobj()
4013 obj = cls->tp_new(cls, args, NULL); in load_newobj()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
Dselectmodule.c1841 kqueue_event_Type.tp_new = PyType_GenericNew;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dselectmodule.c1896 kqueue_event_Type.tp_new = PyType_GenericNew;
Dedk2module.c4206 structseq_new = StatResultType.tp_new; in INITFUNC()
4207 StatResultType.tp_new = statresult_new; in INITFUNC()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c7392 structseq_new = StatResultType.tp_new; in INITFUNC()
7393 StatResultType.tp_new = statresult_new; in INITFUNC()