Searched
full:recovery (Results
251 -
275 of
1562) sorted by null
<<11121314151617181920>>
/external/autotest/server/hosts/ |
sonic_host.py | 11 resort to ssh (eg: to reboot into recovery). The server exposes the same stack 40 RECOVERY_DIR = '/cache/recovery' 241 """Sets up the /cache/recovery directory on the client. 244 sets up the recovery directory. Normal installs are achieved 245 by rebooting into recovery mode. 280 self.run_background('reboot recovery')
|
/external/clang/test/Modules/ |
cxx-templates.cpp | 2 // RUN: not %clang_cc1 -x objective-c++ -fmodules -fimplicit-module-maps -fno-modules-error-recovery -fmodules-cache-path=%t -I %S/Inputs %s -std=c++11 -ast-dump-lookups | FileCheck %s --check-prefix=CHECK-GLOBAL 3 // RUN: not %clang_cc1 -x objective-c++ -fmodules -fimplicit-module-maps -fno-modules-error-recovery -fmodules-cache-path=%t -I %S/Inputs %s -std=c++11 -ast-dump-lookups -ast-dump-filter N | FileCheck %s --check-prefix=CHECK-NAMESPACE-N 4 // RUN: not %clang_cc1 -x objective-c++ -fmodules -fimplicit-module-maps -fno-modules-error-recovery -fmodules-cache-path=%t -I %S/Inputs %s -std=c++11 -ast-dump -ast-dump-filter SomeTemplate | FileCheck %s --check-prefix=CHECK-DUMP 5 // RUN: %clang_cc1 -x objective-c++ -fmodules -fimplicit-module-maps -fno-modules-error-recovery -fmodules-cache-path=%t -I %S/Inputs %s -verify -std=c++11 6 // RUN: %clang_cc1 -x objective-c++ -fmodules -fimplicit-module-maps -fno-modules-error-recovery -fmodules-cache-path=%t -I %S/Inputs %s -verify -std=c++11 -DEARLY_IMPORT 81 // We turn off error recovery for modules in this test (so we don't get an
|
/external/vboot_reference/utility/ |
crossystem.c | 77 {"recovery_reason", 0, "Recovery mode reason for current boot"}, 78 {"recovery_request", CAN_WRITE, "Recovery mode request (writable)"}, 79 {"recovery_subcode", CAN_WRITE, "Recovery reason subcode (writable)"}, 80 {"recoverysw_boot", 0, "Recovery switch position at boot"}, 81 {"recoverysw_cur", 0, "Recovery switch current position"}, 82 {"recoverysw_ec_boot", 0, "Recovery switch position at EC boot"},
|
/frameworks/base/services/core/java/com/android/server/ |
RecoverySystemService.java | 41 * The recovery system service is responsible for coordinating recovery related 43 * (BCB), which will be read by the bootloader and the recovery image. It also 45 * /data partition so that it can be accessed under the recovery image. 81 mContext.enforceCallingOrSelfPermission(android.Manifest.permission.RECOVERY, null); 259 mContext.enforceCallingOrSelfPermission(android.Manifest.permission.RECOVERY, null);
|
/external/autotest/server/cros/servo/ |
servo.py | 31 # REC_ON: Boot the DUT in recovery mode, i.e. boot from USB or 90 At power on, recovery mode is set as specified by the 91 corresponding argument. When booting with recovery mode on, it 100 @param rec_mode Setting of recovery mode to be applied at 145 # Time to toggle recovery switch on and off. 384 """Toggle recovery switch on and off.""" 391 """Enable recovery mode on device.""" 396 """Disable recovery mode on device.""" 580 recovery image or a test image. These images are frequently used 584 @param image_path Path on the host to the recovery image [all...] |
/external/vboot_reference/host/arch/x86/lib/ |
crossystem_arch.c | 36 /* Recovery initiated by user, using recovery button */ 38 /* Recovery initiated by user pressing a key at developer mode warning 41 /* Recovery caused by BIOS failed signature check (neither rewritable 44 /* Recovery caused by no OS kernel detected */ 46 /* Recovery caused by OS kernel failed signature check */ 48 /* Recovery initiated by OS */ 54 /* Recovery caused by TPM error */ 399 return StrCopy(dest, "recovery", size); 427 /* Assorted flavors of recovery boot reason. * [all...] |
/build/tools/releasetools/ |
common.py | 82 Detailed code in 'bootable/recovery/error_code.h' """ 169 "META/recovery-api-version.txt").strip() 171 raise ValueError("can't find recovery API version in input target-files") 264 recovery_fstab_path = "RECOVERY/RAMDISK/etc/recovery.fstab" 268 recovery_fstab_path = "BOOT/RAMDISK/etc/recovery.fstab" 321 raise ValueError("malformed recovery.fstab line: \"%s\"" % (line,)) 357 raise ValueError("malformed recovery.fstab line: \"%s\"" % (line,)) 557 # for recovery. [all...] |
/bootable/recovery/ |
adb_install.cpp | 87 execl("/sbin/recovery", "recovery", "--adbd", NULL);
|
device.cpp | 29 "View recovery logs",
|
roots.h | 22 // Load and parse volume data from /etc/recovery.fstab.
|
/developers/samples/android/common/src/java/com/example/android/common/play/ |
PlayHelper.java | 45 * can't be used, the utility initiates a recovery with user intervention. 89 * can't be used, the utility initiates a recovery with user intervention.
|
/device/huawei/angler/ |
fstab.angler | 13 /dev/block/platform/soc.0/f9824900.sdhci/by-name/recovery /recovery emmc defaults defaults
|
fstab.aosp_angler | 13 /dev/block/platform/soc.0/f9824900.sdhci/by-name/recovery /recovery emmc defaults defaults
|
/external/libnfc-nxp/src/ |
phFriNfc_ISO15693Format.h | 65 * the different recovery procedures for different types of the cards. 66 * For both Format and Recovery Management same API is used.
|
/external/vboot_reference/firmware/2lib/include/ |
2nvstorage.h | 36 * Request recovery mode on next boot; see 2recovery_reason.h for 69 /* More details on recovery reason */
|
/external/vboot_reference/firmware/include/ |
vboot_struct.h | 49 #define KEY_BLOCK_FLAG_RECOVERY_0 (0x04ULL) /* Not recovery mode */ 50 #define KEY_BLOCK_FLAG_RECOVERY_1 (0x08ULL) /* Recovery mode */ 301 /* Recovery switch was enabled at boot time */ 317 /* VbInit() was told that the recovery button is a virtual one */ 403 /* Error initializing TPM in recovery mode */ 450 * 2) If non-recovery boot, this is passed to LoadFirmware(), which 452 * 3) Buffer is passed to LoadKernel(). If this is a recovery boot, 534 /* Recovery reason for current boot */
|
/external/vboot_reference/tests/tpm_lite/ |
readonly.c | 30 * recovery mode to rebuild the spaces if something incomprehensible happened 59 printf("entering recovery mode");
|
/build/target/product/ |
embedded.mk | 70 recovery \
|
/device/google/dragon/recovery/updater/ |
recovery_updater.cpp | 16 /* Add firmware update command to recovery script */
|
/device/htc/flounder/ |
fstab.flounder | 12 /dev/block/platform/sdhci-tegra.3/by-name/SOS /recovery emmc defaults defaults
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t004lexer.py | 17 # no error recovery yet, just crash!
|
t005lexer.py | 17 # no error recovery yet, just crash!
|
t006lexer.py | 17 # no error recovery yet, just crash!
|
t008lexer.py | 17 # no error recovery yet, just crash!
|
t009lexer.py | 17 # no error recovery yet, just crash!
|
Completed in 358 milliseconds
<<11121314151617181920>>