/external/skia/include/core/ |
D | SkLazyPtr.h | 72 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/ |
D | tsan_mutex.cc | 37 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()
|
D | tsan_test_util.h | 41 void Destroy(); 97 void Destroy(const Mutex &m);
|
D | tsan_mop.cc | 84 t0.Destroy(m); in TEST() 103 t0.Destroy(m); in TEST()
|
/external/compiler-rt/lib/asan/tests/ |
D | asan_fake_stack_test.cc | 67 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/ |
D | ExecutionEngineBindings.cpp | 347 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/ |
D | StringMap.h | 192 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/ |
D | ZLib.pas | 90 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/ |
D | msan_thread.cc | 53 t->Destroy(); in TSDDtor() 56 void MsanThread::Destroy() { in Destroy() function in __msan::MsanThread
|
D | msan_thread.h | 26 void Destroy();
|
/external/clang/lib/Rewrite/ |
D | RewriteRope.cpp | 98 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()
|
D | DeltaTree.cpp | 115 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/ |
D | image.cpp | 60 void CvvImage::Destroy() in Destroy() function in CvvImage 67 Destroy(); in ~CvvImage() 85 Destroy(); in Create()
|
/external/compiler-rt/lib/asan/ |
D | asan_thread.h | 61 void Destroy(); 92 t->Destroy(tid); in DeleteFakeStack()
|
D | asan_thread.cc | 102 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/ |
D | SBProcess.i | 213 ") Destroy; 215 Destroy (); 223 %feature("docstring", "Same as Destroy(self).") Destroy;
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetCtrls.py | 272 dlg.Destroy() 334 dlg.Destroy() 369 dlg.Destroy() 376 dlg.Destroy() 383 dlg.Destroy() 389 dlg.Destroy() 561 self.Destroy()
|
D | JetCreator.py | 453 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/ |
D | fpf_skiamodule.h | 17 virtual void Destroy();
|
D | fx_android_imp.cpp | 26 ((IFPF_DeviceModule*)m_pPlatformData)->Destroy(); in DestroyPlatform()
|
D | fpf_skiamodule.cpp | 25 void CFPF_SkiaDeviceModule::Destroy() in Destroy() function in CFPF_SkiaDeviceModule
|
/external/lldb/test/api/multithreaded/ |
D | driver.cpp | 36 SBDebugger::Destroy(dbg); in main()
|
/external/markdown/tests/extensions-x-tables/ |
D | tables.txt | 23 | `destroy()` | **Destroy your computer!** |
|
/external/webrtc/src/modules/audio_processing/ |
D | processing_component.h | 27 virtual int Destroy();
|
/external/clang/include/clang/Sema/ |
D | DelayedDiagnostic.h | 123 void Destroy(); 250 i->Destroy(); in ~DelayedDiagnosticPool()
|