/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
CommonErrorNode.as | 24 // is consumed during recovery; LT(-1) will return null.
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
Lexer.cs | 39 * uses simplified match() and error recovery mechanisms in the interest 266 /** TODO: not thought about recovery in lexer yet. 334 * to do sophisticated error recovery if you are in a fragment rule. 338 //System.out.println("consuming char "+(char)input.LA(1)+" during recovery");
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
Lexer.cs | 40 * uses simplified match() and error recovery mechanisms in the interest 322 /** TODO: not thought about recovery in lexer yet. 406 * to do sophisticated error recovery if you are in a fragment rule. 411 //System.out.println("consuming char "+(char)input.LA(1)+" during recovery");
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
Lexer.java | 32 * uses simplified match() and error recovery mechanisms in the interest 254 /** TODO: not thought about recovery in lexer yet. 327 * to do sophisticated error recovery if you are in a fragment rule. 330 //System.out.println("consuming char "+(char)input.LA(1)+" during recovery");
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/ |
CommonErrorNode.js | 9 // is consumed during recovery; LT(-1) will return null.
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t010lexer.py | 17 # no error recovery yet, just crash!
|
t011lexer.py | 17 # no error recovery yet, just crash!
|
/external/chromium_org/chrome/browser/chromeos/imageburner/ |
burn_device_handler.cc | 21 // Returns true when |disk| is a device on which we can burn recovery image.
|
burn_device_handler.h | 43 // Returns devices on which we can burn recovery image.
|
/external/chromium_org/chrome/browser/diagnostics/ |
diagnostics_controller.cc | 46 // of recovery runs to get a percentage.
|
diagnostics_model_unittest.cc | 66 << "Failed stop recovery: " << index;
|
/external/chromium_org/third_party/sqlite/ |
BUILD.gn | 43 # journaling filesystem to do error recovery properly. It's much faster.
|
/external/chromium_org/third_party/sqlite/src/src/ |
os_common.h | 65 ** is used for testing the I/O recovery logic.
|
test_superlock.c | 121 /* Obtain the "recovery" lock. Normally, this lock is only obtained by 122 ** clients running database recovery. 129 ** have to run recovery before proceeding. Since they need the "recovery"
|
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testFec/ |
test_packet_masks_metrics.cc | 15 * The metrics measure the efficiency (recovery potential or residual loss) of 129 // Set of thresholds on the expected average recovery rate, for each code type. 149 // The recovery rate as a function of the loss number. 353 // Compute the recovery rate per loss number, by summing the 373 // Recovery rate for a given loss |loss| is 1 minus the scaled |arl|, 495 // recovery, the average residual loss for that code would be reduced like 580 fprintf(fp, "Recovery rate as a function of loss number \n"); [all...] |
/external/clang/test/Driver/ |
crash-report.c | 11 // REQUIRES: crash-recovery
|
output-file-cleanup.c | 17 // REQUIRES: crash-recovery
|
/external/e2fsprogs/e2fsck/ |
Android.mk | 84 recovery.c \
|
/external/e2fsprogs/lib/et/ |
compile_et.1 | 74 its error recovery leaves much to be desired.
|
/external/libvorbis/doc/vorbisfile/ |
return.html | 31 <dd>Vorbisfile encoutered missing or corrupt data in the bitstream. Recovery
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
toplevel.ml | 44 (* Skip token for error recovery. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
toplevel.ml | 44 (* Skip token for error recovery. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
toplevel.ml | 44 (* Skip token for error recovery. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
toplevel.ml | 44 (* Skip token for error recovery. *)
|
/frameworks/base/core/java/com/android/server/ |
BootReceiver.java | 111 String recovery = RecoverySystem.handleAftermath(); local 112 if (recovery != null && db != null) { 113 db.addText("SYSTEM_RECOVERY_LOG", headers + recovery); 143 addFileToDropBox(db, prefs, headers, "/cache/recovery/log",
|