Home
last modified time | relevance | path

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

12345678910>>...13

/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/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/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/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.cc28 void Minijail::Destroy(struct minijail* jail) { in Destroy() function in brillo::Minijail
117 Destroy(jail); in RunAndDestroy()
125 Destroy(jail); in RunSyncAndDestroy()
134 Destroy(jail); in RunPipeAndDestroy()
145 Destroy(jail); in RunPipesAndDestroy()
/external/protobuf/src/google/protobuf/
Darenastring_unittest.cc68 field.Destroy(&default_value, NULL); in TEST()
79 field2.Destroy(&default_value, NULL); in TEST()
94 field.Destroy(&default_value, &arena); in TEST()
106 field2.Destroy(&default_value, &arena); in TEST()
/external/pdfium/fxbarcode/qrcode/
DBC_QRCodeWriter.cpp45 CBC_QRCoderMode::Destroy(); in ReleaseAll()
46 CBC_QRCoderErrorCorrectionLevel::Destroy(); in ReleaseAll()
47 CBC_QRCoderVersion::Destroy(); in ReleaseAll()
/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
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp320 LLVMMemoryManagerDestroyCallback Destroy; member
354 assert(Functions.Destroy && in SimpleBindingMemoryManager()
359 Functions.Destroy(Opaque); in ~SimpleBindingMemoryManager()
397 LLVMMemoryManagerDestroyCallback Destroy) { in LLVMCreateSimpleMCJITMemoryManager() argument
400 !Destroy) in LLVMCreateSimpleMCJITMemoryManager()
407 functions.Destroy = Destroy; in LLVMCreateSimpleMCJITMemoryManager()
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp317 LLVMMemoryManagerDestroyCallback Destroy; member
351 assert(Functions.Destroy && in SimpleBindingMemoryManager()
356 Functions.Destroy(Opaque); in ~SimpleBindingMemoryManager()
394 LLVMMemoryManagerDestroyCallback Destroy) { in LLVMCreateSimpleMCJITMemoryManager() argument
397 !Destroy) in LLVMCreateSimpleMCJITMemoryManager()
404 functions.Destroy = Destroy; in LLVMCreateSimpleMCJITMemoryManager()
/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/compiler-rt/test/tsan/
Dmutex_annotations.cc17 void Destroy() { in Destroy() function in Mutex
41 m.Destroy(); in main()
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_timer.h51 void Destroy();
82 t->Destroy(); in operator()
/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/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringMap.h203 void Destroy(AllocatorTy &Allocator) { in Destroy() function
212 void Destroy() { in Destroy() function
214 Destroy(A); in Destroy()
403 static_cast<MapEntryTy*>(Bucket)->Destroy(Allocator); in clear()
421 V.Destroy(Allocator); in erase()
439 static_cast<MapEntryTy*>(Bucket)->Destroy(Allocator); in ~StringMap()
/external/llvm/include/llvm/ADT/
DStringMap.h197 void Destroy(AllocatorTy &Allocator) { in Destroy() function
206 void Destroy() { in Destroy() function
208 Destroy(A); in Destroy()
399 static_cast<MapEntryTy*>(Bucket)->Destroy(Allocator); in clear()
417 V.Destroy(Allocator); in erase()
435 static_cast<MapEntryTy*>(Bucket)->Destroy(Allocator); in ~StringMap()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dringbuffer.h43 Destroy(); in ~RingBuffer()
56 void Destroy() in Destroy() function
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DStringMap.h220 void Destroy(AllocatorTy &Allocator) { in Destroy() function
227 void Destroy() { in Destroy() function
229 Destroy(A); in Destroy()
345 static_cast<MapEntryTy*>(I->Item)->Destroy(Allocator); in clear()
393 V.Destroy(Allocator); in erase()
/external/clang/lib/Rewrite/
DRewriteRope.cpp98 void Destroy();
411 Children[i]->Destroy(); in ~RopePieceBTreeInterior()
603 CurChild->Destroy(); in erase()
615 void RopePieceBTreeNode::Destroy() { in Destroy() function in RopePieceBTreeNode
725 getRoot(Root)->Destroy(); in ~RopePieceBTree()
736 getRoot(Root)->Destroy(); in clear()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DStringMap.h201 void Destroy(AllocatorTy &Allocator) { in Destroy() function
209 void Destroy() { in Destroy() function
211 Destroy(A); in Destroy()
297 static_cast<MapEntryTy*>(Bucket)->Destroy(Allocator); in ~StringMap()
421 static_cast<MapEntryTy*>(Bucket)->Destroy(Allocator); in clear()
439 V.Destroy(Allocator); in erase()
/external/webrtc/webrtc/modules/video_capture/mac/
Dvideo_capture_mac.mm98 * Create/Destroy a VideoCaptureModule
201 * Create/Destroy a DeviceInfo
232 Destroy(newCaptureInfoModule);
249 //Destroy(newCaptureInfoModule);
267 * End Create/Destroy VideoCaptureModule
/external/compiler-rt/lib/msan/
Dmsan_thread.cc53 t->Destroy(); in TSDDtor()
56 void MsanThread::Destroy() { in Destroy() function in __msan::MsanThread

12345678910>>...13