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

1 2 3 4 5 6 78 91011>>

  /external/autotest/server/site_tests/power_SuspendShutdown/
power_SuspendShutdown.py 220 # Reboot Device to logout and cleanup
221 logging.info('Server: reboot client')
223 self.host.reboot()
  /external/dhcpcd-6.8.2/
if-options.h 166 time_t reboot; member in struct:if_options
  /external/libweave/src/
base_api_handler.cc 59 "reboot": {
weave_unittest.cc 51 "reboot": {
86 "reboot": {
105 "reboot": {
base_api_handler_unittest.cc 138 "reboot": {
  /frameworks/native/services/powermanager/
IPowerManager.cpp 109 virtual status_t reboot(bool confirm, const String16& reason, bool wait) function in class:android::BpPowerManager
116 return remote()->transact(REBOOT, data, &reply, 0);
  /system/nativepower/daemon/
power_manager.cc 37 const char PowerManager::kRebootPrefix[] = "reboot,";
126 status_t PowerManager::reboot(bool confirm, const String16& reason, bool wait) { function in class:android::PowerManager
129 LOG(WARNING) << "Ignoring reboot request with invalid reason \""
power_manager_stub.cc 122 status_t PowerManagerStub::reboot(bool confirm, function in class:android::PowerManagerStub
  /frameworks/base/core/java/android/os/
PowerManager.java 386 * The value to pass as the 'reason' argument to reboot() to reboot into
392 * {@link android.Manifest.permission#REBOOT}).
399 * The value to pass as the 'reason' argument to reboot() to reboot into
404 * {@link android.Manifest.permission#REBOOT}).
411 * The value to pass as the 'reason' argument to reboot() when device owner requests a reboot on
891 public void reboot(String reason) { method in class:PowerManager
    [all...]
  /external/v8/build/android/
provision_devices.py 51 # L can take a while to reboot after a wipe.
103 def run_phase(phase_func, reboot=True):
107 logging.error('Device did not finish booting. Will try to reboot.')
108 device.Reboot(timeout=reboot_timeout)
110 if reboot:
111 device.Reboot(False, retries=0)
126 run_phase(FinishProvisioning, reboot=False)
215 communicate with the device, but after reboot the device will need to be
305 device.Reboot()
325 """Set standard readonly testing device properties prior to reboot.""
    [all...]
  /frameworks/base/services/core/java/com/android/server/power/
ShutdownThread.java 215 public static void reboot(final Context context, String reason, boolean confirm) { method in class:ShutdownThread
224 * Request a reboot into safe mode. Must be called from a Looper thread in which its UI
255 // Path 1: Reboot to recovery for update
264 // device always calls uncrypt prior to reboot.
269 // Path 2: Reboot to recovery for factory reset
273 // Path 3: Regular reboot / shutdown
278 // reboot, which might be time-consuming.
492 // If it's to reboot to install an update and uncrypt hasn't been
636 * Do not call this directly. Use {@link #reboot(Context, String, boolean)}
640 * @param reboot true to reboot or false to shutdow
    [all...]
  /tools/test/connectivity/acts/framework/acts/controllers/
android_device.py 773 def reboot(self): member in class:AndroidDevice
776 Terminate all sl4a sessions, reboot the device, wait for device to
785 droid, ed = ad.reboot()
795 self.fastboot.reboot()
801 self.adb.reboot()
  /tools/test/connectivity/acts/tests/google/tel/live/
TelLiveRebootStressTest.py 213 """Reboot Reliability Test
216 1. Reboot DUT.
229 10. Repeat Step 1~9 for N times. (before reboot, clear Provisioning
244 self.log.info("Reboot Stress Test Iteration: <{}> / <{}>".format(
247 self.log.info("{} reboot!".format(self.dut.serial))
248 self.dut.reboot()
297 """Reboot Reliability Test without Clear Provisioning
300 1. Reboot DUT.
326 self.log.info("Reboot Stress Test Iteration: <{}> / <{}>".format(
329 self.log.info("{} reboot!".format(self.dut.serial)
    [all...]
  /external/toybox/generated/
newtoys.h 88 USE_REBOOT(OLDTOY(halt, reboot, TOYFLAG_SBIN|TOYFLAG_NEEDROOT))
173 USE_REBOOT(OLDTOY(poweroff, reboot, TOYFLAG_SBIN|TOYFLAG_NEEDROOT))
182 USE_REBOOT(NEWTOY(reboot, "fn", TOYFLAG_SBIN|TOYFLAG_NEEDROOT))
  /external/autotest/server/hosts/
servo_host.py 400 * If a previously triggered update is now complete, reboot
449 'reboot_cmd': 'sleep 1 ; reboot & sleep 10; reboot -f',
454 # Do not wait for reboot to complete. Otherwise, self.reboot call
455 # will log reboot failure if servo does not come back. The logged
456 # reboot failure will lead to test job failure. If the test does not
458 # error: `Host did not return from reboot` in status.log
459 # If servo does not come back after reboot, exception needs to be
461 self.reboot(**kwargs
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mashups/
server.py 247 def reboot(self): member in class:Server
249 self.instance.reboot()
  /external/ltrace/etc/
syscalls.conf 86 int reboot(int,int,int,addr);
  /system/core/rootdir/
Android.mk 146 # system before reboot.
  /development/ndk/platforms/android-9/arch-mips/include/asm/
sgiarcs.h 197 LONG reboot; member in struct:linux_romvec
  /external/autotest/server/cros/chaos_lib/
chaos_runner.py 72 # Cleanup and reboot packet capturer before the test.
163 # Reboot the packet capturer device and
168 capturer.host.reboot()
  /external/autotest/server/cros/
debugd_dev_tools.py 350 self._host.reboot()
  /external/autotest/server/
site_autotest.py 161 run_static_method("autotest_lib.client.cros.cros_ui", "reboot")
163 Will run autotest_lib.client.cros.cros_ui.reboot() on the client.
  /external/autotest/server/site_tests/audio_AudioAfterReboot/
audio_AudioAfterReboot.py 24 audio function of the Cros device after reboot.
119 """Play audio, then reboot, and play and record.
132 logging.info('Disconnecting audio bus before reboot')
135 self.host.reboot()
138 logging.debug('After reboot')
147 logging.info('Reconnecting audio bus after reboot before playback')
231 # Play only, reboot, then play and record.
  /external/autotest/server/site_tests/firmware_FWupdate/
firmware_FWupdate.py 26 4. reboot
177 host.reboot()
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds/
dbinstance.py 244 def reboot(self): member in class:DBInstance
246 Reboot this DBInstance

Completed in 3613 milliseconds

1 2 3 4 5 6 78 91011>>