Searched refs:destroy (Results 151 - 175 of 434) sorted by relevance

1234567891011>>

/external/srec/shared/src/
H A DHashMap.c106 return self->destroy(self);
H A DInt8ArrayList.c123 return self->destroy(self);
/external/srec/srec/AcousticModels/include/
H A DSR_AcousticModels.h55 ESR_ReturnCode(*destroy)(struct SR_AcousticModels_t* self); member in struct:SR_AcousticModels_t
/external/srec/srec/AcousticState/src/
H A DAcousticStateImpl.c46 impl->Interface.destroy = &SR_AcousticStateDestroyImpl;
/external/srec/srec/Nametag/include/
H A DSR_Nametags.h86 * Returns Nametag with the specified ID. It is illegal to destroy the returned Nametag
96 * Returns Nametag at the specified index. It is illegal to destroy the returned Nametag
119 ESR_ReturnCode(*destroy)(struct SR_Nametags_t* self); member in struct:SR_Nametags_t
177 * Returns Nametag with the specified ID. It is illegal to destroy the returned Nametag
187 * Returns Nametag at the specified index. It is illegal to destroy the returned Nametag
/external/srec/srec/Nametag/src/
H A DNametags.c110 return self->destroy(self);
H A DNametagsImpl.c55 impl->Interface.destroy = &SR_NametagsDestroyImpl;
68 impl->Interface.destroy(&impl->Interface);
118 CHKLOG(rc, oldNametag->destroy(oldNametag));
188 newNametag->destroy(newNametag);
393 CHKLOG(rc, nametag->destroy(nametag));
400 list->destroy(list);
/external/webkit/Source/JavaScriptCore/heap/
H A DMarkedBlock.cpp44 void MarkedBlock::destroy(MarkedBlock* block) function in class:JSC::MarkedBlock
/external/webkit/Source/WebCore/plugins/qt/
H A DPluginContainerQt.cpp53 destroy(false, false);
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapePluginStream.h66 NPError destroy(NPReason);
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Deventhistory.cpp92 destroy();
/external/chromium/third_party/libjingle/source/talk/base/
H A Dmessagequeue.cc76 // If this is the last MessageQueue, destroy the manager as well so that
80 bool destroy = false; local
89 destroy = message_queues_.empty();
91 if (destroy) {
/external/harfbuzz_ng/src/
H A Dhb-common.cc383 hb_destroy_func_t destroy,
390 if (!data && !destroy) {
395 hb_user_data_item_t item = {key, data, destroy};
381 set(hb_user_data_key_t *key, void * data, hb_destroy_func_t destroy, hb_bool_t replace) argument
/external/clang/include/clang/Sema/
H A DDeclSpec.h1040 void destroy() { function in struct:clang::DeclaratorChunk::PointerTypeInfo
1049 void destroy() { function in struct:clang::DeclaratorChunk::ReferenceTypeInfo
1068 void destroy() {} function in struct:clang::DeclaratorChunk::ArrayTypeInfo
1204 void destroy() { function in struct:clang::DeclaratorChunk::FunctionTypeInfo
1280 void destroy() { function in struct:clang::DeclaratorChunk::BlockPointerTypeInfo
1299 void destroy() { function in struct:clang::DeclaratorChunk::MemberPointerTypeInfo
1314 void destroy() { function in struct:clang::DeclaratorChunk
1316 case DeclaratorChunk::Function: return Fun.destroy();
1317 case DeclaratorChunk::Pointer: return Ptr.destroy();
1318 case DeclaratorChunk::BlockPointer: return Cls.destroy();
[all...]
/external/freetype/src/base/
H A Dftutil.c387 FT_List_Destructor destroy,
401 if ( destroy )
402 destroy( memory, data, user );
386 FT_List_Finalize( FT_List list, FT_List_Destructor destroy, FT_Memory memory, void* user ) argument
/external/srec/srec/Recognizer/src/
H A DRecognizerResultImpl.c230 /* each nbest list entry has an ArrayList of Semantic Results... need to destroy them too */
250 CHKLOG(rc, semanticResult->destroy(semanticResult));
253 CHKLOG(rc, semanticList->destroy(semanticList));
255 CHKLOG(rc, impl->results->destroy(impl->results));
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3string.h253 void (*destroy) (struct ANTLR3_STRING_FACTORY_struct * factory, pANTLR3_STRING string); member in struct:ANTLR3_STRING_FACTORY_struct
/external/freetype/include/freetype/internal/
H A Dpshints.h63 PSH_Globals_DestroyFunc destroy; member in struct:PSH_Globals_FuncsRec_
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/
H A DOGLESContext.java275 listener.destroy();
443 public void destroy(boolean waitFor) { method in class:OGLESContext
450 public void destroy() { method in class:OGLESContext
451 destroy(true);
/external/jmonkeyengine/engine/src/test/jme3test/awt/
H A DAppHarness.java138 public void destroy(){ method in class:AppHarness
H A DTestApplet.java134 public void destroy(){ method in class:TestApplet
/external/kernel-headers/original/linux/sunrpc/
H A Dauth.h100 void (*destroy)(struct rpc_auth *); member in struct:rpc_authops
/external/openssl/crypto/engine/
H A Deng_int.h175 ENGINE_GEN_INT_FUNC_PTR destroy; member in struct:engine_st
/external/qemu/
H A Dqlist.c22 .destroy = qlist_destroy_obj,
/external/smack/src/com/kenai/jbosh/
H A DApacheHTTPSender.java89 public void destroy() { method in class:ApacheHTTPSender

Completed in 7725 milliseconds

1234567891011>>