Home
last modified time | relevance | path

Searched refs:Destroy (Results 1 – 25 of 145) sorted by relevance

123456

/external/skia/include/core/
DSkLazyPtr.h72 template <typename P, void (*Destroy)(P)>
82 Destroy(ptr); in try_cas()
117 template <typename T, T* (*Create)() = sk_new<T>, void (*Destroy)(T*) = sk_delete<T> >
124 return ptr ? ptr : try_cas<T*, Destroy>(&fPtr, Create()); in get()
134 template <typename T, int N, T* (*Create)(int) = sk_new_arg<T>, void (*Destroy)(T*) = sk_delete<T> >
142 return ptr ? ptr : try_cas<T*, Destroy>(&fArray[i], Create(i));
157 template <typename T, void (*Destroy)(T*) = Private::sk_delete<T> >
161 ~SkLazyPtr() { if (fPtr) { Destroy((T*)fPtr); } } in ~SkLazyPtr()
165 return ptr ? ptr : Private::try_cas<T*, Destroy>(&fPtr, SkNEW(T)); in get()
171 return ptr ? ptr : Private::try_cas<T*, Destroy>(&fPtr, create()); in get()
/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_mutex.cc37 t.Destroy(m); in TEST()
55 t.Destroy(m); in TEST()
92 t.Destroy(m); in TEST()
108 t2.Destroy(m); in TEST()
124 t2.Destroy(m); in TEST()
149 t2.Destroy(m); in TEST()
163 MainThread().Destroy(m); in TEST()
Dtsan_test_util.h41 void Destroy();
97 void Destroy(const Mutex &m);
Dtsan_mop.cc84 t0.Destroy(m); in TEST()
103 t0.Destroy(m); in TEST()
/external/compiler-rt/lib/asan/tests/
Dasan_fake_stack_test.cc67 fake_stack->Destroy(0); in TEST()
103 fs->Destroy(0); in TEST()
132 fs->Destroy(0); in TEST()
149 fs->Destroy(0); in TEST()
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp347 LLVMMemoryManagerDestroyCallback Destroy; member
381 assert(Functions.Destroy && in SimpleBindingMemoryManager()
386 Functions.Destroy(Opaque); in ~SimpleBindingMemoryManager()
424 LLVMMemoryManagerDestroyCallback Destroy) { in LLVMCreateSimpleMCJITMemoryManager() argument
427 !Destroy) in LLVMCreateSimpleMCJITMemoryManager()
434 functions.Destroy = Destroy; in LLVMCreateSimpleMCJITMemoryManager()
/external/llvm/include/llvm/ADT/
DStringMap.h192 void Destroy(AllocatorTy &Allocator) { in Destroy() function
201 void Destroy() { in Destroy() function
203 Destroy(A); in Destroy()
344 static_cast<MapEntryTy*>(Bucket)->Destroy(Allocator); in clear()
362 V.Destroy(Allocator); in erase()
380 static_cast<MapEntryTy*>(Bucket)->Destroy(Allocator); in ~StringMap()
/external/zlib/src/contrib/delphi/
DZLib.pas90 destructor Destroy; override; procedure
119 destructor Destroy; override; procedure
418 destructor TCompressionStream.Destroy;
436 inherited Destroy;
491 destructor TDecompressionStream.Destroy;
495 inherited Destroy;
/external/compiler-rt/lib/msan/
Dmsan_thread.cc53 t->Destroy(); in TSDDtor()
56 void MsanThread::Destroy() { in Destroy() function in __msan::MsanThread
Dmsan_thread.h26 void Destroy();
/external/clang/lib/Rewrite/
DRewriteRope.cpp98 void Destroy();
409 Children[i]->Destroy(); in ~RopePieceBTreeInterior()
601 CurChild->Destroy(); in erase()
613 void RopePieceBTreeNode::Destroy() { in Destroy() function in RopePieceBTreeNode
723 getRoot(Root)->Destroy(); in ~RopePieceBTree()
734 getRoot(Root)->Destroy(); in clear()
DDeltaTree.cpp115 void Destroy();
126 Children[i]->Destroy(); in ~DeltaTreeInteriorNode()
156 void DeltaTreeNode::Destroy() { in Destroy() function in DeltaTreeNode
398 getRoot(Root)->Destroy(); in ~DeltaTree()
/external/opencv/otherlibs/highgui/
Dimage.cpp60 void CvvImage::Destroy() in Destroy() function in CvvImage
67 Destroy(); in ~CvvImage()
85 Destroy(); in Create()
/external/compiler-rt/lib/asan/
Dasan_thread.h61 void Destroy();
92 t->Destroy(tid); in DeleteFakeStack()
Dasan_thread.cc102 context->thread->Destroy(); in TSDDtor()
105 void AsanThread::Destroy() { in Destroy() function in __asan::AsanThread
192 this->Destroy(); in ThreadStart()
/external/lldb/scripts/Python/interface/
DSBProcess.i213 ") Destroy;
215 Destroy ();
223 %feature("docstring", "Same as Destroy(self).") Destroy;
/external/sonivox/jet_tools/JetCreator/
DJetCtrls.py272 dlg.Destroy()
334 dlg.Destroy()
369 dlg.Destroy()
376 dlg.Destroy()
383 dlg.Destroy()
389 dlg.Destroy()
561 self.Destroy()
DJetCreator.py453 dlg.Destroy()
520 dlg.Destroy()
592 dlg.Destroy()
683 dlg.Destroy()
752 dlg.Destroy()
840 dlg.Destroy()
860 dlg.Destroy()
873 dialog.Destroy()
994 dlg.Destroy()
1062 dlg1.Destroy()
[all …]
/external/pdfium/core/src/fxge/android/
Dfpf_skiamodule.h17 virtual void Destroy();
Dfx_android_imp.cpp26 ((IFPF_DeviceModule*)m_pPlatformData)->Destroy(); in DestroyPlatform()
Dfpf_skiamodule.cpp25 void CFPF_SkiaDeviceModule::Destroy() in Destroy() function in CFPF_SkiaDeviceModule
/external/lldb/test/api/multithreaded/
Ddriver.cpp36 SBDebugger::Destroy(dbg); in main()
/external/markdown/tests/extensions-x-tables/
Dtables.txt23 | `destroy()` | **Destroy your computer!** |
/external/webrtc/src/modules/audio_processing/
Dprocessing_component.h27 virtual int Destroy();
/external/clang/include/clang/Sema/
DDelayedDiagnostic.h123 void Destroy();
250 i->Destroy(); in ~DelayedDiagnosticPool()

123456