OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/openfst/src/include/fst/
determinize.h
156
void operator()(StateId s, LabelMap *
label_map
) {}
575
LabelMap
label_map
;
local
576
LabelSubsets(s, &
label_map
);
578
for (typename LabelMap::iterator liter =
label_map
.begin();
579
liter !=
label_map
.end();
589
void LabelSubsets(StateId s, LabelMap *
label_map
) {
605
typename LabelMap::iterator liter =
label_map
->lower_bound(arc.ilabel);
607
if (liter ==
label_map
->end() || liter->first != arc.ilabel) {
609
label_map
->insert(liter, make_pair(arc.ilabel, dest_subset));
618
(*filter_)(s,
label_map
);
[
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];
Completed in 196 milliseconds