HomeSort by relevance Sort by last modified time
    Searched refs:resync (Results 1 - 25 of 32) sorted by null

1 2

  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
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/JavaScript/src/org/antlr/runtime/tree/
CommonErrorNode.js 6 // sometimes resync does not consume a token (when LT(1) is
57 ", resync="+this.getText()+">";
60 return "<mismatched token: "+this.trappedException.token+", resync="+this.getText()+">";
64 ", resync="+this.getText()+">";
  /external/guava/guava/src/com/google/common/util/concurrent/
SmoothRateLimiter.java 338 resync(nowMicros);
358 resync(nowMicros);
381 private void resync(long nowMicros) { method in class:SmoothRateLimiter
382 // if nextFreeTicket is in the past, resync to now
  /external/pdfium/fxjs/xfa/
cjx_source.h 34 JS_METHOD(resync, CJX_Source);
cjx_source.cpp 30 {"resync", resync_static},
136 CJS_Return CJX_Source::resync(CJS_V8* runtime, function in class:CJX_Source
  /frameworks/av/media/libstagefright/codecs/mp3dec/test/
mp3reader.cpp 203 // Resync to next valid MP3 frame in the file.
204 static bool resync( function
364 bool success = resync(mFp, 0 /*match_header*/, &pos, &header);
399 if (!resync(mFp, mFixedHeader, &pos, NULL /*out_header*/)) {
400 // Unable to resync. Signalling end of stream.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
event-hub.rb 177 def resync() method in class:ANTLR3.Debug.EventHub
179 listener.resync()
  /external/scapy/scapy/
route.py 27 self.resync()
33 def resync(self): member in class:Route
route6.py 33 self.resync()
43 def resync(self): member in class:Route6
44 # TODO : At the moment, resync will drop existing Teredo routes
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
raw_ostream.h 465 /// resync - This is called when the SmallVector we're appending to is changed
468 void resync();
  /external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
Disassembler.cpp 163 DC->CommentStream.resync();
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
debug.rb 202 def resync method in class:ANTLR3.Debug.ParserEvents
570 def resync method in class:ANTLR3.Debug.EventListener
691 :recognition_exception, :resync, :rewind,
recognizers.rb 505 resync { consume_until( follow_set ) }
508 def resync method in class:ANTLR3.Scope
588 # resync to one of those tokens. Note that FOLLOW(c)='^' and if
589 # we resync'd to that token, we'd consume until EOF. We need to
630 resync { @input.consume }
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXMCAsmStreamer.cpp 198 CommentStream.resync();
223 CommentStream.resync();
  /external/syslinux/com32/lib/jpeg/
tinyjpeg.c 209 static void resync(struct jdec_private *priv);
678 static void resync(struct jdec_private *priv) function
916 resync(priv);
962 resync(priv);
  /external/valgrind/none/tests/
cmdline1.stdout.exp 135 --resync-filter=no|yes|verbose [yes on MacOS, no on other OSes]
136 attempt to avoid expensive address-space-resync operations
cmdline2.stdout.exp 135 --resync-filter=no|yes|verbose [yes on MacOS, no on other OSes]
136 attempt to avoid expensive address-space-resync operations
  /external/swiftshader/third_party/LLVM/lib/Support/
raw_ostream.cpp 704 /// resync - This is called when the SmallVector we're appending to is changed
707 void raw_svector_ostream::resync() { function in class:raw_svector_ostream
  /external/swiftshader/third_party/LLVM/lib/MC/
MCAsmStreamer.cpp 274 CommentStream.resync();
299 CommentStream.resync();
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
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/
core.py 572 def resync(self, socket=None, cb=None, args=None): member in class:Cache
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Type.cpp 440 TmpStream.resync();
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas     [all...]
Antlr.Runtime.pas 743 /// a token (after a resync). So it will go:
    [all...]
  /prebuilts/sdk/tools/jetifier/jetifier-standalone/lib/
jdom2-2.0.6.jar 

Completed in 1116 milliseconds

1 2