Searched defs:cyclic (Results 1 - 3 of 3) sorted by relevance

/external/qemu/telephony/
H A Dsim_card.c187 SimFileEFCyclicRec cyclic; member in union:__anon11814
231 /* byte 8 is RFU, except bit 7 for cyclic files, which indicates
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DDFA.java112 /** 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
[all...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 93 milliseconds