Home
last modified time | relevance | path

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

/external/iperf3/contrib/
Diperf3.service7 Restart=on-failure key
/external/v8/src/base/platform/
Delapsed-timer.h55 TimeDelta Restart() { in Restart() function
/external/adhd/init/
Dcras.service11 Restart=on-failure key
/external/autotest/client/cros/cellular/
Dnet_interface.py136 def Restart(self): member in PseudoNetInterface
/external/libbrillo/brillo/daemons/
Ddaemon.cc92 bool Daemon::Restart(const signalfd_siginfo& /* info */) { in Restart() function in brillo::Daemon
/external/v8/src/debug/
Ddebug-stack-trace-iterator.cc177 bool DebugStackTraceIterator::Restart() { in Restart() function in v8::internal::DebugStackTraceIterator
Ddebug-scopes.cc79 void ScopeIterator::Restart() { in Restart() function in v8::internal::ScopeIterator
/external/perfetto/src/profiling/memory/
Djava_hprof_producer.cc149 void JavaHprofProducer::Restart() { in Restart() function in perfetto::profiling::JavaHprofProducer
Dheapprofd_producer.cc234 void HeapprofdProducer::Restart() { in Restart() function in perfetto::profiling::HeapprofdProducer
/external/v8/src/objects/
Dlookup.h88 void Restart() { in Restart() function
/external/webrtc/webrtc/base/
Dmessagequeue.cc161 void MessageQueue::Restart() { in Restart() function in rtc::MessageQueue
/external/webrtc/talk/app/webrtc/
Dvideosource.cc434 void VideoSource::Restart() { in Restart() function in webrtc::VideoSource
Drtpsenderreceiver_unittest.cc105 virtual void Restart() {} in Restart() function in webrtc::FakeVideoSource
/external/perfetto/src/traced/probes/
Dprobes_producer.cc127 void ProbesProducer::Restart() { in Restart() function in perfetto::ProbesProducer
/external/webrtc/talk/media/base/
Dvideocapturer.cc213 bool VideoCapturer::Restart(const VideoFormat& capture_format) { in Restart() function in cricket::VideoCapturer
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_libcdep.cc386 bool SymbolizerProcess::Restart() { in Restart() function in __sanitizer::SymbolizerProcess
/external/webrtc/webrtc/video/
Dvie_encoder.cc188 void ViEEncoder::Restart() { in Restart() function in webrtc::ViEEncoder
/external/perfetto/src/profiling/perf/
Dperf_producer.cc792 void PerfProducer::Restart() { in Restart() function in perfetto::profiling::PerfProducer
/external/python/cpython2/Lib/
Dpdb.py18 class Restart(Exception): class
/external/python/cpython3/Lib/
Dpdb.py86 class Restart(Exception): class