HomeSort by relevance Sort by last modified time
    Searched refs:Recovery (Results 1 - 5 of 5) sorted by null

  /build/tools/releasetools/
ota_from_target_files 179 i = cls.ITEMS.get("system/recovery-from-boot.p", None)
181 i = cls.ITEMS.get("system/etc/install-recovery.sh", None)
312 """Generate a binary patch that creates the recovery image starting
317 patching and install the new recovery image.
328 path = os.path.join(input_tmp, "SYSTEM", "etc", "recovery-resource.dat")
332 bonus_args = "-b /system/etc/recovery-resource.dat"
338 common.ZipWriteStr(output_zip, "recovery/recovery-from-boot.p", patch)
339 Item.Get("system/recovery-from-boot.p", dir=False)
342 recovery_type, recovery_device = common.GetTypeAndDevice("/recovery", OPTIONS.info_dict
    [all...]
  /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/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 5 * support code essentially; most of it is error recovery stuff and
37 // wack everything related to error recovery
54 * single token insertion or deletion error recovery. If
58 * recovery, override mismatchRecover() and have it call
107 // then we know we're missing a token; error recovery is free to
142 * not parsing. Once in recovery mode, no errors are generated.
143 * To get out of recovery mode, the parser must successfully match
147 * 2. enter recovery mode, report error
332 // where LT(1) is in the recovery token set so nothing is
344 /** A hook to listen in on the token consumption during error recovery
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
  /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...]

Completed in 89 milliseconds