/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
D | ThreadGroupTest.java | 86 newGroup.destroy(); in test_ConstructorLjava_lang_String() 115 newGroup.destroy(); in test_ConstructorLjava_lang_ThreadGroupLjava_lang_String() 122 newGroup.destroy(); in test_ConstructorLjava_lang_ThreadGroupLjava_lang_String() 159 tg.destroy(); in test_activeCount() 174 testRoot.destroy(); in test_destroy() 182 child.destroy(); in test_destroy() 197 child.destroy(); in test_destroy() 201 child.destroy(); in test_destroy() 210 testRoot.destroy(); in test_destroy() 243 child.destroy(); in test_destroy() [all …]
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderScrollbar.cpp | 171 void RenderScrollbar::updateScrollbarParts(bool destroy) in updateScrollbarParts() argument 173 updateScrollbarPart(ScrollbarBGPart, destroy); in updateScrollbarParts() 174 updateScrollbarPart(BackButtonStartPart, destroy); in updateScrollbarParts() 175 updateScrollbarPart(ForwardButtonStartPart, destroy); in updateScrollbarParts() 176 updateScrollbarPart(BackTrackPart, destroy); in updateScrollbarParts() 177 updateScrollbarPart(ThumbPart, destroy); in updateScrollbarParts() 178 updateScrollbarPart(ForwardTrackPart, destroy); in updateScrollbarParts() 179 updateScrollbarPart(BackButtonEndPart, destroy); in updateScrollbarParts() 180 updateScrollbarPart(ForwardButtonEndPart, destroy); in updateScrollbarParts() 181 updateScrollbarPart(TrackBGPart, destroy); in updateScrollbarParts() [all …]
|
D | RenderTextFragment.cpp | 71 void RenderTextFragment::destroy() in destroy() function in WebCore::RenderTextFragment 74 m_firstLetter->destroy(); in destroy() 75 RenderText::destroy(); in destroy() 83 m_firstLetter->destroy(); in setTextInternal()
|
D | RenderSummary.cpp | 33 void RenderSummary::destroy() in destroy() function in WebCore::RenderSummary 39 RenderBlock::destroy(); in destroy()
|
/external/bluetooth/bluez/src/ |
D | agent.h | 46 GDestroyNotify destroy); 50 GDestroyNotify destroy); 54 GDestroyNotify destroy); 58 GDestroyNotify destroy); 62 void *user_data, GDestroyNotify destroy); 66 void *user_data, GDestroyNotify destroy);
|
D | agent.c | 79 GDestroyNotify destroy; member 125 static void agent_request_free(struct agent_request *req, gboolean destroy) in agent_request_free() argument 133 if (destroy && req->destroy) in agent_request_free() 134 req->destroy(req->user_data); in agent_request_free() 217 GDestroyNotify destroy) in agent_request_new() argument 227 req->destroy = destroy; in agent_request_new() 335 GDestroyNotify destroy) in agent_authorize() argument 344 user_data, destroy); in agent_authorize() 454 GDestroyNotify destroy) in agent_request_pincode() argument 464 user_data, destroy); in agent_request_pincode() [all …]
|
/external/clang/test/CodeGenObjC/ |
D | terminate.m | 4 void destroy(void**); function 9 void *ptr __attribute__((cleanup(destroy))); 14 // CHECK-WITH: call void @destroy(i8** [[PTR]]) 16 // CHECK-WITH: invoke void @destroy(i8** [[PTR]]) 23 // CHECK-WITHOUT: call void @destroy(i8** [[PTR]]) 25 // CHECK-WITHOUT: invoke void @destroy(i8** [[PTR]])
|
/external/collada/include/dae/ |
D | daeAtomicType.h | 105 virtual void destroy(daeMemoryRef obj) = 0; 345 virtual void destroy(daeMemoryRef obj); 368 virtual void destroy(daeMemoryRef obj); 391 virtual void destroy(daeMemoryRef obj); 414 virtual void destroy(daeMemoryRef obj); 437 virtual void destroy(daeMemoryRef obj); 460 virtual void destroy(daeMemoryRef obj); 485 virtual void destroy(daeMemoryRef obj); 510 virtual void destroy(daeMemoryRef obj); 537 virtual void destroy(daeMemoryRef obj); [all …]
|
/external/bluetooth/bluez/health/ |
D | mcap_lib.h | 125 GDestroyNotify destroy, 130 GDestroyNotify destroy, 135 GDestroyNotify destroy, 140 GDestroyNotify destroy, 147 GDestroyNotify destroy, 152 GDestroyNotify destroy, 168 GDestroyNotify destroy,
|
D | hdp_util.h | 39 gpointer data, GDestroyNotify destroy, 45 GDestroyNotify destroy, 50 GDestroyNotify destroy,
|
D | hdp_util.c | 57 GDestroyNotify destroy; member 64 GDestroyNotify destroy; member 71 GDestroyNotify destroy; member 841 if (mdep_data->destroy) in free_mdep_data() 842 mdep_data->destroy(mdep_data->data); in free_mdep_data() 850 GDestroyNotify destroy, GError **err) in hdp_get_mdep() argument 863 mdep_data->destroy = destroy; in hdp_get_mdep() 992 if (conn_data->destroy) in con_mcl_data_unref() 993 conn_data->destroy(conn_data->data); in con_mcl_data_unref() 1078 GDestroyNotify destroy, in hdp_establish_mcl() argument [all …]
|
/external/bluetooth/bluez/gdbus/ |
D | gdbus.h | 51 void *user_data, DBusFreeFunction destroy); 119 GDBusDestroyFunction destroy); 161 void *user_data, GDBusDestroyFunction destroy); 164 void *user_data, GDBusDestroyFunction destroy); 169 GDBusDestroyFunction destroy);
|
/external/qemu/ |
D | qobject.h | 53 void (*destroy)(struct QObject *); member 98 assert(obj->type->destroy != NULL); in qobject_decref() 99 obj->type->destroy(obj); in qobject_decref()
|
/external/bluetooth/bluez/btio/ |
D | btio.c | 69 GDestroyNotify destroy; member 75 GDestroyNotify destroy; member 82 GDestroyNotify destroy; member 87 if (server->destroy) in server_remove() 88 server->destroy(server->user_data); in server_remove() 94 if (conn->destroy) in connect_remove() 95 conn->destroy(conn->user_data); in connect_remove() 101 if (accept->destroy) in accept_remove() 102 accept->destroy(accept->user_data); in accept_remove() 208 GDestroyNotify destroy) in server_add() argument [all …]
|
D | btio.h | 83 GDestroyNotify destroy, GError **err); 92 gpointer user_data, GDestroyNotify destroy, 97 GDestroyNotify destroy, GError **err,
|
/external/webkit/Source/WebCore/history/ |
D | CachedPage.cpp | 66 destroy(); in ~CachedPage() 104 void CachedPage::destroy() in destroy() function in WebCore::CachedPage 107 m_cachedMainFrame->destroy(); in destroy()
|
/external/webkit/Source/WebCore/platform/qt/ |
D | SharedTimerQt.cpp | 55 void destroy(); 79 void SharedTimerQt::destroy() in destroy() function in WebCore::SharedTimerQt 89 timer->connect(QCoreApplication::instance(), SIGNAL(aboutToQuit()), SLOT(destroy())); in inst()
|
/external/openssl/crypto/engine/ |
D | eng_lib.c | 95 e->destroy = NULL; in engine_set_all_null() 133 if(e->destroy) in engine_free_util() 134 e->destroy(e); in engine_free_util() 250 e->destroy = destroy_f; in ENGINE_set_destroy_function() 296 return e->destroy; in ENGINE_get_destroy_function()
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | ThreadSpecific.h | 85 void static destroy(void* ptr); 93 ~Data() { owner->destroy(this); } in ~Data() 143 int error = pthread_key_create(&m_key, destroy); in ThreadSpecific() 204 g_static_private_set(&m_key, data, destroy); in set() 255 data->destructor = &ThreadSpecific<T>::destroy; in set() 265 inline void ThreadSpecific<T>::destroy(void* ptr) in destroy() function
|
/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 …]
|
/external/bluetooth/glib/gio/ |
D | gmemoryinputstream.c | 50 GDestroyNotify destroy; member 149 if (chunk->destroy) in free_chunk() 150 chunk->destroy (chunk->data); in free_chunk() 218 GDestroyNotify destroy) in g_memory_input_stream_new_from_data() argument 225 data, len, destroy); in g_memory_input_stream_new_from_data() 243 GDestroyNotify destroy) in g_memory_input_stream_add_data() argument 259 chunk->destroy = destroy; in g_memory_input_stream_add_data()
|
/external/collada/src/dae/ |
D | daeAtomicType.cpp | 726 void daeBoolType::destroy(daeMemoryRef obj) { in destroy() function in daeBoolType 730 void daeIntType::destroy(daeMemoryRef obj) { in destroy() function in daeIntType 734 void daeLongType::destroy(daeMemoryRef obj) { in destroy() function in daeLongType 738 void daeUIntType::destroy(daeMemoryRef obj) { in destroy() function in daeUIntType 742 void daeULongType::destroy(daeMemoryRef obj) { in destroy() function in daeULongType 746 void daeShortType::destroy(daeMemoryRef obj) { in destroy() function in daeShortType 750 void daeFloatType::destroy(daeMemoryRef obj) { in destroy() function in daeFloatType 754 void daeDoubleType::destroy(daeMemoryRef obj) { in destroy() function in daeDoubleType 758 void daeStringRefType::destroy(daeMemoryRef obj) { in destroy() function in daeStringRefType 762 void daeTokenType::destroy(daeMemoryRef obj) { in destroy() function in daeTokenType [all …]
|
/external/stlport/test/eh/ |
D | Prefix.h | 114 #define stl_destroy EH_STD::destroy 157 void destroy(pointer __p) const { stlport::destroy(__p); } in destroy() function 244 # define stl_destroy EH_STD::destroy 256 # define stl_destroy destroy
|
/external/webkit/Source/WebCore/platform/win/ |
D | WindowMessageBroadcaster.cpp | 95 destroy(); in removeListener() 98 void WindowMessageBroadcaster::destroy() in destroy() function in WebCore::WindowMessageBroadcaster 125 broadcaster->destroy(); in SubclassedWndProc()
|
/external/clang/test/SemaTemplate/ |
D | member-template-access-expr.cpp | 39 void destroy(); 44 B<T>::destroy() in destroy() function in B 50 b.destroy(); in do_destroy_B()
|