Searched defs:Properties (Results 101 - 125 of 131) sorted by relevance

123456

/external/openfst/src/include/fst/extensions/pdt/
H A Dcompose.h101 uint64 Properties(uint64 props) const { return matcher_.Properties(props); } function in class:fst::ParenMatcher
387 uint64 Properties(uint64 iprops) const { function in class:fst::ParenFilter
388 uint64 oprops = filter_.Properties(iprops);
/external/openfst/src/include/fst/
H A Dlookahead-filter.h271 uint64 Properties(uint64 inprops) const { function in class:fst::LookAheadComposeFilter
272 uint64 outprops = filter_.Properties(inprops);
403 uint64 Properties(uint64 props) const { function in class:fst::PushWeightsComposeFilter
404 return filter_.Properties(props) & kWeightInvariantProperties;
532 uint64 Properties(uint64 iprops) const { function in class:fst::PushLabelsComposeFilter
533 uint64 oprops = filter_.Properties(iprops);
H A Dlookahead-matcher.h212 uint64 Properties(uint64 props) const { return matcher_.Properties(props); } function in class:fst::TrivialLookAheadMatcher
296 uint64 Properties(uint64 props) const { return matcher_.Properties(props); } function in class:fst::ArcLookAheadMatcher
502 uint64 Properties(uint64 inprops) const { function in class:fst::LabelLookAheadMatcher
503 uint64 outprops = matcher_.Properties(inprops);
670 bool is_mutable = fst.Properties(kMutable, false);
744 uint64 Properties(uint64 props) const { return base_->Properties(props); } function in class:fst::LookAheadMatcher
H A Dmatcher.h85 // uint64 Properties(uint64 props) const;
121 virtual uint64 Properties(uint64 props) const = 0;
202 uint64 props = fst_->Properties(true_prop | false_prop, test);
291 virtual uint64 Properties(uint64 inprops) const { function in class:fst::SortedMatcher
424 rewrite_both_ = fst.Properties(kAcceptor, true);
496 virtual uint64 Properties(uint64 props) const;
524 uint64 RhoMatcher<M>::Properties(uint64 inprops) const { function in class:fst::RhoMatcher
525 uint64 outprops = matcher_->Properties(inprops);
598 rewrite_both_ = fst.Properties(kAcceptor, true);
681 virtual uint64 Properties(uint6
713 uint64 SigmaMatcher<M>::Properties(uint64 inprops) const { function in class:fst::SigmaMatcher
930 uint64 PhiMatcher<M>::Properties(uint64 inprops) const { function in class:fst::PhiMatcher
1072 uint64 Properties(uint64 props) const { return matcher_->Properties(props); } function in class:fst::MultiEpsMatcher
1192 uint64 Properties(uint64 props) const { return base_->Properties(props); } function in class:fst::Matcher
[all...]
H A Drmepsilon.h257 if (fst->Properties(kTopSorted, false) & kTopSorted) {
260 } else if (fst->Properties(kAcyclic, false) & kAcyclic) {
318 RmEpsilonProperties(fst->Properties(kFstProperties, false)),
408 uint64 props = fst.Properties(kFstProperties, false);
423 SetProperties(impl.Properties(), kCopyProperties);
464 uint64 Properties() const { return Properties(kFstProperties); } function in class:fst::RmEpsilonFstImpl
467 uint64 Properties(uint64 mask) const { function in class:fst::RmEpsilonFstImpl
469 (fst_->Properties(kError, false) || rmeps_state_.Error()))
471 return FstImpl<A>::Properties(mas
[all...]
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 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...]
H A Dcompose.h108 using FstImpl<A>::Properties;
141 SetProperties(impl.Properties(), kCopyProperties);
247 uint64 Properties() const { return Properties(kFstProperties); } function in class:fst::ComposeFstImpl
250 uint64 Properties(uint64 mask) const { function in class:fst::ComposeFstImpl
252 (fst1_.Properties(kError, false) ||
253 fst2_.Properties(kError, false) ||
254 (matcher1_->Properties(0) & kError) ||
255 (matcher2_->Properties(0) & kError) |
256 (filter_->Properties(
[all...]
H A Ddeterminize.h76 if (!(StringWeight<L, S>::Properties() & kLeftSemiring)) {
154 static uint64 Properties(uint64 props) { return props; } function in struct:fst::IdentityDeterminizeFilter
358 using FstImpl<A>::Properties;
378 uint64 iprops = fst.Properties(kFstProperties, false);
381 SetProperties(F::Properties(dprops), kCopyProperties);
390 SetProperties(impl.Properties(), kCopyProperties);
481 if (!fst.Properties(kAcceptor, true)) {
485 if (!(Weight::Properties() & kLeftSemiring)) {
516 uint64 Properties() const { return Properties(kFstPropertie function in class:fst::DeterminizeFsaImpl
519 uint64 Properties(uint64 mask) const { function in class:fst::DeterminizeFsaImpl
734 uint64 Properties() const { return Properties(kFstProperties); } function in class:fst::DeterminizeFstImpl
737 uint64 Properties(uint64 mask) const { function in class:fst::DeterminizeFstImpl
[all...]
H A Drandgen.h358 uint64 props = fst.Properties(kFstProperties, false);
373 SetProperties(impl.Properties(), kCopyProperties);
424 uint64 Properties() const { return Properties(kFstProperties); } function in class:fst::RandGenFstImpl
427 uint64 Properties(uint64 mask) const { function in class:fst::RandGenFstImpl
429 (fst_->Properties(kError, false) || arc_sampler_->Error())) {
432 return FstImpl<Arc>::Properties(mask);
619 if (ifst.Properties(kError, false))
H A Dfst.h117 uint64 Properties() const { return properties_; } function in class:fst::FstHeader
184 virtual uint64 Properties(uint64 mask, bool test)
625 virtual uint64 Properties() const { return properties_; } function in class:fst::FstImpl
627 virtual uint64 Properties(uint64 mask) const { return properties_ & mask; } function in class:fst::FstImpl
810 properties_ = hdr->Properties();
857 virtual uint64 Properties(uint64 mask, bool test) const { function in class:fst::ImplToFst
863 return impl_->Properties(mask);
H A Dreplace.h379 if(!fst->Properties(kILabelSorted, false))
381 if(!fst->Properties(kOLabelSorted, false))
383 inprops.push_back(fst->Properties(kCopyProperties, false));
426 if (Properties(kILabelSorted | kOLabelSorted) && all_non_empty)
443 SetProperties(impl.Properties(), kCopyProperties);
549 } else if (always_cache_ || !Properties(kILabelSorted)) {
586 } else if(always_cache_ || !Properties(kOLabelSorted)) {
611 uint64 Properties() const { return Properties(kFstProperties); } function in class:fst::ReplaceFstImpl
614 uint64 Properties(uint6 function in class:fst::ReplaceFstImpl
1317 virtual uint64 Properties(uint64 props) const { function in class:fst::ReplaceFstMatcher
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
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 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 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...]
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 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 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();
/external/openfst/src/include/fst/extensions/ngram/
H A Dngram-fst.h73 using FstImpl<A>::Properties;
250 // Properties always true for this Fst class.
292 if (fst.Properties(props, true) != props) {
391 int64 context_props = context_fst.Properties(kIDeterministic |
787 virtual uint64 Properties(uint64 props) const { function in class:fst::NGramFstMatcher
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest.cc153 enum Properties { enum in class:cc::__anon2820::LayerTreeHostTestPushPropertiesTo
198 switch (static_cast<Properties>(index_)) {
215 switch (static_cast<Properties>(index_)) {
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp428 llvm::Constant *Properties,
1574 llvm::Constant *Properties,
1603 Properties->getType(), // properties
1632 Elements.push_back(Properties);
1821 std::vector<llvm::Constant*> Properties; local
1857 Properties.push_back(llvm::ConstantStruct::get(PropertyMetadataTy, Fields));
1861 llvm::ArrayType::get(PropertyMetadataTy, Properties.size()), Properties);
1863 {llvm::ConstantInt::get(IntTy, Properties.size()), NULLPtr, PropertyArray};
2061 std::vector<llvm::Constant*> Properties; local
1563 GenerateClassStructure( llvm::Constant *MetaClass, llvm::Constant *SuperClass, unsigned info, const char *Name, llvm::Constant *Version, llvm::Constant *InstanceSize, llvm::Constant *IVars, llvm::Constant *Methods, llvm::Constant *Protocols, llvm::Constant *IvarOffsets, llvm::Constant *Properties, llvm::Constant *StrongIvarBitmap, llvm::Constant *WeakIvarBitmap, bool isMeta) argument
2241 llvm::Constant *Properties = GeneratePropertyList(OID, InstanceMethodSels, local
[all...]
H A DCGObjCMac.cpp1001 SmallVectorImpl<llvm::Constant*> &Properties,
2770 SmallVectorImpl<llvm::Constant *> &Properties,
2775 PushProtocolProperties(PropertySet, Properties, Container, P, ObjCTypes);
2783 Properties.push_back(llvm::ConstantStruct::get(ObjCTypes.PropertyTy, Prop));
2803 SmallVector<llvm::Constant *, 16> Properties; local
2811 Properties.push_back(llvm::ConstantStruct::get(ObjCTypes.PropertyTy,
2816 PushProtocolProperties(PropertySet, Properties, Container, P, ObjCTypes);
2820 PushProtocolProperties(PropertySet, Properties, Container, P, ObjCTypes);
2824 if (Properties.empty())
2831 Values[1] = llvm::ConstantInt::get(ObjCTypes.IntTy, Properties
2769 PushProtocolProperties(llvm::SmallPtrSet<const IdentifierInfo*,16> &PropertySet, SmallVectorImpl<llvm::Constant *> &Properties, const Decl *Container, const ObjCProtocolDecl *Proto, const ObjCCommonTypesHelper &ObjCTypes) argument
[all...]
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp6499 ArrayRef<ObjCPropertyDecl *> Properties,
6503 if (Properties.size() > 0) {
6505 Write__prop_list_t_TypeDecl(Result, Properties.size());
6510 Result += "\t"; Result += utostr(Properties.size()); Result += ",\n";
6511 for (unsigned i = 0, e = Properties.size(); i < e; i++) {
6512 ObjCPropertyDecl *PropDecl = Properties[i];
6552 ArrayRef<ObjCPropertyDecl *>Properties,
6601 if (!metaclass && Properties.size() > 0) {
6497 Write_prop_list_t_initializer(RewriteModernObjC &RewriteObj, ASTContext *Context, std::string &Result, ArrayRef<ObjCPropertyDecl *> Properties, const Decl *Container, StringRef VarName, StringRef ProtocolName) argument
6545 Write__class_ro_t_initializer(ASTContext *Context, std::string &Result, unsigned int flags, const std::string &InstanceStart, const std::string &InstanceSize, ArrayRef<ObjCMethodDecl *>baseMethods, ArrayRef<ObjCProtocolDecl *>baseProtocols, ArrayRef<ObjCIvarDecl *>ivars, ArrayRef<ObjCPropertyDecl *>Properties, StringRef VarName, StringRef ClassName) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding.property_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 4894 milliseconds

123456