Searched refs:tp_base (Results 1 - 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
H A D_iomodule.c165 0, /* tp_base */
673 _PyExc_BlockingIOError.tp_base = (PyTypeObject *) PyExc_IOError;
686 PyFileIO_Type.tp_base = &PyRawIOBase_Type;
690 PyBytesIO_Type.tp_base = &PyBufferedIOBase_Type;
694 PyStringIO_Type.tp_base = &PyTextIOBase_Type;
698 PyBufferedReader_Type.tp_base = &PyBufferedIOBase_Type;
702 PyBufferedWriter_Type.tp_base = &PyBufferedIOBase_Type;
706 PyBufferedRWPair_Type.tp_base = &PyBufferedIOBase_Type;
710 PyBufferedRandom_Type.tp_base = &PyBufferedIOBase_Type;
714 PyTextIOWrapper_Type.tp_base
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
H A D_iomodule.c165 0, /* tp_base */
664 _PyExc_BlockingIOError.tp_base = (PyTypeObject *) PyExc_IOError;
677 PyFileIO_Type.tp_base = &PyRawIOBase_Type;
681 PyBytesIO_Type.tp_base = &PyBufferedIOBase_Type;
685 PyStringIO_Type.tp_base = &PyTextIOBase_Type;
689 PyBufferedReader_Type.tp_base = &PyBufferedIOBase_Type;
693 PyBufferedWriter_Type.tp_base = &PyBufferedIOBase_Type;
697 PyBufferedRWPair_Type.tp_base = &PyBufferedIOBase_Type;
701 PyBufferedRandom_Type.tp_base = &PyBufferedIOBase_Type;
705 PyTextIOWrapper_Type.tp_base
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dxxsubtype.c134 DEFERRED_ADDRESS(&PyList_Type), /* tp_base */
225 DEFERRED_ADDRESS(&PyDict_Type), /* tp_base */
269 spamdict_type.tp_base = &PyDict_Type;
273 spamlist_type.tp_base = &PyList_Type;
H A D_collectionsmodule.c1166 0, /* tp_base */
1660 DEFERRED_ADDRESS(&PyDict_Type), /* tp_base */
1693 defdict_type.tp_base = &PyDict_Type;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dxxmodule.c131 0, /*tp_base*/
249 0, /* see initxx */ /*tp_base*/
304 0, /* see initxx */ /*tp_base*/
347 Null_Type.tp_base = &PyBaseObject_Type;
349 Str_Type.tp_base = &PyUnicode_Type;
H A Dxxsubtype.c134 DEFERRED_ADDRESS(&PyList_Type), /* tp_base */
225 DEFERRED_ADDRESS(&PyDict_Type), /* tp_base */
269 spamdict_type.tp_base = &PyDict_Type;
273 spamlist_type.tp_base = &PyList_Type;
H A D_collectionsmodule.c1098 0, /* tp_base */
1588 DEFERRED_ADDRESS(&PyDict_Type), /* tp_base */
1621 defdict_type.tp_base = &PyDict_Type;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dtypeobject.c196 {"__base__", T_OBJECT, offsetof(PyTypeObject, tp_base), READONLY},
475 if (!compatible_for_assignment(type->tp_base, new_base, "__bases__"))
482 old_base = type->tp_base;
486 type->tp_base = new_base;
549 Py_DECREF(type->tp_base);
555 type->tp_base = old_base;
829 base = base->tp_base;
883 base = base->tp_base;
931 base = base->tp_base;
968 base = base->tp_base;
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dtypeobject.c196 {"__base__", T_OBJECT, offsetof(PyTypeObject, tp_base), READONLY},
469 if (!compatible_for_assignment(type->tp_base, new_base, "__bases__"))
476 old_base = type->tp_base;
480 type->tp_base = new_base;
543 Py_DECREF(type->tp_base);
549 type->tp_base = old_base;
821 base = base->tp_base;
875 base = base->tp_base;
917 base = base->tp_base;
952 base = base->tp_base;
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dobject.h383 struct _typeobject *tp_base; member in struct:_typeobject
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dobject.h383 struct _typeobject *tp_base; member in struct:_typeobject

Completed in 91 milliseconds