Searched refs:destructor (Results 1 - 25 of 151) sorted by relevance

1234567

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dcobject.c32 self->destructor=destr;
58 self->destructor = (destructor1)destr;
119 cself->destructor != NULL) {
131 if (self->destructor) {
133 ((destructor2)(self->destructor))(self->cobject, self->desc);
135 (self->destructor)(self->cobject);
155 (destructor)PyCObject_dealloc, /*tp_dealloc*/
H A Dcapsule.c11 PyCapsule_Destructor destructor; member in struct:__anon2846
44 PyCapsule_New(void *pointer, const char *name, PyCapsule_Destructor destructor) argument
61 capsule->destructor = destructor;
117 return capsule->destructor;
167 PyCapsule_SetDestructor(PyObject *o, PyCapsule_Destructor destructor) argument
175 capsule->destructor = destructor;
260 if (capsule->destructor) {
261 capsule->destructor(
[all...]
H A Diterobject.c102 (destructor)iter_dealloc, /* tp_dealloc */
206 (destructor)calliter_dealloc, /* tp_dealloc */
H A Dcellobject.c119 (destructor)cell_dealloc, /* tp_dealloc */
H A Denumobject.c176 (destructor)enum_dealloc, /* tp_dealloc */
345 (destructor)reversed_dealloc, /* tp_dealloc */
H A Drangeobject.c191 (destructor)PyObject_Del, /* tp_dealloc */
265 (destructor)PyObject_Del, /* tp_dealloc */
H A Ddescrobject.c428 (destructor)descr_dealloc, /* tp_dealloc */
466 (destructor)descr_dealloc, /* tp_dealloc */
503 (destructor)descr_dealloc, /* tp_dealloc */
540 (destructor)descr_dealloc, /* tp_dealloc */
577 (destructor)descr_dealloc, /* tp_dealloc */
881 (destructor)proxy_dealloc, /* tp_dealloc */
1062 (destructor)wrapper_dealloc, /* tp_dealloc */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dcobject.c32 self->destructor=destr;
58 self->destructor = (destructor1)destr;
119 cself->destructor != NULL) {
131 if (self->destructor) {
133 ((destructor2)(self->destructor))(self->cobject, self->desc);
135 (self->destructor)(self->cobject);
155 (destructor)PyCObject_dealloc, /*tp_dealloc*/
H A Dcapsule.c11 PyCapsule_Destructor destructor; member in struct:__anon3191
44 PyCapsule_New(void *pointer, const char *name, PyCapsule_Destructor destructor) argument
61 capsule->destructor = destructor;
117 return capsule->destructor;
167 PyCapsule_SetDestructor(PyObject *o, PyCapsule_Destructor destructor) argument
175 capsule->destructor = destructor;
260 if (capsule->destructor) {
261 capsule->destructor(
[all...]
H A Diterobject.c102 (destructor)iter_dealloc, /* tp_dealloc */
206 (destructor)calliter_dealloc, /* tp_dealloc */
H A Dcellobject.c119 (destructor)cell_dealloc, /* tp_dealloc */
H A Denumobject.c176 (destructor)enum_dealloc, /* tp_dealloc */
345 (destructor)reversed_dealloc, /* tp_dealloc */
H A Drangeobject.c166 (destructor)PyObject_Del, /* tp_dealloc */
240 (destructor)PyObject_Del, /* tp_dealloc */
H A Ddescrobject.c391 (destructor)descr_dealloc, /* tp_dealloc */
429 (destructor)descr_dealloc, /* tp_dealloc */
466 (destructor)descr_dealloc, /* tp_dealloc */
503 (destructor)descr_dealloc, /* tp_dealloc */
540 (destructor)descr_dealloc, /* tp_dealloc */
830 (destructor)proxy_dealloc, /* tp_dealloc */
1011 (destructor)wrapper_dealloc, /* tp_dealloc */
/device/google/contexthub/firmware/lib/libc/
H A Daeabi.cpp41 * and on top of that, be able to register variable amount of destructor methods (which may be of any size).
45 * Another possible solution is to provide size of destructor allocation heap at build time;
109 extern "C" void __aeabi_vec_delete3(void* user_array, void* (*destructor)(void*),
111 extern "C" void __aeabi_vec_delete(void* user_array, void* (*destructor)(void*));
112 extern "C" void* __aeabi_vec_dtor_cookie(void* user_array, void* (*destructor)(void*));
114 void* (*destructor)(void*),
118 void* (*destructor)(void*));
199 void* (*destructor)(void*))
206 // Unlike __cxa_vec_dtor, destructor must not be NULL.
209 void* (*destructor)(voi
197 __aeabi_vec_new_cookie(size_t element_size, size_t element_count, void* (*constructor)(void*), void* (*destructor)(void*)) argument
208 __aeabi_vec_dtor(void* user_array, void* (*destructor)(void*), size_t element_size, size_t element_count) argument
228 __aeabi_vec_dtor_cookie(void* user_array, void* (*destructor)(void*)) argument
236 __aeabi_vec_delete(void* user_array, void* (*destructor)(void*)) argument
241 __aeabi_vec_delete3(void* user_array, void* (*destructor)(void*), void (*dealloc)(void*, size_t)) argument
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dpycapsule.h31 PyCapsule_Destructor destructor);
45 PyAPI_FUNC(int) PyCapsule_SetDestructor(PyObject *capsule, PyCapsule_Destructor destructor);
H A Dcobject.h48 destructor function. If the second argument is non-null, then it
58 and an optional destructor function. If the third argument is non-null,
74 /* Modify a C object. Fails (==0) if object has a destructor. */
82 void (*destructor)(void *); member in struct:__anon2661
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dpycapsule.h31 PyCapsule_Destructor destructor);
45 PyAPI_FUNC(int) PyCapsule_SetDestructor(PyObject *capsule, PyCapsule_Destructor destructor);
H A Dcobject.h48 destructor function. If the second argument is non-null, then it
58 and an optional destructor function. If the third argument is non-null,
74 /* Modify a C object. Fails (==0) if object has a destructor. */
82 void (*destructor)(void *); member in struct:__anon2968
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
H A Dprepare_protocol.c42 (destructor)pysqlite_prepare_protocol_dealloc, /* tp_dealloc */
H A Dcache.c282 (destructor)pysqlite_node_dealloc, /* tp_dealloc */
324 (destructor)pysqlite_cache_dealloc, /* tp_dealloc */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Ditertoolsmodule.c147 (destructor)groupby_dealloc, /* tp_dealloc */
278 (destructor)_grouper_dealloc, /* tp_dealloc */
448 (destructor)teedataobject_dealloc, /* tp_dealloc */
606 (destructor)tee_dealloc, /* tp_dealloc */
803 (destructor)cycle_dealloc, /* tp_dealloc */
947 (destructor)dropwhile_dealloc, /* tp_dealloc */
1087 (destructor)takewhile_dealloc, /* tp_dealloc */
1290 (destructor)islice_dealloc, /* tp_dealloc */
1421 (destructor)starmap_dealloc, /* tp_dealloc */
1600 (destructor)imap_deallo
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Ditertoolsmodule.c147 (destructor)groupby_dealloc, /* tp_dealloc */
278 (destructor)_grouper_dealloc, /* tp_dealloc */
431 (destructor)teedataobject_dealloc, /* tp_dealloc */
587 (destructor)tee_dealloc, /* tp_dealloc */
784 (destructor)cycle_dealloc, /* tp_dealloc */
926 (destructor)dropwhile_dealloc, /* tp_dealloc */
1065 (destructor)takewhile_dealloc, /* tp_dealloc */
1259 (destructor)islice_dealloc, /* tp_dealloc */
1390 (destructor)starmap_dealloc, /* tp_dealloc */
1569 (destructor)imap_deallo
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dthread_pthread.h7 #define destructor xxdestructor macro
11 #undef destructor macro
/device/huawei/angler/power/
H A Dutils.c94 static void __attribute__ ((destructor)) cleanup(void)

Completed in 255 milliseconds

1234567