Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/base/platform/
Delapsed-timer.h60 TimeDelta Restart() { return Restart(Now()); } in Restart() function
62 TimeDelta Restart(TimeTicks now) { in Restart() function
/third_party/node/deps/npm/lib/commands/
Drestart.js4 class Restart extends LifecycleCmd { class
/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/node/deps/v8/src/objects/
Dlookup.h94 void Restart() { in Restart() function
/third_party/node/deps/v8/src/debug/
Ddebug-scopes.cc81 void ScopeIterator::Restart() { in Restart() function in v8::internal::ScopeIterator
/third_party/python/Lib/
Dpdb.py87 class Restart(Exception): class