HomeSort by relevance Sort by last modified time
    Searched refs:SetProperties (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
vector-fst.h 179 using FstImpl<A>::SetProperties;
194 SetProperties(kNullProperties | kStaticProperties);
208 SetProperties(Properties() & kSetStartProperties);
210 SetProperties(Properties() | kInitialAcyclic);
216 SetProperties(Properties() & ~kWeighted);
219 SetProperties(Properties() | kWeighted);
220 SetProperties(Properties() & ~kUnweighted);
222 SetProperties(Properties() &
228 SetProperties(Properties() & kAddStateProperties);
235 SetProperties(Properties() | kNotAcceptor)
    [all...]
rational.h 47 using FstImpl<A>::SetProperties;
81 SetProperties(UnionProperties(props1, props2, true), kCopyProperties);
104 SetProperties(ConcatProperties(props1, props2, true), kCopyProperties);
131 SetProperties(ClosureProperties(props, closure_type == CLOSURE_STAR, true),
148 SetProperties(UnionProperties(props1, props2, true), kCopyProperties);
164 SetProperties(ConcatProperties(props1, props2, true), kCopyProperties);
172 SetProperties(ClosureProperties(props, closure_type == CLOSURE_STAR, true),
213 impl_->SetProperties(test, known);
topsort.h 97 fst->SetProperties(kAcyclic | kInitialAcyclic | kTopSorted,
100 fst->SetProperties(kCyclic | kNotTopSorted, kCyclic | kNotTopSorted);
difference.h 61 Impl()->SetProperties(DifferenceProperties(props1, props2),
75 Impl()->SetProperties(DifferenceProperties(props1, props2),
intersect.h 55 Impl()->SetProperties(IntersectProperties(props1, props2),
67 Impl()->SetProperties(IntersectProperties(props1, props2),
arcsort.h 64 fst->SetProperties(comp.Properties(props), kFstProperties);
74 using FstImpl<A>::SetProperties;
95 SetProperties(comp_.Properties(props));
103 SetProperties(impl.Properties(), kCopyProperties);
224 impl_->SetProperties(test, known);
union.h 68 fst1->SetProperties(props2, kCopyProperties);
80 fst1->SetProperties(UnionProperties(props1, props2), kFstProperties);
reverse.h 77 ofst->SetProperties(ReverseProperties(iprops) | oprops, kFstProperties);
statesort.h 83 fst->SetProperties(props, kFstProperties);
  /external/openfst/src/include/fst/
topsort.h 102 fst->SetProperties(kAcyclic | kInitialAcyclic | kTopSorted,
105 fst->SetProperties(kCyclic | kNotTopSorted, kCyclic | kNotTopSorted);
shortest-path.h 90 if (ifst.Properties(kError, false)) ofst->SetProperties(kError, kError);
108 ofst->SetProperties(kError, kError);
115 ofst->SetProperties(kError, kError);
122 ofst->SetProperties(kError, kError);
149 ofst->SetProperties(kError, kError);
171 ofst->SetProperties(kError, kError);
200 if (ifst.Properties(kError, false)) ofst->SetProperties(kError, kError);
201 ofst->SetProperties(
293 ofst->SetProperties(kError, kError);
322 if (ifst.Properties(kError, false)) ofst->SetProperties(kError, kError)
    [all...]
add-on.h 152 using FstImpl<Arc>::SetProperties;
159 SetProperties(fst_.Properties(kFstProperties, false));
168 SetProperties(fst_.Properties(kFstProperties, false));
176 SetProperties(fst_.Properties(kCopyProperties, false));
286 SetProperties(kExpanded);
complement.h 51 using FstImpl<A>::SetProperties;
66 SetProperties(ComplementProperties(props), kCopyProperties);
74 SetProperties(impl.Properties(), kCopyProperties);
121 SetProperties(kError, kError);
158 GetImpl()->SetProperties(kError, kError);
edit-fst.h 154 edits_.SetProperties(props, mask);
385 using FstImpl<A>::SetProperties;
437 SetProperties(impl.Properties());
509 SetProperties(SetStartProperties(FstImpl<A>::Properties()));
516 SetProperties(SetFinalProperties(FstImpl<A>::Properties(), old_weight, w));
522 SetProperties(AddStateProperties(FstImpl<A>::Properties()));
530 SetProperties(AddArcProperties(FstImpl<A>::Properties(), s, arc, prev_arc));
536 SetProperties(kError, kError);
546 SetProperties(DeleteArcsProperties(FstImpl<A>::Properties()));
553 SetProperties(DeleteArcsProperties(FstImpl<A>::Properties()))
    [all...]
reweight.h 56 fst->SetProperties(kError, kError);
64 fst->SetProperties(kError, kError);
139 fst->SetProperties(ReweightProperties(
union.h 55 // fst1->SetProperties(kError, kError);
66 if (props2 & kError) fst1->SetProperties(kError, kError);
93 fst1->SetProperties(props2, kCopyProperties);
105 fst1->SetProperties(UnionProperties(props1, props2), kFstProperties);
rational.h 55 using FstImpl<A>::SetProperties;
115 SetProperties(kError, kError);
138 SetProperties(UnionProperties(props1, props2, true), kCopyProperties);
161 SetProperties(ConcatProperties(props1, props2, true), kCopyProperties);
188 SetProperties(ClosureProperties(props, closure_type == CLOSURE_STAR, true),
207 SetProperties(UnionProperties(props1, props2, true), kCopyProperties);
228 SetProperties(ConcatProperties(props1, props2, true), kCopyProperties);
237 SetProperties(ClosureProperties(props, closure_type == CLOSURE_STAR, true),
statesort.h 45 fst->SetProperties(kError, kError);
92 fst->SetProperties(props, kFstProperties);
concat.h 58 // fst1->SetProperties(kError, kError);
67 if (props2 & kError) fst1->SetProperties(kError, kError);
101 fst1->SetProperties(ConcatProperties(props1, props2), kFstProperties);
123 // fst2->SetProperties(kError, kError);
132 if (props1 & kError) fst2->SetProperties(kError, kError);
160 fst2->SetProperties(ConcatProperties(props1, props2), kFstProperties);
determinize.h 136 using FstImpl<A>::SetProperties;
157 SetProperties(DeterminizeProperties(props,
169 SetProperties(impl.Properties(), kCopyProperties);
240 using FstImpl<A>::SetProperties;
270 SetProperties(kError, kError);
275 SetProperties(kError, kError);
290 SetProperties(kError, kError);
308 SetProperties(kError, kError);
332 SetProperties(kError, kError);
444 SetProperties(kError, kError)
    [all...]
intersect.h 77 GetImpl()->SetProperties(kError);
89 GetImpl()->SetProperties(kError);
relabel.h 85 fst->SetProperties(kError, kError);
97 fst->SetProperties(kError, kError);
107 fst->SetProperties(RelabelProperties(props), kFstProperties);
189 using FstImpl<A>::SetProperties;
215 SetProperties(RelabelProperties(props));
246 SetProperties(RelabelProperties(props));
280 SetProperties(impl.Properties(), kCopyProperties);
328 SetProperties(kError, kError);
mutable-fst.h 55 virtual void SetProperties(uint64 props,
269 virtual void SetProperties(uint64 props, uint64 mask) {
275 GetImpl()->SetProperties(props, mask);
370 GetImpl()->SetProperties(kError, kError);
reverse.h 86 ofst->SetProperties(ReverseProperties(iprops) | oprops, kFstProperties);
  /external/openfst/src/include/fst/script/
compile-impl.h 76 fst_.SetProperties(kError, kError);
148 fst_.SetProperties(kError, kError);
156 fst_.SetProperties(kError, kError);
193 fst_.SetProperties(kError, kError);

Completed in 420 milliseconds

1 2 3