HomeSort by relevance Sort by last modified time
    Searched refs:tp_free (Results 51 - 75 of 177) sorted by null

1 23 4 5 6 7 8

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
iobase.c 295 Py_TYPE(self)->tp_free((PyObject *) self);
stringio.c 528 Py_TYPE(self)->tp_free(self);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
object.h 391 freefunc tp_free; /* Low-level free-memory routine */ member in struct:_typeobject
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
bytesio.c 746 Py_TYPE(self)->tp_free(self);
fileio.c 414 Py_TYPE(self)->tp_free((PyObject *)self);
1094 PyObject_GC_Del, /* tp_free */
iobase.c 295 Py_TYPE(self)->tp_free((PyObject *) self);
stringio.c 528 Py_TYPE(self)->tp_free(self);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_lsprof.c 764 Py_TYPE(op)->tp_free(op);
859 PyObject_Del, /* tp_free */
selectmodule.c 790 Py_TYPE(self)->tp_free(self);
1116 0, /* tp_free */
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
repeated_composite_container.cc 537 Py_TYPE(self)->tp_free(reinterpret_cast<PyObject*>(self));
  /external/python/cpython2/Include/
object.h 391 freefunc tp_free; /* Low-level free-memory routine */ member in struct:_typeobject
    [all...]
  /external/python/cpython2/Mac/Modules/qdoffs/
_Qdoffsmodule.c 69 self->ob_type->tp_free((PyObject *)self);
195 GWorldObj_tp_free, /* tp_free */
  /external/python/cpython2/Modules/_io/
bytesio.c 756 Py_TYPE(self)->tp_free(self);
iobase.c 297 Py_TYPE(self)->tp_free((PyObject *) self);
stringio.c 528 Py_TYPE(self)->tp_free(self);
  /external/python/cpython2/Modules/
_lsprof.c 764 Py_TYPE(op)->tp_free(op);
859 PyObject_Del, /* tp_free */
selectmodule.c 813 Py_TYPE(self)->tp_free(self);
1139 0, /* tp_free */
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
object.h 391 freefunc tp_free; /* Low-level free-memory routine */ member in struct:_typeobject
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
object.h 391 freefunc tp_free; /* Low-level free-memory routine */ member in struct:_typeobject
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 391 freefunc tp_free; /* Low-level free-memory routine */ member in struct:_typeobject
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 391 freefunc tp_free; /* Low-level free-memory routine */ member in struct:_typeobject
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
selectmodule.c 790 Py_TYPE(self)->tp_free(self);
1116 0, /* tp_free */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
selectmodule.c 824 Py_TYPE(self)->tp_free(self);
    [all...]
  /external/python/cpython2/Mac/Modules/mlte/
_Mltemodule.c 103 self->ob_type->tp_free((PyObject *)self);
    [all...]
  /external/python/cpython2/Mac/Modules/file/
_Filemodule.c 200 self->ob_type->tp_free((PyObject *)self);
535 FSCatalogInfo_tp_free, /* tp_free */
578 self->ob_type->tp_free((PyObject *)self);
723 FInfo_tp_free, /* tp_free */
771 self->ob_type->tp_free((PyObject *)self);
    [all...]

Completed in 1449 milliseconds

1 23 4 5 6 7 8