/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | vector-fst.h | 179 using FstImpl<A>::SetProperties; 194 SetProperties(kNullProperties | kStaticProperties); in VectorFstImpl() 208 SetProperties(Properties() & kSetStartProperties); in SetStart() 210 SetProperties(Properties() | kInitialAcyclic); in SetStart() 216 SetProperties(Properties() & ~kWeighted); in SetFinal() 219 SetProperties(Properties() | kWeighted); in SetFinal() 220 SetProperties(Properties() & ~kUnweighted); in SetFinal() 222 SetProperties(Properties() & in SetFinal() 228 SetProperties(Properties() & kAddStateProperties); in AddState() 235 SetProperties(Properties() | kNotAcceptor); in AddArc() [all …]
|
D | rational.h | 47 using FstImpl<A>::SetProperties; 81 SetProperties(UnionProperties(props1, props2, true), kCopyProperties); in InitUnion() 104 SetProperties(ConcatProperties(props1, props2, true), kCopyProperties); in InitConcat() 131 SetProperties(ClosureProperties(props, closure_type == CLOSURE_STAR, true), in InitClosure() 148 SetProperties(UnionProperties(props1, props2, true), kCopyProperties); in AddUnion() 164 SetProperties(ConcatProperties(props1, props2, true), kCopyProperties); in AddConcat() 172 SetProperties(ClosureProperties(props, closure_type == CLOSURE_STAR, true), in AddClosure() 213 impl_->SetProperties(test, known); in Properties()
|
D | arcsort.h | 64 fst->SetProperties(comp.Properties(props), kFstProperties); in ArcSort() 74 using FstImpl<A>::SetProperties; 95 SetProperties(comp_.Properties(props)); in ArcSortFstImpl() 103 SetProperties(impl.Properties(), kCopyProperties); in ArcSortFstImpl() 224 impl_->SetProperties(test, known); in Properties()
|
D | topsort.h | 97 fst->SetProperties(kAcyclic | kInitialAcyclic | kTopSorted, in TopSort() 100 fst->SetProperties(kCyclic | kNotTopSorted, kCyclic | kNotTopSorted); in TopSort()
|
D | intersect.h | 55 Impl()->SetProperties(IntersectProperties(props1, props2), in IntersectFst() 67 Impl()->SetProperties(IntersectProperties(props1, props2), in IntersectFst()
|
D | difference.h | 61 Impl()->SetProperties(DifferenceProperties(props1, props2), in DifferenceFst() 75 Impl()->SetProperties(DifferenceProperties(props1, props2), in DifferenceFst()
|
/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 | 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 | 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 | 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 | statesort.h | 45 fst->SetProperties(kError, kError); in StateSort() 92 fst->SetProperties(props, kFstProperties); in StateSort()
|
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 | 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()
|
/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/chromium_org/chromeos/network/ |
D | network_configuration_handler_unittest.cc | 247 TEST_F(NetworkConfigurationHandlerTest, SetProperties) { in TEST_F() argument 258 SetProperties(_, _, _, _)).WillOnce( in TEST_F() 261 network_configuration_handler_->SetProperties( in TEST_F() 281 SetProperties(_, _, _, _)).WillOnce( in TEST_F() 284 network_configuration_handler_->SetProperties( in TEST_F() 318 SetProperties(_, _, _, _)).WillOnce( in TEST_F() 321 network_configuration_handler_->SetProperties( in TEST_F() 517 network_configuration_handler_->SetProperties( in TEST_F() 567 network_configuration_handler_->SetProperties( in TEST_F()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | SetProperties.cpp | 29 HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties) in SetProperties() function 70 RINOK(setProperties->SetProperties(&names.Front(), values, names.Size())); in SetProperties()
|
/external/chromium_org/chrome/browser/extensions/api/audio/ |
D | audio_api.cc | 82 scoped_ptr<api::audio::SetProperties::Params> params( in RunSync() 83 api::audio::SetProperties::Params::Create(*args_)); in RunSync()
|