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

1 23 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/Python/tests/
t030specialStates.g 12 # no error recovery yet, just crash!
  /external/autotest/server/site_tests/platform_CrashStateful/
control 13 Tests crash recovery of stateful partition
  /external/clang/test/Modules/
merge-template-pattern-visibility.cpp 2 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -fno-modules-error-recovery \
stddef.c 2 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/StdDef %s -verify -fno-modules-error-recovery
  /system/extras/boot_control_copy/
Android.mk 8 LOCAL_C_INCLUDES := system/core/mkbootimg bootable/recovery
  /system/extras/slideshow/
Android.mk 14 LOCAL_C_INCLUDES := bootable/recovery
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
insn-error-a.d 3 #name: invalid instruction recovery test - ARM version
insn-error-t.d 3 #name: invalid instruction recovery test - Thumb version
  /build/tools/releasetools/
make_recovery_patch 37 recovery_img = common.GetBootableImage("recovery.img", "recovery.img",
38 input_dir, "RECOVERY")
make_recovery_patch.py 37 recovery_img = common.GetBootableImage("recovery.img", "recovery.img",
38 input_dir, "RECOVERY")
  /device/google/dragon/recovery/updater/
Android.mk 10 LOCAL_C_INCLUDES += bootable/recovery
21 LOCAL_C_INCLUDES += bootable/recovery
34 LOCAL_C_INCLUDES += bootable/recovery
  /external/autotest/server/site_tests/firmware_CorruptBothFwSigAB/
control 10 CRITERIA = "This test will fail if firmware does not enter recovery mode"
23 fails and enters recovery mode. This test then checks the success of the
24 recovery boot.
control.dev 10 CRITERIA = "This test will fail if firmware does not enter recovery mode"
23 fails and enters recovery mode. This test then checks the success of the
24 recovery boot.
  /external/autotest/server/site_tests/firmware_DevTriggerRecovery/
control 9 PURPOSE = "Servo based recovery boot triggered by pressing a key at dev screen"
10 CRITERIA = "This test will fail if firmware does not enter recovery mode"
22 trigger recovery boot and checks the success of it.
  /external/autotest/server/site_tests/firmware_FAFTSetup/
control 23 - Recovery boot with USB stick
31 - Recovery mode with dedicated recovery signal
  /external/autotest/server/site_tests/firmware_LegacyRecovery/
control 9 PURPOSE = "Servo based test to Verify recovery request at Remove Screen."
10 CRITERIA = "This test will fail if the recovery at Remove screen is success."
21 (built by "build_image --test"). It recovery boots to the USB image and sets
  /external/autotest/server/site_tests/platform_InstallRecoveryImage/
control 15 This test installs a specified recovery image onto a servo-connected DUT.
16 This is useful for testing the recovery process and imaging servo-connected
18 Here is the command to install a recovery image;
  /external/autotest/server/site_tests/platform_ServoPowerStateController/
platform_ServoPowerStateController.py 12 """Test servo can power on and off DUT in recovery and non-recovery mode."""
34 recovery mode.
71 logging.info('Power DUT on in recovery mode, DUT shall boot from USB.')
74 self.assert_dut_off('power_state:rec didn\'t stay at recovery screen.')
80 logging.info('Power off DUT which is up in recovery mode.')
85 logging.info('Power DUT off in recovery mode without booting.')
90 self.assert_dut_off('power_state:off failed at recovery screen ')
92 # Power DUT on in non-recovery mode with USB stick plugged in.
94 logging.info('Power on DUT in non-recovery mode.'
    [all...]
  /system/update_engine/
hardware_android.cc 42 // The powerwash arguments passed to recovery. Arguments are separated by \n.
44 "recovery\n"
48 // Write a recovery command line |message| to the BCB. The arguments to recovery
55 // Setup a bootloader_message with just the command and recovery fields set.
58 strncpy(boot.command, "boot-recovery", sizeof(boot.command) - 1);
59 memcpy(boot.recovery,
61 std::min(message.size(), sizeof(boot.recovery) - 1));
72 // including the recovery message.
74 offsetof(bootloader_message, recovery) + sizeof(boot.recovery)
    [all...]
  /bootable/recovery/etc/
init.rc 1 import /init.recovery.${ro.hardware}.rc
87 service recovery /sbin/recovery
88 seclabel u:r:recovery:s0
90 service adbd /sbin/adbd --root_seclabel=u:r:su:s0 --device_banner=recovery
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
EventLogTags.logtags 63 # Data Stall Recovery mode DATA_STALL_RECOVERY_GET_DATA_CALL_LIST
66 # Data Stall Recovery mode DATA_STALL_RECOVERY_CLEANUP
69 # Data Stall Recovery mode DATA_STALL_RECOVERY_REREGISTER
72 # Data Stall Recovery mode DATA_STALL_RECOVERY_RADIO_RESTART
75 # Data Stall Recovery mode DATA_STALL_RECOVERY_RADIO_RESTART_WITH_PROP
  /external/vboot_reference/scripts/keygeneration/
create_new_keys.sh 20 --4k-recovery Use 4k key size for the recovery key
21 --4k-recovery-kernel Use 4k key size for the recovery kernel data
59 --4k-recovery)
62 --4k-recovery-kernel)
105 # Create the recovery and factory installer keypairs
111 # since it's never even checked during Recovery mode.
121 # Create the recovery kernel keyblock for use only in Recovery mode
    [all...]
  /docs/source.android.com/src/devices/tech/ota/
index.jd 30 recovery partition with the software needed to unpack a downloaded update
72 <dt>recovery</dt>
74 special recovery binary that reads a package and uses its contents to update
77 <dd>Tiny partition used by recovery to stash some information away about what
91 <li>Device reboots into recovery mode, in which the kernel and system in the
92 recovery partition are booted instead of the kernel in the boot partition.</li>
93 <li>Recovery binary is started by init. It finds command-line arguments in
94 <code>/cache/recovery/command</code> that point it to the downloaded package.
96 <li>Recovery verifies the cryptographic signature of the package against the
98 recovery partition).</li
    [all...]
  /external/vboot_reference/tests/
vboot_api_init_tests.c 140 /* Test VbInit() and check expected return value and recovery reason */
149 TEST_EQ(rr, expected_recovery, " (recovery request)");
178 * regenerated yet. So VbInit() should ignore the corrupted recovery
221 /* S3 resume doesn't clear the recovery request (or act on it) */
226 " S3 doesn't look at recovery request");
232 /* S3 resume doesn't clear the recovery request (or act on it) */
277 TEST_EQ(shared->recovery_reason, 0, " recovery reason");
291 TEST_EQ(shared->recovery_reason, 0, " recovery reason");
361 /* Recovery mode from NV storage */
365 TestVbInit(0, 0, "Recovery mode - from nv")
    [all...]
  /bootable/recovery/bootloader_message/
bootloader_message.cpp 61 // In recovery mode, recovery can get started and try to access the misc
157 strlcpy(boot.command, "boot-recovery", sizeof(boot.command));
158 strlcpy(boot.recovery, "recovery\n", sizeof(boot.recovery));
160 strlcat(boot.recovery, s.c_str(), sizeof(boot.recovery));
162 strlcat(boot.recovery, "\n", sizeof(boot.recovery));
    [all...]

Completed in 431 milliseconds

1 23 4 5 6 7 8 91011>>