Searched
full:recovery (Results
351 -
375 of
1562) sorted by null
<<11121314151617181920>>
/frameworks/rs/ |
rsCppUtils.cpp | 61 case -1: { // Error occurred (we attempt no recovery)
|
/system/nativepower/client/ |
power_manager_client_unittest.cc | 77 EXPECT_TRUE(client_.Reboot(RebootReason::RECOVERY));
|
/system/sepolicy/ |
CleanSpec.mk | 52 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/file_contexts)
|
dumpstate.te | 147 # Access /cache/recovery 151 # Access /data/misc/recovery
|
/cts/tools/dasm/src/java_cup/runtime/ |
lr_parser.java | 34 * In addition to these main parsers, the error recovery mechanism uses two 36 * without carrying out actions (to verify that a potential error recovery 83 * must be parsed without error in order to consider a recovery to 97 * before recovery is attempted). In the default implementation it 100 * <dd> This method is called if syntax error recovery fails. In the default 227 /* Global parse state shared by parse(), error recovery, and 351 /** This method is called when a syntax error has been detected and recovery 364 /** This method is called if it is determined that syntax error recovery 737 /* Error recovery code */ 740 /** Attempt to recover from a syntax error. This returns false if recovery [all...] |
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3baserecognizer.c | 229 // Free up any token factory we created (error recovery for instance) 408 /// recovery, override mismatchRecover() and have it call 458 recognizer->state->errorRecovery = ANTLR3_FALSE; // Not in error recovery now (if we were) 602 /// then we know we're missing a token; error recovery is free to 708 /// not parsing. Once in recovery mode, no errors are generated. 709 /// To get out of recovery mode, the parser must successfully match 713 /// 2. enter recovery mode, report error 732 // Already in error recovery so don't display another error while doing so 737 // Signal we are in error recovery now 785 /// Compute the error recovery set for the current rule [all...] |
/external/gptfdisk/ |
gdisk.8 | 26 recovery options require you to understand the distinctions between the 136 menu, the recovery & transformation menu, and the experts' menu. The main 148 the recovery & transformation menu; the backup option is on the main menu 232 Enter the recovery & transformation menu. This menu includes emergency 233 recovery options (to fix damaged GPT data structures) and options to 256 options on the recovery & transformation menu. If no problems are found, 275 The second \fBgdisk\fR menu is the recovery & transformation menu, which 276 provides access to data recovery options and features related to the 405 options that aren't closely related to recovery or transformation between 509 Enter the recovery & transformations menu. This option is identical t [all...] |
/external/libnfc-nci/halimpl/pn54x/dnld/ |
phDnldNfc.c | 479 NXPLOG_FWDNLD_E("Platform Recovery Image extraction Failed!!"); 602 ** Description Used as an emergency recovery procedure for NFCC due to corrupt 610 ** NFCSTATUS_SUCCESS - Emergency Recovery request is successful 611 ** NFCSTATUS_FAILED - Emergency Recovery failed due to internal error [all...] |
/bootable/recovery/applypatch/ |
imgdiff_test.sh | 6 # recovery images. It then applies the patches on the device (or 108 patch_and_apply system/recovery.img
|
/build/core/ |
pathmap.mk | 44 recovery:bootable/recovery \
|
/device/lge/bullhead/ |
fstab.aosp_bullhead | 13 /dev/block/platform/soc.0/f9824900.sdhci/by-name/recovery /recovery emmc defaults defaults
|
fstab.bullhead | 13 /dev/block/platform/soc.0/f9824900.sdhci/by-name/recovery /recovery emmc defaults defaults
|
fstab_fbe.bullhead | 13 /dev/block/platform/soc.0/f9824900.sdhci/by-name/recovery /recovery emmc defaults defaults
|
/external/autotest/client/site_tests/graphics_GpuReset/ |
graphics_GpuReset.py | 23 Reset the GPU and check recovery mechanism. 62 # Run the gpureset test in a loop to stress the recovery.
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/ |
p2.cpp | 17 // Error recovery: out-of-line constructors whose names have template arguments. 21 // Error recovery: out-of-line constructor names intended to be types
|
/external/clang/test/Parser/ |
declarators.c | 42 // PR3963 & rdar://6759604 - test error recovery for mistyped "typenames". 92 // PR7617 - error recovery on missing ;.
|
/external/google-breakpad/src/processor/ |
basic_source_line_resolver_types.h | 163 // recovery rules. The RangeMap's itself gives the starting and ending 168 // recovery rules that take effect at that address. The map key is the
|
/external/libnfc-nci/halimpl/pn54x/hal/ |
phNxpNciHal_Kovio.c | 121 NXPLOG_NCIHAL_D("Send the Core Reset NTF to upper layer, which will trigger the recovery\n"); 122 //Send the Core Reset NTF to upper layer, which will trigger the recovery.
|
/external/libnfc-nxp/src/ |
phFriNfc_MifULFormat.h | 165 * This function also handles the different recovery procedures for different types of the cards. For both 166 * Format and Recovery Management same API is used.
|
/external/vboot_reference/firmware/include/ |
gpt_misc.h | 134 * recovery mode, 136 * recovery mode,
|
/external/vboot_reference/firmware/lib/include/ |
rollback_index.h | 50 * dev-mode through some recovery-mode magic keypresses. For those systems, the 133 * Lock must be called. Internally, it's ignored in recovery mode.
|
/external/vboot_reference/firmware/lib/ |
vboot_display.c | 361 return "Recovery not requested"; 363 return "Recovery requested from legacy utility"; 365 return "recovery button pressed"; 385 return "RW firmware recovery flag mismatch"; 446 return "User requested recovery from dev-mode warning screen"; 494 return "Recovery mode test from user-mode"; 524 /* Add recovery reason and subcode */ 585 /* Add sha1sum for Root & Recovery keys */
|
/external/zlib/src/examples/ |
gzlog.h | 26 2.0 25 Apr 2008 Complete redesign for recovery of interrupted operations 63 lock file, and "foo.repairs" to log recovery operations performed due to
|
/prebuilts/go/darwin-x86/src/runtime/ |
panic1.go | 18 func recovery(gp *g) { 26 throw("bad recovery")
|
/prebuilts/go/linux-x86/src/runtime/ |
panic1.go | 18 func recovery(gp *g) { 26 throw("bad recovery")
|
Completed in 742 milliseconds
<<11121314151617181920>>