Home
last modified time | relevance | path

Searched defs:Restart (Results 1 – 7 of 7) sorted by relevance

/third_party/ninja/src/
Dmetrics.h75 void Restart() { started_ = Now(); } in Restart() function
/third_party/nghttp2/contrib/
Dnghttpx.service.in14 Restart=always key
/third_party/pulseaudio/src/daemon/systemd/user/
Dpulseaudio.service.in24 Restart=on-failure key
/third_party/flutter/engine/flutter/shell/common/
Dace_engine.cc93 bool Engine::Restart(RunConfiguration configuration) { in Restart() function in flutter::Engine
Dengine.cc105 bool Engine::Restart(RunConfiguration configuration) { in Restart() function in flutter::Engine
/third_party/cef/libcef/browser/net_service/
Dproxy_url_loader_factory.cc438 void InterceptedRequest::Restart() { in Restart() function in net_service::InterceptedRequest
/third_party/python/Lib/
Dpdb.py87 class Restart(Exception): class