Searched refs:dfa2 (Results 1 - 13 of 13) sorted by relevance

/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
H A DSimpleCParser.h75 DFA2 *dfa2; variable
H A DSimpleCParser.m325 dfa2 = [DFA2 newDFA2WithRecognizer:self];
334 [dfa2 release];
431 alt2 = [dfa2 predict:input];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
H A DSimpleCParser.h372 DFA2 *dfa2; variable
H A DSimpleCParser.m933 dfa2 = [DFA2 newDFA2WithRecognizer:self];
944 [dfa2 release];
1107 alt2 = [dfa2 predict:input];
H A DSimpleCParser.java174 alt2 = dfa2.predict(input);
1692 protected DFA2 dfa2 = new DFA2(this); field in class:SimpleCParser
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
H A DSimpleCParser.h273 DFA2 *dfa2; variable
H A DSimpleCParser.m820 dfa2 = [DFA2 newDFA2WithRecognizer:self];
832 [dfa2 release];
976 alt2 = [dfa2 predict:input];
H A DSimpleCParser.java174 alt2 = dfa2.predict(input);
1692 protected DFA2 dfa2 = new DFA2(this); field in class:SimpleCParser
/external/openfst/src/test/
H A Dalgo_test.h1082 DeterminizeFst<Arc> dfa2(vfsa2);
1085 bool equiv1 = Equivalent(dfa1, dfa2);
1091 VectorFst<Arc> sdfa2(dfa2);
1123 DeterminizeFst<StdArc> dfa2(ifsa);
1124 return Equivalent(dfa1, dfa2);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
H A DDebugGrammarParser.cs312 alt2 = dfa2.Predict(input);
1437 DFA2 dfa2; field in class:DebugGrammarParser
1442 dfa2 = new DFA2( this );
H A DProfileGrammarParser.cs316 alt2 = dfa2.Predict(input);
1441 DFA2 dfa2; field in class:ProfileGrammarParser
1446 dfa2 = new DFA2( this );
/external/doclava/src/com/google/doclava/parser/
H A DJavaParser.java488 alt2 = dfa2.predict(input);
15941 protected DFA2 dfa2 = new DFA2(this); field in class:JavaParser
/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 348 milliseconds