HomeSort by relevance Sort by last modified time
    Searched full:recovery (Results 26 - 50 of 1562) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/autotest/server/site_tests/firmware_CorruptBothKernelAB/
control 10 CRITERIA = "This test will fail if firmware does not enter recovery mode"
20 This test corrupts both kernel A and B and and checks for recovery boot.
25 and enters recovery mode. This test then checks the success of the
26 recovery boot.
control.dev 10 CRITERIA = "This test will fail if firmware does not enter recovery mode"
20 This test corrupts both kernel A and B and and checks for recovery boot.
25 and enters recovery mode. This test then checks the success of the
26 recovery boot.
  /external/autotest/server/site_tests/firmware_UserRequestRecovery/
control 9 PURPOSE = "Request recovery mode and check it next reboot."
10 CRITERIA = "This test will fail if firmware does not enter recovery mode"
22 a recovery mode on next boot by setting the crossystem recovery_request
23 flag. It then triggers recovery mode by unplugging and plugging in the USB
control.dev 9 PURPOSE = "Request recovery mode and check it next reboot."
10 CRITERIA = "This test will fail if firmware does not enter recovery mode"
22 a recovery mode on next boot by setting the crossystem recovery_request
23 flag. It then triggers recovery mode by unplugging and plugging in the USB
control.ec_wp 9 PURPOSE = "Request recovery mode and check it next reboot."
10 CRITERIA = "This test will fail if firmware does not enter recovery mode"
22 a recovery mode on next boot by setting the crossystem recovery_request
23 flag. It then triggers recovery mode by unplugging and plugging in the USB
  /external/autotest/server/site_tests/platform_InstallRecoveryImage/
