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

1 2 3 45 6 7 8

  /external/python/cpython2/Modules/_io/
fileio.c 415 Py_TYPE(self)->tp_free((PyObject *)self);
1130 PyObject_GC_Del, /* tp_free */
textio.c 236 Py_TYPE(self)->tp_free((PyObject *)self);
    [all...]
  /external/python/cpython2/Modules/_sqlite/
cursor.c 138 self->ob_type->tp_free((PyObject*)self);
    [all...]
connection.c 296 self->ob_type->tp_free((PyObject*)self);
    [all...]
  /external/python/cpython2/Modules/
zipimport.c 184 Py_TYPE(self)->tp_free((PyObject *)self);
641 PyObject_GC_Del, /* tp_free */
    [all...]
_json.c 849 Py_TYPE(self)->tp_free(self);
    [all...]
  /external/python/cpython2/Objects/
complexobject.c 364 op->ob_type->tp_free(op);
    [all...]
descrobject.c     [all...]
intobject.c 139 Py_TYPE(v)->tp_free((PyObject *)v);
    [all...]
tupleobject.c 235 Py_TYPE(op)->tp_free((PyObject *)op);
826 PyObject_GC_Del, /* tp_free */
weakrefobject.c 107 Py_TYPE(self)->tp_free(self);
387 PyObject_GC_Del, /*tp_free*/
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
textio.c 236 Py_TYPE(self)->tp_free((PyObject *)self);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_json.c 822 Py_TYPE(self)->tp_free(self);
    [all...]
_collectionsmodule.c 778 Py_TYPE(deque)->tp_free(deque);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
textio.c 236 Py_TYPE(self)->tp_free((PyObject *)self);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_json.c 845 Py_TYPE(self)->tp_free(self);
    [all...]
_collectionsmodule.c 729 Py_TYPE(deque)->tp_free(deque);
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
message.cc 326 Py_TYPE(self)->tp_free(reinterpret_cast<PyObject*>(self));
    [all...]
descriptor.cc 362 Py_TYPE(self)->tp_free(reinterpret_cast<PyObject*>(self));
    [all...]
descriptor_containers.cc 595 0, // tp_free
755 0, // tp_free
815 Py_TYPE(self)->tp_free(reinterpret_cast<PyObject*>(self));
898 0, // tp_free
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
connection.c 293 self->ob_type->tp_free((PyObject*)self);
    [all...]
  /external/python/cpython2/Mac/Modules/ae/
_AEmodule.c 86 self->ob_type->tp_free((PyObject *)self);
926 AEDesc_tp_free, /* tp_free */
    [all...]
  /external/python/cpython2/Mac/Modules/dlg/
_Dlgmodule.c 166 self->ob_type->tp_free((PyObject *)self);
1017 DlgObj_tp_free, /* tp_free */
    [all...]
  /external/python/cpython2/Mac/Modules/te/
_TEmodule.c 96 self->ob_type->tp_free((PyObject *)self);
1044 TEObj_tp_free, /* tp_free */
    [all...]
  /external/python/cpython2/Modules/_ctypes/
cfield.c 270 self->ob_type->tp_free((PyObject *)self);
341 0, /* tp_free */
    [all...]

Completed in 4282 milliseconds

1 2 3 45 6 7 8