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

/external/testng/src/test/java/test/cyclic/
H A DAbstractGenericTests.java1 package test.cyclic;
H A DHibernateConcreteTests.java1 package test.cyclic;
H A DSomeConcreteTests.java1 package test.cyclic;
H A DBaseIntegrationTest.java1 package test.cyclic;
/external/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectsource_test.cc497 Cyclic cyclic; local
498 cyclic.set_m_int(123);
500 Book* book = cyclic.mutable_m_book();
502 Cyclic* current = cyclic.mutable_m_cyclic();
503 Author* current_author = cyclic.add_m_author();
519 Status status = ExecuteTest(cyclic, Cyclic::descriptor());
/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 1050 milliseconds