/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/guava/guava/src/com/google/common/util/concurrent/ |
D | SmoothRateLimiter.java | 338 resync(nowMicros); in doSetRate() 358 resync(nowMicros); in reserveEarliestAvailable() 381 private void resync(long nowMicros) { in resync() method in SmoothRateLimiter
|
/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/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/scapy/scapy/ |
D | route.py | 27 self.resync() 33 def resync(self): member in Route
|
D | route6.py | 33 self.resync() 43 def resync(self): member in Route6
|
/external/pdfium/fxjs/xfa/ |
D | cjx_source.h | 34 JS_METHOD(resync, CJX_Source);
|
D | cjx_source.cpp | 136 CJS_Return CJX_Source::resync(CJS_V8* runtime, in resync() function in CJX_Source
|
/external/scapy/test/ |
D | linux.uts | 112 conf.route.resync() 122 conf.route.resync()
|
/external/syslinux/com32/lib/jpeg/ |
D | tinyjpeg.c | 209 static void resync(struct jdec_private *priv); 678 static void resync(struct jdec_private *priv) in resync() function 916 resync(priv); in tinyjpeg_decode() 962 resync(priv); in tinyjpeg_decode()
|
/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
D | PTXMCAsmStreamer.cpp | 198 CommentStream.resync(); in AddComment() 223 CommentStream.resync(); in EmitCommentsAndEOL()
|
/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/ |
D | Disassembler.cpp | 163 DC->CommentStream.resync(); in LLVMDisasmInstruction()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | raw_ostream.h | 468 void resync();
|
/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/swiftshader/third_party/LLVM/lib/MC/ |
D | MCAsmStreamer.cpp | 274 CommentStream.resync(); in AddComment() 299 CommentStream.resync(); in EmitCommentsAndEOL()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | raw_ostream.cpp | 707 void raw_svector_ostream::resync() { in resync() function in raw_svector_ostream
|
/external/toybox/ |
D | README | 168 generally resync on fridays). The exception is patches to their build scripts
|
/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/libnl/python/netlink/ |
D | core.py | 572 def resync(self, socket=None, cb=None, args=None): member in Cache
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Type.cpp | 440 TmpStream.resync(); in setName()
|
/external/parameter-framework/upstream/doc/requirements/ |
D | requirements.md | 518 When a syncer reports an out-of-sync condition, the PF **MUST** try to resync
|
/external/scapy/doc/scapy/ |
D | usage.rst | 916 >>> conf.route.resync()
|