/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | ldst-miflags.mir | 10 $w1 = frame-destroy LDRWui $x0, 1 :: (load 4) 14 ; CHECK-NEXT: frame-destroy ORRWrs 26 $w2 = frame-destroy LDRHHui $x0, 2 :: (load 2) 30 ; CHECK-NEXT: frame-destroy ANDWri 42 $w2 = frame-destroy LDRHHui $x0, 3 :: (load 2) 46 ; CHECK-NEXT: frame-destroy UBFMWri 58 frame-destroy STRHHui $wzr, $x0, 1 :: (store 4) 60 ; CHECK: frame-setup frame-destroy STRWui 71 $x1 = frame-destroy LDRXui $x2, 1 :: (load 8) 73 ; CHECK: frame-setup frame-destroy LDPXi [all …]
|
D | reverse-csr-restore-seq.mir | 30 ; CHECK: $x24, $x23 = frame-destroy LDPXi $sp, 2 31 ; CHECK-NEXT: $x22, $x21 = frame-destroy LDPXi $sp, 4 32 ; CHECK-NEXT: $x20, $x19 = frame-destroy LDPXi $sp, 6 35 ; BEFORELDSTOPT-NEXT: $x26, $x25 = frame-destroy LDPXi $sp, 0 36 ; BEFORELDSTOPT-NEXT: $sp = frame-destroy ADDXri $sp, 64, 0 40 ; AFTERLDSTOPT-NEXT: early-clobber $sp, $x26, $x25 = frame-destroy LDPXpost $sp, 8 69 ; CHECK: $x26, $x25 = frame-destroy LDPXi $sp, 2 70 ; CHECK-NEXT: $x24, $x23 = frame-destroy LDPXi $sp, 4 71 ; CHECK-NEXT: $x22, $x21 = frame-destroy LDPXi $sp, 6 72 ; CHECK-NEXT: $x20, $x19 = frame-destroy LDPXi $sp, 8 [all …]
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_screen_pools.c | 44 vws->pools.mob_shader_slab_fenced->destroy in vmw_pools_cleanup() 47 vws->pools.mob_shader_slab->destroy(vws->pools.mob_shader_slab); in vmw_pools_cleanup() 49 vws->pools.mob_fenced->destroy(vws->pools.mob_fenced); in vmw_pools_cleanup() 51 vws->pools.mob_cache->destroy(vws->pools.mob_cache); in vmw_pools_cleanup() 54 vws->pools.query_fenced->destroy(vws->pools.query_fenced); in vmw_pools_cleanup() 56 vws->pools.query_mm->destroy(vws->pools.query_mm); in vmw_pools_cleanup() 59 vws->pools.gmr_fenced->destroy(vws->pools.gmr_fenced); in vmw_pools_cleanup() 61 vws->pools.gmr_mm->destroy(vws->pools.gmr_mm); in vmw_pools_cleanup() 63 vws->pools.gmr_slab_fenced->destroy(vws->pools.gmr_slab_fenced); in vmw_pools_cleanup() 65 vws->pools.gmr_slab->destroy(vws->pools.gmr_slab); in vmw_pools_cleanup() [all …]
|
/external/python/cpython2/Lib/lib-tk/test/test_ttk/ |
D | test_extensions.py | 20 x.destroy() 27 x.destroy() 39 x.destroy() 59 x.destroy() 68 x.destroy() 78 x.destroy() 81 x.destroy() 84 x.destroy() 89 x.destroy() 94 x.destroy() [all …]
|
/external/python/cpython3/Lib/tkinter/test/test_ttk/ |
D | test_extensions.py | 20 x.destroy() 27 x.destroy() 39 x.destroy() 59 x.destroy() 68 x.destroy() 77 x.destroy() 80 x.destroy() 85 x.destroy() 90 x.destroy() 98 x.destroy() [all …]
|
/external/mesa3d/src/gallium/winsys/freedreno/drm/ |
D | freedreno_drm_winsys.c | 51 boolean destroy; in fd_drm_screen_destroy() local 54 destroy = --screen->refcnt == 0; in fd_drm_screen_destroy() 55 if (destroy) { in fd_drm_screen_destroy() 61 if (destroy) { in fd_drm_screen_destroy() 62 pscreen->destroy = screen->winsys_priv; in fd_drm_screen_destroy() 63 pscreen->destroy(pscreen); in fd_drm_screen_destroy() 119 fd_screen(pscreen)->winsys_priv = pscreen->destroy; in fd_drm_screen_create() 120 pscreen->destroy = fd_drm_screen_destroy; in fd_drm_screen_create()
|
/external/harfbuzz_ng/src/ |
D | hb-font.h | 65 hb_destroy_func_t destroy, 197 void *user_data, hb_destroy_func_t destroy); 213 void *user_data, hb_destroy_func_t destroy); 229 void *user_data, hb_destroy_func_t destroy); 245 void *user_data, hb_destroy_func_t destroy); 261 void *user_data, hb_destroy_func_t destroy); 277 void *user_data, hb_destroy_func_t destroy); 293 void *user_data, hb_destroy_func_t destroy); 309 void *user_data, hb_destroy_func_t destroy); 325 void *user_data, hb_destroy_func_t destroy); [all …]
|
D | hb-font.cc | 582 #define HB_FONT_FUNC_IMPLEMENT(name) if (ffuncs->destroy.name) \ in hb_font_funcs_destroy() 583 ffuncs->destroy.name (ffuncs->user_data.name); in hb_font_funcs_destroy() 608 hb_destroy_func_t destroy, in hb_font_funcs_set_user_data() argument 611 return hb_object_set_user_data (ffuncs, key, data, destroy, replace); in hb_font_funcs_set_user_data() 673 hb_destroy_func_t destroy) \ 676 if (destroy) \ 677 destroy (user_data); \ 681 if (ffuncs->destroy.name) \ 682 ffuncs->destroy.name (ffuncs->user_data.name); \ 687 ffuncs->destroy.name = destroy; \ [all …]
|
D | hb-unicode.cc | 242 if (ufuncs->destroy.name) ufuncs->destroy.name (ufuncs->user_data.name); in hb_unicode_funcs_destroy() 269 hb_destroy_func_t destroy, in hb_unicode_funcs_set_user_data() argument 272 return hb_object_set_user_data (ufuncs, key, data, destroy, replace); in hb_unicode_funcs_set_user_data() 350 hb_destroy_func_t destroy) \ 355 if (ufuncs->destroy.name) \ 356 ufuncs->destroy.name (ufuncs->user_data.name); \ 361 ufuncs->destroy.name = destroy; \ 365 ufuncs->destroy.name = nullptr; \
|
D | hb-blob.hh | 45 if (destroy) in destroy_user_data() 47 destroy (user_data); in destroy_user_data() 49 destroy = nullptr; in destroy_user_data() 73 hb_destroy_func_t destroy; member 95 void destroy () { hb_blob_destroy (b.get ()); b = nullptr; } in destroy() function
|
D | hb-face.cc | 112 hb_destroy_func_t destroy) in hb_face_create_for_tables() argument 117 if (destroy) in hb_face_create_for_tables() 118 destroy (user_data); in hb_face_create_for_tables() 124 face->destroy = destroy; in hb_face_create_for_tables() 273 if (face->destroy) in hb_face_destroy() 274 face->destroy (face->user_data); in hb_face_destroy() 297 hb_destroy_func_t destroy, in hb_face_set_user_data() argument 300 return hb_object_set_user_data (face, key, data, destroy, replace); in hb_face_set_user_data() 513 if (face->destroy != (hb_destroy_func_t) _hb_face_for_data_closure_destroy) in hb_face_get_table_tags() 713 if (unlikely (face->destroy != (hb_destroy_func_t) _hb_face_builder_data_destroy)) in hb_face_builder_add_table()
|
/external/mesa3d/src/gallium/winsys/etnaviv/drm/ |
D | etnaviv_drm_winsys.c | 78 boolean destroy; in etna_drm_screen_destroy() local 81 destroy = --screen->refcnt == 0; in etna_drm_screen_destroy() 82 if (destroy) { in etna_drm_screen_destroy() 88 if (destroy) { in etna_drm_screen_destroy() 89 pscreen->destroy = screen->winsys_priv; in etna_drm_screen_destroy() 90 pscreen->destroy(pscreen); in etna_drm_screen_destroy() 142 etna_screen(pscreen)->winsys_priv = pscreen->destroy; in etna_drm_screen_create_renderonly() 143 pscreen->destroy = etna_drm_screen_destroy; in etna_drm_screen_create_renderonly()
|
/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/ |
D | TsiTest.java | 169 clientProtector.destroy(); in pingPongTest() 170 serverProtector.destroy(); in pingPongTest() 191 clientProtector.destroy(); in pingPongExactFrameSizeTest() 192 serverProtector.destroy(); in pingPongExactFrameSizeTest() 206 clientProtector.destroy(); in pingPongSmallBufferTest() 207 serverProtector.destroy(); in pingPongSmallBufferTest() 225 clientProtector.destroy(); in pingPongSmallFrameTest() 226 serverProtector.destroy(); in pingPongSmallFrameTest() 247 clientProtector.destroy(); in pingPongSmallFrameSmallBufferTest() 248 serverProtector.destroy(); in pingPongSmallFrameSmallBufferTest() [all …]
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe.c | 81 draw->pipeline.wide_line->destroy( draw->pipeline.wide_line ); in draw_pipeline_destroy() 83 draw->pipeline.wide_point->destroy( draw->pipeline.wide_point ); in draw_pipeline_destroy() 85 draw->pipeline.stipple->destroy( draw->pipeline.stipple ); in draw_pipeline_destroy() 87 draw->pipeline.unfilled->destroy( draw->pipeline.unfilled ); in draw_pipeline_destroy() 89 draw->pipeline.twoside->destroy( draw->pipeline.twoside ); in draw_pipeline_destroy() 91 draw->pipeline.offset->destroy( draw->pipeline.offset ); in draw_pipeline_destroy() 93 draw->pipeline.clip->destroy( draw->pipeline.clip ); in draw_pipeline_destroy() 95 draw->pipeline.flatshade->destroy( draw->pipeline.flatshade ); in draw_pipeline_destroy() 97 draw->pipeline.cull->destroy( draw->pipeline.cull ); in draw_pipeline_destroy() 99 draw->pipeline.validate->destroy( draw->pipeline.validate ); in draw_pipeline_destroy() [all …]
|
/external/mesa3d/src/gallium/state_trackers/xvmc/ |
D | context.c | 245 vscreen->destroy(vscreen); in XvMCCreateContext() 262 pipe->destroy(pipe); in XvMCCreateContext() 263 vscreen->destroy(vscreen); in XvMCCreateContext() 270 context_priv->decoder->destroy(context_priv->decoder); in XvMCCreateContext() 271 pipe->destroy(pipe); in XvMCCreateContext() 272 vscreen->destroy(vscreen); in XvMCCreateContext() 280 context_priv->decoder->destroy(context_priv->decoder); in XvMCCreateContext() 281 pipe->destroy(pipe); in XvMCCreateContext() 282 vscreen->destroy(vscreen); in XvMCCreateContext() 333 context_priv->decoder->destroy(context_priv->decoder); in XvMCDestroyContext() [all …]
|
/external/grpc-grpc/src/core/lib/surface/ |
D | init.cc | 102 void (*destroy)(); member 108 void grpc_register_plugin(void (*init)(void), void (*destroy)(void)) { in grpc_register_plugin() 110 ((void*)(intptr_t)init, (void*)(intptr_t)destroy)); in grpc_register_plugin() 113 g_all_of_the_plugins[g_number_of_plugins].destroy = destroy; in grpc_register_plugin() 168 if (g_all_of_the_plugins[i].destroy != nullptr) { in grpc_shutdown() 169 g_all_of_the_plugins[i].destroy(); in grpc_shutdown()
|
/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()
|
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_pathbrowser.py | 31 cls.root.destroy() 54 pb.top.destroy = Func() 55 pb.node.destroy = Func() 57 self.assertTrue(pb.top.destroy.called) 58 self.assertTrue(pb.node.destroy.called) 59 del pb.top.destroy, pb.node.destroy
|
D | test_textview.py | 27 root.destroy() 65 view.destroy = Func() 67 self.assertTrue(view.destroy.called) 68 del view.destroy # Unmask real function. 69 view.destroy() 84 cls.root.destroy() 147 self.view.destroy() 155 self.addCleanup(button.destroy) 169 self.addCleanup(button.destroy)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/MIR/X86/ |
D | frame-setup-instruction-flag.mir | 33 ; CHECK: $rdx = frame-destroy POP64r 34 $rdx = frame-destroy POP64r implicit-def $rsp, implicit $rsp 35 ; CHECK: $rdx = frame-setup frame-destroy POP64r 36 $rdx = frame-setup frame-destroy POP64r implicit-def $rsp, implicit $rsp 37 ; CHECK: $rdx = frame-setup frame-destroy POP64r 38 $rdx = frame-destroy frame-setup POP64r implicit-def $rsp, implicit $rsp
|
/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/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/tensorflow/tensorflow/compiler/tf2tensorrt/ |
D | tensorrt_test.cc | 93 network->destroy(); in CreateNetwork() 94 engine->destroy(); in CreateNetwork() 95 builder->destroy(); in CreateNetwork() 149 model->destroy(); in TEST() 159 context->destroy(); in TEST() 160 engine->destroy(); in TEST() 161 runtime->destroy(); in TEST()
|
/external/grpc-grpc/include/grpcpp/impl/codegen/ |
D | slice.h | 87 Slice(void* buf, size_t len, void (*destroy)(void*), void* user_data) in Slice() 89 buf, len, destroy, user_data)) {} in Slice() 92 Slice(void* buf, size_t len, void (*destroy)(void*)) in Slice() 93 : Slice(buf, len, destroy, buf) {} in Slice() 96 Slice(void* buf, size_t len, void (*destroy)(void*, size_t)) in Slice() 98 destroy)) {} in Slice()
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_hash_table.c | 61 void (*destroy)(void *value); member 82 void (*destroy)(void *value)) in util_hash_table_create() 98 ht->destroy = destroy; in util_hash_table_create() 161 ht->destroy(item->value); in util_hash_table_set() 224 ht->destroy(item->value); in util_hash_table_remove() 244 ht->destroy(item->value); in util_hash_table_clear() 291 ht->destroy(item->value); in util_hash_table_destroy()
|