Home
last modified time | relevance | path

Searched refs:Terminate (Results 1 – 25 of 190) sorted by relevance

12345678

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/
Dpython_runtime_context.cc21 Status PythonRuntimeContext::Terminate() { in Terminate() function in mindspore::dataset::PythonRuntimeContext
34 return tree_consumer_->Terminate(); in TerminateImpl()
38 Status rc = PythonRuntimeContext::Terminate(); in ~PythonRuntimeContext()
Druntime_context.cc22 Status NativeRuntimeContext::Terminate() { in Terminate() function in mindspore::dataset::NativeRuntimeContext
33 return tree_consumer_->Terminate(); in TerminateImpl()
37 Status rc = NativeRuntimeContext::Terminate(); in ~NativeRuntimeContext()
Druntime_context.h46 virtual Status Terminate() = 0;
58 Status Terminate() override;
Dpython_runtime_context.h34 Status Terminate() override;
/third_party/flutter/engine/flutter/fml/
Dmessage_loop_unittests.cc69 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()
Dconcurrent_message_loop.cc32 Terminate(); in ~ConcurrentMessageLoop()
98 void ConcurrentMessageLoop::Terminate() { in Terminate() function in fml::ConcurrentMessageLoop
Dmessage_loop.h25 void Terminate();
Dmessage_loop_impl.h36 virtual void Terminate() = 0;
/third_party/cef/libcef/browser/media_router/
Dmedia_route_impl.cc66 void CefMediaRouteImpl::Terminate() { in Terminate() function in CefMediaRouteImpl
68 CEF_POST_TASK(CEF_UIT, base::BindOnce(&CefMediaRouteImpl::Terminate, this)); in Terminate()
Dmedia_route_impl.h28 void Terminate() override;
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dengine.cc98 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/
Dmindrt.cc102 void Terminate(const AID &actor) { ActorMgr::GetActorMgrRef()->Terminate(actor); } in Terminate() function
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/consumers/
Dtree_consumer.h49 virtual Status Terminate();
163 Status Terminate() override;
226 Status Terminate() override;
/third_party/mindspore/mindspore/core/mindrt/src/async/
Dfuture.cc22 mindspore::Terminate(aid); in Waitf()
/third_party/mindspore/mindspore/core/mindrt/src/actor/
Dactormgr.cc136 (*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/
Degl_context.h140 #define eglTerminate _glfw.egl.Terminate
187 PFNEGLTERMINATEPROC Terminate; member
/third_party/flutter/engine/flutter/fml/platform/linux/
Dmessage_loop_linux.h30 void Terminate() override;
/third_party/flutter/engine/flutter/fml/platform/darwin/
Dmessage_loop_darwin.h32 void Terminate() override;
/third_party/cef/libcef_dll/ctocpp/
Dmedia_route_ctocpp.h41 void Terminate() override;
/third_party/flutter/engine/flutter/shell/platform/windows/client_wrapper/
Dflutter_window_controller_unittests.cc26 void Terminate() override { terminate_called_ = true; } in Terminate() function in flutter::__anon46298b9a0111::TestWindowsApi
/third_party/flutter/engine/flutter/shell/platform/glfw/client_wrapper/
Dflutter_window_controller_unittests.cc27 void Terminate() override { terminate_called_ = true; } in Terminate() function in flutter::__anonc06e1bdf0111::TestGlfwApi
/third_party/flutter/engine/flutter/fml/platform/win/
Dmessage_loop_win.h35 void Terminate() override;
Dmessage_loop_win.cc27 void MessageLoopWin::Terminate() { in Terminate() function in fml::MessageLoopWin
/third_party/flutter/engine/flutter/fml/platform/android/
Dmessage_loop_android.h36 void Terminate() override;
/third_party/mindspore/mindspore/core/mindrt/include/
Dmindrt.hpp48 void Terminate(const AID &actor);

12345678