HomeSort by relevance Sort by last modified time
    Searched refs:Destroy (Results 126 - 150 of 496) sorted by null

1 2 3 4 56 7 8 91011>>

  /system/connectivity/shill/
shill_ares.cc 33 void Ares::Destroy(ares_channel channel) {
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 314 LLVMMemoryManagerDestroyCallback Destroy;
348 assert(Functions.Destroy &&
349 "No Destroy function provided!");
353 Functions.Destroy(Opaque);
391 LLVMMemoryManagerDestroyCallback Destroy) {
394 !Destroy)
401 functions.Destroy = Destroy;
  /external/llvm/include/llvm/ADT/
StringMap.h 195 /// Destroy - Destroy this StringMapEntry, releasing memory back to the
198 void Destroy(AllocatorTy &Allocator) {
206 /// Destroy this object, releasing memory back to the malloc allocator.
207 void Destroy() {
209 Destroy(A);
357 static_cast<MapEntryTy*>(Bucket)->Destroy(Allocator);
375 V.Destroy(Allocator);
393 static_cast<MapEntryTy*>(Bucket)->Destroy(Allocator);
  /frameworks/wilhelm/tests/sandbox/
dim.c 149 // destroy output mix
150 (*outputMixObject)->Destroy(outputMixObject);
152 // destroy engine
153 (*engineObject)->Destroy(engineObject);
  /art/compiler/utils/
dedupe_set_test.cc 49 void Destroy(const std::vector<uint8_t>* key) {
  /external/clang/lib/Rewrite/
DeltaTree.cpp 115 void Destroy();
126 Children[i]->Destroy();
155 /// Destroy - A 'virtual' destructor.
156 void DeltaTreeNode::Destroy() {
398 getRoot(Root)->Destroy();
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_bench.cc 104 ScopedThread().Destroy(m);
  /external/libbrillo/brillo/minijail/
minijail.h 32 virtual void Destroy(struct minijail* jail);
83 // Run() and Destroy()
88 // RunSync() and Destroy()
93 // RunPipe() and Destroy()
99 // RunPipes() and Destroy()
  /external/llvm/lib/IR/
ValueSymbolTable.cpp 68 V->getValueName()->Destroy();
  /external/pdfium/core/include/fpdfapi/
fpdf_module.h 47 static void Destroy();
  /external/webrtc/webrtc/base/
proxyserver.h 50 void Destroy();
signalthread.cc 54 void SignalThread::Destroy(bool wait) {
85 // if (kInit == state_) use Destroy()
  /external/webrtc/webrtc/examples/peerconnection/client/linux/
main.cc 96 wnd.Destroy();
main_wnd.h 55 bool Destroy();
  /external/webrtc/webrtc/modules/audio_processing/
processing_component.cc 28 int ProcessingComponent::Destroy() {
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
simulcast_encoder_adapter.h 25 virtual void Destroy(VideoEncoder* encoder) = 0;
  /external/webrtc/webrtc/voice_engine/
output_mixer.h 40 static void Destroy(OutputMixer*& mixer);
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.h 47 virtual void Destroy() = 0;
  /frameworks/compile/mclinker/include/mcld/LD/
LDSymbol.h 46 static void Destroy(LDSymbol*& pSymbol);
RelocData.h 59 static void Destroy(RelocData*& pSection);
SectionData.h 50 static void Destroy(SectionData*& pSection);
  /frameworks/compile/mclinker/lib/LD/
ELFSegment.cpp 90 void ELFSegment::Destroy(ELFSegment*& pSegment) {
91 g_ELFSegmentFactory->destroy(pSegment);
LDSection.cpp 77 void LDSection::Destroy(LDSection*& pSection) {
78 g_SectFactory->destroy(pSection);
  /hardware/qcom/display/msm8996/sdm/libs/core/
display_hdmi.cpp 68 HWHDMI::Destroy(hw_intf_);
73 HWHDMI::Destroy(hw_intf_);
94 HWHDMI::Destroy(hw_intf_);
105 HWHDMI::Destroy(hw_intf_);
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_hdmi.h 42 static DisplayError Destroy(HWInterface *intf);

Completed in 1048 milliseconds

1 2 3 4 56 7 8 91011>>