Searched defs:Properties (Results 1 - 25 of 131) sorted by last modified time

123456

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Darcsort.h34 // Properties(uint64) that specifies the known properties of the
46 uint64 props = fst->Properties(kFstProperties, false);
64 fst->SetProperties(comp.Properties(props), kFstProperties);
75 using FstImpl<A>::Properties;
94 uint64 props = fst_->Properties(kCopyProperties, false);
95 SetProperties(comp_.Properties(props));
103 SetProperties(impl.Properties(), kCopyProperties);
174 // also have a member Properties(uint64) that specifies the known
221 virtual uint64 Properties(uint64 mask, bool test) const { function in class:fst::ArcSortFst
227 return impl_->Properties(mas
285 uint64 Properties(uint64 props) const { function in class:fst::ILabelCompare
298 uint64 Properties(uint64 props) const { function in class:fst::OLabelCompare
[all...]
H A Dcomplement.h46 using FstImpl<A>::Properties;
59 uint64 props = fst.Properties(kILabelSorted, false);
121 if (fst.Properties(props, true) != props)
136 virtual uint64 Properties(uint64 mask, bool test) const { function in class:fst::ComplementFst
142 return impl_->Properties(mask);
H A Dcompose.h91 using FstImpl<A>::Properties;
109 uint64 props1 = fst1.Properties(kFstProperties, false);
110 uint64 props2 = fst2.Properties(kFstProperties, false);
346 bool osorted = fst1.Properties(kOLabelSorted, false);
347 bool isorted = fst2.Properties(kILabelSorted, false);
354 osorted = fst1.Properties(kOLabelSorted, true);
363 isorted = fst2.Properties(kILabelSorted, true);
370 osorted = fst1.Properties(kOLabelSorted, true);
372 isorted = fst2.Properties(kILabelSorted, true);
718 virtual uint64 Properties(uint6 function in class:fst::ComposeFst
[all...]
H A Dconst-fst.h37 using FstImpl<A>::Properties;
99 // Properties always true of this Fst class
120 uint64 copy_properties = fst.Properties(kCopyProperties, true);
259 virtual uint64 Properties(uint64 mask, bool test) const { function in class:fst::ConstFst
265 return impl_->Properties(mask);
H A Ddeterminize.h66 if (!(StringWeight<L, S>::Properties() & kLeftSemiring))
120 using FstImpl<A>::Properties;
136 uint64 props = fst.Properties(kFstProperties, false);
227 if (!fst.Properties(kAcceptor, true))
229 if (!(Weight::Properties() & kLeftSemiring))
547 if (fst.Properties(kAcceptor, true)) {
577 virtual uint64 Properties(uint64 mask, bool test) const { function in class:fst::DeterminizeFst
583 return impl_->Properties(mask);
H A Dencode.h258 uint64 Properties(uint64 props) { function in class:fst::EncodeMapper
H A Dfactor-weight.h137 using FstImpl<A>::Properties;
164 uint64 props = fst.Properties(kFstProperties, false);
372 virtual uint64 Properties(uint64 mask, bool test) const { function in class:fst::FactorWeightFst
378 return impl_->Properties(mask);
H A Dfloat-weight.h146 static uint64 Properties() { function in class:fst::TropicalWeight
212 static uint64 Properties() { function in class:fst::LogWeight
H A Dfst.h82 uint64 Properties() const { return properties_; } function in class:fst::FstHeader
140 virtual uint64 Properties(uint64 mask, bool test)
420 uint64 Properties() const { return properties_; } function in class:fst::FstImpl
422 uint64 Properties(uint64 mask) const { return properties_ & mask; } function in class:fst::FstImpl
480 properties_ = hdr->Properties();
H A Dinvert.h35 uint64 Properties(uint64 props) { return InvertProperties(props); } function in struct:fst::InvertMapper
H A Dmap.h60 // uint64 Properties(uint64 props) const;
65 // e.g. whether to add a superfinal state. They will use the Properties()
88 uint64 props = fst->Properties(kFstProperties, false);
143 fst->SetProperties(mapper->Properties(props), kFstProperties);
222 uint64 iprops = ifst.Properties(kCopyProperties, false);
223 uint64 oprops = ofst->Properties(kFstProperties, false);
224 ofst->SetProperties(mapper->Properties(iprops) | oprops, kFstProperties);
253 using FstImpl<B>::Properties;
410 uint64 props = fst_->Properties(kCopyProperties, false);
411 SetProperties(mapper_->Properties(prop
502 virtual uint64 Properties(uint64 mask, bool test) const { function in class:fst::MapFst
629 uint64 Properties(uint64 props) const { return props; } function in struct:fst::IdentityMapper
644 uint64 Properties(uint64 props) const { function in struct:fst::SuperFinalMapper
661 uint64 Properties(uint64 props) const { return props; } function in struct:fst::StdToLogMapper
676 uint64 Properties(uint64 props) const { return props; } function in struct:fst::LogToStdMapper
709 uint64 Properties(uint64 props) const { function in struct:fst::ToGallicMapper
747 uint64 Properties(uint64 props) const { function in struct:fst::FromGallicMapper
825 uint64 Properties(uint64 props) const { function in struct:fst::GallicToNewSymbolsMapper
864 uint64 Properties(uint64 props) const { function in struct:fst::PlusMapper
888 uint64 Properties(uint64 props) const { function in struct:fst::TimesMapper
912 uint64 Properties(uint64 props) const { function in struct:fst::RmWeightMapper
937 uint64 Properties(uint64 props) const { function in struct:fst::QuantizeMapper
962 uint64 Properties(uint64 props) const { return props; } function in struct:fst::ReverseWeightMapper
[all...]
H A Dproduct-weight.h88 static uint64 Properties() { function in class:fst::ProductWeight
89 uint64 props1 = W1::Properties();
90 uint64 props2 = W2::Properties();
H A Dproject.h43 uint64 Properties(uint64 props) { function in class:fst::ProjectMapper
H A Drational.h48 using FstImpl<A>::Properties;
64 uint64 props1 = fst1.Properties(kFstProperties, false);
65 uint64 props2 = fst2.Properties(kFstProperties, false);
86 uint64 props1 = fst1.Properties(kFstProperties, false);
87 uint64 props2 = fst2.Properties(kFstProperties, false);
109 uint64 props = fst.Properties(kFstProperties, false);
137 uint64 props1 = Properties();
138 uint64 props2 = fst.Properties(kFstProperties, false);
153 uint64 props1 = Properties();
154 uint64 props2 = fst.Properties(kFstPropertie
210 virtual uint64 Properties(uint64 mask, bool test) const { function in class:fst::RationalFst
[all...]
H A Drelabel.h48 uint64 props = fst->Properties(kFstProperties, false);
151 using FstImpl<A>::Properties;
169 uint64 props = fst.Properties(kCopyProperties, false);
198 uint64 props = fst.Properties(kCopyProperties, false);
371 virtual uint64 Properties(uint64 mask, bool test) const { function in class:fst::RelabelFst
377 return impl_->Properties(mask);
H A Dreplace.h62 using FstImpl<A>::Properties;
126 SetProperties(impl.Properties(), kCopyProperties);
149 inprops[i] = fst_array_[i]->Properties(kCopyProperties, false);
200 return depfst.Properties(kCyclic, true);
580 virtual uint64 Properties(uint64 mask, bool test) const { function in class:fst::ReplaceFst
586 return impl_->Properties(mask);
H A Drmepsilon.h211 if (fst->Properties(kTopSorted, false) & kTopSorted) {
214 } else if (fst->Properties(kAcyclic, false) & kAcyclic) {
258 fst->Properties(kFstProperties, false)),
316 using FstImpl<A>::Properties;
339 uint64 props = fst.Properties(kFstProperties, false);
461 virtual uint64 Properties(uint64 mask, bool test) const { function in class:fst::RmEpsilonFst
467 return impl_->Properties(mask);
H A Dstring-weight.h116 static uint64 Properties() { function in class:fst::StringWeight
H A Dsynchronize.h43 using FstImpl<A>::Properties;
75 uint64 props = fst.Properties(kFstProperties, false);
357 virtual uint64 Properties(uint64 mask, bool test) const { function in class:fst::SynchronizeFst
363 return impl_->Properties(mask);
H A Dvector-fst.h180 using FstImpl<A>::Properties;
208 SetProperties(Properties() & kSetStartProperties);
209 if (Properties() & kAcyclic)
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() | kNotAccepto
507 virtual uint64 Properties(uint64 mask, bool test) const { function in class:fst::VectorFst
[all...]
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfResourceDictionary_autogen.cpp95 SkPdfDictionary* SkPdfResourceDictionary::Properties(SkPdfNativeDoc* doc) { function in class:SkPdfResourceDictionary
96 SkPdfNativeObject* ret = get("Properties", "");
104 return get("Properties", "") != NULL;
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/openfst/src/include/fst/
H A Darc-map.h91 // uint64 Properties(uint64 props) const;
96 // e.g. whether to add a superfinal state. They will use the Properties()
125 uint64 props = fst->Properties(kFstProperties, false);
184 fst->SetProperties(mapper->Properties(props), kFstProperties);
216 uint64 iprops = ifst.Properties(kCopyProperties, false);
224 if (ifst.Properties(kExpanded, false)) {
285 uint64 oprops = ofst->Properties(kFstProperties, false);
286 ofst->SetProperties(mapper->Properties(iprops) | oprops, kFstProperties);
429 uint64 Properties() const { return Properties(kFstPropertie function in class:fst::ArcMapFstImpl
432 uint64 Properties(uint64 mask) const { function in class:fst::ArcMapFstImpl
700 uint64 Properties(uint64 props) const { return props; } function in struct:fst::IdentityArcMapper
719 uint64 Properties(uint64 props) const { function in struct:fst::SuperFinalMapper
747 uint64 Properties(uint64 props) const { return props; } function in class:fst::WeightConvertMapper
797 uint64 Properties(uint64 props) const { function in struct:fst::ToGallicMapper
846 uint64 Properties(uint64 inprops) const { function in struct:fst::FromGallicMapper
939 uint64 Properties(uint64 inprops) const { function in struct:fst::GallicToNewSymbolsMapper
991 uint64 Properties(uint64 props) const { function in struct:fst::PlusMapper
1025 uint64 Properties(uint64 props) const { function in struct:fst::TimesMapper
1054 uint64 Properties(uint64 props) const { function in struct:fst::InvertWeightMapper
1080 uint64 Properties(uint64 props) const { function in struct:fst::RmWeightMapper
1109 uint64 Properties(uint64 props) const { function in struct:fst::QuantizeMapper
1139 uint64 Properties(uint64 props) const { return props; } function in struct:fst::ReverseWeightMapper
[all...]
H A Darcsort.h71 uint64 Properties(uint64 props) const { return comp_.Properties(props); } function in class:fst::ArcSortMapper
88 // Properties(uint64) that specifies the known properties of the
109 // also have a member Properties(uint64) that specifies the known
183 uint64 Properties(uint64 props) const { function in class:fst::ILabelCompare
197 uint64 Properties(uint64 props) const { function in class:fst::OLabelCompare
H A Dcompact-fst.h86 // uint64 Properties();
445 using FstImpl<A>::Properties;
528 SetProperties(impl.Properties());
561 if (Properties(kError)) return 0;
586 if (!HasArcs(s) && !Properties(kILabelSorted))
594 if (!HasArcs(s) && !Properties(kOLabelSorted))
705 // Properties always true of this Fst class
718 SetProperties(impl.Properties());
741 uint64 copy_properties = fst.Properties(kCopyProperties, true);
761 SetProperties(kStaticProperties | compactor_->Properties());
1233 uint64 Properties() const { function in class:fst::StringCompactor
1276 uint64 Properties() const { function in class:fst::WeightedStringCompactor
1318 uint64 Properties() const { function in class:fst::UnweightedAcceptorCompactor
1360 uint64 Properties() const { function in class:fst::AcceptorCompactor
1402 uint64 Properties() const { function in class:fst::UnweightedCompactor
[all...]

Completed in 229 milliseconds

123456