/external/webrtc/test/linux/ |
D | glx_renderer.cc | 28 Destroy(); in ~GlxRenderer() 33 Destroy(); in Init() 46 Destroy(); in Init() 52 Destroy(); in Init() 78 Destroy(); in Init() 83 Destroy(); in Init() 91 void GlxRenderer::Destroy() { in Destroy() function in webrtc::test::GlxRenderer 94 GlRenderer::Destroy(); in Destroy()
|
/external/perfetto/src/ipc/test/ |
D | test_socket.h | 40 inline void Destroy(); 55 void TestSocket::Destroy() {} in Destroy() function 66 void TestSocket::Destroy() {} in Destroy() function 77 void TestSocket::Destroy() { in Destroy() function
|
/external/protobuf/src/google/protobuf/ |
D | arenastring_unittest.cc | 67 field.Destroy(&default_value, NULL); in TEST() 78 field2.Destroy(&default_value, NULL); in TEST() 93 field.Destroy(&default_value, &arena); in TEST() 104 field2.Destroy(&default_value, &arena); in TEST() 120 field.Destroy(&default_value, &arena); in TEST() 131 field2.Destroy(&default_value, &arena); in TEST()
|
/external/webrtc/test/ |
D | vcm_capturer.cc | 38 Destroy(); in Init() 56 Destroy(); in Init() 79 void VcmCapturer::Destroy() { in Destroy() function in webrtc::test::VcmCapturer 90 Destroy(); in ~VcmCapturer()
|
/external/webrtc/test/win/ |
D | d3d_renderer.cc | 46 Destroy(); in ~D3dRenderer() 61 void D3dRenderer::Destroy() { in Destroy() function in webrtc::test::D3dRenderer 80 Destroy(); in Init() 86 Destroy(); in Init() 99 Destroy(); in Init() 110 Destroy(); in Init()
|
/external/libbrillo/brillo/minijail/ |
D | minijail.cc | 31 void Minijail::Destroy(struct minijail* jail) { in Destroy() function in brillo::Minijail 145 Destroy(jail); in RunAndDestroy() 153 Destroy(jail); in RunSyncAndDestroy() 162 Destroy(jail); in RunPipeAndDestroy() 173 Destroy(jail); in RunPipesAndDestroy() 185 Destroy(jail); in RunEnvPipesAndDestroy()
|
/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/llvm-project/compiler-rt/lib/tsan/tests/rtl/ |
D | tsan_mutex.cpp | 36 t.Destroy(m); in TEST() 54 t.Destroy(m); in TEST() 91 t.Destroy(m); in TEST() 107 t2.Destroy(m); in TEST() 123 t2.Destroy(m); in TEST() 148 t2.Destroy(m); in TEST() 162 MainThread().Destroy(m); in TEST()
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
D | TargetProcessControlTypes.h | 86 void (*Destroy)(CWrapperFunctionResultData Data, uint64_t Size); member 118 if (R.Destroy) in ~WrapperFunctionResult() 119 R.Destroy(R.Data, R.Size); in ~WrapperFunctionResult() 146 R.Destroy = nullptr; in from() 164 R.Destroy = nullptr; in zeroInit()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | entry.h | 58 if (state == State::HAS_VALUE) val.Destroy(); in ~Entry() 63 val.Destroy(); 85 val.Destroy(); 108 val.Destroy(); in ClearVal()
|
/external/tensorflow/tensorflow/c/experimental/stream_executor/ |
D | stream_executor_internal.h | 100 ~CStream() override { Destroy(); } in ~CStream() 109 void Destroy() { in Destroy() function 130 ~CEvent() override { Destroy(); } in ~CEvent() 145 void Destroy() { in Destroy() function 168 ~CTimer() override { Destroy(); } in ~CTimer() 176 void Destroy() { in Destroy() function
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_pagemodule.cpp | 29 void CPDF_PageModule::Destroy() { in Destroy() function in CPDF_PageModule 33 fxcodec::ModuleMgr::Destroy(); in Destroy() 53 CPDF_FontGlobals::Destroy(); in ~CPDF_PageModule()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_idle/ |
D | client_idle_filter.cc | 131 static void Destroy(grpc_channel_element* elem); 180 void ChannelData::Destroy(grpc_channel_element* elem) { in Destroy() function in grpc_core::__anonc8cdb1570111::ChannelData 386 static void Destroy(grpc_call_element* elem, 398 void CallData::Destroy(grpc_call_element* elem, in Destroy() function in grpc_core::__anonc8cdb1570111::CallData 411 CallData::Destroy, 414 ChannelData::Destroy,
|
/external/webrtc/rtc_base/ |
D | win32_window_unittest.cc | 51 wnd.Destroy(); in TEST() 62 wnd1.Destroy(); in TEST() 63 wnd2.Destroy(); in TEST()
|
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/ |
D | metadata_map.h | 37 ~MetadataMap() { Destroy(); } in ~MetadataMap() 75 Destroy(); in Reset() 84 void Destroy() { in Destroy() function
|
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/ |
D | metadata_map.h | 37 ~MetadataMap() { Destroy(); } in ~MetadataMap() 75 Destroy(); in Reset() 84 void Destroy() { in Destroy() function
|
/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/ |
D | wrappers.cpp | 123 Destroy(); in ~CD3D9Wrapper() 129 void CD3D9Wrapper::Destroy() in Destroy() function in CD3D9Wrapper 211 Destroy(); in AdapterNext() 242 Destroy(); in ~CD3D9ExWrapper() 303 void CD3D9ExWrapper::Destroy() in Destroy() function in CD3D9ExWrapper 333 Destroy(); in AdapterNext()
|
/external/llvm-project/compiler-rt/test/tsan/ |
D | mutex_annotations.cpp | 17 void Destroy() { in Destroy() function in Mutex 41 m.Destroy(); in main()
|
/external/compiler-rt/test/tsan/ |
D | mutex_annotations.cc | 17 void Destroy() { in Destroy() function in Mutex 41 m.Destroy(); in main()
|
/external/webrtc/rtc_base/deprecated/ |
D | signal_thread_unittest.cc | 149 signal_thread->Destroy(true); in Run() 176 thread_->Destroy(true); in TEST_F() 211 thread_->Destroy(true); in TEST_F() 220 thread_->Destroy(false); in TEST_F()
|
/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-project/compiler-rt/lib/asan/tests/ |
D | asan_fake_stack_test.cpp | 66 fake_stack->Destroy(0); in TEST() 102 fs->Destroy(0); in TEST() 131 fs->Destroy(0); in TEST() 148 fs->Destroy(0); in TEST()
|
/external/llvm-project/llvm/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 331 LLVMMemoryManagerDestroyCallback Destroy; member 365 assert(Functions.Destroy && in SimpleBindingMemoryManager() 370 Functions.Destroy(Opaque); in ~SimpleBindingMemoryManager() 408 LLVMMemoryManagerDestroyCallback Destroy) { in LLVMCreateSimpleMCJITMemoryManager() argument 411 !Destroy) in LLVMCreateSimpleMCJITMemoryManager() 418 functions.Destroy = Destroy; in LLVMCreateSimpleMCJITMemoryManager()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 319 LLVMMemoryManagerDestroyCallback Destroy; member 353 assert(Functions.Destroy && in SimpleBindingMemoryManager() 358 Functions.Destroy(Opaque); in ~SimpleBindingMemoryManager() 396 LLVMMemoryManagerDestroyCallback Destroy) { in LLVMCreateSimpleMCJITMemoryManager() argument 399 !Destroy) in LLVMCreateSimpleMCJITMemoryManager() 406 functions.Destroy = Destroy; in LLVMCreateSimpleMCJITMemoryManager()
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 317 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()
|