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

1 2

  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Protocol/
FaultTolerantWrite.h 103 @retval EFI_NOT_READY The last write has not been completed. Restart()
200 EFI_FAULT_TOLERANT_WRITE_RESTART Restart;
  /external/libbrillo/brillo/daemons/
daemon.cc 67 SIGHUP, base::Bind(&Daemon::Restart, base::Unretained(this)));
85 bool Daemon::Restart(const signalfd_siginfo& /* info */) {
  /external/autotest/client/cros/cellular/
net_interface.py 136 def Restart(self):
  /external/v8/src/base/platform/
elapsed-timer.h 21 // |Elapsed()| or |HasExpired()|, and may be restarted using |Restart()|.
55 TimeDelta Restart() {
  /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/perfetto/src/traced/probes/
probes_producer.cc 86 return task_runner_->PostTask([this] { this->Restart(); });
94 void ProbesProducer::Restart() {
  /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/core/init/
subcontext.cpp 265 void Subcontext::Restart() {
277 Restart();
283 Restart();
289 Restart();
371 subcontext.Restart();
service.cpp 792 // process of exiting, we've ensured that they will immediately restart
    [all...]
  /external/v8/src/
lookup.h 131 void Restart() {
  /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() {
  /frameworks/base/libs/hwui/
Animator.h 49 // These are the same values as the RESTART and REVERSE in ValueAnimator.java.
50 Restart = 1,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pdb.py 18 class Restart(Exception):
672 """Restart program by raising an exception to be caught in the main
679 raise Restart
    [all...]
  /external/python/cpython2/Lib/
pdb.py 18 class Restart(Exception):
672 """Restart program by raising an exception to be caught in the main
679 raise Restart
    [all...]
  /external/python/cpython3/Lib/
pdb.py 85 class Restart(Exception):
    [all...]
  /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...]
  /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...]

Completed in 679 milliseconds

1 2