/build/tools/releasetools/ |
ota_from_target_files | 56 Generate a 'two-step' OTA package, where recovery is updated 58 using the new recovery (new kernel, etc.). 214 i = cls.ITEMS.get("system/recovery-from-boot.p", None) 216 i = cls.ITEMS.get("system/etc/install-recovery.sh", None) 355 """Generate a binary patch that creates the recovery image starting 360 patching and install the new recovery image. 371 path = os.path.join(input_tmp, "SYSTEM", "etc", "recovery-resource.dat") 375 bonus_args = "-b /system/etc/recovery-resource.dat" 381 common.ZipWriteStr(output_zip, "recovery/recovery-from-boot.p", patch [all...] |
/external/chromium_org/third_party/libxml/src/ |
parser.c | 267 if (ctxt->recovery == 0) 474 if (ctxt->recovery == 0) 500 if (ctxt->recovery == 0) 607 if (ctxt->recovery == 0) 639 if (ctxt->recovery == 0) 668 if (ctxt->recovery == 0) [all...] |
parserInternals.c | 152 if (ctxt->recovery == 0) 179 if (ctxt->recovery == 0) 207 if (ctxt->recovery == 0) [all...] |
SAX2.c | 135 if (ctxt->recovery == 0) [all...] |
xmllint.c | 131 static int recovery = 0; variable [all...] |
HTMLparser.c | [all...] |
testapi.c | 14794 int recovery; \/* work in recovery mode, i.e. tries to read no Well Formed documents *\/ local 14887 int recovery; \/* work in recovery mode, i.e. tries to read no Well Formed documents *\/ local 14937 int recovery; \/* work in recovery mode, i.e. tries to read no Well Formed documents *\/ local 14996 int recovery; \/* work in recovery mode, i.e. tries to read not Well Formed documents *\/ local 15053 int recovery; \/* work in recovery mode, i.e. tries to read no Well Formed documents *\/ local [all...] |
/external/libxml2/ |
parser.c | 271 if (ctxt->recovery == 0) 478 if (ctxt->recovery == 0) 504 if (ctxt->recovery == 0) 611 if (ctxt->recovery == 0) 643 if (ctxt->recovery == 0) 672 if (ctxt->recovery == 0) [all...] |
parserInternals.c | 152 if (ctxt->recovery == 0) 179 if (ctxt->recovery == 0) 207 if (ctxt->recovery == 0) [all...] |
SAX2.c | 135 if (ctxt->recovery == 0) [all...] |
xmllint.c | 131 static int recovery = 0; variable [all...] |
HTMLparser.c | [all...] |
/build/core/ |
cleanbuild.mk | 190 $(PRODUCT_OUT)/recovery \
|
envsetup.mk | 111 TARGET_COPY_OUT_RECOVERY := recovery
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
streams.rb | 50 to implement backtracking and various error recovery techniques, recognizers 129 to perform tasks such as backtracking and error recovery. [all...] |
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
BaseRecognizer.pm | 268 # where LT(1) is in the recovery token set so nothing is 616 support code essentially; most of it is error recovery stuff and
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
Antlr.Runtime.pas | 432 /// for automatic error recovery. 545 /// but no token is consumed during recovery...another error is found, 687 /// support code essentially; most of it is error recovery stuff and 710 /// single token insertion or deletion error recovery. If 715 /// recovery, override MismatchRecover() and have it call 730 /// <summary>A hook to listen in on the token consumption during error recovery. 741 /// not parsing. Once in recovery mode, no errors are generated. 742 /// To get out of recovery mode, the parser must successfully Match 746 /// 2. enter recovery mode, report error [all...] |
Antlr.Runtime.Tree.pas | 91 /// tokens consumed during error recovery. The start token indicates the 93 /// the last symbol consumed during recovery. [all...] |
/system/vold/ |
cryptfs.c | 76 static void cryptfs_reboot(int recovery) 78 if (recovery) { 79 property_set(ANDROID_RB_PROPERTY, "reboot,recovery"); [all...] |
/external/chromium_org/v8/test/webkit/ |
date-set-to-nan.js | 25 "This tests if the Date setters handle invalid parameters correctly resulting in a NaN date and if a recovery from such a NaN date is only possible by using the date.setTime() and date.set[[UTC]Full]Year() functions."
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
recognizers.py | 70 # but no token is consumed during recovery...another error is found, 132 support code essentially; most of it is error recovery stuff and 182 # wack everything related to error recovery 200 single token insertion or deletion error recovery. If 204 recovery, override recoverFromMismatchedToken() and have it 252 # then we know we're missing a token; error recovery is free to 264 not parsing. Once in recovery mode, no errors are generated. 265 To get out of recovery mode, the parser must successfully match 269 2. enter recovery mode, report error 463 # where LT(1) is in the recovery token set so nothing i [all...] |
/external/bison/data/ |
yacc.c | [all...] |
/external/oprofile/events/i386/nehalem/ |
events | 70 event:0xA2 counters:0,1,2,3 um:resource_stalls minimum:6000 name:RESOURCE_STALLS : Counts the number of Allocator resource related stalls. Includes register renaming buffer entries, memory buffer entries. In addition to resource related stalls, this event counts some other events. Includes stalls arising during branch misprediction recovery, such as if retirement of the mispredicted branch is delayed and stalls arising while store buffer is draining from synchronizing operations.
|
/external/qemu-pc-bios/bochs/bios/ |
rombios.c | [all...] |
/prebuilts/misc/common/tradefed/ |
tradefed-prebuilt.jar | |