HomeSort by relevance Sort by last modified time
    Searched refs:REDUCE (Results 1 - 22 of 22) sorted by null

  /cts/tools/dasm/src/java_cup/
parse_action.java 5 * Full entries will either be SHIFT(state_num), REDUCE(production), or ERROR.
42 /** Constants for action type -- reduce action. */
43 public static final int REDUCE = 2;
reduce_action.java 4 /** This class represents a reduce action within the parse table.
34 /** The production we reduce with. */
37 /** The production we reduce with. */
45 public int kind() {return REDUCE;}
79 return "REDUCE(" + reduce_with().index() + ")";
parse_action_row.java 53 /** Default (reduce) action for this row. -1 will represent default
62 /** Compute the default (reduce) action for this row and store it in
86 if (under_term[i].kind() == parse_action.REDUCE)
88 /* count the reduce in the proper production slot and keep the
parse_action_table.java 9 * reduce, or an error.
71 /* look at the action entry to see if its a reduce */
73 if (act != null && act.kind() == parse_action.REDUCE)
emit.java 34 * (shift, reduce, or error) under each lookahead symbol.<br>
35 * <dt> reduce-goto table
36 * <dd> when a reduce on a given production is taken, the parse stack is
67 do_reduce_table - emit declaration and init for the reduce-goto table
91 not_reduced - count of number of productions that never reduce.
207 /** Time to produce the reduce-goto table. */
478 * @param compact_reduces do we use the most frequent reduce as default?
528 /* reduce actions get negated entries of production# + 1 */
529 else if (act.kind() == parse_action.REDUCE)
564 /** Emit the reduce-goto table
    [all...]
  /external/tcpdump/
in_cksum.c 55 #define REDUCE {l_util.l = sum; sum = l_util.s[0] + l_util.s[1]; ADDCARRY(sum);}
97 REDUCE;
123 REDUCE;
128 REDUCE;
147 REDUCE;
  /external/opencv3/modules/imgproc/src/opencl/
moments.cl 161 #define REDUCE(d) \
177 REDUCE(16);
178 REDUCE(8);
179 REDUCE(4);
180 REDUCE(2);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pickle.py 116 REDUCE = 'R' # apply callable to argtuple, both on stack
290 reduce = dispatch_table.get(t)
291 if reduce:
292 rv = reduce(obj)
304 reduce = getattr(obj, "__reduce_ex__", None)
305 if reduce:
306 rv = reduce(self.proto)
308 reduce = getattr(obj, "__reduce__", None)
309 if reduce:
310 rv = reduce()
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pickle.py 116 REDUCE = 'R' # apply callable to argtuple, both on stack
290 reduce = dispatch_table.get(t)
291 if reduce:
292 rv = reduce(obj)
304 reduce = getattr(obj, "__reduce_ex__", None)
305 if reduce:
306 rv = reduce(self.proto)
308 reduce = getattr(obj, "__reduce__", None)
309 if reduce:
310 rv = reduce()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickle.py 116 REDUCE = 'R' # apply callable to argtuple, both on stack
290 reduce = dispatch_table.get(t)
291 if reduce:
292 rv = reduce(obj)
304 reduce = getattr(obj, "__reduce_ex__", None)
305 if reduce:
306 rv = reduce(self.proto)
308 reduce = getattr(obj, "__reduce__", None)
309 if reduce:
310 rv = reduce()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickle.py 116 REDUCE = 'R' # apply callable to argtuple, both on stack
290 reduce = dispatch_table.get(t)
291 if reduce:
292 rv = reduce(obj)
304 reduce = getattr(obj, "__reduce_ex__", None)
305 if reduce:
306 rv = reduce(self.proto)
308 reduce = getattr(obj, "__reduce__", None)
309 if reduce:
310 rv = reduce()
    [all...]
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/
Parser.java 30 private final static int REDUCE = 1;
166 case REDUCE:
169 case 0: /* reduce ANone1Grammar */
175 case 1: /* reduce AOne1Grammar */
181 case 2: /* reduce AMany1Grammar */
187 case 3: /* reduce ADataCommand */
193 case 4: /* reduce AAcommentcommand1Command */
199 case 5: /* reduce AAcommentcommand2Command */
205 case 6: /* reduce AVarCommand */
211 case 7: /* reduce ALvarCommand *
    [all...]
  /external/opencv3/modules/core/src/
gl_core_3_1.hpp 442 REDUCE = 0x8016,
    [all...]
  /external/robolectric/v3/libs/
vtd-xml-2.11.jar 
  /frameworks/opt/setupwizard/tools/docs/
jsilver.jar 
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/ximpleware/vtd-xml/2.11/
vtd-xml-2.11.jar 
  /external/testng/ant/3rdparty/
doclava-1.0.3.jar 

Completed in 1923 milliseconds