Home
last modified time | relevance | path

Searched refs:destroy (Results 1 – 25 of 2773) sorted by relevance

12345678910>>...111

/external/harfbuzz_ng/src/
Dhb-draw.cc89 hb_destroy_func_t *destroy) in _hb_draw_funcs_set_preamble() argument
93 if (*destroy) in _hb_draw_funcs_set_preamble()
94 (*destroy) (*user_data); in _hb_draw_funcs_set_preamble()
100 if (*destroy) in _hb_draw_funcs_set_preamble()
101 (*destroy) (*user_data); in _hb_draw_funcs_set_preamble()
102 *destroy = nullptr; in _hb_draw_funcs_set_preamble()
112 hb_destroy_func_t destroy) in _hb_draw_funcs_set_middle() argument
120 if (destroy && !dfuncs->destroy) in _hb_draw_funcs_set_middle()
122 dfuncs->destroy = (decltype (dfuncs->destroy)) hb_calloc (1, sizeof (*dfuncs->destroy)); in _hb_draw_funcs_set_middle()
123 if (unlikely (!dfuncs->destroy)) in _hb_draw_funcs_set_middle()
[all …]
Dhb-paint.cc136 hb_destroy_func_t *destroy) in _hb_paint_funcs_set_preamble() argument
140 if (*destroy) in _hb_paint_funcs_set_preamble()
141 (*destroy) (*user_data); in _hb_paint_funcs_set_preamble()
147 if (*destroy) in _hb_paint_funcs_set_preamble()
148 (*destroy) (*user_data); in _hb_paint_funcs_set_preamble()
149 *destroy = nullptr; in _hb_paint_funcs_set_preamble()
159 hb_destroy_func_t destroy) in _hb_paint_funcs_set_middle() argument
167 if (destroy && !funcs->destroy) in _hb_paint_funcs_set_middle()
169 funcs->destroy = (decltype (funcs->destroy)) hb_calloc (1, sizeof (*funcs->destroy)); in _hb_paint_funcs_set_middle()
170 if (unlikely (!funcs->destroy)) in _hb_paint_funcs_set_middle()
[all …]
Dhb-unicode.cc265 if (ufuncs->destroy.name) ufuncs->destroy.name (ufuncs->user_data.name); in hb_unicode_funcs_destroy()
292 hb_destroy_func_t destroy, in hb_unicode_funcs_set_user_data() argument
295 return hb_object_set_user_data (ufuncs, key, data, destroy, replace); in hb_unicode_funcs_set_user_data()
377 hb_destroy_func_t destroy) \
384 if (destroy) \
385 destroy (user_data); \
386 destroy = nullptr; \
390 if (ufuncs->destroy.name) \
391 ufuncs->destroy.name (ufuncs->user_data.name); \
398 ufuncs->destroy.name = destroy; \
[all …]
Dhb-paint.h81 hb_destroy_func_t destroy,
727 hb_destroy_func_t destroy);
744 hb_destroy_func_t destroy);
761 hb_destroy_func_t destroy);
778 hb_destroy_func_t destroy);
795 hb_destroy_func_t destroy);
812 hb_destroy_func_t destroy);
829 hb_destroy_func_t destroy);
846 hb_destroy_func_t destroy);
863 hb_destroy_func_t destroy);
[all …]
Dhb-font.h76 hb_destroy_func_t destroy,
545 void *user_data, hb_destroy_func_t destroy);
561 void *user_data, hb_destroy_func_t destroy);
577 void *user_data, hb_destroy_func_t destroy);
593 void *user_data, hb_destroy_func_t destroy);
609 void *user_data, hb_destroy_func_t destroy);
625 void *user_data, hb_destroy_func_t destroy);
641 void *user_data, hb_destroy_func_t destroy);
657 void *user_data, hb_destroy_func_t destroy);
673 void *user_data, hb_destroy_func_t destroy);
[all …]
Dhb-font.cc780 if (ffuncs->destroy) in hb_font_funcs_destroy()
782 #define HB_FONT_FUNC_IMPLEMENT(get_,name) if (ffuncs->destroy->name) \ in hb_font_funcs_destroy()
783 ffuncs->destroy->name (!ffuncs->user_data ? nullptr : ffuncs->user_data->name); in hb_font_funcs_destroy()
788 hb_free (ffuncs->destroy); in hb_font_funcs_destroy()
812 hb_destroy_func_t destroy /* May be NULL. */, in hb_font_funcs_set_user_data() argument
815 return hb_object_set_user_data (ffuncs, key, data, destroy, replace); in hb_font_funcs_set_user_data()
876 hb_destroy_func_t *destroy) in _hb_font_funcs_set_preamble() argument
880 if (*destroy) in _hb_font_funcs_set_preamble()
881 (*destroy) (*user_data); in _hb_font_funcs_set_preamble()
887 if (*destroy) in _hb_font_funcs_set_preamble()
[all …]
Dhb-face.cc123 hb_destroy_func_t destroy) in hb_face_create_for_tables() argument
128 if (destroy) in hb_face_create_for_tables()
129 destroy (user_data); in hb_face_create_for_tables()
135 face->destroy = destroy; in hb_face_create_for_tables()
384 if (face->destroy) in hb_face_destroy()
385 face->destroy (face->user_data); in hb_face_destroy()
408 hb_destroy_func_t destroy, in hb_face_set_user_data() argument
411 return hb_object_set_user_data (face, key, data, destroy, replace); in hb_face_set_user_data()
641 hb_destroy_func_t destroy) in hb_face_set_get_table_tags_func() argument
645 if (destroy) in hb_face_set_get_table_tags_func()
[all …]
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/iterators/detail/
Dcombine_policies.hpp45 static void destroy(MultiPass& mp) in destroy() function
47 Ownership::destroy(mp); in destroy()
48 Checking::destroy(mp); in destroy()
49 Input::destroy(mp); in destroy()
50 Storage::destroy(mp); in destroy()
80 static void destroy(MultiPass& mp) in destroy() function
82 Ownership::destroy(mp); in destroy()
83 Checking::destroy(mp); in destroy()
84 Input::destroy(mp); in destroy()
85 Storage::destroy(mp); in destroy()
[all …]
/external/renderscript-intrinsics-replacement-toolkit/test-app/src/main/java/com/google/android/renderscript_test/
DIntrinsicHistogram.kt65 inputAllocation.destroy() in intrinsicHistogram()
66 outAllocation.destroy() in intrinsicHistogram()
67 arrayType.destroy() in intrinsicHistogram()
68 scriptHistogram.destroy() in intrinsicHistogram()
100 inputAllocation.destroy() in intrinsicHistogram()
101 outAllocation.destroy() in intrinsicHistogram()
102 scriptHistogram.destroy() in intrinsicHistogram()
149 inputAllocation.destroy() in intrinsicHistogramDot()
150 outAllocation.destroy() in intrinsicHistogramDot()
151 arrayType.destroy() in intrinsicHistogramDot()
[all …]
DIntrinsicLut3d.kt74 inputAllocation.destroy() in intrinsicLut3d()
75 outAllocation.destroy() in intrinsicLut3d()
76 cubeAllocation.destroy() in intrinsicLut3d()
77 arrayType.destroy() in intrinsicLut3d()
78 cubeType.destroy() in intrinsicLut3d()
79 scriptLut3d.destroy() in intrinsicLut3d()
117 inputAllocation.destroy() in intrinsicLut3d()
118 outAllocation.destroy() in intrinsicLut3d()
119 cubeAllocation.destroy() in intrinsicLut3d()
120 cubeType.destroy() in intrinsicLut3d()
[all …]
DIntrinsicResize.kt68 inputAllocation.destroy() in intrinsicResize()
69 outAllocation.destroy() in intrinsicResize()
70 scriptResize.destroy() in intrinsicResize()
71 inputArrayType.destroy() in intrinsicResize()
72 outputArrayType.destroy() in intrinsicResize()
114 inputAllocation.destroy() in intrinsicResize()
115 outAllocation.destroy() in intrinsicResize()
116 outputArrayType.destroy() in intrinsicResize()
117 scriptResize.destroy() in intrinsicResize()
/external/cronet/stable/third_party/abseil-cpp/absl/container/internal/
Dcommon_policy_traits_test.cc44 std::function<void(void*, Slot*)> destroy; member
56 static void destroy(void* a, Slot* b) { functions()->destroy(a, b); } in destroy() function
76 static std::true_type destroy(void*, Slot*) { return {}; } in destroy() function
85 PolicyWithoutOptionalOps::functions()->destroy = [&](void* a1, Slot* a2) { in Test()
86 destroy.Call(a1, a2); in Test()
101 MockFunction<void(void*, Slot*)> destroy; member
113 TEST_F(Test, destroy) { in TEST_F() argument
114 EXPECT_CALL(destroy, Call(&alloc, &a)); in TEST_F()
115 common_policy_traits<PolicyWithoutOptionalOps>::destroy(&alloc, &a); in TEST_F()
129 EXPECT_CALL(destroy, Call(&alloc, &b)).Times(AnyNumber()); in TEST_F()
/external/abseil-cpp/absl/container/internal/
Dcommon_policy_traits_test.cc44 std::function<void(void*, Slot*)> destroy; member
56 static void destroy(void* a, Slot* b) { functions()->destroy(a, b); } in destroy() function
76 static std::true_type destroy(void*, Slot*) { return {}; } in destroy() function
85 PolicyWithoutOptionalOps::functions()->destroy = [&](void* a1, Slot* a2) { in Test()
86 destroy.Call(a1, a2); in Test()
101 MockFunction<void(void*, Slot*)> destroy; member
113 TEST_F(Test, destroy) { in TEST_F() argument
114 EXPECT_CALL(destroy, Call(&alloc, &a)); in TEST_F()
115 common_policy_traits<PolicyWithoutOptionalOps>::destroy(&alloc, &a); in TEST_F()
129 EXPECT_CALL(destroy, Call(&alloc, &b)).Times(AnyNumber()); in TEST_F()
/external/angle/third_party/abseil-cpp/absl/container/internal/
Dcommon_policy_traits_test.cc44 std::function<void(void*, Slot*)> destroy; member
56 static void destroy(void* a, Slot* b) { functions()->destroy(a, b); } in destroy() function
76 static std::true_type destroy(void*, Slot*) { return {}; } in destroy() function
85 PolicyWithoutOptionalOps::functions()->destroy = [&](void* a1, Slot* a2) { in Test()
86 destroy.Call(a1, a2); in Test()
101 MockFunction<void(void*, Slot*)> destroy; member
113 TEST_F(Test, destroy) { in TEST_F() argument
114 EXPECT_CALL(destroy, Call(&alloc, &a)); in TEST_F()
115 common_policy_traits<PolicyWithoutOptionalOps>::destroy(&alloc, &a); in TEST_F()
129 EXPECT_CALL(destroy, Call(&alloc, &b)).Times(AnyNumber()); in TEST_F()
/external/cronet/tot/third_party/abseil-cpp/absl/container/internal/
Dcommon_policy_traits_test.cc44 std::function<void(void*, Slot*)> destroy; member
56 static void destroy(void* a, Slot* b) { functions()->destroy(a, b); } in destroy() function
76 static std::true_type destroy(void*, Slot*) { return {}; } in destroy() function
85 PolicyWithoutOptionalOps::functions()->destroy = [&](void* a1, Slot* a2) { in Test()
86 destroy.Call(a1, a2); in Test()
101 MockFunction<void(void*, Slot*)> destroy; member
113 TEST_F(Test, destroy) { in TEST_F() argument
114 EXPECT_CALL(destroy, Call(&alloc, &a)); in TEST_F()
115 common_policy_traits<PolicyWithoutOptionalOps>::destroy(&alloc, &a); in TEST_F()
129 EXPECT_CALL(destroy, Call(&alloc, &b)).Times(AnyNumber()); in TEST_F()
/external/python/cpython3/Lib/test/test_ttk/
Dtest_extensions.py20 x.destroy()
28 x.destroy()
41 x.destroy()
58 x.destroy()
67 x.destroy()
70 x.destroy()
75 x.destroy()
80 x.destroy()
88 x.destroy()
91 x.destroy()
[all …]
/external/igt-gpu-tools/tests/i915/
Dgem_ctx_bad_destroy.c69 struct drm_i915_gem_context_destroy destroy; variable
73 memset(&destroy, 0, sizeof(destroy));
74 destroy.ctx_id = ctx_id;
75 destroy.pad = 1;
77 igt_assert(drmIoctl(fd, DRM_IOCTL_I915_GEM_CONTEXT_DESTROY, &destroy) < 0 &&
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dcommon_policy_traits_test.cc41 static std::function<void(void*, Slot*)> destroy; member
47 std::function<void(void*, Slot*)> PolicyWithoutOptionalOps::destroy; member in absl::container_internal::__anon7427586b0111::PolicyWithoutOptionalOps
62 PolicyWithoutOptionalOps::destroy = [&](void* a1, Slot* a2) { in Test()
63 destroy.Call(a1, a2); in Test()
79 MockFunction<void(void*, Slot*)> destroy; member
91 TEST_F(Test, destroy) { in TEST_F() argument
92 EXPECT_CALL(destroy, Call(&alloc, &a)); in TEST_F()
93 common_policy_traits<PolicyWithoutOptionalOps>::destroy(&alloc, &a); in TEST_F()
107 EXPECT_CALL(destroy, Call(&alloc, &b)).Times(AnyNumber()); in TEST_F()
/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen_pools.c26 vws->pools.dma_slab_fenced->destroy in vmw_pools_cleanup()
29 vws->pools.dma_slab->destroy(vws->pools.dma_slab); in vmw_pools_cleanup()
31 vws->pools.dma_fenced->destroy(vws->pools.dma_fenced); in vmw_pools_cleanup()
33 vws->pools.dma_cache->destroy(vws->pools.dma_cache); in vmw_pools_cleanup()
36 vws->pools.query_fenced->destroy(vws->pools.query_fenced); in vmw_pools_cleanup()
38 vws->pools.query_mm->destroy(vws->pools.query_mm); in vmw_pools_cleanup()
41 vws->pools.dma_mm->destroy(vws->pools.dma_mm); in vmw_pools_cleanup()
43 vws->pools.dma_base->destroy(vws->pools.dma_base); in vmw_pools_cleanup()
83 vws->pools.query_mm->destroy(vws->pools.query_mm); in vmw_query_pools_init()
/external/igt-gpu-tools/tests/
Dsyncobj_basic.c36 struct drm_syncobj_destroy destroy; in test_bad_destroy() local
39 destroy.handle = 0xdeadbeef; in test_bad_destroy()
40 destroy.pad = 0; in test_bad_destroy()
42 ret = ioctl(fd, DRM_IOCTL_SYNCOBJ_DESTROY, &destroy); in test_bad_destroy()
125 struct drm_syncobj_destroy destroy; in test_bad_destroy_pad() local
128 destroy.handle = syncobj_create(fd, 0); in test_bad_destroy_pad()
129 destroy.pad = 0xdeadbeef; in test_bad_destroy_pad()
131 ret = ioctl(fd, DRM_IOCTL_SYNCOBJ_DESTROY, &destroy); in test_bad_destroy_pad()
135 syncobj_destroy(fd, destroy.handle); in test_bad_destroy_pad()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_hash_table.c58 void (*destroy)(void *value); member
64 void (*destroy)(void *value)) in util_hash_table_create()
77 ht->destroy = destroy; in util_hash_table_create()
101 ht->destroy(item->data); in util_hash_table_set()
152 ht->destroy(item->data); in util_hash_table_remove()
165 ht->destroy(item->data); in util_hash_table_clear()
200 ht->destroy(item->data); in util_hash_table_destroy()
/external/cronet/tot/third_party/libc++/src/test/libcxx/depr/depr.default.allocator/allocator.members/
Dconstruct.cxx20.verify.cpp58 a.destroy(ap); // expected-error {{no member}} in main()
60 a.destroy(ap); // expected-error {{no member}} in main()
62 a.destroy(ap); // expected-error {{no member}} in main()
64 a.destroy(ap); // expected-error {{no member}} in main()
71 a.destroy(ap); // expected-error {{no member}} in main()
73 a.destroy(ap); // expected-error {{no member}} in main()
/external/cronet/stable/third_party/libc++/src/test/libcxx/depr/depr.default.allocator/allocator.members/
Dconstruct.cxx20.verify.cpp58 a.destroy(ap); // expected-error {{no member}} in main()
60 a.destroy(ap); // expected-error {{no member}} in main()
62 a.destroy(ap); // expected-error {{no member}} in main()
64 a.destroy(ap); // expected-error {{no member}} in main()
71 a.destroy(ap); // expected-error {{no member}} in main()
73 a.destroy(ap); // expected-error {{no member}} in main()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe.c84 draw->pipeline.wide_line->destroy(draw->pipeline.wide_line); in draw_pipeline_destroy()
86 draw->pipeline.wide_point->destroy(draw->pipeline.wide_point); in draw_pipeline_destroy()
88 draw->pipeline.stipple->destroy(draw->pipeline.stipple); in draw_pipeline_destroy()
90 draw->pipeline.unfilled->destroy(draw->pipeline.unfilled); in draw_pipeline_destroy()
92 draw->pipeline.twoside->destroy(draw->pipeline.twoside); in draw_pipeline_destroy()
94 draw->pipeline.offset->destroy(draw->pipeline.offset); in draw_pipeline_destroy()
96 draw->pipeline.clip->destroy(draw->pipeline.clip); in draw_pipeline_destroy()
98 draw->pipeline.flatshade->destroy(draw->pipeline.flatshade); in draw_pipeline_destroy()
100 draw->pipeline.cull->destroy(draw->pipeline.cull); in draw_pipeline_destroy()
102 draw->pipeline.user_cull->destroy(draw->pipeline.user_cull); in draw_pipeline_destroy()
[all …]
/external/openscreen/third_party/abseil/src/absl/container/internal/
Dhash_policy_traits_test.cc42 static std::function<void(void*, Slot*)> destroy; member
51 std::function<void(void*, Slot*)> PolicyWithoutOptionalOps::destroy; member in absl::container_internal::__anond1439c020111::PolicyWithoutOptionalOps
68 PolicyWithoutOptionalOps::destroy = [&](void* a1, Slot* a2) { in Test()
69 destroy.Call(a1, a2); in Test()
91 MockFunction<void(void*, Slot*)> destroy; member
105 TEST_F(Test, destroy) { in TEST_F() argument
106 EXPECT_CALL(destroy, Call(&alloc, &a)); in TEST_F()
107 hash_policy_traits<PolicyWithoutOptionalOps>::destroy(&alloc, &a); in TEST_F()
131 EXPECT_CALL(destroy, Call(&alloc, &b)); in TEST_F()

12345678910>>...111