Searched refs:Recover (Results 1 - 25 of 30) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DLexer.cs134 Recover(nva); // throw out current char and try again
217 Recover(mte);
237 Recover(mte); // don't really recover; just consume in lexer
251 Recover(mre);
337 public virtual void Recover(RecognitionException re) { method in class:Antlr.Runtime.Lexer
H A DBaseRecognizer.cs371 * Recover from an error found on the input stream. This is
378 public virtual void Recover(IIntStream input, RecognitionException re) { method in class:Antlr.Runtime.BaseRecognizer
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DLexer.cs171 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 ) method in class:Antlr.Runtime.Lexer
H A DBaseRecognizer.cs437 * Recover from an error found on the input stream. This is
444 public virtual void Recover( IIntStream input, RecognitionException re ) method in class:Antlr.Runtime.BaseRecognizer
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
H A DSlimLexer.cs165 Recover( nva ); // throw out current char and try again
279 Recover( mte );
303 Recover( mte ); // don't really recover; just consume in lexer
321 Recover( mre );
426 public virtual void Recover( RecognitionException re ) method in class:Antlr.Runtime.SlimLexer
/external/chromium_org/media/audio/alsa/
H A Dalsa_input.h63 bool Recover(int error);
H A Dalsa_input.cc132 bool AlsaPcmInputStream::Recover(int original_error) { function in class:media::AlsaPcmInputStream
162 Recover(error);
178 Recover(frames);
/external/chromium_org/third_party/webrtc/sound/
H A Dalsasoundsystem.cc101 Recover(frames);
111 Recover(ready);
124 Recover(frames);
143 Recover(err);
155 bool Recover(int error) { function in class:rtc::AlsaStream
301 stream_.Recover(read);
380 stream_.Recover(written);
/external/chromium_org/third_party/sqlite/src/src/
H A Drecover.c1531 typedef struct Recover Recover; typedef in typeref:struct:Recover
1532 struct Recover { struct
1542 static void recoverRelease(Recover *pRecover){
1589 recoverRelease((Recover*)pVtab);
1595 recoverRelease((Recover*)pVtab);
1608 Recover *pRecover = (Recover*)pVTab;
1682 static int recoverValidateLeafCell(Recover *pRecover, RecoverCursor *pCursor){
1712 Recover *pRecove
[all...]
/external/chromium_org/chrome/browser/diagnostics/
H A Ddiagnostics_test.h41 bool Recover(DiagnosticsModel::Observer* observer, DiagnosticsModel* model,
H A Ddiagnostics_test.cc32 bool DiagnosticsTest::Recover(DiagnosticsModel::Observer* observer, function in class:diagnostics::DiagnosticsTest
H A Ddiagnostics_model.cc130 // Recover from a particular diagnostic test. Return false if no further
135 return test->Recover(observer, this, index);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
H A DDebugTreeGrammar.cs182 Recover(input,re);
401 Recover(input,re);
704 Recover(input,re);
788 Recover(input,re);
H A DProfileTreeGrammar.cs187 Recover(input,re);
406 Recover(input,re);
709 Recover(input,re);
793 Recover(input,re);
H A DDebugGrammarParser.cs231 Recover(input,re);
518 Recover(input,re);
670 Recover(input,re);
762 Recover(input,re);
975 Recover(input,re);
1133 Recover(input,re);
1410 Recover(input,re);
H A DProfileGrammarParser.cs235 Recover(input,re);
522 Recover(input,re);
674 Recover(input,re);
766 Recover(input,re);
979 Recover(input,re);
1137 Recover(input,re);
1414 Recover(input,re);
/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_impl.h78 // Recover the descriptor from persistent storage. May do a significant
81 Status Recover(VersionEdit* edit) EXCLUSIVE_LOCKS_REQUIRED(mutex_);
H A Dversion_set.h181 // Recover the last saved descriptor from persistent storage.
182 Status Recover();
H A Ddb_impl.cc274 Status DBImpl::Recover(VersionEdit* edit) { function in class:leveldb::DBImpl
304 s = versions_->Recover();
308 // Recover from all newer log files than the ones named in the
341 // Recover in the order in which the logs were generated
1452 Status s = impl->Recover(&edit); // Handles create_if_missing, error_if_exists
H A Ddb_test.cc851 TEST(DBTest, Recover) {
2087 ASSERT_OK(vset.Recover());
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
H A DCSharp2.stg247 Recover(re);
548 Recover(input,re);
958 Recover(mse);
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
H A DCSharp3.stg242 Recover(re);
526 Recover(input,re);
938 Recover(mse);
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
H A DDelphi.stg279 Recover(RE);
692 Recover(Input,RE);
1092 Recover(FException);
/external/bison/doc/
H A Drefcard.tex493 \key{Recover normally from an error.} {yyerrok}
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas805 /// Recover from an error found on the input stream. This is
811 procedure Recover(const Input: IIntStream; const RE: ERecognitionException); procedure
1105 procedure Recover(const RE: ERecognitionException);
2027 /// Attempt to Recover from a single missing or extra token.
2053 /// mismatched token error. To Recover, it sees that LA(1)==';'
2208 * set). The rule exception handler tries to Recover, but finds
2269 procedure Recover(const Input: IIntStream; const RE: ERecognitionException); virtual; procedure
2467 procedure Recover(const RE: ERecognitionException); reintroduce; overload; virtual;
4604 procedure TBaseRecognizer.Recover(const Input: IIntStream;
5470 Recover(MT
[all...]

Completed in 6674 milliseconds

12