/external/skia/include/core/ |
H A D | SkLazyPtr.h | 20 * These macros take an optional T* (*Create)() and void (*Destroy)(T*) at the end. 23 * Create comes first, so you may use a custom Create with a default Destroy, but not vice versa. 72 template <typename P, void (*Destroy)(P)> 82 Destroy(ptr); 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()); 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(( [all...] |
/external/pdfium/core/src/fxge/android/ |
H A D | fpf_skiamodule.h | 17 virtual void Destroy();
|
H A D | fx_android_imp.cpp | 26 ((IFPF_DeviceModule*)m_pPlatformData)->Destroy();
|
H A D | fpf_skiamodule.cpp | 25 void CFPF_SkiaDeviceModule::Destroy() function in class:CFPF_SkiaDeviceModule
|
/external/lldb/test/api/multithreaded/ |
H A D | driver.cpp | 36 SBDebugger::Destroy(dbg);
|
/external/compiler-rt/lib/msan/ |
H A D | msan_thread.cc | 53 t->Destroy(); 56 void MsanThread::Destroy() { function in class:__msan::MsanThread
|
H A D | msan_thread.h | 26 void Destroy();
|
/external/compiler-rt/lib/tsan/tests/rtl/ |
H A D | tsan_mutex.cc | 37 t.Destroy(m); 55 t.Destroy(m); 92 t.Destroy(m); 108 t2.Destroy(m); 124 t2.Destroy(m); 149 t2.Destroy(m); 163 MainThread().Destroy(m);
|
H A D | tsan_test_util.h | 41 void Destroy(); 97 void Destroy(const Mutex &m);
|
H A D | tsan_bench.cc | 104 ScopedThread().Destroy(m);
|
/external/webrtc/src/modules/audio_processing/ |
H A D | processing_component.h | 27 virtual int Destroy();
|
H A D | processing_component.cc | 29 int ProcessingComponent::Destroy() { function in class:webrtc::ProcessingComponent
|
/external/clang/lib/Sema/ |
H A D | DelayedDiagnostic.cpp | 58 void DelayedDiagnostic::Destroy() { function in class:DelayedDiagnostic
|
/external/compiler-rt/lib/asan/tests/ |
H A D | asan_fake_stack_test.cc | 67 fake_stack->Destroy(0); 103 fs->Destroy(0); 132 fs->Destroy(0); 149 fs->Destroy(0);
|
/external/lldb/test/python_api/default-constructor/ |
H A D | sb_process.py | 31 obj.Destroy()
|
/external/pdfium/core/include/fxge/ |
H A D | fpf.h | 17 virtual void Destroy() = 0;
|
/external/pdfium/core/src/fxge/ge/ |
H A D | fx_ge.cpp | 45 void CFX_GEModule::Destroy() function in class:CFX_GEModule
|
/external/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngineBindings.cpp | 347 LLVMMemoryManagerDestroyCallback Destroy; member in struct:__anon10522::SimpleBindingMMFunctions 381 assert(Functions.Destroy && 382 "No Destroy function provided!"); 386 Functions.Destroy(Opaque); 424 LLVMMemoryManagerDestroyCallback Destroy) { 427 !Destroy) 434 functions.Destroy = Destroy; 419 LLVMCreateSimpleMCJITMemoryManager( void *Opaque, LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection, LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection, LLVMMemoryManagerFinalizeMemoryCallback FinalizeMemory, LLVMMemoryManagerDestroyCallback Destroy) argument
|
/external/llvm/include/llvm/ADT/ |
H A D | StringMap.h | 189 /// Destroy - Destroy this StringMapEntry, releasing memory back to the 192 void Destroy(AllocatorTy &Allocator) { function in class:llvm::StringMapEntry 200 /// Destroy this object, releasing memory back to the malloc allocator. 201 void Destroy() { function in class:llvm::StringMapEntry 203 Destroy(A); 344 static_cast<MapEntryTy*>(Bucket)->Destroy(Allocator); 362 V.Destroy(Allocator); 380 static_cast<MapEntryTy*>(Bucket)->Destroy(Allocator);
|
/external/compiler-rt/lib/asan/ |
H A D | asan_thread.h | 61 void Destroy(); 92 t->Destroy(tid);
|
/external/clang/lib/Rewrite/ |
H A D | DeltaTree.cpp | 115 void Destroy(); 126 Children[i]->Destroy(); 155 /// Destroy - A 'virtual' destructor. 156 void DeltaTreeNode::Destroy() { 398 getRoot(Root)->Destroy();
|
/external/lldb/include/lldb/Target/ |
H A D | ThreadList.h | 65 Destroy();
|
/external/llvm/include/llvm/Support/ |
H A D | StringPool.h | 107 S->Destroy();
|
/external/llvm/lib/IR/ |
H A D | ValueSymbolTable.cpp | 50 V->getValueName()->Destroy();
|
/external/opencv/otherlibs/highgui/ |
H A D | image.cpp | 60 void CvvImage::Destroy() function in class:CvvImage 67 Destroy(); 85 Destroy();
|