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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c 105 (destructor)Xxo_dealloc, /*tp_dealloc*/
223 0, /*tp_dealloc*/
278 0, /*tp_dealloc*/
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c 105 (destructor)Xxo_dealloc, /*tp_dealloc*/
223 0, /*tp_dealloc*/
278 0, /*tp_dealloc*/
  /external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
python_descriptor.cc 103 (destructor)CFieldDescriptorDealloc, // tp_dealloc
235 (destructor)CDescriptorPoolDealloc, // tp_dealloc
python-proto2.cc 282 (destructor)CMessageDealloc, // tp_dealloc
    [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/linux-tools-perf/util/
python.c 297 .tp_dealloc = (destructor)pyrf_cpu_map__delete,
366 .tp_dealloc = (destructor)pyrf_thread_map__delete,
540 .tp_dealloc = (destructor)pyrf_evsel__delete,
774 .tp_dealloc = (destructor)pyrf_evlist__delete,
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
tracer.c 621 (destructor)CTracer_dealloc, /*tp_dealloc*/
  /external/chromium_org/third_party/simplejson/
_speedups.c     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/
libpython2.7.a     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
libpython2.7.a     [all...]
  /external/chromium_org/third_party/bintrees/bintrees/
cwalker.c     [all...]
qavltree.c     [all...]
qbintree.c     [all...]
qrbtree.c     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_io.py 466 # (in the C version, close() is called by the tp_dealloc
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_io.py 466 # (in the C version, close() is called by the tp_dealloc
    [all...]

Completed in 1077 milliseconds