HomeSort by relevance Sort by last modified time
    Searched defs:Restart (Results 1 - 25 of 31) sorted by null

1 2

  /external/libbrillo/brillo/daemons/
daemon.cc 67 SIGHUP, base::Bind(&Daemon::Restart, base::Unretained(this)));
85 bool Daemon::Restart(const signalfd_siginfo& /* info */) {
  /external/v8/src/base/platform/
elapsed-timer.h 21 // |Elapsed()| or |HasExpired()|, and may be restarted using |Restart()|.
55 TimeDelta Restart() {
  /external/autotest/client/cros/cellular/
net_interface.py 136 def Restart(self):
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_libcdep.cc 364 // Start or restart symbolizer if we failed to send command to it.
367 Restart();
370 Report("WARNING: Failed to use and restart external symbolizer!\n");
386 bool SymbolizerProcess::Restart() {
  /external/libweave/src/notification/
xmpp_channel.cc 113 return Restart();
118 return Restart();
133 // If we had a fully-established connection, restart it now.
135 // authorization failed), do not restart right now. Wait till we get
139 base::Bind(&XmppChannel::Restart, task_ptr_factory_.GetWeakPtr()), {});
193 base::Bind(&XmppChannel::Restart, task_ptr_factory_.GetWeakPtr()));
239 base::Bind(&XmppChannel::Restart, task_ptr_factory_.GetWeakPtr()));
254 base::Bind(&XmppChannel::Restart, task_ptr_factory_.GetWeakPtr()));
343 return Restart();
373 void XmppChannel::Restart() {
    [all...]
  /external/webrtc/talk/app/webrtc/
rtpsenderreceiver_unittest.cc 105 virtual void Restart() {}
videosource.cc 434 void VideoSource::Restart() {
  /external/webrtc/webrtc/base/
messagequeue.cc 161 void MessageQueue::Restart() {
  /system/connectivity/shill/dhcp/
dhcp_config.cc 111 return Restart();
242 bool DHCPConfig::Restart() {
327 if (!Restart()) {
  /system/connectivity/shill/vpn/
openvpn_management_server.cc 168 void OpenVPNManagementServer::Restart() {
169 LOG(INFO) << "Restart.";
  /external/v8/src/
lookup.h 165 void Restart() { RestartInternal(InterceptorState::kUninitialized); }
  /external/webrtc/talk/media/base/
videocapturer.cc 213 bool VideoCapturer::Restart(const VideoFormat& capture_format) {
  /external/webrtc/webrtc/video/
vie_encoder.cc 188 void ViEEncoder::Restart() {
  /system/core/init/
service.cpp 325 // process of exiting, we've ensured that they will immediately restart
531 void Service::Restart() {
559 * already exited it shoudn't attempt a restart yet. */
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pdb.py 18 class Restart(Exception):
672 """Restart program by raising an exception to be caught in the main
679 raise Restart
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pdb.py 18 class Restart(Exception):
672 """Restart program by raising an exception to be caught in the main
679 raise Restart
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pdb.py 18 class Restart(Exception):
672 """Restart program by raising an exception to be caught in the main
679 raise Restart
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pdb.py 18 class Restart(Exception):
672 """Restart program by raising an exception to be caught in the main
679 raise Restart
    [all...]
  /system/connectivity/shill/wifi/
wifi.cc     [all...]
  /external/opencv3/modules/videoio/src/
cap_msmf.hpp 214 virtual HRESULT Restart() = 0;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
agtsvr.h     [all...]
winioctl.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler/0.12.613/
kotlin-compiler-0.12.613.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1513/
kotlin-compiler-embeddable-0.13.1513.jar 

Completed in 983 milliseconds

1 2