HomeSort by relevance Sort by last modified time
    Searched refs:destroy (Results 176 - 200 of 618) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/kernel-headers/original/linux/
textsearch.h 36 * @destroy: destroy algorithm specific parts of a search configuration
47 void (*destroy)(struct ts_config *); member in struct:ts_ops
  /external/libvpx/vpx/src/
vpx_codec.c 101 ctx->iface->destroy(ctx->priv->alg_priv);
  /external/qemu/
qstring.c 21 .destroy = qstring_destroy_obj,
  /external/srec/portable/include/
ArrayList.h 159 ESR_ReturnCode(*destroy)(struct ArrayList_t* self); member in struct:ArrayList_t
  /external/srec/portable/src/
ArrayList.c 131 return self->destroy(self);
  /external/srec/shared/include/
Int8ArrayList.h 122 ESR_ReturnCode(*destroy)(struct Int8ArrayList_t* self); member in struct:Int8ArrayList_t
  /external/srec/shared/src/
HashMap.c 106 return self->destroy(self);
Int8ArrayList.c 123 return self->destroy(self);
  /external/srec/srec/AcousticModels/include/
SR_AcousticModels.h 55 ESR_ReturnCode(*destroy)(struct SR_AcousticModels_t* self); member in struct:SR_AcousticModels_t
  /external/srec/srec/AcousticState/src/
AcousticStateImpl.c 46 impl->Interface.destroy = &SR_AcousticStateDestroyImpl;
  /external/srec/srec/Nametag/include/
SR_Nametags.h 86 * 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/
Nametags.c 110 return self->destroy(self);
  /external/webkit/Source/JavaScriptCore/heap/
MarkedBlock.cpp 44 void MarkedBlock::destroy(MarkedBlock* block) function in class:JSC::MarkedBlock
  /external/webkit/Source/WebCore/loader/
WorkerThreadableLoader.h 103 void destroy();
  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapper.h 52 virtual void destroy() = 0;
  /external/webkit/Source/WebCore/plugins/qt/
PluginContainerQt.cpp 53 destroy(false, false);
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGRoot.h 62 virtual void destroy();
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePluginStream.h 66 NPError destroy(NPReason);
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
Plugin.h 74 virtual void destroy() = 0;
  /external/wpa_supplicant/wpa_gui/
scanresults.ui.h 8 ** Instead, write your code in functions called init() and destroy().
19 void ScanResults::destroy() function in class:ScanResults
  /external/wpa_supplicant/wpa_gui-qt4/
eventhistory.cpp 95 destroy();
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
scanresults.ui.h 8 ** Instead, write your code in functions called init() and destroy().
19 void ScanResults::destroy() function in class:ScanResults
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
eventhistory.cpp 98 destroy();
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui/
scanresults.ui.h 8 ** Instead, write your code in functions called init() and destroy().
19 void ScanResults::destroy() function in class:ScanResults
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
eventhistory.cpp 98 destroy();

Completed in 308 milliseconds

1 2 3 4 5 6 78 91011>>