/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/ |
D | SlimLexer.cs | 165 Recover( nva ); // throw out current char and try again in NextToken() 279 Recover( mte ); in Match() 303 Recover( mte ); // don't really recover; just consume in lexer in Match() 321 Recover( mre ); in MatchRange() 426 public virtual void Recover( RecognitionException re ) in Recover() method in Antlr.Runtime.SlimLexer
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | Lexer.cs | 134 Recover(nva); // throw out current char and try again in NextToken() 217 Recover(mte); in Match() 237 Recover(mte); // don't really recover; just consume in lexer in Match() 251 Recover(mre); in MatchRange() 337 public virtual void Recover(RecognitionException re) { in Recover() method in Antlr.Runtime.Lexer
|
D | BaseRecognizer.cs | 378 public virtual void Recover(IIntStream input, RecognitionException re) { in Recover() method in Antlr.Runtime.BaseRecognizer
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | Lexer.cs | 171 Recover( re ); // throw out current char and try again in NextToken() 263 Recover( mte ); in Match() 287 Recover( mte ); // don't really recover; just consume in lexer in Match() 304 Recover( mre ); in MatchRange() 409 public virtual void Recover( RecognitionException re ) in Recover() method in Antlr.Runtime.Lexer
|
D | BaseRecognizer.cs | 444 public virtual void Recover( IIntStream input, RecognitionException re ) in Recover() method in Antlr.Runtime.BaseRecognizer
|
/external/chromium_org/third_party/libjingle/source/talk/sound/ |
D | alsasoundsystem.cc | 118 Recover(frames); in Wait() 128 Recover(ready); in Wait() 141 Recover(frames); in Wait() 160 Recover(err); in CurrentDelayUsecs() 172 bool Recover(int error) { in Recover() function in cricket::AlsaStream 318 stream_.Recover(read); in OnHaveWork() 397 stream_.Recover(written); in WriteSamples()
|
/external/chromium_org/third_party/sqlite/src/src/ |
D | recover.c | 1509 typedef struct Recover Recover; typedef 1510 struct Recover { struct 1520 static void recoverRelease(Recover *pRecover){ in recoverRelease() argument 1567 recoverRelease((Recover*)pVtab); in recoverDisconnect() 1573 recoverRelease((Recover*)pVtab); in recoverDestroy() 1586 Recover *pRecover = (Recover*)pVTab; in recoverOpen() 1660 static int recoverValidateLeafCell(Recover *pRecover, RecoverCursor *pCursor){ in recoverValidateLeafCell() 1690 Recover *pRecover = (Recover*)pCursor->base.pVtab; in recoverNext() 1719 Recover *pRecover = (Recover*)pCursor->base.pVtab; in recoverFilter() 1748 Recover *pRecover = (Recover*)pCursor->base.pVtab; in recoverColumn() [all …]
|
/external/chromium_org/media/audio/alsa/ |
D | alsa_input.cc | 130 bool AlsaPcmInputStream::Recover(int original_error) { in Recover() function in media::AlsaPcmInputStream 160 Recover(error); in GetCurrentDelay() 176 Recover(frames); in ReadAudio()
|
D | alsa_input.h | 62 bool Recover(int error);
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
D | DebugTreeGrammar.cs | 182 Recover(input,re); in prog() 401 Recover(input,re); in stat() 704 Recover(input,re); in expr() 788 Recover(input,re); in call()
|
D | ProfileTreeGrammar.cs | 187 Recover(input,re); in prog() 406 Recover(input,re); in stat() 709 Recover(input,re); in expr() 793 Recover(input,re); in call()
|
D | ProfileGrammarParser.cs | 235 Recover(input,re); in prog() 522 Recover(input,re); in stat() 674 Recover(input,re); in func() 766 Recover(input,re); in formalPar() 979 Recover(input,re); in expr() 1137 Recover(input,re); in multExpr() 1414 Recover(input,re); in atom()
|
D | DebugGrammarParser.cs | 231 Recover(input,re); in prog() 518 Recover(input,re); in stat() 670 Recover(input,re); in func() 762 Recover(input,re); in formalPar() 975 Recover(input,re); in expr() 1133 Recover(input,re); in multExpr() 1410 Recover(input,re); in atom()
|
/external/chromium_org/chrome/browser/diagnostics/ |
D | diagnostics_test.h | 41 bool Recover(DiagnosticsModel::Observer* observer, DiagnosticsModel* model,
|
D | diagnostics_test.cc | 32 bool DiagnosticsTest::Recover(DiagnosticsModel::Observer* observer, in Recover() function in diagnostics::DiagnosticsTest
|
D | diagnostics_model.cc | 135 return test->Recover(observer, this, index); in RunRecovery()
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | walcrash.test | 21 # walcrash-1.*: Recover a database. 22 # walcrash-2.*: Recover a database where the failed transaction spanned more 24 # walcrash-3.*: Recover multiple databases where the failed transaction
|
D | mallocC.test | 58 # Recover from the malloc failure.
|
/external/chromium_org/third_party/sqlite/ |
D | recover.patch | 1573 +typedef struct Recover Recover; 1574 +struct Recover { 1584 +static void recoverRelease(Recover *pRecover){ 1631 + recoverRelease((Recover*)pVtab); 1637 + recoverRelease((Recover*)pVtab); 1650 + Recover *pRecover = (Recover*)pVTab; 1718 +static int recoverValidateLeafCell(Recover *pRecover, RecoverCursor *pCursor){ 1748 + Recover *pRecover = (Recover*)pCursor->base.pVtab; 1777 + Recover *pRecover = (Recover*)pCursor->base.pVtab; 1800 + Recover *pRecover = (Recover*)pCursor->base.pVtab; [all …]
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
D | db_impl.h | 81 Status Recover(VersionEdit* edit) EXCLUSIVE_LOCKS_REQUIRED(mutex_);
|
D | version_set.h | 182 Status Recover();
|
D | db_impl.cc | 274 Status DBImpl::Recover(VersionEdit* edit) { in Recover() function in leveldb::DBImpl 304 s = versions_->Recover(); in Recover() 1452 Status s = impl->Recover(&edit); // Handles create_if_missing, error_if_exists in Open()
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.pas | 811 procedure Recover(const Input: IIntStream; const RE: ERecognitionException); procedure 1105 procedure Recover(const RE: ERecognitionException); 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; procedure 5470 Recover(MTE); // don't really recover; just consume in lexer 5490 Recover(MTE); 5514 Recover(MRE); 5549 Recover(NVA); // throw out current char and try again 5561 procedure TLexer.Recover(const RE: ERecognitionException); procedure
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
D | CSharp2.stg | 247 Recover(re); 548 Recover(input,re); 958 Recover(mse);
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/ |
D | Delphi.stg | 279 Recover(RE); 692 Recover(Input,RE); 1092 Recover(FException);
|