HomeSort by relevance Sort by last modified time
    Searched refs:reboot (Results 151 - 175 of 409) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium-trace/catapult/devil/devil/android/tools/
provision_devices.py 55 # L can take a while to reboot after a wipe.
64 def __init__(self, cmd, reboot=False):
66 self.reboot = reboot
95 steps += [ProvisionStep(lambda d: Wipe(d, adb_key_files), reboot=True)]
99 reboot=not emulators)]
144 logging.error('Device did not finish booting. Will try to reboot.')
145 device.Reboot(timeout=reboot_timeout)
147 if step.reboot:
148 device.Reboot(False, retries=0
    [all...]
  /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 102 CLog.e("Reboot-on-failure should only be used during development," +
105 mDevice.reboot();
  /external/autotest/client/virt/tests/
iofuzz.py 84 logging.debug("Could not re-login, reboot the guest")
85 session = vm.reboot(method="system_reset")
  /external/autotest/server/site_tests/autoupdate_CatchBadSignatures/
autoupdate_CatchBadSignatures.py 196 self._host.reboot()
  /external/autotest/server/site_tests/display_HotPlugAtBoot/
display_HotPlugAtBoot.py 5 """This is a display hot-plug and reboot test using the Chameleon board."""
17 """Display hot-plug and reboot test.
29 # Allowed timeout for reboot.
60 logging.info('TESTING THE CASE: %s > reboot > %s',
67 logging.info('Reboot...')
68 host.reboot(wait=False)
  /external/autotest/server/site_tests/factory_InstallServo/
factory_InstallServo.py 89 self.get_dut_client().reboot(
  /external/autotest/server/site_tests/platform_BootPerfServer/
platform_BootPerfServer.py 58 # Reboot the client
59 logging.info('BootPerfServer: reboot %s', self.client.hostname)
61 self.client.reboot(reboot_timeout=90)
  /external/autotest/server/site_tests/platform_CorruptRootfs/
platform_CorruptRootfs.py 119 logging.info('CorruptRootfs: reboot ' + self.client.hostname)
121 self.client.reboot()
  /external/autotest/server/site_tests/platform_CrashStateful/
platform_CrashStateful.py 16 4. Wait for reboot
71 We use the kernel crash testing interface to immediately reboot the
87 3) without a sleep delay, the reboot may close the connection with
91 self.client.reboot(reboot_cmd=wrapped_cmd % cmd)
  /external/autotest/server/site_tests/platform_SyncCrash/
platform_SyncCrash.py 54 waits for the reboot.
62 self.client.reboot(reboot_cmd=cmd)
  /external/autotest/server/site_tests/platform_Vpd/
platform_Vpd.py 13 at the next reboot.
91 host.reboot()
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/about/
RebootConfirmFragment.java 102 pm.reboot(null);
  /system/nativepower/client/
power_manager_client.cc 53 LOG(ERROR) << "Unknown reboot reason " << static_cast<int>(reason);
121 bool PowerManagerClient::Reboot(RebootReason reason) {
123 status_t status = power_manager_->reboot(false /* confirm */,
127 LOG(ERROR) << "Reboot request failed with status " << status;
  /system/nativepower/daemon/
BnPowerManager.cc 74 case IPowerManager::REBOOT: {
79 return reboot(confirm, reason, wait);
  /system/nativepower/include/nativepower/
power_manager_stub.h 90 status_t reboot(bool confirm, const String16& reason, bool wait) override;
110 // Reasons passed to reboot() and shutdown(), in the order in which they were
  /external/autotest/server/cros/
sonic_client_utils.py 34 # right across a reboot.
195 def reboot(self, when="now"): member in class:SonicProxy
197 Post to the server asking for a reboot.
199 @param when: The time till reboot. Can be any of:
201 fdr: set factory data reset flag and reboot now
202 ota: set recovery flag and reboot now
203 ota fdr: set both recovery and fdr flags, and reboot now
204 ota foreground: reboot and start force update page
205 idle: reboot only when idle screen usage > 10 mins
207 @raises SonicProxyException: if we're unable to post a reboot request
    [all...]
  /external/autotest/server/
site_server_job_utils.py 42 attributes - reboot before/after test, run test as server job.
100 client_at.host.reboot()
117 client_at.host.reboot()
  /external/autotest/server/site_tests/kernel_MemoryRamoop/
kernel_MemoryRamoop.py 14 after system reboot/kernel crash and also verify that there is no memory
58 @param test_function: fuction to call to reboot / crash DUT
59 @param sig_pattern: regex of kernel log message generate when reboot
78 Reboot host machine
80 logging.info('Server: reboot client')
82 self._client.reboot()
89 Reboot host machine after suspend once
93 logging.info('Server: reboot client')
95 self._client.reboot()
144 3. Signature of reboot / kernel cras
    [all...]
  /external/autotest/site_utils/bootperf-bin/
resultset.py 14 reboot time results. These results are stored with keyval names
33 The reboot keyval names are selected from a hard-coded list of
35 keyvals, plus specific keyvals keyed to record shutdown and reboot
88 REBOOT_KEYSET = "reboot"
306 """Concrete subclass of _KeySet for reboot time statistics."""
329 # the _end_ of a designated phase of reboot, as follows:
343 reboot = float(runkeys["seconds_reboot_time"])
349 newkeys["login"] = reboot
  /external/toybox/toys/pending/
init.c 23 #include <sys/reboot.h>
351 error_msg("Requesting system reboot");
362 reboot(reboot_magic_no);
390 reboot(RB_HALT_SYSTEM);
465 xsignal(SIGTERM, halt_poweroff_reboot_handler);//reboot
  /external/apache-harmony/jdwp/
Android_debug_config.mk 129 adb reboot
  /external/autotest/server/site_tests/display_Resolution/
display_Resolution.py 28 # Allowed timeout for reboot.
85 logging.info('Reboot...')
87 host.reboot(wait=False)
  /external/autotest/server/site_tests/hardware_StorageStress/
hardware_StorageStress.py 27 power_command='reboot', storage_test_command='integrity',
33 reboot or suspend.
39 possible command: reboot / suspend / nothing
61 elif power_command == 'reboot':
128 Reboot host machine
130 self._client.reboot()
  /external/autotest/server/site_tests/platform_ExternalUSBBootStress/
platform_ExternalUSBBootStress.py 95 logging.info('Reboot iteration %d of %d' % (i + 1, reboots))
107 self.client.reboot()
108 logging.info('Reboot complete, shutting down stressor.')

Completed in 3569 milliseconds

1 2 3 4 5 67 8 91011>>