/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/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/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/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/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 | 467 Py_TYPE(self)->tp_free(self); in context_tp_dealloc() 875 Py_TYPE(self)->tp_free(self); in contextvar_tp_dealloc() 1053 .tp_free = PyObject_GC_Del, 1101 Py_TYPE(self)->tp_free(self); in token_tp_dealloc() 1194 .tp_free = PyObject_GC_Del,
|
D | hamt.c | 1187 Py_TYPE(self)->tp_free((PyObject *)self); in hamt_node_bitmap_dealloc() 1595 Py_TYPE(self)->tp_free((PyObject *)self); in hamt_node_collision_dealloc() 1977 Py_TYPE(self)->tp_free((PyObject *)self); in hamt_node_array_dealloc() 2739 Py_TYPE(self)->tp_free(self); in hamt_tp_dealloc() 2943 .tp_free = PyObject_GC_Del, 2956 .tp_free = PyObject_GC_Del, 2969 .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() 996 Py_TYPE(lz)->tp_free(lz); in cycle_dealloc() 1187 Py_TYPE(lz)->tp_free(lz); in dropwhile_dealloc() 1350 Py_TYPE(lz)->tp_free(lz); in takewhile_dealloc() 1562 Py_TYPE(lz)->tp_free(lz); in islice_dealloc() 1767 Py_TYPE(lz)->tp_free(lz); in starmap_dealloc() 1926 Py_TYPE(lz)->tp_free(lz); in chain_dealloc() 2184 Py_TYPE(lz)->tp_free(lz); in product_dealloc() 2513 Py_TYPE(co)->tp_free(co); in combinations_dealloc() 2845 Py_TYPE(co)->tp_free(co); in cwr_dealloc() [all …]
|
/external/python/cpython3/Objects/ |
D | enumobject.c | 88 Py_TYPE(en)->tp_free(en); in enum_dealloc() 322 Py_TYPE(ro)->tp_free(ro); in reversed_dealloc()
|
D | exceptions.c | 89 Py_TYPE(self)->tp_free((PyObject *)self); in BaseException_dealloc() 537 Py_TYPE(self)->tp_free((PyObject *)self); in StopIteration_dealloc() 604 Py_TYPE(self)->tp_free((PyObject *)self); in SystemExit_dealloc() 686 Py_TYPE(self)->tp_free((PyObject *)self); in ImportError_dealloc() 1088 Py_TYPE(self)->tp_free((PyObject *)self); in OSError_dealloc() 1420 Py_TYPE(self)->tp_free((PyObject *)self); in SyntaxError_dealloc() 1864 Py_TYPE(self)->tp_free((PyObject *)self); in UnicodeError_dealloc() 2313 return Py_TYPE(self)->tp_free((PyObject *)self); in MemoryError_dealloc() 2319 Py_TYPE(self)->tp_free((PyObject *)self); in MemoryError_dealloc() 2353 Py_TYPE(self)->tp_free((PyObject *)self); in free_preallocated_memerrors()
|
D | namespaceobject.c | 62 Py_TYPE(ns)->tp_free((PyObject *)ns); in namespace_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/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/tensorflow/tensorflow/python/lib/core/ |
D | ndarray_tensor_bridge.cc | 79 TensorReleaserType.tp_free(pself); in TensorReleaser_dealloc()
|