HomeSort by relevance Sort by last modified time
    Searched defs:reduced (Results 1 - 10 of 10) 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/skia/tests/
PathOpsConicLineIntersectionTest.cpp 105 SkPoint reduced[3]; local
106 SkPath::Verb order1 = SkReduceOrder::Conic(pts, conic.fWeight, reduced);
  /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...]
  /external/v8/src/compiler/
js-typed-lowering.cc 148 Reduction reduced = lowering_->ReduceJSToStringInput(node); local
149 if (reduced.Changed()) return reduced.replacement();
158 Reduction reduced = lowering_->ReduceJSToNumberInput(node); local
159 if (reduced.Changed()) return reduced.replacement();
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapFactoryTest.java 431 Bitmap reduced = BitmapFactory.decodeResource(mRes, R.drawable.robot, options); local
433 options.inBitmap = reduced;
452 Bitmap reduced = BitmapFactory.decodeResource(mRes, R.drawable.robot, options); local
454 assertSame(original, reduced);
455 assertEquals(originalSize, reduced.getAllocationByteCount());
456 assertEquals(originalSize, reduced.getByteCount() * 16);
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.sat4j.pb_2.3.5.v201308161310.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.sat4j.pb_2.3.5.v20130525.jar 
  /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 641 milliseconds