HomeSort by relevance Sort by last modified time
    Searched refs:tp_dealloc (Results 1 - 19 of 19) sorted by null

  /external/python/cpython2/Doc/includes/
typestruct.h 8 destructor tp_dealloc; member in struct:_typeobject
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
object.h 124 this type. The Py_DECREF() macro uses the tp_dealloc method without
331 destructor tp_dealloc; member in struct:_typeobject
764 (*Py_TYPE(op)->tp_dealloc)((PyObject *)(op)))
781 * and tp_dealloc implementatons.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
object.h 124 this type. The Py_DECREF() macro uses the tp_dealloc method without
331 destructor tp_dealloc; member in struct:_typeobject
752 (*Py_TYPE(op)->tp_dealloc)((PyObject *)(op)))
769 * and tp_dealloc implementatons.
    [all...]
  /external/python/cpython2/Include/
object.h 124 this type. The Py_DECREF() macro uses the tp_dealloc method without
331 destructor tp_dealloc; member in struct:_typeobject
764 (*Py_TYPE(op)->tp_dealloc)((PyObject *)(op)))
781 * and tp_dealloc implementations.
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
object.h 124 this type. The Py_DECREF() macro uses the tp_dealloc method without
331 destructor tp_dealloc; member in struct:_typeobject
762 (*Py_TYPE(op)->tp_dealloc)((PyObject *)(op)))
779 * and tp_dealloc implementatons.
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
object.h 124 this type. The Py_DECREF() macro uses the tp_dealloc method without
331 destructor tp_dealloc; member in struct:_typeobject
762 (*Py_TYPE(op)->tp_dealloc)((PyObject *)(op)))
779 * and tp_dealloc implementatons.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 124 this type. The Py_DECREF() macro uses the tp_dealloc method without
331 destructor tp_dealloc; member in struct:_typeobject
762 (*Py_TYPE(op)->tp_dealloc)((PyObject *)(op)))
779 * and tp_dealloc implementatons.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 124 this type. The Py_DECREF() macro uses the tp_dealloc method without
331 destructor tp_dealloc; member in struct:_typeobject
762 (*Py_TYPE(op)->tp_dealloc)((PyObject *)(op)))
779 * and tp_dealloc implementatons.
    [all...]
  /external/python/cpython2/Mac/Modules/cf/
_CFmodule.c 436 (destructor) CFTypeRefObj_dealloc, /*tp_dealloc*/
526 CFTypeRef_Type.tp_dealloc((PyObject *)self);
647 (destructor) CFArrayRefObj_dealloc, /*tp_dealloc*/
737 CFArrayRef_Type.tp_dealloc((PyObject *)self);
887 (destructor) CFMutableArrayRefObj_dealloc, /*tp_dealloc*/
977 CFTypeRef_Type.tp_dealloc((PyObject *)self);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
object.c     [all...]
typeobject.c 927 /* Find the nearest base with a different tp_dealloc */
929 while ((basedealloc = base->tp_dealloc) == subtype_dealloc) {
938 /* Call the base tp_dealloc() */
965 /* Find the nearest base with a different tp_dealloc */
967 while ((basedealloc = base->tp_dealloc) == subtype_dealloc) {
1000 /* Clear slots up to the nearest base with a different tp_dealloc */
1002 while (base->tp_dealloc == subtype_dealloc) {
1024 /* Call the base tp_dealloc(); first retrack self if
    [all...]
  /external/python/cpython2/Objects/
object.c     [all...]
typeobject.c 947 /* Find the nearest base with a different tp_dealloc */
949 while ((basedealloc = base->tp_dealloc) == subtype_dealloc) {
958 /* Call the base tp_dealloc() */
985 /* Find the nearest base with a different tp_dealloc */
987 while ((basedealloc = base->tp_dealloc) == subtype_dealloc) {
1020 /* Clear slots up to the nearest base with a different tp_dealloc */
1022 while (base->tp_dealloc == subtype_dealloc) {
1044 /* Call the base tp_dealloc(); first retrack self if
    [all...]
  /external/python/cpython2/Modules/_ctypes/
stgdict.c 48 PyDict_Type.tp_dealloc((PyObject *)self);
114 (destructor)PyCStgDict_dealloc, /* tp_dealloc */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
typeobject.c 913 /* Find the nearest base with a different tp_dealloc */
915 while ((basedealloc = base->tp_dealloc) == subtype_dealloc) {
924 /* Call the base tp_dealloc() */
949 /* Find the nearest base with a different tp_dealloc */
951 while ((basedealloc = base->tp_dealloc) == subtype_dealloc) {
984 /* Clear slots up to the nearest base with a different tp_dealloc */
986 while (base->tp_dealloc == subtype_dealloc) {
1008 /* Call the base tp_dealloc(); first retrack self if
    [all...]
object.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_collectionsmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_collectionsmodule.c 1071 (destructor)deque_dealloc, /* tp_dealloc */
    [all...]
  /external/python/cpython2/Modules/
_collectionsmodule.c     [all...]

Completed in 677 milliseconds