Home
last modified time | relevance | path

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

12345678910

/external/webrtc/webrtc/test/linux/
Dglx_renderer.cc32 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/
Db2Contact.cpp42 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/
Dd3d_renderer.cc44 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/
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()
/external/webrtc/webrtc/test/
Dvcm_capturer.cc32 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/
Dminijail.cc29 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/
DBC_QRCodeReader.cpp107 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/
Dsmall_map.h216 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/
Dcallback_unittest.cc39 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/
Dcallback_unittest.cc38 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/
Dwin32window_unittest.cc51 wnd.Destroy(); in TEST()
62 wnd1.Destroy(); in TEST()
63 wnd2.Destroy(); in TEST()
Dsignalthread_unittest.cc118 signal_thread->Destroy(true); in Run()
183 thread_->Destroy(true); in TEST_F()
192 thread_->Destroy(false); in TEST_F()
Dproxyserver.cc100 Destroy(); in OnInternalClose()
122 Destroy(); in OnExternalClose()
146 void ProxyBinding::Destroy() { in Destroy() function in rtc::ProxyBinding
Dwin32windowpicker_unittest.cc37 visible_window_.Destroy(); in ~Win32WindowPickerForTest()
38 invisible_window_.Destroy(); in ~Win32WindowPickerForTest()
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp314 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/
Db2ContactManager.cpp37 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/
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/webrtc/webrtc/test/channel_transport/
Dudp_transport_unittest.cc49 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/
DStringMap.h198 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/
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/v8/src/compiler/
Dzone-pool.h24 ~Scope() { Destroy(); } in ~Scope()
30 void Destroy() { in Destroy() function
/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()
/external/compiler-rt/lib/msan/
Dmsan_thread.cc53 t->Destroy(); in TSDDtor()
56 void MsanThread::Destroy() { in Destroy() function in __msan::MsanThread
/external/opencv/otherlibs/highgui/
Dimage.cpp60 void CvvImage::Destroy() in Destroy() function in CvvImage
67 Destroy(); in ~CvvImage()
85 Destroy(); in Create()
/external/lzma/CPP/Windows/Control/
DImageList.h43 bool Destroy() // DeleteImageList() in MFC in Destroy() function
51 { Destroy(); } in ~CImageList()

12345678910