/external/webrtc/webrtc/test/linux/ |
D | glx_renderer.cc | 32 GlxRenderer::~GlxRenderer() { Destroy(); } in ~GlxRenderer() 36 Destroy(); in Init() 48 Destroy(); in Init() 54 Destroy(); in Init() 80 Destroy(); in Init() 85 Destroy(); in Init() 93 void GlxRenderer::Destroy() { in Destroy() function in webrtc::test::GlxRenderer 96 GlRenderer::Destroy(); in Destroy()
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Contacts/ |
D | b2Contact.cpp | 42 AddType(b2CircleContact::Create, b2CircleContact::Destroy, b2Shape::e_circle, b2Shape::e_circle); in InitializeRegisters() 43 …AddType(b2PolygonAndCircleContact::Create, b2PolygonAndCircleContact::Destroy, b2Shape::e_polygon,… in InitializeRegisters() 44 …AddType(b2PolygonContact::Create, b2PolygonContact::Destroy, b2Shape::e_polygon, b2Shape::e_polygo… in InitializeRegisters() 45 …AddType(b2EdgeAndCircleContact::Create, b2EdgeAndCircleContact::Destroy, b2Shape::e_edge, b2Shape:… in InitializeRegisters() 46 …AddType(b2EdgeAndPolygonContact::Create, b2EdgeAndPolygonContact::Destroy, b2Shape::e_edge, b2Shap… in InitializeRegisters() 47 …AddType(b2ChainAndCircleContact::Create, b2ChainAndCircleContact::Destroy, b2Shape::e_chain, b2Sha… in InitializeRegisters() 48 …AddType(b2ChainAndPolygonContact::Create, b2ChainAndPolygonContact::Destroy, b2Shape::e_chain, b2S… in InitializeRegisters() 101 void b2Contact::Destroy(b2Contact* contact, b2BlockAllocator* allocator) in Destroy() function in b2Contact
|
/external/webrtc/webrtc/test/win/ |
D | d3d_renderer.cc | 44 D3dRenderer::~D3dRenderer() { Destroy(); } in ~D3dRenderer() 56 void D3dRenderer::Destroy() { in Destroy() function in webrtc::test::D3dRenderer 83 Destroy(); in Init() 89 Destroy(); in Init() 105 Destroy(); in Init() 119 Destroy(); in Init()
|
/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()
|
/external/webrtc/webrtc/test/ |
D | vcm_capturer.cc | 32 Destroy(); in Init() 48 Destroy(); in Init() 81 void VcmCapturer::Destroy() { in Destroy() function in webrtc::test::VcmCapturer 95 VcmCapturer::~VcmCapturer() { Destroy(); } in ~VcmCapturer()
|
/external/libbrillo/brillo/minijail/ |
D | minijail.cc | 29 void Minijail::Destroy(struct minijail* jail) { in Destroy() function in brillo::Minijail 118 Destroy(jail); in RunAndDestroy() 126 Destroy(jail); in RunSyncAndDestroy() 135 Destroy(jail); in RunPipeAndDestroy() 146 Destroy(jail); in RunPipesAndDestroy()
|
/external/pdfium/xfa/src/fxbarcode/qrcode/ |
D | BC_QRCodeReader.cpp | 107 CBC_QRCoderMode::Destroy(); in ReleaseAll() 108 CBC_QRCoderErrorCorrectionLevel::Destroy(); in ReleaseAll() 109 CBC_QRDataMask::Destroy(); in ReleaseAll() 110 CBC_QRCoderVersion::Destroy(); in ReleaseAll()
|
/external/libchrome/base/containers/ |
D | small_map.h | 216 Destroy(); 220 Destroy(); 505 array_[i].Destroy(); 508 map_.Destroy(); 517 array_[i].Destroy(); 521 array_[size_].Destroy(); 598 array_[i].Destroy(); 608 temp_array[i].Destroy(); 625 void Destroy() { 628 array_[i].Destroy(); [all …]
|
/external/libweave/third_party/chromium/base/ |
D | callback_unittest.cc | 39 BindState() : BindStateBase(&Destroy) {} in BindState() 43 static void Destroy(BindStateBase* self) { in Destroy() function 52 BindState() : BindStateBase(&Destroy) {} in BindState() 56 static void Destroy(BindStateBase* self) { in Destroy() function
|
/external/libchrome/base/ |
D | callback_unittest.cc | 38 BindState() : BindStateBase(&Destroy) {} in BindState() 42 static void Destroy(BindStateBase* self) { in Destroy() function 51 BindState() : BindStateBase(&Destroy) {} in BindState() 55 static void Destroy(BindStateBase* self) { in Destroy() function
|
/external/webrtc/webrtc/base/ |
D | win32window_unittest.cc | 51 wnd.Destroy(); in TEST() 62 wnd1.Destroy(); in TEST() 63 wnd2.Destroy(); in TEST()
|
D | signalthread_unittest.cc | 118 signal_thread->Destroy(true); in Run() 183 thread_->Destroy(true); in TEST_F() 192 thread_->Destroy(false); in TEST_F()
|
D | proxyserver.cc | 100 Destroy(); in OnInternalClose() 122 Destroy(); in OnExternalClose() 146 void ProxyBinding::Destroy() { in Destroy() function in rtc::ProxyBinding
|
D | win32windowpicker_unittest.cc | 37 visible_window_.Destroy(); in ~Win32WindowPickerForTest() 38 invisible_window_.Destroy(); in ~Win32WindowPickerForTest()
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 314 LLVMMemoryManagerDestroyCallback Destroy; member 348 assert(Functions.Destroy && in SimpleBindingMemoryManager() 353 Functions.Destroy(Opaque); in ~SimpleBindingMemoryManager() 391 LLVMMemoryManagerDestroyCallback Destroy) { in LLVMCreateSimpleMCJITMemoryManager() argument 394 !Destroy) in LLVMCreateSimpleMCJITMemoryManager() 401 functions.Destroy = Destroy; in LLVMCreateSimpleMCJITMemoryManager()
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/ |
D | b2ContactManager.cpp | 37 void b2ContactManager::Destroy(b2Contact* c) in Destroy() function in b2ContactManager 98 b2Contact::Destroy(c, m_allocator); in Destroy() 126 Destroy(cNuke); in Collide() 135 Destroy(cNuke); in Collide() 162 Destroy(cNuke); in Collide()
|
/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/webrtc/webrtc/test/channel_transport/ |
D | udp_transport_unittest.cc | 49 void Destroy() { in Destroy() function in webrtc::test::MockUdpSocketManager 113 UdpTransport::Destroy(transport); in TEST_F() 139 mock_manager->Destroy(); in TEST_F()
|
/external/llvm/include/llvm/ADT/ |
D | StringMap.h | 198 void Destroy(AllocatorTy &Allocator) { in Destroy() function 207 void Destroy() { in Destroy() function 209 Destroy(A); in Destroy() 357 static_cast<MapEntryTy*>(Bucket)->Destroy(Allocator); in clear() 375 V.Destroy(Allocator); in erase() 393 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/v8/src/compiler/ |
D | zone-pool.h | 24 ~Scope() { Destroy(); } in ~Scope() 30 void Destroy() { in Destroy() function
|
/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()
|
/external/compiler-rt/lib/msan/ |
D | msan_thread.cc | 53 t->Destroy(); in TSDDtor() 56 void MsanThread::Destroy() { in Destroy() function in __msan::MsanThread
|
/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/lzma/CPP/Windows/Control/ |
D | ImageList.h | 43 bool Destroy() // DeleteImageList() in MFC in Destroy() function 51 { Destroy(); } in ~CImageList()
|