Home
last modified time | relevance | path

Searched refs:SetProperties (Results 1 – 25 of 62) sorted by relevance

123

/external/openfst/src/include/fst/
Dshortest-path.h90 if (ifst.Properties(kError, false)) ofst->SetProperties(kError, kError); in SingleShortestPath()
108 ofst->SetProperties(kError, kError); in SingleShortestPath()
115 ofst->SetProperties(kError, kError); in SingleShortestPath()
122 ofst->SetProperties(kError, kError); in SingleShortestPath()
149 ofst->SetProperties(kError, kError); in SingleShortestPath()
171 ofst->SetProperties(kError, kError); in SingleShortestPath()
200 if (ifst.Properties(kError, false)) ofst->SetProperties(kError, kError); in SingleShortestPath()
201 ofst->SetProperties( in SingleShortestPath()
293 ofst->SetProperties(kError, kError);
322 if (ifst.Properties(kError, false)) ofst->SetProperties(kError, kError);
[all …]
Drational.h55 using FstImpl<A>::SetProperties;
115 SetProperties(kError, kError); in Properties()
138 SetProperties(UnionProperties(props1, props2, true), kCopyProperties); in InitUnion()
161 SetProperties(ConcatProperties(props1, props2, true), kCopyProperties); in InitConcat()
188 SetProperties(ClosureProperties(props, closure_type == CLOSURE_STAR, true), in InitClosure()
207 SetProperties(UnionProperties(props1, props2, true), kCopyProperties); in AddUnion()
228 SetProperties(ConcatProperties(props1, props2, true), kCopyProperties); in AddConcat()
237 SetProperties(ClosureProperties(props, closure_type == CLOSURE_STAR, true), in AddClosure()
Dedit-fst.h158 edits_.SetProperties(props, mask); in SetEditedProperties()
389 using FstImpl<A>::SetProperties;
442 SetProperties(impl.Properties()); in EditFstImpl()
514 SetProperties(SetStartProperties(FstImpl<A>::Properties())); in SetStart()
521 SetProperties(SetFinalProperties(FstImpl<A>::Properties(), old_weight, w)); in SetFinal()
527 SetProperties(AddStateProperties(FstImpl<A>::Properties())); in AddState()
535 SetProperties(AddArcProperties(FstImpl<A>::Properties(), s, arc, prev_arc)); in AddArc()
541 SetProperties(kError, kError); in DeleteStates()
551 SetProperties(DeleteArcsProperties(FstImpl<A>::Properties())); in DeleteArcs()
558 SetProperties(DeleteArcsProperties(FstImpl<A>::Properties())); in DeleteArcs()
[all …]
Dadd-on.h152 using FstImpl<Arc>::SetProperties;
159 SetProperties(fst_.Properties(kFstProperties, false)); in fst_()
168 SetProperties(fst_.Properties(kFstProperties, false)); in fst_()
176 SetProperties(fst_.Properties(kCopyProperties, false)); in AddOnImpl()
286 SetProperties(kExpanded); in AddOnImpl()
Dcomplement.h51 using FstImpl<A>::SetProperties;
66 SetProperties(ComplementProperties(props), kCopyProperties); in ComplementFstImpl()
74 SetProperties(impl.Properties(), kCopyProperties); in ComplementFstImpl()
121 SetProperties(kError, kError); in Properties()
158 GetImpl()->SetProperties(kError, kError); in ComplementFst()
Drelabel.h89 fst->SetProperties(kError, kError); in Relabel()
101 fst->SetProperties(kError, kError); in Relabel()
111 fst->SetProperties(RelabelProperties(props), kFstProperties); in Relabel()
193 using FstImpl<A>::SetProperties;
219 SetProperties(RelabelProperties(props)); in RelabelFstImpl()
250 SetProperties(RelabelProperties(props)); in RelabelFstImpl()
284 SetProperties(impl.Properties(), kCopyProperties); in RelabelFstImpl()
332 SetProperties(kError, kError); in Properties()
Dvector-fst.h187 using FstImpl<A>::SetProperties;
203 SetProperties(kNullProperties | kStaticProperties); in VectorFstImpl()
215 SetProperties(SetStartProperties(Properties())); in SetStart()
221 SetProperties(SetFinalProperties(Properties(), ow, w)); in SetFinal()
226 SetProperties(AddStateProperties(Properties())); in AddState()
240 SetProperties(AddArcProperties(Properties(), s, arc, parc)); in AddArc()
247 SetProperties(DeleteStatesProperties(Properties())); in DeleteStates()
252 SetProperties(DeleteAllStatesProperties(Properties(), in DeleteStates()
266 SetProperties(DeleteArcsProperties(Properties())); in DeleteArcs()
273 SetProperties(DeleteArcsProperties(Properties())); in DeleteArcs()
[all …]
Ddeterminize.h357 using FstImpl<A>::SetProperties;
381 SetProperties(F::Properties(dprops), kCopyProperties); in DeterminizeFstImplBase()
390 SetProperties(impl.Properties(), kCopyProperties); in DeterminizeFstImplBase()
461 using FstImpl<A>::SetProperties;
483 SetProperties(kError, kError); in DeterminizeFsaImpl()
488 SetProperties(kError, kError); in DeterminizeFsaImpl()
503 SetProperties(kError, kError); in DeterminizeFsaImpl()
521 SetProperties(kError, kError); in Properties()
545 SetProperties(kError, kError); in ComputeFinal()
644 SetProperties(kError, kError); in AddArc()
[all …]
Dconcat.h67 if (props2 & kError) fst1->SetProperties(kError, kError); in Concat()
101 fst1->SetProperties(ConcatProperties(props1, props2), kFstProperties); in Concat()
132 if (props1 & kError) fst2->SetProperties(kError, kError); in Concat()
160 fst2->SetProperties(ConcatProperties(props1, props2), kFstProperties); in Concat()
Dreweight.h56 fst->SetProperties(kError, kError); in Reweight()
64 fst->SetProperties(kError, kError); in Reweight()
139 fst->SetProperties(ReweightProperties( in Reweight()
Dunion.h66 if (props2 & kError) fst1->SetProperties(kError, kError); in Union()
93 fst1->SetProperties(props2, kCopyProperties); in Union()
105 fst1->SetProperties(UnionProperties(props1, props2), kFstProperties); in Union()
Dtopsort.h102 fst->SetProperties(kAcyclic | kInitialAcyclic | kTopSorted, in TopSort()
105 fst->SetProperties(kCyclic | kNotTopSorted, kCyclic | kNotTopSorted); in TopSort()
Dcompose.h107 using FstImpl<A>::SetProperties;
132 SetProperties(kError, kError); in ComposeFstImplBase()
141 SetProperties(impl.Properties(), kCopyProperties); in ComposeFstImplBase()
217 using FstImpl<Arc>::SetProperties;
258 SetProperties(kError, kError); in Properties()
401 SetProperties(kError, kError); in ComposeFstImpl()
413 SetProperties(filter_->Properties(cprops), kCopyProperties); in ComposeFstImpl()
414 if (state_table_->Error()) SetProperties(kError, kError); in ComposeFstImpl()
572 impl->SetProperties(kError, kError); in CreateBase2()
Dstatesort.h45 fst->SetProperties(kError, kError); in StateSort()
92 fst->SetProperties(props, kFstProperties); in StateSort()
Drmepsilon.h268 fst->SetProperties(kError, kError); in RmEpsilon()
316 fst->SetProperties(kError, kError); in RmEpsilon()
317 fst->SetProperties( in RmEpsilon()
382 using FstImpl<A>::SetProperties;
409 SetProperties(RmEpsilonProperties(props, true), kCopyProperties); in RmEpsilonFstImpl()
423 SetProperties(impl.Properties(), kCopyProperties); in RmEpsilonFstImpl()
470 SetProperties(kError, kError); in Properties()
Dmutable-fst.h55 virtual void SetProperties(uint64 props,
269 virtual void SetProperties(uint64 props, uint64 mask) { in SetProperties() function
275 GetImpl()->SetProperties(props, mask); in SetProperties()
370 GetImpl()->SetProperties(kError, kError);
Dfst.h126 void SetProperties(uint64 properties) { properties_ = properties; } in SetProperties() function
629 void SetProperties(uint64 props) { in SetProperties() function
634 void SetProperties(uint64 props, uint64 mask) { in SetProperties() function
640 void SetProperties(uint64 props, uint64 mask) const { in SetProperties() function
693 hdr->SetProperties(properties_); in WriteHeader()
721 hdr->SetProperties(properties); in WriteFstHeader()
860 impl_->SetProperties(testprops, knownprops); in Properties()
917 GetImpl()->SetProperties(kError, kError);
Darc-map.h147 fst->SetProperties(kError, kError); in ArcMap()
184 fst->SetProperties(mapper->Properties(props), kFstProperties); in ArcMap()
219 if (iprops & kError) ofst->SetProperties(kError, kError); in ArcMap()
253 ofst->SetProperties(kError, kError); in ArcMap()
286 ofst->SetProperties(mapper->Properties(iprops) | oprops, kFstProperties); in ArcMap()
314 using FstImpl<B>::SetProperties;
384 SetProperties(kError, kError); in Final()
435 SetProperties(kError, kError); in Properties()
503 SetProperties(kNullProperties); in Init()
507 SetProperties(mapper_->Properties(props)); in Init()
Dstate-map.h115 fst->SetProperties(mapper->Properties(props), kFstProperties); in StateMap()
149 if (iprops & kError) ofst->SetProperties(kError, kError); in StateMap()
170 ofst->SetProperties(mapper->Properties(iprops) | oprops, kFstProperties); in StateMap()
190 using FstImpl<B>::SetProperties;
285 SetProperties(kError, kError); in Properties()
315 SetProperties(mapper_->Properties(props)); in Init()
Dcache.h113 using FstImpl<Arc>::SetProperties;
238 SetProperties(AddArcProperties(Properties(), s, arc, parc)); in AddArc()
298 SetProperties(DeleteArcsProperties(Properties())); in DeleteArcs()
312 SetProperties(DeleteArcsProperties(Properties())); in DeleteArcs()
334 SetProperties(DeleteStatesProperties(Properties())); in DeleteStates()
361 SetProperties(DeleteAllStatesProperties(Properties(), in DeleteStates()
831 impl_->SetProperties(properties); in SetValue()
Dintersect.h77 GetImpl()->SetProperties(kError);
89 GetImpl()->SetProperties(kError); in IntersectFst()
/external/openfst/src/include/fst/script/
Dcompile-impl.h77 fst_.SetProperties(kError, kError);
149 fst_.SetProperties(kError, kError);
157 fst_.SetProperties(kError, kError);
194 fst_.SetProperties(kError, kError); in StrToWeight()
/external/lzma/CPP/7zip/UI/Common/
DSetProperties.cpp30 HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties) in SetProperties() function
71 RINOK(setProperties->SetProperties(&names.Front(), values, names.Size())); in SetProperties()
DSetProperties.h8 HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties);
/external/openfst/src/include/fst/extensions/ngram/
Dngram-fst.h72 using FstImpl<A>::SetProperties;
84 SetProperties(kStaticProperties); in NGramFstImpl()
288 SetProperties(kStaticProperties); in NGramFstImpl()
294 SetProperties(kError, kError); in NGramFstImpl()
307 SetProperties(kError, kError); in NGramFstImpl()
383 SetProperties(kError, kError); in NGramFstImpl()
388 SetProperties(kError, kError); in NGramFstImpl()
395 SetProperties(kError, kError); in NGramFstImpl()
502 SetProperties(kError, kError); in NGramFstImpl()
554 SetProperties(kError, kError); in Init()

123