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

<<11121314151617

  /external/strace/linux/xtensa/
syscallent.h 198 [203] = { 3, 0, SEN(reboot), "reboot" },
  /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DevicePolicyManagerTest.java     [all...]
DpmMockContext.java 143 public void reboot(String reason) { method in class:DpmMockContext.PowerManagerForMock
  /external/autotest/client/virt/
virt_test_utils.py 92 def reboot(vm, session, method="shell", sleep_before_reset=10, nic_index=0, function
95 Reboot the VM and wait for it to come back up by trying to log in until
100 @param method: Reboot method. Can be "shell" (send a shell reboot
108 # Send a reboot command to the guest's shell
110 logging.info("Reboot command sent. Waiting for guest to go down")
131 logging.error("Unknown reboot method: %s", method)
virt_vm.py 795 def reboot(self, session=None, method="shell", nic_index=0, timeout=240): member in class:BaseVM
797 Reboot the VM and wait for it to come back up by trying to log in until
801 @param method: Reboot method. Can be "shell" (send a shell reboot
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
instance.py 453 def reboot(self, dry_run=False): member in class:Instance
  /external/strace/linux/arm/
syscallent.h 117 [ 88] = { 4, 0, SEN(reboot), "reboot" },
  /external/strace/linux/i386/
syscallent.h 117 [ 88] = { 4, 0, SEN(reboot), "reboot" },
  /external/strace/linux/ia64/
syscallent.h 115 [1096] = { 4, 0, SEN(reboot), "reboot" },
  /external/strace/linux/m68k/
syscallent.h 117 [ 88] = { 4, 0, SEN(reboot), "reboot" },
  /external/strace/linux/mips/
syscallent-o32.h 91 [4088] = { 4, 0, SEN(reboot), "reboot" },
  /external/strace/linux/powerpc/
syscallent.h 117 [ 88] = { 4, 0, SEN(reboot), "reboot" },
  /external/strace/linux/powerpc64/
syscallent.h 117 [ 88] = { 4, 0, SEN(reboot), "reboot" },
  /external/strace/linux/s390/
syscallent.h 119 [ 88] = { 4, 0, SEN(reboot), "reboot" },
  /external/strace/linux/sh/
syscallent.h 119 [ 88] = { 4, 0, SEN(reboot), "reboot" },
  /external/strace/linux/sh64/
syscallent.h 117 [ 88] = { 4, 0, SEN(reboot), "reboot" },
  /external/strace/linux/sparc/
syscallent.h 56 [ 55] = { 4, 0, SEN(reboot), "reboot" },
  /frameworks/base/core/java/android/os/
RecoverySystem.java 408 * Requires the {@link android.Manifest.permission#REBOOT} permission.
417 * fails, or if the reboot itself fails.
427 * reboot.
435 * the reboot itself fails.
500 // Having set up the BCB (bootloader control block), go ahead and reboot
502 pm.reboot(PowerManager.REBOOT_RECOVERY_UPDATE);
504 throw new IOException("Reboot failed (no permissions?)");
572 * {@link android.Manifest.permission#REBOOT} permission.
577 * fails, or if the reboot itself fails.
601 * {@link android.Manifest.permission#REBOOT} permission
    [all...]
  /external/strace/linux/alpha/
syscallent.h 277 [311] = { 4, 0, SEN(reboot), "reboot" },
  /external/strace/linux/bfin/
syscallent.h 117 [ 88] = { 4, 0, SEN(reboot), "reboot" },
  /external/strace/linux/microblaze/
syscallent.h 117 [ 88] = { 4, 0, SEN(reboot), "reboot" },
  /frameworks/base/core/java/android/app/admin/
IDevicePolicyManager.aidl 273 void reboot(in ComponentName admin);
  /frameworks/base/services/java/com/android/server/
SystemServer.java 362 boolean reboot = (shutdownAction.charAt(0) == '1');
371 // If it's a pending reboot into recovery to apply an update,
374 // reboot which will fail for sure, and get a chance to capture a
395 ShutdownThread.rebootOrShutdown(null, reboot, reason);
    [all...]
  /external/dhcpcd-6.8.2/
dhcp.c     [all...]
  /tools/test/connectivity/acts/tests/google/tel/live/
TelLiveDataTest.py     [all...]

Completed in 431 milliseconds

<<11121314151617