platform_InstallRecoveryImage.py 12 """Installs a specified recovery image onto a servo-connected DUT."""
20 logging.info('Running the recovery process on the DUT. '
21 'Will wait up to %d seconds for recovery to '
26 logging.info('Recovery process completed successfully in '
  /external/clang/test/Parser/
crash-report.c 2 // REQUIRES: crash-recovery
objc-interfaces.m 3 // Test features and error recovery for objc interfaces.
  /external/autotest/server/site_tests/firmware_LegacyRecovery/
firmware_LegacyRecovery.py 15 Servo based test to Verify recovery request at Remove Screen.
18 image (built by "build_image --test"). It recovery boots to the USB image
32 logging.info("Turn on the recovery boot. Enable recovery request "
48 logging.info("Wait to ensure no recovery boot at remove screen "
52 'mainfw_type': 'recovery',
66 'mainfw_type': 'recovery',
  /external/autotest/server/site_tests/firmware_RecoveryButton/
firmware_RecoveryButton.py 13 Servo based recovery button test.
17 recovery button pressed and reboots. It then triggers recovery mode by
26 normal mode by setting no recovery mode and rebooting the machine.
46 logging.info("Switch to recovery mode and reboot.")
53 logging.info("Expected recovery boot and reboot.")
55 'mainfw_type': 'recovery',
  /external/vboot_reference/firmware/lib/
vboot_api_init.c 27 uint32_t recovery = VBNV_RECOVERY_NOT_REQUESTED; local
110 * If this isn't a S3 resume, read the current recovery request, then
111 * clear it so we don't get stuck in recovery mode.
114 VbNvGet(&vnc, VBNV_RECOVERY_REQUEST, &recovery);
115 VBDEBUG(("VbInit sees recovery request = %d\n", recovery));
116 if (VBNV_RECOVERY_NOT_REQUESTED != recovery)
123 * verified boot, and recovery is not requested for our own reasons,
124 * request recovery mode. This gives the calling firmware a way to
125 * request recovery if it finds something terribly wrong
    [all...]
  /bootable/recovery/bootloader_message/include/bootloader_message/
bootloader_message.h 25 // 16K - 64K Used by uncrypt and recovery to store wipe_package for A/B devices
26 // Note that these offsets are admitted by bootloader,recovery and uncrypt, so they
34 * that is used for recovery and the bootloader to talk to
38 * reboot into recovery or to update radio or bootloader firmware.
40 * is complete (to boot into recovery for any final cleanup)
45 * The recovery field is only written by linux and used
46 * for the system to send a message to recovery or the
64 char recovery[768]; member in struct:bootloader_message
66 // The 'recovery' field used to be 1024 bytes. It has only ever
67 // been used to store the recovery command line, so 768 byte
    [all...]
  /external/autotest/server/site_tests/firmware_CorruptBothFwSigAB/
firmware_CorruptBothFwSigAB.py 18 fails and enters recovery mode. This test then checks the success of the
19 recovery boot.
41 logging.info("Expected recovery boot and set fwb_tries flag.")
43 'mainfw_type': 'recovery',
51 logging.info("Still expected recovery boot and restore firmware.")
53 'mainfw_type': 'recovery',
  /external/vboot_reference/firmware/2lib/include/
2recovery_reasons.h 5 * Recovery reasons
11 /* Recovery reason codes */
13 /* Recovery not requested. */
17 * Recovery requested from legacy utility. (Prior to the NV storage
18 * spec, recovery mode was a single bitfield; this value is reserved so
19 * that scripts which wrote 1 to the recovery field are distinguishable
20 * from scripts whch use the recovery reasons listed here.
24 /* User manually requested recovery via recovery button */
73 * Recovery mode TPM initialization requires a system reboot. Th
    [all...]
2misc.h 60 * failed in successive boots, request recovery.
62 * @param reason Recovery reason
63 * @param subcode Recovery subcode
80 * Check for recovery reasons we can determine early in the boot process.
83 * the recovery path instead of continuing with normal boot. This is the only
84 * direct path to recovery mode. All other errors later in the boot process
85 * should induce a reboot instead of jumping to recovery, so that recovery mode
  /device/asus/fugu/
recovery.fstab 2 /dev/block/by-name/recovery /recovery emmc defaults defaults
  /device/google/marlin/recovery/oem-recovery/
Android.mk 5 LOCAL_C_INCLUDES := bootable/recovery \
18 LOCAL_C_INCLUDES := bootable/recovery \
  /external/antlr/antlr-3.4/runtime/Python/tests/
t036multipleReturnValues.py 14 # no error recovery yet, just crash!
23 # no error recovery yet, just crash!
t041parameters.py 14 # no error recovery yet, just crash!
23 # no error recovery yet, just crash!
  /external/clang/test/FixIt/
fixit-static-object-decl.m 1 // Objective-C recovery
6 // Objective-C++ recovery
  /external/clang/test/Index/
crash-recovery-code-complete.c 3 // RUN: "-remap-file=%s,%S/Inputs/crash-recovery-code-complete-remap.c" \
9 // REQUIRES: crash-recovery
crash-recovery-reparse.c 3 // RUN: -remap-file="%s,%S/Inputs/crash-recovery-reparse-remap.c" \
9 // REQUIRES: crash-recovery
  /packages/apps/Camera2/src/com/android/camera/one/v2/errorhandling/
RepeatFailureDetector.java 31 * Listens for repeated capture failure and invokes recovery strategies,
48 * Positive values also indicate the index of the recovery strategy which
53 * The frame number of the failure which resulted in a recovery strategy
55 * to a frame from before or after the recovery strategy was run.
75 * @param recoverySuccessCallback Invoked upon success of a recovery
76 * strategy, with the string name of the recovery strategy which
98 // Success! Recovery worked, and a frame was completed
119 "detected (x%d). Attempting recovery strategy: %s",
  /system/sepolicy/
install_recovery.te 9 # /system/bin/install-recovery.sh is a shell script.
18 # Update the recovery block device based off a diff of the boot block device
uncrypt.te 17 # Read /cache/recovery/command
18 # Read /cache/recovery/uncrypt_file

Completed in 176 milliseconds

12 3 4 5 6 7 8 91011>>