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

  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
DeqpTestRunnerTest.java 1963 DeqpTestRunner.Recovery recovery = new DeqpTestRunner.Recovery(); local
2102 DeqpTestRunner.Recovery recovery = new DeqpTestRunner.Recovery(); local
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DeqpTestRunner.java 82 private IRecovery mDeviceRecovery = new Recovery();
146 * Set recovery handler.
741 * Interface for failure recovery.
757 * Informs Recovery that test execution has progressed since the last recovery
764 * @throws DeviceNotAvailableException if recovery did not succeed
772 * @throws DeviceNotAvailableException if recovery did not succeed
778 * State machine for execution failure recovery.
782 public static class Recovery implements IRecovery {
845 CLog.w("ADB connection failed after recovery, rebooting device")
    [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...]
  /build/tools/releasetools/
common.py 137 "META/recovery-api-version.txt").strip()
139 raise ValueError("can't find recovery API version in input target-files")
214 data = read_helper("RECOVERY/RAMDISK/etc/recovery.fstab")
216 print "Warning: could not find RECOVERY/RAMDISK/etc/recovery.fstab"
227 raise ValueError("malformed recovery.fstab line: \"%s\"" % (line,))
263 raise ValueError("malformed recovery.fstab line: \"%s\"" % (line,))
    [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...]
SemaTemplate.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 1572 milliseconds