HomeSort by relevance Sort by last modified time
    Searched full:recover (Results 226 - 250 of 940) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file-parser.rb 231 recover( re )
306 recover( re )
392 recover( re )
467 recover( re )
521 recover( re )
602 recover( re )
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3baserecognizer.c 63 static void recover (pANTLR3_BASE_RECOGNIZER recognizer);
175 recognizer->recover = recover;
409 /// plain mismatch(), which does not recover. Then any error
411 /// rule. Rule would recover by resynchronizing to the set of
850 /// set). The rule exception handler tries to recover, but finds
1320 recover (pANTLR3_BASE_RECOGNIZER recognizer) function
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCParser.java 134 recover(input,re); method
288 recover(input,re); method
379 recover(input,re); method
427 recover(input,re); method
593 recover(input,re); method
678 recover(input,re); method
733 recover(input,re); method
897 recover(input,re); method
1064 recover(input,re); method
1199 recover(input,re); method
1287 recover(input,re); method
1337 recover(input,re); method
1456 recover(input,re); method
1544 recover(input,re); method
1679 recover(input,re); method
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
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/
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/Ruby/lib/antlr3/
recognizers.rb 383 # data provided by +follow+ to recover from the mismatched
499 def recover( error = $! ) method in class:ANTLR3.Scope
516 # resyncing procedure in recover
596 # set). The rule exception handler tries to recover, but finds
668 # The recognizer attempts to recover from single missing
1171 def recover( re ) method in class:ANTLR3.Hypothetical.Lexer.Hypothetical.Parser.Lexer
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
JmDNSImpl.java 1689 public void recover() { method in class:JmDNSImpl
1704 Thread recover = new Thread(this.getName() + ".recover()") { local
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammarParser.cs 231 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);
    [all...]
ProfileGrammarParser.cs 235 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);
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBaseRecognizer.m 483 /** Recover from an error found on the input stream. This is
487 * token that the match() routine could not recover from.
489 - (void)recover:(id<ANTLRIntStream>)anInput Exception:(ANTLRRecognitionException *)re
578 * set). The rule exception handler tries to recover, but finds
700 /** Attempt to recover from a single missing or extra token.
725 * mismatched token error. To recover, it sees that LA(1)==';'
751 // can't recover with single token deletion, try insertion
794 * The recognizer attempts to recover from single missing
836 //System.out.println("consume during recover LA(1)="+getTokenNames()[input.LA(1)]);
    [all...]
  /external/libvpx/libvpx/vp8/common/ppc/
variance_subpixel_altivec.asm 270 addi r1, r1, 32 ;# recover stack
381 addi r1, r1, 32 ;# recover stack
538 addi r1, r1, 32 ;# recover stack
689 addi r1, r1, 32 ;# recover stack
814 addi r1, r1, 32 ;# recover stack
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
SymbolTableLexer.m 355 [self recover:mse];
422 [self recover:mse];
489 [self recover:mse];
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCLexer.java 265 recover(mse);
289 recover(mse);
481 recover(mse);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangParser.m 301 [self recover:input Exception:re];
427 [self recover:input Exception:re];
500 [self recover:input Exception:re];
  /external/chromium/chrome/browser/metrics/
metrics_service.h 59 LIST_SIZE_MISSING, // Failed to recover list size using GetAsInteger().
62 LOG_STRING_CORRUPTION, // Failed to recover log string using GetAsString().
64 CHECKSUM_STRING_CORRUPTION, // Failed to recover checksum string using
  /external/chromium/net/url_request/
url_request_job.cc 169 // Implementations should know how to recover from errors they generate.
170 // If this code was reached, we are trying to recover from an error that
171 // we don't know how to recover from.
  /external/chromium_org/components/policy/core/common/cloud/
device_management_service.cc 89 // server that replies to requests. Try to recover if a successful
268 // unknown error as one that needs more time to recover.
323 // recover; allow it to retry up to 3 times just in case.
  /external/chromium_org/third_party/sqlite/
README.chromium 78 recover.patch
97 patch -p0 < ../sqlite/recover.patch
202 - src/recover.c file implements a virtual table which can read
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
TreeRewriteParser.m 303 [self recover:input Exception:re];
368 [self recover:input Exception:re];
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
TreeRewriteParser.m 290 [self recover:input Exception:re];
340 [self recover:input Exception:re];
  /external/chromium_org/net/http/
http_network_transaction.h 193 // Called to possibly recover from an SSL handshake error. Sets next_state_
198 // Called to possibly recover from the given error. Sets next_state_ and
  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 383 /* Used in the few frames following a GF to recover the extra bits
391 /* Current number of bit s to try and recover on each inter frame. */
  /frameworks/base/core/java/android/content/
ComponentCallbacks2.java 60 * resources that are easy to recover so your process will remain in the list and resume
66 * one of the first to be killed if the system does not recover memory now. You should release
ComponentName.java 142 * class names contained in the ComponentName. You can later recover
192 * Recover a ComponentName from a String that was previously created with
  /frameworks/base/core/java/com/android/internal/util/
FileRotator.java 107 // recover any backup files
118 // write failed with backup; recover last file

Completed in 726 milliseconds

1 2 3 4 5 6 7 8 91011>>