OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tp_free
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
python_descriptor.cc
137
PyObject_Del, //
tp_free
146
self->ob_type->
tp_free
(reinterpret_cast<PyObject*>(self));
269
PyObject_Del, //
tp_free
273
self->ob_type->
tp_free
(reinterpret_cast<PyObject*>(self));
python-proto2.cc
316
PyObject_Del, //
tp_free
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c
139
0, /*
tp_free
*/
257
0, /*
tp_free
*/
312
0, /*
tp_free
*/
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c
139
0, /*
tp_free
*/
257
0, /*
tp_free
*/
312
0, /*
tp_free
*/
/external/linux-tools-perf/util/
python.c
266
pcpus->ob_type->
tp_free
((PyObject*)pcpus);
335
pthreads->ob_type->
tp_free
((PyObject*)pthreads);
491
pevsel->ob_type->
tp_free
((PyObject*)pevsel);
578
pevlist->ob_type->
tp_free
((PyObject*)pevlist);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
tracer.c
177
Py_TYPE(self)->
tp_free
((PyObject*)self);
/external/chromium_org/third_party/simplejson/
_speedups.c
982
Py_TYPE(self)->
tp_free
(self);
[
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
...]
/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/
libpython2.7.a
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
libpython2.7.a
[
all
...]
Completed in 1046 milliseconds