HomeSort by relevance Sort by last modified time
    Searched refs:tp_base (Results 1 - 25 of 46) sorted by null

1 2

  /external/python/cpython2/Doc/includes/
shoddy.c 66 0, /* tp_base */
81 ShoddyType.tp_base = &PyList_Type;
typestruct.h 60 struct _typeobject *tp_base; member in struct:_typeobject
  /external/python/cpython3/Doc/includes/
shoddy.c 65 0, /* tp_base */
88 ShoddyType.tp_base = &PyList_Type;
typestruct.h 58 struct _typeobject *tp_base; member in struct:_typeobject
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
_iomodule.c 165 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 = &PyTextIOBase_Type;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
_iomodule.c 165 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 = &PyTextIOBase_Type;
    [all...]
  /external/python/cpython2/Modules/_io/
_iomodule.c 165 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 = &PyTextIOBase_Type
    [all...]
  /external/python/cpython3/Modules/_io/
_iomodule.c 712 PyFileIO_Type.tp_base = &PyRawIOBase_Type;
716 PyBytesIO_Type.tp_base = &PyBufferedIOBase_Type;
722 PyStringIO_Type.tp_base = &PyTextIOBase_Type;
727 PyWindowsConsoleIO_Type.tp_base = &PyRawIOBase_Type;
732 PyBufferedReader_Type.tp_base = &PyBufferedIOBase_Type;
736 PyBufferedWriter_Type.tp_base = &PyBufferedIOBase_Type;
740 PyBufferedRWPair_Type.tp_base = &PyBufferedIOBase_Type;
744 PyBufferedRandom_Type.tp_base = &PyBufferedIOBase_Type;
748 PyTextIOWrapper_Type.tp_base = &PyTextIOBase_Type;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
xxsubtype.c 134 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;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
xxmodule.c 131 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;
xxsubtype.c 134 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;
  /external/python/cpython2/Modules/
xxmodule.c 131 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;
xxsubtype.c 134 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;
  /external/python/cpython3/Modules/
xxmodule.c 131 0, /*tp_base*/
249 0, /* see PyInit_xx */ /*tp_base*/
304 0, /* see PyInit_xx */ /*tp_base*/
344 Null_Type.tp_base = &PyBaseObject_Type;
346 Str_Type.tp_base = &PyUnicode_Type;
xxsubtype.c 134 DEFERRED_ADDRESS(&PyList_Type), /* tp_base */
225 DEFERRED_ADDRESS(&PyDict_Type), /* tp_base */
267 spamdict_type.tp_base = &PyDict_Type;
271 spamlist_type.tp_base = &PyList_Type;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c 131 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;
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c 131 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;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
typeobject.c 196 {"__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/
typeobject.c 196 {"__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...]
  /external/python/cpython2/Objects/
typeobject.c 216 {"__base__", T_OBJECT, offsetof(PyTypeObject, tp_base), READONLY},
495 if (!compatible_for_assignment(type->tp_base, new_base, "__bases__"))
502 old_base = type->tp_base;
506 type->tp_base = new_base;
569 Py_DECREF(type->tp_base);
575 type->tp_base = old_base;
849 base = base->tp_base;
903 base = base->tp_base;
951 base = base->tp_base;
988 base = base->tp_base;
    [all...]
  /external/python/cpython3/Objects/
typeslots.inc 49 offsetof(PyHeapTypeObject, ht_type.tp_base),
typeobject.c 346 {"__base__", T_OBJECT, offsetof(PyTypeObject, tp_base), READONLY},
671 However, base->tp_base has already been assigned (see
673 through tp_base chain. And this is definitely
687 if (!compatible_for_assignment(type->tp_base, new_base, "__bases__"))
694 old_base = type->tp_base;
697 type->tp_base = new_base;
744 assert(type->tp_base == new_base);
747 type->tp_base = old_base;
1004 base = base->tp_base;
1058 base = base->tp_base;
    [all...]
  /external/python/cpython3/Modules/_ctypes/
_ctypes.c 195 0, /* tp_base */
399 StgDictObject *basedict = PyType_stgdict((PyObject *)result->tp_base);
788 0, /* tp_base */
830 0, /* tp_base */
    [all...]
  /external/python/cpython2/Modules/_ctypes/
_ctypes.c 237 0, /* tp_base */
439 StgDictObject *basedict = PyType_stgdict((PyObject *)result->tp_base);
828 0, /* tp_base */
870 0, /* tp_base */
    [all...]
  /external/tensorflow/tensorflow/python/lib/core/
bfloat16.cc 345 nullptr, // tp_base
538 PyBfloat16_Type.tp_base = &PyGenericArrType_Type;
664 CHECK(PyBfloat16_Type.tp_base != nullptr);

Completed in 818 milliseconds

1 2