/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ |
D | python_runtime_context.cc | 21 Status PythonRuntimeContext::Terminate() { in Terminate() function in mindspore::dataset::PythonRuntimeContext 34 return tree_consumer_->Terminate(); in TerminateImpl() 38 Status rc = PythonRuntimeContext::Terminate(); in ~PythonRuntimeContext()
|
D | runtime_context.cc | 22 Status NativeRuntimeContext::Terminate() { in Terminate() function in mindspore::dataset::NativeRuntimeContext 33 return tree_consumer_->Terminate(); in TerminateImpl() 37 Status rc = NativeRuntimeContext::Terminate(); in ~NativeRuntimeContext()
|
D | runtime_context.h | 46 virtual Status Terminate() = 0; 58 Status Terminate() override;
|
D | python_runtime_context.h | 34 Status Terminate() override;
|
/third_party/flutter/engine/flutter/fml/ |
D | message_loop_unittests.cc | 69 fml::MessageLoop::GetCurrent().Terminate(); in TEST() 94 fml::MessageLoop::GetCurrent().Terminate(); in TEST() 124 fml::MessageLoop::GetCurrent().Terminate(); in TEST() 168 fml::MessageLoop::GetCurrent().Terminate(); in TEST() 190 fml::MessageLoop::GetCurrent().Terminate(); in TEST() 215 fml::MessageLoop::GetCurrent().Terminate(); in TEST() 242 fml::MessageLoop::GetCurrent().Terminate(); in TEST() 269 fml::MessageLoop::GetCurrent().Terminate(); in TEST()
|
D | concurrent_message_loop.cc | 32 Terminate(); in ~ConcurrentMessageLoop() 98 void ConcurrentMessageLoop::Terminate() { in Terminate() function in fml::ConcurrentMessageLoop
|
D | message_loop.h | 25 void Terminate();
|
D | message_loop_impl.h | 36 virtual void Terminate() = 0;
|
/third_party/cef/libcef/browser/media_router/ |
D | media_route_impl.cc | 66 void CefMediaRouteImpl::Terminate() { in Terminate() function in CefMediaRouteImpl 68 CEF_POST_TASK(CEF_UIT, base::BindOnce(&CefMediaRouteImpl::Terminate, this)); in Terminate()
|
D | media_route_impl.h | 28 void Terminate() override;
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/ |
D | engine.cc | 98 weak->Terminate(); in Engine() 141 weak->Terminate(); in Engine() 257 weak->Terminate(); in Engine() 388 Terminate(); in OnMainIsolateShutdown() 391 void Engine::Terminate() { in Terminate() function in flutter_runner::Engine
|
/third_party/mindspore/mindspore/core/mindrt/src/ |
D | mindrt.cc | 102 void Terminate(const AID &actor) { ActorMgr::GetActorMgrRef()->Terminate(actor); } in Terminate() function
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/consumers/ |
D | tree_consumer.h | 49 virtual Status Terminate(); 163 Status Terminate() override; 226 Status Terminate() override;
|
/third_party/mindspore/mindspore/core/mindrt/src/async/ |
D | future.cc | 22 mindspore::Terminate(aid); in Waitf()
|
/third_party/mindspore/mindspore/core/mindrt/src/actor/ |
D | actormgr.cc | 136 (*actorIt)->Terminate(); in TerminateAll() 261 void ActorMgr::Terminate(const AID &id) { in Terminate() function in mindspore::ActorMgr 264 actor->Terminate(); in Terminate()
|
/third_party/flutter/glfw/src/ |
D | egl_context.h | 140 #define eglTerminate _glfw.egl.Terminate 187 PFNEGLTERMINATEPROC Terminate; member
|
/third_party/flutter/engine/flutter/fml/platform/linux/ |
D | message_loop_linux.h | 30 void Terminate() override;
|
/third_party/flutter/engine/flutter/fml/platform/darwin/ |
D | message_loop_darwin.h | 32 void Terminate() override;
|
/third_party/cef/libcef_dll/ctocpp/ |
D | media_route_ctocpp.h | 41 void Terminate() override;
|
/third_party/flutter/engine/flutter/shell/platform/windows/client_wrapper/ |
D | flutter_window_controller_unittests.cc | 26 void Terminate() override { terminate_called_ = true; } in Terminate() function in flutter::__anon46298b9a0111::TestWindowsApi
|
/third_party/flutter/engine/flutter/shell/platform/glfw/client_wrapper/ |
D | flutter_window_controller_unittests.cc | 27 void Terminate() override { terminate_called_ = true; } in Terminate() function in flutter::__anonc06e1bdf0111::TestGlfwApi
|
/third_party/flutter/engine/flutter/fml/platform/win/ |
D | message_loop_win.h | 35 void Terminate() override;
|
D | message_loop_win.cc | 27 void MessageLoopWin::Terminate() { in Terminate() function in fml::MessageLoopWin
|
/third_party/flutter/engine/flutter/fml/platform/android/ |
D | message_loop_android.h | 36 void Terminate() override;
|
/third_party/mindspore/mindspore/core/mindrt/include/ |
D | mindrt.hpp | 48 void Terminate(const AID &actor);
|