/bootable/recovery/ |
recovery.cpp | 98 static const char *CACHE_LOG_DIR = "/cache/recovery"; 99 static const char *COMMAND_FILE = "/cache/recovery/command"; 100 static const char *INTENT_FILE = "/cache/recovery/intent"; 101 static const char *LOG_FILE = "/cache/recovery/log"; 102 static const char *LAST_INSTALL_FILE = "/cache/recovery/last_install"; 103 static const char *LOCALE_FILE = "/cache/recovery/last_locale"; 109 static const char *TEMPORARY_LOG_FILE = "/tmp/recovery.log"; 111 static const char *LAST_KMSG_FILE = "/cache/recovery/last_kmsg"; 112 static const char *LAST_LOG_FILE = "/cache/recovery/last_log"; 117 // GmsCore enters recovery mode to install package when having enough batter [all...] |
wear_ui.h | 27 // overall recovery state ("background image") 65 // Unusable rows when displaying the recovery menu, including the lines 66 // for headers (Android Recovery, build id and etc) and the bottom lines
|
/external/chromium-trace/catapult/devil/devil/android/ |
fastboot_utils_test.py | 30 'bootloader', 'radio', 'boot', 'recovery', 'system', 'userdata', 'cache'] 35 ('recovery', 'recovery.img'), 100 parts = ['bootloader', 'radio', 'boot', 'recovery', 'system', 'userdata', 150 (self.call.fastboot.fastboot.Flash('recovery', 'recovery.img')), 166 (self.call.fastboot.fastboot.Flash('recovery', 'recovery.img')), 263 'bootloader', 'radio', 'boot', 'recovery', 'system', 'userdata', 270 'recovery.img' [all...] |
/external/autotest/server/site_tests/firmware_FwScreenPressPower/ |
firmware_FwScreenPressPower.py | 90 "RECOVERY INSERT screen (old). Then press power button to " 102 logging.info("Request recovery boot. When the RECOVERY INSERT " 115 logging.info("Request recovery boot again. When the recovery " 137 logging.info("Expected normal mode and request recovery boot. " 138 "Because an USB stick is inserted, a RECOVERY REMOVE "
|
/external/clang/test/Modules/ |
explicit-build-relpath.cpp | 7 // RUN: %clang_cc1 -x c++ -std=c++11 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -Rmodule-build -fno-modules-error-recovery \ 10 // RUN: %clang_cc1 -x c++ -std=c++11 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -Rmodule-build -fno-modules-error-recovery \ 14 // RUN: %clang_cc1 -x c++ -std=c++11 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -Rmodule-build -fno-modules-error-recovery \ 20 // RUN: %clang_cc1 -x c++ -std=c++11 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -Rmodule-build -fno-modules-error-recovery \ 26 // RUN: %clang_cc1 -x c++ -std=c++11 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -Rmodule-build -fno-modules-error-recovery \ 32 // RUN: %clang_cc1 -x c++ -std=c++11 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -Rmodule-build -fno-modules-error-recovery \ 38 // RUN: not %clang_cc1 -x c++ -std=c++11 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -Rmodule-build -fno-modules-error-recovery \
|
/external/vboot_reference/tests/ |
vboot_api_kernel4_tests.c | 139 TEST_EQ(u, recovery_reason, " recovery reason"); 190 0, "Don't go to recovery if try b fails to find a kernel"); 220 /* Boot recovery */ 224 test_slk(VBERROR_SIMULATED, 0, "Recovery boot bad"); 229 test_slk(0, 0, "Recovery doesn't roll forward"); 235 test_slk(0, 0, "Recovery ignore TPM errors"); 239 // todo: rkr/w/l fail ignored if recovery
|
/external/vboot_reference/utility/ |
chromeos-tpm-recovery-test | 6 # Test the chromeos TPM recovery script by faking the entire execution 9 rm -rf tpm-recovery-test-workdir 10 mkdir tpm-recovery-test-workdir 11 cd tpm-recovery-test-workdir 28 export DOT_RECOVERY=.recovery 30 ctr=../chromeos-tpm-recovery 33 ctr=chromeos-tpm-recovery 40 echo > .recovery 272 echo "starting TPM recovery test" > log
|
/external/autotest/site_utils/ |
brillo_recovery_test.py | 34 help='Image file to use for recovery. This is a ' 51 'Set up Moblab for running Brillo image recovery test, then launch ' 69 logging.info('Recovery image was staged')
|
/external/clang/test/Index/ |
crash-recovery-modules.m | 7 // CHECK-CRASH: crash-recovery-modules.m:16:9:{16:2-16:14}: fatal error: could not build module 'Crash' 13 // REQUIRES: crash-recovery 28 // Check that libclang crash-recovery works; both with a module building crash...
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/ |
RollRecoveryEntry.java | 24 * that is a group member that must be decoded such that at the last of these recovery is complete, i.e. 26 * a group member that must be decoded in order for recovery to be complete at the marked sample. 28 * no recovery roll is needed.
|
/external/vboot_reference/firmware/2lib/ |
2tpm_bootmode.c | 19 * Keyblock flags are defined in 2struct.h and assumed always 0 in recovery mode 20 * or 7 in non-recovery mode. 26 * 0 recovery mode | 0
|
/external/vboot_reference/scripts/image_signing/ |
convert_recovery_to_full_ssd.sh | 7 # Script to convert a recovery image into an SSD image usable by factory. 52 echo "Replacing RootFS on the SSD with that of the RECOVERY image" 57 echo "Replacing KernelA on the SSD with that of the RECOVERY image"
|
/external/vboot_reference/firmware/lib/ |
vboot_api_kernel.c | 36 * Set recovery request (called from vboot_api_kernel.c functions only) 129 * TODO: If recovery requested, should track the farthest we 146 * Pass through return code. Recovery reason (if any) has already been 197 /* If the recovery button is physical, and is pressed, 328 * to recovery mode. 330 VBDEBUG(("%s() - going to recovery\n", 403 * Clear recovery requests from failed 406 * recovery mode. 445 /* Delay in recovery mode */ 461 * If the dev-mode switch is off and the user didn't press the recovery [all...] |
/bootable/recovery/minadbd/ |
Android.mk | 22 LOCAL_C_INCLUDES := bootable/recovery system/core/adb
|
/build/target/product/ |
vboot.mk | 21 # The dev key is used to sign boot and recovery images.
|
/device/asus/fugu/ |
init.recovery.fugu.rc | 15 on property:init.svc.recovery=running
|
/device/google/marlin/recovery/nanohub/ |
Android.mk | 25 LOCAL_C_INCLUDES += bootable/recovery
|
/device/huawei/angler/recovery/nanohub/ |
Android.mk | 25 LOCAL_C_INCLUDES += bootable/recovery
|
/device/intel/edison/flash_tools/ |
brillo-provision-edison.sh | 89 ARGS=$($GETOPTS -o hv -l "recovery,help" -n "${0##*/}" -- "$@"); 105 echo "Recovery mode is only available on windows and linux"; 109 echo "Starting Recovery mode" 113 echo "Recovery Success..."
|
/device/lge/bullhead/recovery/nanohub/ |
Android.mk | 25 LOCAL_C_INCLUDES += bootable/recovery
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t032subrulePredict.py | 14 # no error recovery yet, just crash!
|
/external/autotest/server/site_tests/firmware_TPMExtend/ |
firmware_TPMExtend.py | 50 logging.info('Verifying bootmode digest in PCR0 in recovery mode') 54 'mainfw_type': 'recovery' 72 logging.info('Verifying bootmode digest in PCR0 in dev-recovery mode') 76 'mainfw_type': 'recovery'
|
/external/autotest/server/site_tests/platform_ServoPowerStateController/ |
control.nousb | 21 off -> recovery mode firmware screen
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ |
Signer.java | 4 * Generic signer interface for hash based and message recovery signers.
|
SignerWithRecovery.java | 4 * Signer with message recovery.
|