HomeSort by relevance Sort by last modified time
    Searched defs:resync (Results 1 - 5 of 5) sorted by null

  /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/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/llvm/lib/Support/
raw_ostream.cpp 718 /// resync - This is called when the SmallVector we're appending to is changed
721 void raw_svector_ostream::resync() { function in class:raw_svector_ostream
  /frameworks/av/media/libstagefright/
AVIExtractor.cpp 82 bool resync();
272 bool AVIExtractor::MP3Splitter::resync() { function in class:android::AVIExtractor::MP3Splitter
326 if (!resync()) {
    [all...]

Completed in 390 milliseconds