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

  /external/bison/src/
reduce.c 149 Consider only the (partially) reduced grammar which has only
152 The result is the set P of productions in the reduced grammar,
153 and the set V of symbols in the reduced grammar.
402 bool reduced;
404 /* Allocate the global sets used to compute the reduced grammar */
414 reduced = (nuseless_nonterminals + nuseless_productions > 0);
415 if (!reduced)
427 renumbered only in the reduced grammar. */
435 grammar_dump (stderr, "Reduced Grammar");
437 fprintf (stderr, "reduced %s defines %d terminals, %d nonterminals
399 bool reduced; local
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DFA.java 115 /** Is this DFA reduced? I.e., can all states lead to an accept state? */
116 protected boolean reduced = true; field in class:DFA
713 /** Is the DFA reduced? I.e., does every state have a path to an accept
719 return reduced;
899 * 1. it's reduced
914 * modify the instance variable 'reduced' to indicate if we find
916 * that the overall DFA is not reduced. This algorithm should b
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapFactoryTest.java 345 Bitmap reduced = BitmapFactory.decodeResource(mRes, R.drawable.robot, options); local
347 options.inBitmap = reduced;
366 Bitmap reduced = BitmapFactory.decodeResource(mRes, R.drawable.robot, options); local
368 assertSame(original, reduced);
369 assertEquals(originalSize, reduced.getAllocationByteCount());
370 assertEquals(originalSize, reduced.getByteCount() * 16);
  /external/chromium_org/third_party/ply/
yacc.py 1153 reduced = 0 variable in class:Production
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 246 milliseconds