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

1 2 3 4 5 6 7 8 91011>>

  /external/autotest/server/hosts/
adb_host.py 249 """Resets adbd connection to the device after a reboot/initialization"""
288 reboot with shell=False will call 'adb reboot'. This
491 def reboot(self): member in class:ADBHost
492 """Reboot the android device via adb.
494 @raises AutoservRebootError if reboot failed.
496 # Not calling super.reboot() as we want to reboot the ADB device not
498 self.adb_run('reboot', timeout=10, ignore_timeout=True)
501 'ADB Device is still up after reboot')
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds2/
layer1.py 57 the next instance reboot or during the maintenance window. For
    [all...]
  /system/vold/
cryptfs.c 442 enum RebootType {reboot, recovery, shutdown}; enumerator in enum:RebootType
446 case reboot:
447 property_set(ANDROID_RB_PROPERTY, "reboot");
451 property_set(ANDROID_RB_PROPERTY, "reboot,recovery");
461 /* Shouldn't get here, reboot should happen before sleep times out */
    [all...]
  /cts/tests/admin/src/android/admin/cts/
DevicePolicyManagerTest.java 746 mDevicePolicyManager.reboot(mComponent);
  /development/python-packages/adb/
device.py 400 def reboot(self): member in class:AndroidDevice
401 return self._simple_call(['reboot'])
  /external/autotest/server/brillo/feedback/
closed_loop_audio_client.py 138 self.host.reboot()
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/redshift/
layer1.py 41 change is applied immediately, on the next instance reboot, or
    [all...]
  /external/strace/linux/32/
syscallent.h 150 [142] = { 4, 0, SEN(reboot), "reboot" },
  /external/strace/linux/mips/
syscallent-n32.h 167 [6164] = { 4, 0, SEN(reboot), "reboot" },
syscallent-n64.h 167 [5164] = { 4, 0, SEN(reboot), "reboot" },
  /external/strace/linux/s390x/
syscallent.h 113 [ 88] = { 4, 0, SEN(reboot), "reboot" },
  /frameworks/base/services/core/java/com/android/server/
Watchdog.java 259 android.Manifest.permission.REBOOT, null);
306 * Perform a full reboot of the system.
312 pms.reboot(false, reason, false);
  /prebuilts/devtools/tools/lib/
chimpchat.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/24.4.0-beta6/
chimpchat-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/24.5.0/
chimpchat-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.0.0-alpha1/
chimpchat-25.0.0-alpha1.jar 
  /system/core/init/
perfboot.py 361 device.reboot()
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
CompatibilityTest.java 226 @Option(name = "reboot-before-test",
227 description = "Reboot the device before the test suite starts.")
230 @Option(name = "reboot-on-failure",
231 description = "Reboot the device after every test failure.")
234 @Option(name = "reboot-per-module",
235 description = "Reboot the device before every module run.")
358 mDevice.reboot();
412 CLog.e("reboot-per-module should only be used during development, "
417 mDevice.reboot();
    [all...]
  /external/autotest/server/
site_linux_router.py 165 object, or to re-establish a good state after a reboot.
231 def reboot(self, timeout): member in class:LinuxRouter
232 """Reboot this router, and restore it to a known-good state.
237 super(LinuxRouter, self).reboot(timeout)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/manage/
server.py 508 def reboot(self): member in class:Server
510 self._instance.reboot()
  /external/strace/linux/64/
syscallent.h 143 [142] = { 4, 0, SEN(reboot), "reboot" },
  /external/strace/linux/avr32/
syscallent.h 117 [ 89] = { 4, 0, SEN(reboot), "reboot" },
  /external/strace/linux/hppa/
syscallent.h 93 [ 88] = { 4, 0, SEN(reboot), "reboot" },
  /external/strace/linux/x32/
syscallent.h 170 [169] = { 4, 0, SEN(reboot), "reboot" },
  /external/strace/linux/x86_64/
syscallent.h 170 [169] = { 4, 0, SEN(reboot), "reboot" },

Completed in 1055 milliseconds

1 2 3 4 5 6 7 8 91011>>