Searched defs:Recover (Results 1 - 15 of 15) sorted by relevance

/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/chromium_org/chrome/browser/diagnostics/
H A Ddiagnostics_test.cc32 bool DiagnosticsTest::Recover(DiagnosticsModel::Observer* observer, function in class:diagnostics::DiagnosticsTest
/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.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.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/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...]
/external/chromium_org/third_party/leveldatabase/src/db/
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 Dversion_set.cc776 manifest_file_number_(0), // Filled by Recover()
896 Status VersionSet::Recover() { function in class:leveldb::VersionSet
/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/clang/lib/CodeGen/
H A DCGExpr.cpp2224 bool Recover = RecoverKind == CRK_AlwaysRecoverable || local
2231 if (!Recover) {
2247 if (Recover) {
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c111771 typedef struct Recover Recover; typedef in typeref:struct:Recover
111772 struct Recover { struct
[all...]

Completed in 537 milliseconds