Home
last modified time | relevance | path

Searched refs:resync (Results 1 – 25 of 32) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
DCommonErrorNode.as21 // 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/
DSmoothRateLimiter.java338 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/
DANTLRCommonErrorNode.m67 // 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…
DANTLRBaseRecognizer.m296 * 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/
Devent-hub.rb177 def resync() method in ANTLR3.Debug.EventHub
179 listener.resync()
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Ddebug.rb202 def resync method
570 def resync method
Drecognizers.rb505 resync { consume_until( follow_set ) }
508 def resync
630 resync { @input.consume }
/external/scapy/scapy/
Droute.py27 self.resync()
33 def resync(self): member in Route
Droute6.py33 self.resync()
43 def resync(self): member in Route6
/external/pdfium/fxjs/xfa/
Dcjx_source.h34 JS_METHOD(resync, CJX_Source);
Dcjx_source.cpp136 CJS_Return CJX_Source::resync(CJS_V8* runtime, in resync() function in CJX_Source
/external/scapy/test/
Dlinux.uts112 conf.route.resync()
122 conf.route.resync()
/external/syslinux/com32/lib/jpeg/
Dtinyjpeg.c209 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/
DPTXMCAsmStreamer.cpp198 CommentStream.resync(); in AddComment()
223 CommentStream.resync(); in EmitCommentsAndEOL()
/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
DDisassembler.cpp163 DC->CommentStream.resync(); in LLVMDisasmInstruction()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Draw_ostream.h468 void resync();
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DANTLR.g162 // 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/
DMCAsmStreamer.cpp274 CommentStream.resync(); in AddComment()
299 CommentStream.resync(); in EmitCommentsAndEOL()
/external/swiftshader/third_party/LLVM/lib/Support/
Draw_ostream.cpp707 void raw_svector_ostream::resync() { in resync() function in raw_svector_ostream
/external/toybox/
DREADME168 generally resync on fridays). The exception is patches to their build scripts
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DBaseRecognizer.as144 * 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/
Dcore.py572 def resync(self, socket=None, cb=None, args=None): member in Cache
/external/swiftshader/third_party/LLVM/lib/VMCore/
DType.cpp440 TmpStream.resync(); in setName()
/external/parameter-framework/upstream/doc/requirements/
Drequirements.md518 When a syncer reports an out-of-sync condition, the PF **MUST** try to resync
/external/scapy/doc/scapy/
Dusage.rst916 >>> conf.route.resync()

12