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

  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DFA.java 112 /** While building the DFA, track max lookahead depth if not cyclic */
121 protected boolean cyclic = false; field in class:DFA
246 // must be after verify as it computes cyclic, needed by this routine
270 * of integers starting from 0. Only cyclic DFA can have unused positions
546 " dec "+s.dfa.decisionNumber+" cyclic="+s.dfa.isCyclic());
722 /** Is this DFA cyclic? That is, are there any loops? If not, then
729 return cyclic && getUserMaxLookahead()==0;
786 // not cyclic; don't worry about termination
868 /** Compute cyclic w/o relying on state computed during analysis. just check. */
870 boolean cyclic = _hasCycle(startState, new HashMap<DFAState, Integer>())
    [all...]
  /external/qemu/telephony/
sim_card.c 187 SimFileEFCyclicRec cyclic; member in union:__anon11436
231 /* byte 8 is RFU, except bit 7 for cyclic files, which indicates
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilt/common/antlr/
antlr-3.4-complete.jar 

Completed in 181 milliseconds