HomeSort by relevance Sort by last modified time
    Searched full:label_map (Results 1 - 6 of 6) 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 288 LabelMap label_map; local
289 LabelSubsets(s, &label_map);
291 for (typename LabelMap::iterator liter = label_map.begin();
292 liter != label_map.end();
302 void LabelSubsets(StateId s, LabelMap *label_map) {
315 Subset* &dest_subset = (*label_map)[arc.ilabel];
  /external/chromium_org/tools/gen_keyboard_overlay_data/
gen_keyboard_overlay_data.py 58 LABEL_MAP = {
341 line['label'] = LABEL_MAP.get(line['label'], line['label'])
  /external/nanopb-c/generator/proto/google/protobuf/
descriptor.proto 138 // TODO(sanjay): Should we add LABEL_MAP?
  /external/protobuf/src/google/protobuf/
descriptor.proto 127 // TODO(sanjay): Should we add LABEL_MAP?
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.proto 138 // TODO(sanjay): Should we add LABEL_MAP?

Completed in 298 milliseconds