/external/harfbuzz_ng/src/ |
D | hb-font.cc | 466 #define HB_FONT_FUNC_IMPLEMENT(name) if (ffuncs->destroy.name) \ in hb_font_funcs_destroy() 467 ffuncs->destroy.name (ffuncs->user_data.name); in hb_font_funcs_destroy() 492 hb_destroy_func_t destroy, in hb_font_funcs_set_user_data() argument 495 return hb_object_set_user_data (ffuncs, key, data, destroy, replace); in hb_font_funcs_set_user_data() 557 hb_destroy_func_t destroy) \ 560 if (destroy) \ 561 destroy (user_data); \ 565 if (ffuncs->destroy.name) \ 566 ffuncs->destroy.name (ffuncs->user_data.name); \ 571 ffuncs->destroy.name = destroy; \ [all …]
|
D | hb-blob.cc | 64 hb_destroy_func_t destroy; member 73 if (blob->destroy) { in _hb_blob_destroy_user_data() 74 blob->destroy (blob->user_data); in _hb_blob_destroy_user_data() 76 blob->destroy = NULL; in _hb_blob_destroy_user_data() 101 hb_destroy_func_t destroy) in hb_blob_create() argument 108 if (destroy) in hb_blob_create() 109 destroy (user_data); in hb_blob_create() 118 blob->destroy = destroy; in hb_blob_create() 258 hb_destroy_func_t destroy, in hb_blob_set_user_data() argument 261 return hb_object_set_user_data (blob, key, data, destroy, replace); in hb_blob_set_user_data() [all …]
|
D | hb-font.h | 65 hb_destroy_func_t destroy, 185 void *user_data, hb_destroy_func_t destroy); 201 void *user_data, hb_destroy_func_t destroy); 217 void *user_data, hb_destroy_func_t destroy); 233 void *user_data, hb_destroy_func_t destroy); 249 void *user_data, hb_destroy_func_t destroy); 265 void *user_data, hb_destroy_func_t destroy); 281 void *user_data, hb_destroy_func_t destroy); 297 void *user_data, hb_destroy_func_t destroy); 313 void *user_data, hb_destroy_func_t destroy); [all …]
|
D | hb-unicode.cc | 245 if (ufuncs->destroy.name) ufuncs->destroy.name (ufuncs->user_data.name); in hb_unicode_funcs_destroy() 272 hb_destroy_func_t destroy, in hb_unicode_funcs_set_user_data() argument 275 return hb_object_set_user_data (ufuncs, key, data, destroy, replace); in hb_unicode_funcs_set_user_data() 353 hb_destroy_func_t destroy) \ 358 if (ufuncs->destroy.name) \ 359 ufuncs->destroy.name (ufuncs->user_data.name); \ 364 ufuncs->destroy.name = destroy; \ 368 ufuncs->destroy.name = NULL; \
|
D | hb-face.cc | 85 hb_destroy_func_t destroy) in hb_face_create_for_tables() argument 90 if (destroy) in hb_face_create_for_tables() 91 destroy (user_data); in hb_face_create_for_tables() 97 face->destroy = destroy; in hb_face_create_for_tables() 242 if (face->destroy) in hb_face_destroy() 243 face->destroy (face->user_data); in hb_face_destroy() 266 hb_destroy_func_t destroy, in hb_face_set_user_data() argument 269 return hb_object_set_user_data (face, key, data, destroy, replace); in hb_face_set_user_data()
|
D | hb-unicode.h | 197 hb_destroy_func_t destroy, 291 void *user_data, hb_destroy_func_t destroy); 307 void *user_data, hb_destroy_func_t destroy); 323 void *user_data, hb_destroy_func_t destroy); 339 void *user_data, hb_destroy_func_t destroy); 355 void *user_data, hb_destroy_func_t destroy); 371 void *user_data, hb_destroy_func_t destroy); 387 void *user_data, hb_destroy_func_t destroy); 403 void *user_data, hb_destroy_func_t destroy);
|
D | hb-object-private.hh | 77 hb_destroy_func_t destroy; member 82 void finish (void) { if (destroy) destroy (data); } in finish() 92 hb_destroy_func_t destroy, 182 hb_destroy_func_t destroy, in hb_object_set_user_data() argument 188 return obj->header.user_data.set (key, data, destroy, replace); in hb_object_set_user_data()
|
D | test-size-params.cc | 57 hb_destroy_func_t destroy; in main() local 65 destroy = (hb_destroy_func_t) g_mapped_file_unref; in main() 76 destroy = free; in main() 82 blob = hb_blob_create (font_data, len, mm, user_data, destroy); in main()
|
D | test-would-substitute.cc | 61 hb_destroy_func_t destroy; in main() local 69 destroy = (hb_destroy_func_t) g_mapped_file_unref; in main() 80 destroy = free; in main() 86 blob = hb_blob_create (font_data, len, mm, user_data, destroy); in main()
|
D | test-buffer-serialize.cc | 59 hb_destroy_func_t destroy; in main() local 67 destroy = (hb_destroy_func_t) g_mapped_file_unref; in main() 78 destroy = free; in main() 84 blob = hb_blob_create (font_data, len, mm, user_data, destroy); in main()
|
D | test.cc | 60 hb_destroy_func_t destroy; in main() local 68 destroy = (hb_destroy_func_t) g_mapped_file_unref; in main() 79 destroy = free; in main() 85 blob = hb_blob_create (font_data, len, mm, user_data, destroy); in main()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe.c | 80 draw->pipeline.wide_line->destroy( draw->pipeline.wide_line ); in draw_pipeline_destroy() 82 draw->pipeline.wide_point->destroy( draw->pipeline.wide_point ); in draw_pipeline_destroy() 84 draw->pipeline.stipple->destroy( draw->pipeline.stipple ); in draw_pipeline_destroy() 86 draw->pipeline.unfilled->destroy( draw->pipeline.unfilled ); in draw_pipeline_destroy() 88 draw->pipeline.twoside->destroy( draw->pipeline.twoside ); in draw_pipeline_destroy() 90 draw->pipeline.offset->destroy( draw->pipeline.offset ); in draw_pipeline_destroy() 92 draw->pipeline.clip->destroy( draw->pipeline.clip ); in draw_pipeline_destroy() 94 draw->pipeline.flatshade->destroy( draw->pipeline.flatshade ); in draw_pipeline_destroy() 96 draw->pipeline.cull->destroy( draw->pipeline.cull ); in draw_pipeline_destroy() 98 draw->pipeline.validate->destroy( draw->pipeline.validate ); in draw_pipeline_destroy() [all …]
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_handle_table.c | 57 void (*destroy)(void *object); member 79 ht->destroy = NULL; in handle_table_create() 87 void (*destroy)(void *object)) in handle_table_set_destroy() 92 ht->destroy = destroy; in handle_table_set_destroy() 145 if(ht->destroy) in handle_table_clear() 146 ht->destroy(object); in handle_table_clear() 291 if(ht->destroy) in handle_table_destroy()
|
D | u_cache.c | 74 void (*destroy)(void *key, void *value); member 92 void (*destroy)(void *key, void *value), in util_cache_create() 103 cache->destroy = destroy; in util_cache_create() 172 if(cache->destroy) in util_cache_entry_destroy() 173 cache->destroy(key, value); in util_cache_entry_destroy()
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_screen_pools.c | 51 vws->pools.gmr_fenced->destroy(vws->pools.gmr_fenced); in vmw_pools_cleanup() 53 vws->pools.query_fenced->destroy(vws->pools.query_fenced); in vmw_pools_cleanup() 58 vws->pools.gmr_slab_fenced->destroy(vws->pools.gmr_slab_fenced); in vmw_pools_cleanup() 61 vws->pools.gmr->destroy(vws->pools.gmr); in vmw_pools_cleanup() 63 vws->pools.query->destroy(vws->pools.query); in vmw_pools_cleanup() 102 vws->pools.query_mm->destroy(vws->pools.query_mm); in vmw_query_pools_init() 104 vws->pools.query->destroy(vws->pools.query); in vmw_query_pools_init()
|
/external/clang/test/CodeGenObjC/ |
D | terminate.m | 4 void destroy(void**); function 9 void *ptr __attribute__((cleanup(destroy))); 15 // CHECK-WITH: call void @destroy(i8** [[PTR]]) 17 // CHECK-WITH: invoke void @destroy(i8** [[PTR]]) 25 // CHECK-WITHOUT: call void @destroy(i8** [[PTR]]) 27 // CHECK-WITHOUT: invoke void @destroy(i8** [[PTR]])
|
/external/harfbuzz_ng/test/api/ |
D | test-object.c | 121 …c_t) (void *obj, hb_user_data_key_t *key, void *data, hb_destroy_func_t destroy, hb_bool_t replac… 131 destroy_func_t destroy; member 248 o->destroy (obj); in test_object() 309 o->destroy (obj); in test_object() 323 o->destroy (obj); in test_object() 331 o->destroy (obj); in test_object() 332 o->destroy (obj); in test_object() 333 o->destroy (obj); in test_object() 334 o->destroy (obj); in test_object() 335 o->destroy (obj); in test_object() [all …]
|
/external/libcxx/test/std/utilities/memory/default.allocator/allocator.members/ |
D | construct.pass.cpp | 72 a.destroy(ap); in main() 80 a.destroy(ap); in main() 88 a.destroy(ap); in main() 96 a.destroy(ap); in main() 120 a.destroy(ap); in main() 128 a.destroy(ap); in main()
|
/external/selinux/policycoreutils/newrole/ |
D | hashtab.c | 83 void (*destroy) (hashtab_key_t k, in hashtab_remove() 108 if (destroy) in hashtab_remove() 109 destroy(cur->key, cur->datum, args); in hashtab_remove() 116 void (*destroy) (hashtab_key_t k, in hashtab_replace() 134 if (destroy) in hashtab_replace() 135 destroy(cur->key, cur->datum, args); in hashtab_replace() 227 void (*destroy) (hashtab_key_t k, in hashtab_map_remove_on_error() 252 if (destroy) in hashtab_map_remove_on_error() 253 destroy(temp->key, temp->datum, args); in hashtab_map_remove_on_error()
|
/external/selinux/libsepol/src/ |
D | hashtab.c | 104 void (*destroy) (hashtab_key_t k, in hashtab_remove() 129 if (destroy) in hashtab_remove() 130 destroy(cur->key, cur->datum, args); in hashtab_remove() 137 void (*destroy) (hashtab_key_t k, in hashtab_replace() 155 if (destroy) in hashtab_replace() 156 destroy(cur->key, cur->datum, args); in hashtab_replace() 248 void (*destroy) (hashtab_key_t k, in hashtab_map_remove_on_error() 273 if (destroy) in hashtab_map_remove_on_error() 274 destroy(temp->key, temp->datum, args); in hashtab_map_remove_on_error()
|
/external/mesa3d/src/gallium/state_trackers/xvmc/ |
D | context.c | 258 pipe->destroy(pipe); in XvMCCreateContext() 266 context_priv->decoder->destroy(context_priv->decoder); in XvMCCreateContext() 267 pipe->destroy(pipe); in XvMCCreateContext() 276 context_priv->decoder->destroy(context_priv->decoder); in XvMCCreateContext() 277 pipe->destroy(pipe); in XvMCCreateContext() 329 context_priv->decoder->destroy(context_priv->decoder); in XvMCDestroyContext() 332 context_priv->pipe->destroy(context_priv->pipe); in XvMCDestroyContext()
|
/external/mesa3d/src/glx/apple/ |
D | apple_glx_pixmap.c | 53 .destroy = pixmap_destroy 143 d->destroy(d); in apple_glx_pixmap_create() 152 d->destroy(d); in apple_glx_pixmap_create() 162 d->destroy(d); in apple_glx_pixmap_create() 174 d->destroy(d); in apple_glx_pixmap_create()
|
/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/ |
D | destroy.pass.cpp | 40 void destroy(U* p) in destroy() function 63 std::allocator_traits<A<int> >::destroy(a, (A0*)&a0); in main() 75 std::allocator_traits<B<int> >::destroy(b, (A0*)&a0); in main()
|
/external/libdrm/freedreno/ |
D | freedreno_priv.h | 63 void (*destroy)(struct fd_device *dev); member 104 void (*destroy)(struct fd_pipe *pipe); member 126 void (*destroy)(struct fd_ringbuffer *ring); member 133 void (*destroy)(struct fd_bo *bo); member
|
/external/speex/libspeex/ |
D | jitter.c | 148 …void (*destroy) (void *); /**< Callback for destroying a packet … member 286 jitter->destroy = NULL; in jitter_buffer_init() 304 if (jitter->destroy) in jitter_buffer_reset() 305 jitter->destroy(jitter->packets[i].data); in jitter_buffer_reset() 383 if (jitter->destroy) in jitter_buffer_put() 384 jitter->destroy(jitter->packets[i].data); in jitter_buffer_put() 433 if (jitter->destroy) in jitter_buffer_put() 434 jitter->destroy(jitter->packets[i].data); in jitter_buffer_put() 442 if (jitter->destroy) in jitter_buffer_put() 595 if (jitter->destroy) in jitter_buffer_get() [all …]
|