/external/openfst/src/include/fst/ |
D | shortest-path.h | 90 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 …]
|
D | rational.h | 55 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()
|
D | edit-fst.h | 158 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 …]
|
D | add-on.h | 152 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()
|
D | complement.h | 51 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()
|
D | relabel.h | 89 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()
|
D | vector-fst.h | 187 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 …]
|
D | determinize.h | 357 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 …]
|
D | concat.h | 67 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()
|
D | reweight.h | 56 fst->SetProperties(kError, kError); in Reweight() 64 fst->SetProperties(kError, kError); in Reweight() 139 fst->SetProperties(ReweightProperties( in Reweight()
|
D | union.h | 66 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()
|
D | topsort.h | 102 fst->SetProperties(kAcyclic | kInitialAcyclic | kTopSorted, in TopSort() 105 fst->SetProperties(kCyclic | kNotTopSorted, kCyclic | kNotTopSorted); in TopSort()
|
D | compose.h | 107 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()
|
D | statesort.h | 45 fst->SetProperties(kError, kError); in StateSort() 92 fst->SetProperties(props, kFstProperties); in StateSort()
|
D | rmepsilon.h | 268 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()
|
D | mutable-fst.h | 55 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);
|
D | fst.h | 126 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);
|
D | arc-map.h | 147 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()
|
D | state-map.h | 115 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()
|
D | cache.h | 113 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()
|
D | intersect.h | 77 GetImpl()->SetProperties(kError); 89 GetImpl()->SetProperties(kError); in IntersectFst()
|
/external/openfst/src/include/fst/script/ |
D | compile-impl.h | 77 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/ |
D | SetProperties.cpp | 30 HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties) in SetProperties() function 71 RINOK(setProperties->SetProperties(&names.Front(), values, names.Size())); in SetProperties()
|
D | SetProperties.h | 8 HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties);
|
/external/openfst/src/include/fst/extensions/ngram/ |
D | ngram-fst.h | 72 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()
|