HomeSort by relevance Sort by last modified time
    Searched refs:REBOOT (Results 1 - 25 of 35) sorted by null

1 2

  /external/ltp/testcases/kdump/
runkdump.conf 8 # Reboot count. New test should start from 0.
9 REBOOT=0
runkdump.sh 17 @reboot cd "$(pwd)"; cd ..; ${0} >>/tmp/kdump-$(date +%F-%T).log 2>&1
155 sed -i "s/\(^REBOOT\)=.*/\1=$((count + 1))/" \
177 if [ -z "${ITERATION}" ] || [ -z "${REBOOT}" ] || [ -z "${COREDIR}" ]
188 # Reboot the machine first to take advantage of boot parameter
190 if [ -z "${REBOOT}" ] || [ "${REBOOT}" -eq 0 ]; then
197 sed -i 's/\(^REBOOT\)=.*/\1=1/' "../${conf}"
199 echo "System is going to reboot."
209 if [ "${count}" -eq "${REBOOT}" ]; then
214 if [ "${REBOOT}" -eq 1 ]; the
    [all...]
  /bootable/recovery/
device.h 58 REBOOT = 1,
88 // Called before and after we do a wipe data/factory reset operation, either via a reboot from the
device.cpp 20 "Reboot system now",
21 "Reboot to bootloader",
36 Device::REBOOT,
ui.h 93 enum KeyAction { ENQUEUE, TOGGLE, REBOOT, IGNORE };
104 // immediate reboot of the device, regardless of what recovery is
ui.cpp 182 // should trigger a visibility toggle, an immediate reboot, or be
228 case RecoveryUI::REBOOT:
230 reboot("reboot,");
398 // Press power seven times in a row to reboot.
407 return REBOOT;
recovery.cpp 144 * --wipe_data - erase user data (and cache), then reboot
146 * with their consent erase user data (and cache), then reboot
147 * --wipe_cache - wipe cache (but not user data), then reboot
149 * --just_exit - do nothing; exit and reboot
151 * After completing, we remove /cache/recovery/command and reboot.
165 * 8. main() calls reboot() to boot main system
213 bool reboot(const std::string& command) { function
378 // Set the BCB to reboot back into recovery (it won't resume the install from
778 return true; // Just reboot, no wipe; not a failure, user asked for it
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
DeviceCleaner.java 30 * Performs reboot or format as cleanup action after test, and optionally turns screen off
38 /** reboot the device as post test cleanup */
39 REBOOT,
58 + "NONE, REBOOT or FORMAT; defaults to NONE")
105 case REBOOT:
106 device.reboot();
111 device.executeFastbootCommand("reboot");
  /frameworks/native/include/powermanager/
IPowerManager.h 49 REBOOT = IBinder::FIRST_CALL_TRANSACTION + 17,
69 virtual status_t reboot(bool confirm, const String16& reason, bool wait) = 0;
  /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);
  /device/google/contexthub/contexthubhal/
system_comms.h 199 REBOOT,
system_comms.cpp 303 setState(REBOOT);
346 case REBOOT:
460 /* reboot notification, when triggered by App request */
465 ALOGI("Nanohub reboot status [USER REQ]: %08" PRIX32 "\n", rsp.status);
467 // reboot notification is sent by SessionManager
601 // if this is reboot notification, kill all sessions
610 // log the reboot event, if not handled
612 ALOGW("Nanohub reboot status [UNSOLICITED]: %08" PRIX32, rsp.status);
  /external/iproute2/examples/
dhcp-client-script 369 BOUND|RENEW|REBIND|REBOOT)
380 "$reason" = "BOUND" -o "$reason" = "REBOOT" ]; then
  /external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DeqpTestRunner.java 811 REBOOT, // recover by rebooting
856 mState = MachineState.REBOOT; // the next step is to reboot
866 case REBOOT:
867 // Second failure in a row, try to reboot
882 throw new DeviceNotAvailableException("failed to connect after reboot",
    [all...]
  /frameworks/base/services/core/java/com/android/server/
Watchdog.java 272 android.Manifest.permission.REBOOT, null);
319 * Perform a full reboot of the system.
325 pms.reboot(false, reason, false);
  /frameworks/base/core/java/android/os/
RecoverySystem.java 489 * Requires the {@link android.Manifest.permission#REBOOT} permission.
498 * fails, or if the reboot itself fails.
509 * reboot.
517 * the reboot itself fails.
583 // Having set up the BCB (bootloader control block), go ahead and reboot
587 // On TV, reboot quiescently if the screen is off
594 pm.reboot(reason);
596 throw new IOException("Reboot failed (no permissions?)");
666 * {@link android.Manifest.permission#REBOOT} permission.
671 * fails, or if the reboot itself fails
    [all...]
  /frameworks/base/services/core/java/com/android/server/power/
PowerManagerService.java 200 // Possible reasons for shutting down for use in data/misc/reboot/last_shutdown_reason
202 private static final String REASON_REBOOT = "reboot";
219 // File location for last reboot reason
220 private static final String LAST_REBOOT_LOCATION = "/data/misc/reboot/last_reboot_reason";
4390 public void reboot(boolean confirm, String reason, boolean wait) { method in class:PowerManagerService.BinderService
    [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 

Completed in 382 milliseconds

1 2