Home
last modified time | relevance | path

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

123

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Ditertoolsmodule.c37 gbo = (groupbyobject *)type->tp_alloc(type, 0); in groupby_new()
708 lz = (cycleobject *)type->tp_alloc(type, 0); in cycle_new()
853 lz = (dropwhileobject *)type->tp_alloc(type, 0); in dropwhile_new()
995 lz = (takewhileobject *)type->tp_alloc(type, 0); in takewhile_new()
1184 lz = (isliceobject *)type->tp_alloc(type, 0); in islice_new()
1327 lz = (starmapobject *)type->tp_alloc(type, 0); in starmap_new()
1471 lz = (imapobject *)type->tp_alloc(type, 0); in imap_new()
1623 lz = (chainobject *)type->tp_alloc(type, 0); in chain_new_internal()
1844 lz = (productobject *)type->tp_alloc(type, 0); in product_new()
2075 co = (combinationsobject *)type->tp_alloc(type, 0); in combinations_new()
[all …]
Dselectmodule.c750 assert(type != NULL && type->tp_alloc != NULL); in newPyEpoll_Object()
751 self = (pyEpoll_Object *) type->tp_alloc(type, 0); in newPyEpoll_Object()
1389 assert(type != NULL && type->tp_alloc != NULL); in newKqueue_Object()
1390 self = (kqueue_queue_Object *) type->tp_alloc(type, 0); in newKqueue_Object()
Dthreadmodule.c298 dummy = (localdummyobject *) localdummytype.tp_alloc(&localdummytype, 0); in _local_create_dummy()
344 self = (localobject *)type->tp_alloc(type, 0); in local_new()
D_functoolsmodule.c123 pto = (partialobject *)type->tp_alloc(type, 0); in partial_new()
D_randommodule.c488 self = (RandomObject *)type->tp_alloc(type, 0); in random_new()
Ddatetimemodule.c660 self = (PyDateTime_Date *) (type->tp_alloc(type, 0)); in new_date_ex()
677 self = (PyDateTime_DateTime *) (type->tp_alloc(type, aware)); in new_datetime_ex()
705 self = (PyDateTime_Time *) (type->tp_alloc(type, aware)); in new_time_ex()
744 self = (PyDateTime_Delta *) (type->tp_alloc(type, 0)); in new_delta_ex()
2294 me = (PyDateTime_Date *) (type->tp_alloc(type, 0)); in date_new()
3171 me = (PyDateTime_Time *) (type->tp_alloc(type, aware)); in time_new()
3701 me = (PyDateTime_DateTime *) (type->tp_alloc(type , aware)); in datetime_new()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Ditertoolsmodule.c37 gbo = (groupbyobject *)type->tp_alloc(type, 0); in groupby_new()
727 lz = (cycleobject *)type->tp_alloc(type, 0); in cycle_new()
872 lz = (dropwhileobject *)type->tp_alloc(type, 0); in dropwhile_new()
1016 lz = (takewhileobject *)type->tp_alloc(type, 0); in takewhile_new()
1206 lz = (isliceobject *)type->tp_alloc(type, 0); in islice_new()
1358 lz = (starmapobject *)type->tp_alloc(type, 0); in starmap_new()
1502 lz = (imapobject *)type->tp_alloc(type, 0); in imap_new()
1654 lz = (chainobject *)type->tp_alloc(type, 0); in chain_new_internal()
1883 lz = (productobject *)type->tp_alloc(type, 0); in product_new()
2114 co = (combinationsobject *)type->tp_alloc(type, 0); in combinations_new()
[all …]
D_functoolsmodule.c123 pto = (partialobject *)type->tp_alloc(type, 0); in partial_new()
D_randommodule.c503 self = (RandomObject *)type->tp_alloc(type, 0); in random_new()
Ddatetimemodule.c660 self = (PyDateTime_Date *) (type->tp_alloc(type, 0)); in new_date_ex()
677 self = (PyDateTime_DateTime *) (type->tp_alloc(type, aware)); in new_datetime_ex()
705 self = (PyDateTime_Time *) (type->tp_alloc(type, aware)); in new_time_ex()
744 self = (PyDateTime_Delta *) (type->tp_alloc(type, 0)); in new_delta_ex()
2294 me = (PyDateTime_Date *) (type->tp_alloc(type, 0)); in date_new()
3171 me = (PyDateTime_Time *) (type->tp_alloc(type, aware)); in time_new()
3701 me = (PyDateTime_DateTime *) (type->tp_alloc(type , aware)); in datetime_new()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Denumobject.c25 en = (enumobject *)type->tp_alloc(type, 0); in enum_new()
267 ro = (reversedobject *)type->tp_alloc(type, 0); in reversed_new()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Denumobject.c25 en = (enumobject *)type->tp_alloc(type, 0); in enum_new()
267 ro = (reversedobject *)type->tp_alloc(type, 0); in reversed_new()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
Dselectmodule.c750 assert(type != NULL && type->tp_alloc != NULL); in newPyEpoll_Object()
751 self = (pyEpoll_Object *) type->tp_alloc(type, 0); in newPyEpoll_Object()
1389 assert(type != NULL && type->tp_alloc != NULL); in newKqueue_Object()
1390 self = (kqueue_queue_Object *) type->tp_alloc(type, 0); in newKqueue_Object()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dcache.c33 node = (pysqlite_Node*) (pysqlite_NodeType.tp_alloc(&pysqlite_NodeType, 0)); in pysqlite_new_node()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
Dbytesio.c754 assert(type != NULL && type->tp_alloc != NULL); in bytesio_new()
755 self = (bytesio *)type->tp_alloc(type, 0); in bytesio_new()
Dstringio.c536 assert(type != NULL && type->tp_alloc != NULL); in stringio_new()
537 self = (stringio *)type->tp_alloc(type, 0); in stringio_new()
Dfileio.c126 assert(type != NULL && type->tp_alloc != NULL); in fileio_new()
128 self = (fileio *) type->tp_alloc(type, 0); in fileio_new()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
Dbytesio.c764 assert(type != NULL && type->tp_alloc != NULL); in bytesio_new()
765 self = (bytesio *)type->tp_alloc(type, 0); in bytesio_new()
Dstringio.c536 assert(type != NULL && type->tp_alloc != NULL); in stringio_new()
537 self = (stringio *)type->tp_alloc(type, 0); in stringio_new()
Dfileio.c121 assert(type != NULL && type->tp_alloc != NULL); in fileio_new()
123 self = (fileio *) type->tp_alloc(type, 0); in fileio_new()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dselectmodule.c784 assert(type != NULL && type->tp_alloc != NULL); in newPyEpoll_Object()
785 self = (pyEpoll_Object *) type->tp_alloc(type, 0); in newPyEpoll_Object()
1444 assert(type != NULL && type->tp_alloc != NULL); in newKqueue_Object()
1445 self = (kqueue_queue_Object *) type->tp_alloc(type, 0); in newKqueue_Object()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
Dmultibytecodec.c922 self = (MultibyteIncrementalEncoderObject *)type->tp_alloc(type, 0); in mbiencoder_new()
1131 self = (MultibyteIncrementalDecoderObject *)type->tp_alloc(type, 0); in mbidecoder_new()
1447 self = (MultibyteStreamReaderObject *)type->tp_alloc(type, 0); in mbstreamreader_new()
1649 self = (MultibyteStreamWriterObject *)type->tp_alloc(type, 0); in mbstreamwriter_new()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
Dmultibytecodec.c925 self = (MultibyteIncrementalEncoderObject *)type->tp_alloc(type, 0); in mbiencoder_new()
1134 self = (MultibyteIncrementalDecoderObject *)type->tp_alloc(type, 0); in mbidecoder_new()
1450 self = (MultibyteStreamReaderObject *)type->tp_alloc(type, 0); in mbstreamreader_new()
1652 self = (MultibyteStreamWriterObject *)type->tp_alloc(type, 0); in mbstreamwriter_new()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dobject.h389 allocfunc tp_alloc; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dobject.h389 allocfunc tp_alloc; member

123