/external/python/cpython2/Modules/ |
D | itertoolsmodule.c | 60 Py_TYPE(gbo)->tp_free(gbo); in groupby_dealloc() 729 Py_TYPE(lz)->tp_free(lz); in cycle_dealloc() 874 Py_TYPE(lz)->tp_free(lz); in dropwhile_dealloc() 1018 Py_TYPE(lz)->tp_free(lz); in takewhile_dealloc() 1208 Py_TYPE(lz)->tp_free(lz); in islice_dealloc() 1359 Py_TYPE(lz)->tp_free(lz); in starmap_dealloc() 1504 Py_TYPE(lz)->tp_free(lz); in imap_dealloc() 1681 Py_TYPE(lz)->tp_free(lz); in chain_dealloc() 1896 Py_TYPE(lz)->tp_free(lz); in product_dealloc() 2128 Py_TYPE(co)->tp_free(co); in combinations_dealloc() [all …]
|
/external/brotli/python/ |
D | _brotli.cc | 154 Py_TYPE(self)->tp_free((PyObject*)self); in brotli_Compressor_dealloc() 156 self->ob_type->tp_free((PyObject*)self); in brotli_Compressor_dealloc() 440 Py_TYPE(self)->tp_free((PyObject*)self); in brotli_Decompressor_dealloc() 442 self->ob_type->tp_free((PyObject*)self); in brotli_Decompressor_dealloc()
|
/external/python/cpython3/Modules/_sqlite/ |
D | prepare_protocol.c | 33 Py_TYPE(self)->tp_free((PyObject*)self); in pysqlite_prepare_protocol_dealloc()
|
D | cache.c | 54 Py_TYPE(self)->tp_free((PyObject*)self); in pysqlite_node_dealloc() 112 Py_TYPE(self)->tp_free((PyObject*)self); in pysqlite_cache_dealloc()
|
/external/python/cpython2/Modules/_sqlite/ |
D | prepare_protocol.c | 34 Py_TYPE(self)->tp_free((PyObject*)self); in pysqlite_prepare_protocol_dealloc()
|
D | cache.c | 55 Py_TYPE(self)->tp_free((PyObject*)self); in pysqlite_node_dealloc() 113 Py_TYPE(self)->tp_free((PyObject*)self); in pysqlite_cache_dealloc()
|
/external/python/cpython2/Doc/includes/ |
D | typestruct.h | 68 freefunc tp_free; /* Low-level free-memory routine */ member
|
D | noddy2.c | 16 Py_TYPE(self)->tp_free((PyObject*)self); in Noddy_dealloc()
|
D | noddy4.c | 51 Py_TYPE(self)->tp_free((PyObject*)self); in Noddy_dealloc()
|
D | noddy3.c | 16 Py_TYPE(self)->tp_free((PyObject*)self); in Noddy_dealloc()
|
/external/python/cpython3/Doc/includes/ |
D | typestruct.h | 66 freefunc tp_free; /* Low-level free-memory routine */ member
|
D | custom2.c | 17 Py_TYPE(self)->tp_free((PyObject *) self); in Custom_dealloc()
|
D | custom3.c | 17 Py_TYPE(self)->tp_free((PyObject *) self); in Custom_dealloc()
|
D | custom4.c | 33 Py_TYPE(self)->tp_free((PyObject *) self); in Custom_dealloc()
|
/external/python/cpython3/Python/ |
D | context.c | 454 Py_TYPE(self)->tp_free(self); in context_tp_dealloc() 860 Py_TYPE(self)->tp_free(self); in contextvar_tp_dealloc() 1045 .tp_free = PyObject_GC_Del, 1093 Py_TYPE(self)->tp_free(self); in token_tp_dealloc() 1179 .tp_free = PyObject_GC_Del,
|
D | hamt.c | 1188 Py_TYPE(self)->tp_free((PyObject *)self); in hamt_node_bitmap_dealloc() 1596 Py_TYPE(self)->tp_free((PyObject *)self); in hamt_node_collision_dealloc() 1978 Py_TYPE(self)->tp_free((PyObject *)self); in hamt_node_array_dealloc() 2740 Py_TYPE(self)->tp_free(self); in hamt_tp_dealloc() 2944 .tp_free = PyObject_GC_Del, 2957 .tp_free = PyObject_GC_Del, 2970 .tp_free = PyObject_GC_Del,
|
/external/python/cpython2/Objects/ |
D | enumobject.c | 68 Py_TYPE(en)->tp_free(en); in enum_dealloc() 288 Py_TYPE(ro)->tp_free(ro); in reversed_dealloc()
|
D | exceptions.c | 85 Py_TYPE(self)->tp_free((PyObject *)self); in BaseException_dealloc() 539 Py_TYPE(self)->tp_free((PyObject *)self); in SystemExit_dealloc() 640 Py_TYPE(self)->tp_free((PyObject *)self); in EnvironmentError_dealloc() 838 Py_TYPE(self)->tp_free((PyObject *)self); in WindowsError_dealloc() 1107 Py_TYPE(self)->tp_free((PyObject *)self); in SyntaxError_dealloc() 1586 Py_TYPE(self)->tp_free((PyObject *)self); in UnicodeError_dealloc()
|
/external/python/cpython3/Modules/ |
D | itertoolsmodule.c | 110 Py_TYPE(gbo)->tp_free(gbo); in groupby_dealloc() 1002 Py_TYPE(lz)->tp_free(lz); in cycle_dealloc() 1195 Py_TYPE(lz)->tp_free(lz); in dropwhile_dealloc() 1360 Py_TYPE(lz)->tp_free(lz); in takewhile_dealloc() 1572 Py_TYPE(lz)->tp_free(lz); in islice_dealloc() 1779 Py_TYPE(lz)->tp_free(lz); in starmap_dealloc() 1938 Py_TYPE(lz)->tp_free(lz); in chain_dealloc() 2194 Py_TYPE(lz)->tp_free(lz); in product_dealloc() 2525 Py_TYPE(co)->tp_free(co); in combinations_dealloc() 2859 Py_TYPE(co)->tp_free(co); in cwr_dealloc() [all …]
|
D | _bz2module.c | 336 Py_TYPE(self)->tp_free((PyObject *)self); in BZ2Compressor_dealloc() 660 Py_TYPE(self)->tp_free((PyObject *)self); in BZ2Decompressor_dealloc()
|
/external/python/cpython3/Objects/ |
D | enumobject.c | 88 Py_TYPE(en)->tp_free(en); in enum_dealloc() 320 Py_TYPE(ro)->tp_free(ro); in reversed_dealloc()
|
D | exceptions.c | 91 Py_TYPE(self)->tp_free((PyObject *)self); in BaseException_dealloc() 525 Py_TYPE(self)->tp_free((PyObject *)self); in StopIteration_dealloc() 592 Py_TYPE(self)->tp_free((PyObject *)self); in SystemExit_dealloc() 674 Py_TYPE(self)->tp_free((PyObject *)self); in ImportError_dealloc() 1076 Py_TYPE(self)->tp_free((PyObject *)self); in OSError_dealloc() 1408 Py_TYPE(self)->tp_free((PyObject *)self); in SyntaxError_dealloc() 1850 Py_TYPE(self)->tp_free((PyObject *)self); in UnicodeError_dealloc() 2295 Py_TYPE(self)->tp_free((PyObject *)self); in MemoryError_dealloc() 2329 Py_TYPE(self)->tp_free((PyObject *)self); in free_preallocated_memerrors()
|
/external/python/cpython2/Mac/Modules/carbonevt/ |
D | _CarbonEvtmodule.c | 142 self->ob_type->tp_free((PyObject *)self); in EventRef_dealloc() 487 self->ob_type->tp_free((PyObject *)self); in EventQueueRef_dealloc() 708 self->ob_type->tp_free((PyObject *)self); in EventLoopRef_dealloc() 838 self->ob_type->tp_free((PyObject *)self); in EventLoopTimerRef_dealloc() 991 self->ob_type->tp_free((PyObject *)self); in EventHandlerRef_dealloc() 1178 self->ob_type->tp_free((PyObject *)self); in EventHandlerCallRef_dealloc() 1311 self->ob_type->tp_free((PyObject *)self); in EventTargetRef_dealloc() 1466 self->ob_type->tp_free((PyObject *)self); in EventHotKeyRef_dealloc()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | extension_dict.cc | 131 Py_TYPE(_self)->tp_free(_self); in DeallocExtensionIterator() 321 Py_TYPE(self)->tp_free(reinterpret_cast<PyObject*>(self)); in dealloc()
|
/external/tensorflow/tensorflow/python/lib/core/ |
D | ndarray_tensor_bridge.cc | 79 TensorReleaserType.tp_free(pself); in TensorReleaser_dealloc()
|