HomeSort by relevance Sort by last modified time
    Searched refs:alts (Results 26 - 50 of 52) sorted by null

12 3

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
sdist.py 236 alts = fn
238 for fn in alts:
246 string.join(alts, ', '))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
sdist.py 236 alts = fn
238 for fn in alts:
246 string.join(alts, ', '))
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
NFAFactory.java 148 /** Can only complement block of simple alts; can complement build_Set()
350 * o->o-'a'..'b'->o->o (last NFAState is blockEndNFAState pointed to by all alts)
366 * o->o-A->o->o (last NFAState is blockEndNFAState pointed to by all alts)
406 // need to predict the alts of this subrule in case there are actions
557 * and then loopback. If A is a block of alts, then there are three
703 List alts = new ArrayList(); local
704 alts.add(wildRoot);
705 alts.add(optionalNodeAlt);
706 StateCluster blk = build_AlternativeBlock(alts);
711 /** Given a collapsed block of alts (a set of atoms), pull ou
    [all...]
ErrorManager.java 190 public static final int MSG_GRAMMAR_NONDETERMINISM = 200; // A predicts alts 1,2
199 public static final int MSG_TOKEN_NONDETERMINISM = 209; // alts of Tokens rule
647 List alts)
650 Message msg = new GrammarUnreachableAltsMessage(probe,alts);
    [all...]
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestCharDFAConversion.java 174 assertEquals("[2]", u.alts.toString());
354 assertEquals("[1]", u.alts.toString());
530 //System.out.println("alts w/o predict state="+nonDetAlts);
532 // first make sure nondeterministic alts are as expected
535 System.err.println("nondeterministic alts (should be empty): "+nonDetAlts);
537 assertEquals("unreachable alts mismatch", 0, nonDetAlts!=null?nonDetAlts.size():0);
541 assertTrue("unreachable alts mismatch",
TestDFAConversion.java 1545 List<Integer> alts = new ArrayList(); local
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
CSharp2.stg 740 block(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <<
753 <alts:{a|<altSwitchCase(i,a)>}>
760 ruleBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <<
771 <alts:{a|<altSwitchCase(i,a)>}>
775 ruleBlockSingleAlt(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,description) ::= <<
780 <alts>
785 blockSingleAlt(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,description) ::= <<
790 <alts>
795 positiveClosureBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <<
811 <alts:{a|<altSwitchCase(i,a)>}
    [all...]
AST.stg 172 alts, description,
195 <alts:rewriteAlt(); separator="else ">
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
CSharp3.stg 716 block(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <<
729 <alts:{a|<altSwitchCase(i,a)>}>
736 ruleBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <<
747 <alts:{a|<altSwitchCase(i,a)>}>
751 ruleBlockSingleAlt(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,description) ::= <<
756 <alts>
761 blockSingleAlt(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,description) ::= <<
766 <alts>
771 positiveClosureBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <<
787 <alts:{a|<altSwitchCase(i,a)>}
    [all...]
AST.stg 170 alts, description,
193 <alts:rewriteAlt(); separator="else ">
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
Delphi.stg 900 block(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <<
909 <alts:altSwitchCase()>
915 ruleBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <<
923 <alts:altSwitchCase()>
927 ruleBlockSingleAlt(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,description) ::= <<
931 <alts>
936 blockSingleAlt(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,description) ::= <<
940 <alts>
945 positiveClosureBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <<
957 <alts:altSwitchCase()
    [all...]
AST.stg 194 alts, description,
218 <alts:rewriteAlt(); separator="else ">
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ObjC.stg 1031 block(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <<
1040 <alts:{a | <altSwitchCase(i, a)>}>
1046 ruleBlock(alts,decls,decision,enclosingBlockLevel,blockLevel,decisionNumber,maxK,maxAlt,description) ::= <
    [all...]
AST.stg 291 alts, description,
315 <alts:rewriteAlt(); separator="else ">
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
AST.stg 162 alts, description,
183 <first(alts):rewriteAltFirst(); anchor>
185 <rest(alts):{a | el<rewriteAltRest(a)>}; anchor, separator="\n\n">
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg     [all...]
AST.stg 244 alts,
273 <alts:rewriteAlt(); separator="else ">
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
AST.stg 146 alts, description,
169 <alts:rewriteAlt(); separator="else ">
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
AST.stg 145 alts, description,
169 <alts:rewriteAlt(); separator="else ">
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
AST.stg 145 alts, description,
168 <alts:rewriteAlt(); separator="else ">
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DecisionProbe.java 80 * which alts are nondeterministic.
86 * ID rule. The state maps to the list of Tokens rule alts that are
106 /** Tracks alts insufficiently covered.
108 * whole alt uncovered. This maps DFA state to the set of alts
116 /** The overall list of alts within the decision that have at least one
123 * the alts are stored in altsWithProblem.
189 /** If no states are dead-ends, no alts are unreachable, there are
209 // no syntactically ambig alts were left unresolved by predicates
238 * conflict resolution or alts w/o accept states).
257 /** Return the sorted list of alts that conflict within a single state
547 Set alts = altToTargetToCallSitesMap.keySet(); local
    [all...]
  /external/chromium_org/v8/src/
jsregexp.cc 5800 ZoneList<GuardedAlternative>* alts = alternatives(); local
    [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 192 * for no viable alts, the decision description and state etc...

Completed in 2505 milliseconds

12 3