Searched defs:Properties (Results 1 - 25 of 26) sorted by relevance

12

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dinvert.h35 uint64 Properties(uint64 props) { return InvertProperties(props); } function in struct:fst::InvertMapper
H A Dproject.h43 uint64 Properties(uint64 props) { function in class:fst::ProjectMapper
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 Dfloat-weight.h146 static uint64 Properties() { function in class:fst::TropicalWeight
212 static uint64 Properties() { function in class:fst::LogWeight
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 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.h49 uint64 props = fst->Properties(kFstProperties, false);
152 using FstImpl<A>::Properties;
170 uint64 props = fst.Properties(kCopyProperties, false);
199 uint64 props = fst.Properties(kCopyProperties, false);
372 virtual uint64 Properties(uint64 mask, bool test) const { function in class:fst::RelabelFst
378 return impl_->Properties(mask);
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);
257 virtual uint64 Properties(uint64 mask, bool test) const { function in class:fst::ConstFst
263 return impl_->Properties(mask);
H A Dencode.h257 uint64 Properties(uint64 props) { function in class:fst::EncodeMapper
H A Dfactor-weight.h139 using FstImpl<A>::Properties;
166 uint64 props = fst.Properties(kFstProperties, false);
374 virtual uint64 Properties(uint64 mask, bool test) const { function in class:fst::FactorWeightFst
380 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 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.h63 using FstImpl<A>::Properties;
127 SetProperties(impl.Properties(), kCopyProperties);
150 inprops[i] = fst_array_[i]->Properties(kCopyProperties, false);
201 return depfst.Properties(kCyclic, true);
581 virtual uint64 Properties(uint64 mask, bool test) const { function in class:fst::ReplaceFst
587 return impl_->Properties(mask);
H A Drmepsilon.h213 if (fst->Properties(kTopSorted, false) & kTopSorted) {
216 } else if (fst->Properties(kAcyclic, false) & kAcyclic) {
260 fst->Properties(kFstProperties, false)),
318 using FstImpl<A>::Properties;
341 uint64 props = fst.Properties(kFstProperties, false);
463 virtual uint64 Properties(uint64 mask, bool test) const { function in class:fst::RmEpsilonFst
469 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
505 virtual uint64 Properties(uint64 mask, bool test) const { function in class:fst::VectorFst
[all...]
H A Dcompose.h92 using FstImpl<A>::Properties;
110 uint64 props1 = fst1.Properties(kFstProperties, false);
111 uint64 props2 = fst2.Properties(kFstProperties, false);
349 bool osorted = fst1.Properties(kOLabelSorted, false);
350 bool isorted = fst2.Properties(kILabelSorted, false);
357 osorted = fst1.Properties(kOLabelSorted, true);
366 isorted = fst2.Properties(kILabelSorted, true);
373 osorted = fst1.Properties(kOLabelSorted, true);
375 isorted = fst2.Properties(kILabelSorted, true);
721 virtual uint64 Properties(uint6 function in class:fst::ComposeFst
[all...]
H A Ddeterminize.h68 if (!(StringWeight<L, S>::Properties() & kLeftSemiring))
122 using FstImpl<A>::Properties;
138 uint64 props = fst.Properties(kFstProperties, false);
229 if (!fst.Properties(kAcceptor, true))
231 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/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js1613 var property = Element.Properties.get(prop);
1620 var property = Element.Properties.get(prop);
1625 var property = Element.Properties.get(prop);
1904 Element.Properties = new Hash;
1906 Element.Properties.style = {
1922 Element.Properties.tag = {
1930 Element.Properties.html = (function(){
1961 if (Browser.Engine.webkit && Browser.Engine.version < 420) Element.Properties.text = {
1980 Element.Properties.events = {set: function(events){
2130 Element.Properties
[all...]
/external/llvm/utils/TableGen/
H A DCodeGenTarget.h175 unsigned Properties; // Node properties member in class:llvm::ComplexPattern
186 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); }
/external/harfbuzz/src/
H A Dharfbuzz-open.h143 /* The `Properties' field is not defined in the OpenType specification but
152 HB_UInt* Properties; /* array of flags */ member in struct:HB_LookupList_
/external/webkit/Source/JavaScriptCore/wtf/unicode/qt4/
H A DUnicodeQt4.h40 struct Properties { struct in namespace:QUnicodeTables
58 Q_CORE_EXPORT const Properties * QT_FASTCALL properties(uint ucs4);
59 Q_CORE_EXPORT const Properties * QT_FASTCALL properties(ushort ucs2);
181 const QUnicodeTables::Properties *prop = QUnicodeTables::properties(c);
239 const QUnicodeTables::Properties *prop = QUnicodeTables::properties(c);
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp383 llvm::Constant *Properties,
1334 llvm::Constant *Properties,
1363 Properties->getType(), // properties
1392 Elements.push_back(Properties);
1570 std::vector<llvm::Constant*> Properties; local
1610 Properties.push_back(llvm::ConstantStruct::get(PropertyMetadataTy, Fields));
1614 llvm::ArrayType::get(PropertyMetadataTy, Properties.size()), Properties);
1616 {llvm::ConstantInt::get(IntTy, Properties.size()), NULLPtr, PropertyArray};
1820 std::vector<llvm::Constant*> Properties; local
1323 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
1997 llvm::Constant *Properties = GeneratePropertyList(OID, InstanceMethodSels, local
[all...]

Completed in 554 milliseconds

12