HomeSort by relevance Sort by last modified time
    Searched refs:reboot (Results 126 - 150 of 381) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/raid/
md.h 34 #include <linux/reboot.h>
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/raid/
md.h 34 #include <linux/reboot.h>
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/raid/
md.h 34 #include <linux/reboot.h>
  /system/extras/ext4_utils/
setup_fs.c 5 #include <sys/reboot.h>
80 fprintf(stderr,"REBOOT!\n");
  /external/autotest/server/hosts/
remote.py 100 def reboot(self, timeout=DEFAULT_REBOOT_TIMEOUT, label=LAST_BOOT_TAG, member in class:RemoteHost
104 Reboot the remote host.
107 timeout - How long to wait for the reboot.
119 reboot_cmd - Reboot command to execute.
138 'reboot & sleep 60; '
139 'reboot -f & sleep 10; '
140 'reboot -nf & sleep 10; '
143 def reboot(): function in function:RemoteHost.reboot
144 self.record("GOOD", None, "reboot.start")
148 # sync before starting the reboot, so that a long sync durin
    [all...]
moblab_host.py 116 def reboot(self, **dargs): member in class:MoblabHost
117 """Reboot the Moblab Host and wait for its services to restart."""
118 super(MoblabHost, self).reboot(**dargs)
119 # In general after a reboot, we want to wait till the web frontend
265 # Moblab requires a reboot to initialize it's services prior to
267 self.reboot()
sonic_host.py 11 resort to ssh (eg: to reboot into recovery). The server exposes the same stack
35 # Maximum time a reboot can take.
105 self.reboot()
134 Ssh ping is vital for connectivity checks and waiting on a reboot.
163 Since this method is usually called right after a reboot/install,
187 def reboot(self, timeout=5): member in class:SonicHost
188 """Reboot the sonic device by submitting a post to the server."""
193 self.client.reboot()
196 'Unable to reboot through the sonic proxy: %s' % e)
204 If removing state information fails, do a hard reboot. This will hi
    [all...]
  /build/target/product/
embedded.mk 69 reboot \
  /device/generic/qemu/
qemu_base.mk 63 reboot \
  /external/autotest/client/virt/tests/
whql_client_install.py 14 6) Reboot the client machine
18 9) Reboot again
101 # Reboot
102 session = vm.reboot(session)
134 # Reboot one more time
135 session = vm.reboot(session)
kdump.py 8 KVM reboot test:
64 session = vm.reboot(session, timeout=timeout)
iofuzz.py 84 logging.debug("Could not re-login, reboot the guest")
85 session = vm.reboot(method="system_reset")
  /external/autotest/client/bin/
site_job.py 52 def reboot(self, tag=LAST_BOOT_TAG): member in class:site_job
64 utils.system('reboot </dev/null >/dev/null 2>&1 &')
  /external/autotest/client/tests/kvm/tests/
timedrift_with_reboot.py 8 Time drift test with reboot:
12 3) Reboot the guest.
42 # Reboot
50 session = vm.reboot(session)
  /external/autotest/server/site_tests/hardware_TPMFirmwareServer/
hardware_TPMFirmwareServer.py 37 # Reboot the client
40 self.client.reboot()
  /external/autotest/server/site_tests/platform_CryptohomeTPMReOwnServer/
platform_CryptohomeTPMReOwnServer.py 35 # Reboot the client
38 self.client.reboot()
  /external/autotest/server/site_tests/platform_TotalMemory/
platform_TotalMemory.py 53 self.host.reboot()
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgePowerManager.java 84 public void reboot(boolean confirm, String reason, boolean wait) { method in class:BridgePowerManager
  /frameworks/native/include/powermanager/
IPowerManager.h 48 REBOOT = IBinder::FIRST_CALL_TRANSACTION + 14,
67 virtual status_t reboot(bool confirm, const String16& reason, bool wait) = 0;
  /system/nativepower/daemon/
power_manager.h 34 // The part of the reboot or shutdown system properties' values that appears
86 status_t reboot(bool confirm, const String16& reason, bool wait) override;
  /tools/test/connectivity/acts/tests/google/bt/setup/
BtPreFlightTest.py 55 ad.reboot()
  /external/autotest/server/site_tests/network_WiFi_RegDomain/
network_WiFi_RegDomain.py 224 self.host.reboot(timeout=self.REBOOT_TIMEOUT_SECS, wait=True)
300 wifi_context.router.reboot(timeout=self.REBOOT_TIMEOUT_SECS)
318 self.host.reboot(timeout=self.REBOOT_TIMEOUT_SECS, wait=True)
  /system/core/libcutils/
android_reboot.c 26 #include <sys/reboot.h>
220 ret = reboot(RB_AUTOBOOT);
224 ret = reboot(RB_POWER_OFF);
  /development/tools/labpretest/
labpretest.sh 140 $ADB -s $device reboot bootloader
158 $FASTBOOT -s $device reboot-bootloader
177 $FASTBOOT -s $device reboot
525 log_print "using fastboot to reboot to bootloader for test purposes"
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
FailureListener.java 87 CLog.e("Reboot-on-failure should only be used during development," +
90 mDevice.reboot();

Completed in 620 milliseconds

1 2 3 4 56 7 8 91011>>