/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
D | CommonErrorNode.as | 21 // sometimes resync does not consume a token (when LT(1) is 71 ", resync="+getText()+">"; 74 return "<mismatched token: "+trappedException.token+", resync="+getText()+">"; 78 ", resync="+getText()+">";
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRCommonErrorNode.m | 67 // sometimes resync does not consume a token (when LT(1) is 138 aString = [NSString stringWithFormat:@"<extraneous: %@, resync=%@>", 144 …aString = [NSString stringWithFormat:@"<mismatched token: %@, resync=%@>", trappedException.token,… 148 …aString = [NSString stringWithFormat:@"<unexpected: %@, resync=%@>", trappedException.token, [sel…
|
D | ANTLRBaseRecognizer.m | 296 * a token (after a resync). So it will go: 570 * resync to one of those tokens. Note that FOLLOW(c)='^' and if 571 * we resync'd to that token, we'd consume until EOF. We need to
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | RateLimiter.java | 358 resync(readSafeMicros()); in setRate() 511 resync(nowMicros); in reserveNextTicket() 534 private void resync(long nowMicros) { in resync() method in RateLimiter
|
/external/lldb/test/pexpect-2.4/examples/ |
D | hive.py | 234 resync (hive, target_hostnames, timeout=0.5) 249 resync (hive, target_hostnames, timeout=0.5) 379 def resync (hive, hive_names, timeout=2, max_attempts=5): function
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/ |
D | event-hub.rb | 177 def resync() method in ANTLR3.Debug.EventHub 179 listener.resync()
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
D | debug.rb | 202 def resync method 570 def resync method
|
D | recognizers.rb | 505 resync { consume_until( follow_set ) } 508 def resync 630 resync { @input.consume }
|
/external/llvm/include/llvm/Support/ |
D | raw_ostream.h | 503 void resync();
|
/external/llvm/lib/MC/MCDisassembler/ |
D | Disassembler.cpp | 150 DC->CommentStream.resync(); in emitComments()
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
D | ANTLR.g | 162 // sometimes resync does not consume a token (when LT(1) is 218 ", resync=" + getText() + ">"; 220 return "<mismatched token: " + trappedException.token + ", resync=" + getText() + ">"; 223 ", resync=" + getText() + ">";
|
/external/llvm/lib/MC/ |
D | MCAsmStreamer.cpp | 260 CommentStream.resync(); in AddComment() 285 CommentStream.resync(); in EmitCommentsAndEOL()
|
/external/selinux/libsemanage/ |
D | ChangeLog | 632 * Merged seuser parser resync, dbase tracking and cleanup, strtol 667 * Merged resync to sepol changes and booleans fixes/improvements 676 * Merged resync to sepol changes and transaction fix patches from
|
/external/llvm/lib/Support/ |
D | raw_ostream.cpp | 798 void raw_svector_ostream::resync() { in resync() function in raw_svector_ostream
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | BaseRecognizer.as | 144 * a token (after a resync). So it will go: 408 * resync to one of those tokens. Note that FOLLOW(c)='^' and if 409 * we resync'd to that token, we'd consume until EOF. We need to
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 875 EncodingOS.resync(); in emitLineTableForUnit() 894 EncodingOS.resync(); in emitLineTableForUnit() 906 EncodingOS.resync(); in emitLineTableForUnit()
|
/external/llvm/lib/IR/ |
D | Type.cpp | 471 TmpStream.resync(); in setName()
|
/external/llvm/utils/TableGen/ |
D | FixedLenDecoderEmitter.cpp | 1262 S.resync(); in emitSoftFailTableEntry()
|
/external/jpeg/ |
D | libjpeg.doc | 1491 applications, we recommend that you just use the default resync 1496 in jdmarker.c if you think you'd like to implement your own resync
|
/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 6652 OS.resync(); in extractFieldType()
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 5949 CommentStream.resync(); in emitComments()
|
/external/libxml2/ |
D | ChangeLog | 2259 #335603 and resync'ed genChRanges.py to the expected output. 18480 * Large resync between W3C and Gnome tree
|