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

  /cts/tools/dasm/src/java_cup/
production.java 287 * @param label_map a hash table mapping labels to positions in the RHS.
293 Hashtable label_map, /* map from labels to positions in the RHS */
301 label_pos = (Integer)label_map.get(id_str);
348 * @param label_map a hash table mapping labels to positions in the RHS.
354 Hashtable label_map, /* map from labels to RHS positions */
393 label_translate(id_str, act_pos, label_map,label_types));
443 Hashtable label_map = new Hashtable(11); local
459 label_map.put(part.label(), new Integer(pos));
466 label_map.put("RESULT", new Integer(-1));
477 act_part.code_string(), pos, label_map, label_types)) local
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
determinize.h 290 LabelMap label_map; local
291 LabelSubsets(s, &label_map);
293 for (typename LabelMap::iterator liter = label_map.begin();
294 liter != label_map.end();
304 void LabelSubsets(StateId s, LabelMap *label_map) {
317 Subset* &dest_subset = (*label_map)[arc.ilabel];
  /external/openfst/src/include/fst/
determinize.h 386 LabelMap label_map; local
387 LabelSubsets(s, &label_map);
389 for (typename LabelMap::iterator liter = label_map.begin();
390 liter != label_map.end();
400 void LabelSubsets(StateId s, LabelMap *label_map) {
413 Subset* &dest_subset = (*label_map)[arc.ilabel];

Completed in 57 milliseconds