HomeSort by relevance Sort by last modified time
    Searched defs:Recover (Results 1 - 14 of 14) sorted by null

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
Lexer.cs 134 Recover(nva); // throw out current char and try again
137 // match() routine has already called recover()
217 Recover(mte);
237 Recover(mte); // don't really recover; just consume in lexer
251 Recover(mre);
337 public virtual void Recover(RecognitionException re) {
BaseRecognizer.cs 127 * immediate exit from rule. Rule would recover by resynchronizing
371 * Recover from an error found on the input stream. This is
375 * token that the match() routine could not recover from.
378 public virtual void Recover(IIntStream input, RecognitionException re) {
467 * set). The rule exception handler tries to recover, but finds
587 /** <summary>Attempt to recover from a single missing or extra token.</summary>
612 * mismatched token error. To recover, it sees that LA(1)==';'
635 // can't recover with single token deletion, try insertion
679 * The recognizer attempts to recover from single missing
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
Lexer.cs 161 // MatchRange() routine has already called recover()
166 // Match() routine has already called recover()
171 Recover( re ); // throw out current char and try again
263 Recover( mte );
287 Recover( mte ); // don't really recover; just consume in lexer
304 Recover( mre );
409 public virtual void Recover( RecognitionException re )
BaseRecognizer.cs 137 * immediate exit from rule. Rule would recover by resynchronizing
437 * Recover from an error found on the input stream. This is
441 * token that the match() routine could not recover from.
444 public virtual void Recover( IIntStream input, RecognitionException re )
537 * set). The rule exception handler tries to recover, but finds
666 /** <summary>Attempt to recover from a single missing or extra token.</summary>
691 * mismatched token error. To recover, it sees that LA(1)==';'
716 // can't recover with single token deletion, try insertion
764 * The recognizer attempts to recover from single missin
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimLexer.cs 165 Recover( nva ); // throw out current char and try again
170 // match() routine has already called recover()
279 Recover( mte );
303 Recover( mte ); // don't really recover; just consume in lexer
321 Recover( mre );
426 public virtual void Recover( RecognitionException re )
  /external/clang/lib/CodeGen/
BackendUtil.cpp 201 bool Recover = CGOpts.SanitizeRecover.has(SanitizerKind::Address);
202 PM.add(createAddressSanitizerFunctionPass(/*CompileKernel*/false, Recover));
203 PM.add(createAddressSanitizerModulePass(/*CompileKernel*/false, Recover));
209 /*Recover*/true));
211 /*Recover*/true));
  /external/webrtc/webrtc/sound/
alsasoundsystem.cc 105 Recover(frames);
115 Recover(ready);
128 Recover(frames);
147 Recover(err);
156 // Used to recover from certain recoverable errors, principally buffer overrun
159 bool Recover(int error) {
170 LOG(LS_ERROR) << "Unable to recover from \"" << GetError(error) << "\": "
305 stream_.Recover(read);
382 stream_.Recover(written);
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 480 /// and recover from errors
716 /// plain Mismatch(), which does not recover. Then any error
718 /// rule. Rule would recover by resynchronizing to the set of
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 126 "asan-recover",
407 explicit AddressSanitizer(bool CompileKernel = false, bool Recover = false)
409 Recover(Recover || ClRecover) {
485 bool Recover;
510 bool Recover = false)
512 Recover(Recover || ClRecover) {}
530 bool Recover;
763 bool Recover) {
    [all...]
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /external/guice/extensions/struts2/lib/
freemarker-2.3.16.jar 
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 
  /prebuilts/sdk/tools/
jack-launcher.jar 
jack-server-4.8.ALPHA.jar 

Completed in 1275 milliseconds