/foundation/distributeddatamgr/relational_store/test/ndk/unittest/ |
H A D | rdb_predicates_test.cpp | 94 valueBucket->destroy(valueBucket); in SetUpTestCase() 139 valueObject->destroy(valueObject); in HWTEST_F() 140 predicates->destroy(predicates); in HWTEST_F() 141 cursor->destroy(cursor); in HWTEST_F() 165 valueObject->destroy(valueObject); in HWTEST_F() 166 predicates->destroy(predicates); in HWTEST_F() 167 cursor->destroy(cursor); in HWTEST_F() 226 valueObject->destroy(valueObject); in HWTEST_F() 227 predicates->destroy(predicates); in HWTEST_F() 228 cursor->destroy(curso in HWTEST_F() [all...] |
/base/security/device_auth/test/fuzztest/protocol/ecspeke_fuzzer/ |
H A D | ecspeke_fuzzer.cpp | 56 self->destroy(self); in ECSpekeTest01() 99 client->destroy(client); in ECSpekeTest02() 100 server->destroy(server); in ECSpekeTest02() 143 client->destroy(client); in ECSpekeTest03() 144 server->destroy(server); in ECSpekeTest03() 182 client->destroy(client); in ECSpekeTest04() 183 server->destroy(server); in ECSpekeTest04() 223 self->destroy(self); in ECSpekeTest09() 232 self->destroy(self); in ECSpekeTest10() 244 self->destroy(sel in ECSpekeTest11() [all...] |
/base/security/device_auth/test/fuzztest/protocol/dlspeke_fuzzer/ |
H A D | dlspeke_fuzzer.cpp | 56 self->destroy(self); in DlSpekeTest01() 99 client->destroy(client); in DlSpekeTest02() 100 server->destroy(server); in DlSpekeTest02() 143 client->destroy(client); in DlSpekeTest03() 144 server->destroy(server); in DlSpekeTest03() 182 client->destroy(client); in DlSpekeTest04() 183 server->destroy(server); in DlSpekeTest04() 215 self->destroy(self); in DlSpekeTest08() 226 self->destroy(self); in DlSpekeTest09() 238 self->destroy(sel in DlSpekeTest10() [all...] |
/third_party/mesa3d/src/gallium/winsys/freedreno/drm/ |
H A D | freedreno_drm_winsys.c | 50 boolean destroy; in fd_drm_screen_destroy() local 53 destroy = --screen->refcnt == 0; in fd_drm_screen_destroy() 54 if (destroy) { in fd_drm_screen_destroy() 65 if (destroy) { in fd_drm_screen_destroy() 66 pscreen->destroy = screen->winsys_priv; in fd_drm_screen_destroy() 67 pscreen->destroy(pscreen); in fd_drm_screen_destroy() 100 * override the pipe drivers screen->destroy(): in fd_drm_screen_create() 102 fd_screen(pscreen)->winsys_priv = pscreen->destroy; in fd_drm_screen_create() 103 pscreen->destroy = fd_drm_screen_destroy; in fd_drm_screen_create()
|
/third_party/mesa3d/src/gallium/winsys/lima/drm/ |
H A D | lima_drm_winsys.c | 45 boolean destroy; in lima_drm_screen_destroy() local 49 destroy = --screen->refcnt == 0; in lima_drm_screen_destroy() 50 if (destroy) { in lima_drm_screen_destroy() 60 if (destroy) { in lima_drm_screen_destroy() 61 pscreen->destroy = screen->winsys_priv; in lima_drm_screen_destroy() 62 pscreen->destroy(pscreen); in lima_drm_screen_destroy() 91 * override the pipe drivers screen->destroy(): in lima_drm_screen_create() 93 lima_screen(pscreen)->winsys_priv = pscreen->destroy; in lima_drm_screen_create() 94 pscreen->destroy = lima_drm_screen_destroy; in lima_drm_screen_create()
|
/base/security/device_auth/test/fuzztest/session_manager/session/v2/auth_sub_session/authsubsession_fuzzer/ |
H A D | authsubsession_fuzzer.cpp | 57 self->destroy(self); in AuthSubSessionTest01() 100 client->destroy(client); in AuthSubSessionTest02() 101 server->destroy(server); in AuthSubSessionTest02() 139 client->destroy(client); in AuthSubSessionTest03() 140 server->destroy(server); in AuthSubSessionTest03() 148 self->destroy(self); in AuthSubSessionTest04() 191 client->destroy(client); in AuthSubSessionTest05() 192 server->destroy(server); in AuthSubSessionTest05() 229 client->destroy(client); in AuthSubSessionTest06() 230 server->destroy(serve in AuthSubSessionTest06() [all...] |
/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
H A 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(vw in vmw_pools_cleanup() [all...] |
/base/security/device_auth/test/fuzztest/protocol/iso_fuzzer/ |
H A D | iso_fuzzer.cpp | 53 self->destroy(self); in IsoTest01() 96 client->destroy(client); in IsoTest02() 97 server->destroy(server); in IsoTest02() 135 client->destroy(client); in IsoTest03() 136 server->destroy(server); in IsoTest03() 174 self->destroy(self); in IsoTest08() 183 self->destroy(self); in IsoTest09() 193 self->destroy(self); in IsoTest10() 203 self->destroy(self); in IsoTest11() 213 self->destroy(sel in IsoTest12() [all...] |
/third_party/node/test/parallel/ |
H A D | test-stream-writable-destroy.js | 15 write.destroy(); 22 this.destroy(new Error('asd')); 46 write.destroy(expected); 68 write.destroy(expected); 75 destroy: common.mustCall(function(err, cb) { 89 write.destroy(expected); 103 write.destroy(); 125 write.destroy(); 148 write.destroy(); 169 write.destroy(expecte [all...] |
H A D | test-fs-stream-double-close.js | 38 stream.destroy(); 39 stream.destroy(); 43 stream.destroy(); 45 stream.destroy(); 51 stream.destroy(); 52 stream.destroy();
|
/base/security/device_auth/test/fuzztest/session_manager/session/v2/expand_sub_session/expand_process_lib/pubkeyexchange_fuzzer/ |
H A D | pubkeyexchange_fuzzer.cpp | 50 self->destroy(self); in PubkeyExchangeTest01() 75 client->destroy(client); in PubkeyExchangeTest02() 76 server->destroy(server); in PubkeyExchangeTest02() 117 self->destroy(nullptr); in PubkeyExchangeTest08() 118 self->destroy(self); in PubkeyExchangeTest08() 128 self->destroy(self); in PubkeyExchangeTest09() 136 self->destroy(self); in PubkeyExchangeTest10() 150 self->destroy(self); in PubkeyExchangeTest11() 162 self->destroy(self); in PubkeyExchangeTest12() 173 self->destroy(sel in PubkeyExchangeTest13() [all...] |
/base/security/device_auth/test/fuzztest/session_manager/session/v2/expand_sub_session/expand_process_lib/authcodeimport_fuzzer/ |
H A D | authcodeimport_fuzzer.cpp | 54 self->destroy(self); in AuthCodeImportTest001() 105 client->destroy(client); in AuthCodeImportTest002() 106 server->destroy(server); in AuthCodeImportTest002() 113 self->destroy(self); in AuthCodeImportTest101() 122 self->destroy(self); in AuthCodeImportTest102() 131 self->destroy(self); in AuthCodeImportTest103() 140 self->destroy(self); in AuthCodeImportTest104() 149 self->destroy(self); in AuthCodeImportTest105() 159 self->destroy(nullptr); in AuthCodeImportTest106() 160 self->destroy(sel in AuthCodeImportTest106() [all...] |
/base/security/device_auth/test/fuzztest/session_manager/session/v2/expand_sub_session/expandsubsession_fuzzer/ |
H A D | expandsubsession_fuzzer.cpp | 60 self->destroy(self); in ExpandSubSessionTest01() 90 client->destroy(client); in ExpandSubSessionTest02() 91 server->destroy(server); in ExpandSubSessionTest02() 136 self->destroy(nullptr); in ExpandSubSessionTest08() 137 self->destroy(self); in ExpandSubSessionTest08() 147 self->destroy(self); in ExpandSubSessionTest09() 157 self->destroy(self); in ExpandSubSessionTest10() 168 self->destroy(self); in ExpandSubSessionTest11() 178 self->destroy(self); in ExpandSubSessionTest12() 189 self->destroy(sel in ExpandSubSessionTest13() [all...] |
/third_party/python/Lib/tkinter/test/test_ttk/ |
H A D | test_extensions.py | 20 x.destroy() 28 x.destroy() 41 x.destroy() 56 x.destroy() 65 x.destroy() 68 x.destroy() 73 x.destroy() 78 x.destroy() 86 x.destroy() 89 x.destroy() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pipe.c | 84 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(dra in draw_pipeline_destroy() [all...] |
/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/session_manager/session/v2/expand_sub_session/expand_process_lib/ |
H A D | pub_key_exchange_test.cpp | 97 self->destroy(self); in HWTEST_F() 131 client->destroy(client); in HWTEST_F() 132 server->destroy(server); in HWTEST_F() 174 self->destroy(nullptr); in HWTEST_F() 175 self->destroy(self); in HWTEST_F() 186 self->destroy(self); in HWTEST_F() 196 self->destroy(self); in HWTEST_F() 215 self->destroy(self); in HWTEST_F() 229 self->destroy(self); in HWTEST_F() 242 self->destroy(sel in HWTEST_F() [all...] |
H A D | auth_code_import_test.cpp | 97 self->destroy(self); in HWTEST_F() 131 client->destroy(client); in HWTEST_F() 132 server->destroy(server); in HWTEST_F() 174 self->destroy(nullptr); in HWTEST_F() 175 self->destroy(self); in HWTEST_F() 186 self->destroy(self); in HWTEST_F() 196 self->destroy(self); in HWTEST_F() 215 self->destroy(self); in HWTEST_F() 229 self->destroy(self); in HWTEST_F() 242 self->destroy(sel in HWTEST_F() [all...] |
/third_party/mesa3d/src/gallium/winsys/etnaviv/drm/ |
H A D | etnaviv_drm_winsys.c | 137 boolean destroy; in etna_drm_screen_destroy() local 140 destroy = --screen->refcnt == 0; in etna_drm_screen_destroy() 141 if (destroy) { in etna_drm_screen_destroy() 152 if (destroy) { in etna_drm_screen_destroy() 153 pscreen->destroy = screen->winsys_priv; in etna_drm_screen_destroy() 154 pscreen->destroy(pscreen); in etna_drm_screen_destroy() 181 * override the pipe drivers screen->destroy() */ in etna_lookup_or_create_screen() 182 etna_screen(pscreen)->winsys_priv = pscreen->destroy; in etna_lookup_or_create_screen() 183 pscreen->destroy = etna_drm_screen_destroy; in etna_lookup_or_create_screen()
|
/third_party/node/lib/internal/webstreams/ |
H A D | adapters.js | 34 destroy, 189 destroy(streamWritable, reason); 254 process.nextTick(() => destroy(writable, error)); 291 destroy(writable, error); 306 destroy(error, callback) { 348 process.nextTick(() => destroy(writable, error)); 368 destroy(writable, new ERR_STREAM_PREMATURE_CLOSE()); 374 destroy(writable, error); 465 destroy(streamReadable, reason); 520 (error) => destroy(readabl [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-font.h | 84 hb_destroy_func_t destroy, 520 * @func: (closure user_data) (destroy destroy) (scope notified): The callback function to assign 522 * @destroy: (nullable): The function to call when @user_data is not needed anymore 531 void *user_data, hb_destroy_func_t destroy); 536 * @func: (closure user_data) (destroy destroy) (scope notified): The callback function to assign 538 * @destroy: (nullable): The function to call when @user_data is not needed anymore 547 void *user_data, hb_destroy_func_t destroy); 552 * @func: (closure user_data) (destroy destro [all...] |
H A D | hb-font.cc | 618 #define HB_FONT_FUNC_IMPLEMENT(name) if (ffuncs->destroy.name) \ in hb_font_funcs_destroy() 619 ffuncs->destroy.name (ffuncs->user_data.name); in hb_font_funcs_destroy() 631 * @destroy: (nullable): A callback to call when @data is not needed anymore 644 hb_destroy_func_t destroy /* May be NULL. */, in hb_font_funcs_set_user_data() 647 return hb_object_set_user_data (ffuncs, key, data, destroy, replace); in hb_font_funcs_set_user_data() 710 hb_destroy_func_t destroy) \ 714 if (destroy) \ 715 destroy (user_data); \ 719 if (ffuncs->destroy.name) \ 720 ffuncs->destroy 2252 hb_destroy_func_t destroy; global() member 2265 trampoline_create(FuncType func, void *user_data, hb_destroy_func_t destroy) trampoline_create() argument [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | hash_policy_traits_test.cc | 42 static std::function<void(void*, Slot*)> destroy; member 51 std::function<void(void*, Slot*)> PolicyWithoutOptionalOps::destroy; member in absl::container_internal::__anon19179::PolicyWithoutOptionalOps 68 PolicyWithoutOptionalOps::destroy = [&](void* a1, Slot* a2) { in Test() member in absl::container_internal::__anon19179::Test::PolicyWithoutOptionalOps 69 destroy.Call(a1, a2); in Test() 91 MockFunction<void(void*, Slot*)> destroy; member 105 TEST_F(Test, destroy) { in TEST_F() 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()
|
/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/session_manager/session/v2/auth_sub_session/protocol_lib/ |
H A D | ec_speke_protocol_test.cpp | 102 self->destroy(self); in HWTEST_F() 159 client->destroy(client); in HWTEST_F() 160 server->destroy(server); in HWTEST_F() 217 client->destroy(client); in HWTEST_F() 218 server->destroy(server); in HWTEST_F() 266 client->destroy(client); in HWTEST_F() 267 server->destroy(server); in HWTEST_F() 309 self->destroy(self); in HWTEST_F() 322 self->destroy(self); in HWTEST_F() 336 self->destroy(sel in HWTEST_F() [all...] |
H A D | dl_speke_protocol_test.cpp | 102 self->destroy(self); in HWTEST_F() 159 client->destroy(client); in HWTEST_F() 160 server->destroy(server); in HWTEST_F() 217 client->destroy(client); in HWTEST_F() 218 server->destroy(server); in HWTEST_F() 266 client->destroy(client); in HWTEST_F() 267 server->destroy(server); in HWTEST_F() 301 self->destroy(self); in HWTEST_F() 314 self->destroy(self); in HWTEST_F() 328 self->destroy(sel in HWTEST_F() [all...] |
/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/session_manager/session/v2/expand_sub_session/ |
H A D | expand_sub_session_test.cpp | 109 self->destroy(self); in HWTEST_F() 154 client->destroy(client); in HWTEST_F() 155 server->destroy(server); in HWTEST_F() 201 self->destroy(nullptr); in HWTEST_F() 202 self->destroy(self); in HWTEST_F() 215 self->destroy(self); in HWTEST_F() 228 self->destroy(self); in HWTEST_F() 243 self->destroy(self); in HWTEST_F() 256 self->destroy(self); in HWTEST_F() 270 self->destroy(sel in HWTEST_F() [all...] |