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

  /external/chromium_org/chrome/browser/diagnostics/
diagnostics_test.cc 32 bool DiagnosticsTest::Recover(DiagnosticsModel::Observer* observer,
  /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/chromium_org/media/audio/alsa/
alsa_input.cc 132 bool AlsaPcmInputStream::Recover(int original_error) {
138 LOG(WARNING) << "Unable to recover from \""
162 Recover(error);
178 Recover(frames);
  /external/chromium_org/third_party/webrtc/sound/
alsasoundsystem.cc 101 Recover(frames);
111 Recover(ready);
124 Recover(frames);
143 Recover(err);
152 // Used to recover from certain recoverable errors, principally buffer overrun
155 bool Recover(int error) {
166 LOG(LS_ERROR) << "Unable to recover from \"" << GetError(error) << "\": "
301 stream_.Recover(read);
380 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/chromium_org/third_party/leveldatabase/src/db/
version_set.cc 776 manifest_file_number_(0), // Filled by Recover()
896 Status VersionSet::Recover() {
    [all...]
db_impl.cc 274 Status DBImpl::Recover(VersionEdit* edit) {
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
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
recover.c 12 /* Implements a virtual table "recover" which can be used to recover
24 * to recover the data from teh table, you could do something like:
34 * CREATE VIRTUAL TABLE temp.recover_Stuff using recover(
127 * type is the type provided to the recover module, schema is the
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 

Completed in 906 milliseconds