Searched defs:Properties (Results 76 - 100 of 131) sorted by relevance

123456

/external/openfst/src/test/
H A Dfst_test.cc75 uint64 Properties() const { return 0ULL;} function in class:fst::CustomCompactor
/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 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.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 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 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 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);
/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_device_client.cc185 FakeBluetoothDeviceClient::Properties::Properties( function in class:chromeos::FakeBluetoothDeviceClient::Properties
187 : BluetoothDeviceClient::Properties(
193 FakeBluetoothDeviceClient::Properties::~Properties() {
196 void FakeBluetoothDeviceClient::Properties::Get(
203 void FakeBluetoothDeviceClient::Properties::GetAll() {
207 void FakeBluetoothDeviceClient::Properties::Set(
225 Properties* properties = new Properties(bas
[all...]
H A Dfake_bluetooth_device_client.h29 struct Properties : public BluetoothDeviceClient::Properties { struct in class:chromeos::FakeBluetoothDeviceClient
30 explicit Properties(const PropertyChangedCallback & callback);
31 virtual ~Properties();
50 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
176 // Property callback passed when we create Properties* structures.
201 Properties* properties);
245 typedef std::map<const dbus::ObjectPath, Properties *> PropertiesMap;
/external/chromium_org/chrome/browser/themes/
H A Dtheme_service.cc49 typedef ThemeProperties Properties; typedef
161 case Properties::COLOR_NTP_SECTION_HEADER_TEXT:
162 return IncreaseLightness(GetColor(Properties::COLOR_NTP_TEXT), 0.30);
163 case Properties::COLOR_NTP_SECTION_HEADER_TEXT_HOVER:
164 return GetColor(Properties::COLOR_NTP_TEXT);
165 case Properties::COLOR_NTP_SECTION_HEADER_RULE:
166 return IncreaseLightness(GetColor(Properties::COLOR_NTP_TEXT), 0.70);
167 case Properties::COLOR_NTP_SECTION_HEADER_RULE_LIGHT:
168 return IncreaseLightness(GetColor(Properties::COLOR_NTP_TEXT), 0.86);
169 case Properties
[all...]
/external/openfst/src/include/fst/
H A Dfactor-weight.h191 uint64 props = fst.Properties(kFstProperties, false);
210 SetProperties(impl.Properties(), kCopyProperties);
264 uint64 Properties() const { return Properties(kFstProperties); } function in class:fst::FactorWeightFstImpl
267 uint64 Properties(uint64 mask) const { function in class:fst::FactorWeightFstImpl
268 if ((mask & kError) && fst_->Properties(kError, false))
270 return FstImpl<Arc>::Properties(mask);
H A Dfloat-weight.h232 static uint64 Properties() { function in class:fst::TropicalWeightTpl
357 static uint64 Properties() { function in class:fst::LogWeightTpl
493 static uint64 Properties() { function in class:fst::MinMaxWeightTpl
H A Dmatcher-fst.h232 uint64 Properties(uint64 props) const { return matcher_->Properties(props); } function in class:fst::Matcher
274 uint64 Properties(uint64 props) const { return matcher_->Properties(props); } function in class:fst::LookAheadMatcher
H A Drelabel.h61 uint64 props = fst->Properties(kFstProperties, false);
218 uint64 props = fst.Properties(kCopyProperties, false);
249 uint64 props = fst.Properties(kCopyProperties, false);
284 SetProperties(impl.Properties(), kCopyProperties);
327 uint64 Properties() const { return Properties(kFstProperties); } function in class:fst::RelabelFstImpl
330 uint64 Properties(uint64 mask) const { function in class:fst::RelabelFstImpl
331 if ((mask & kError) && fst_->Properties(kError, false))
333 return FstImpl<Arc>::Properties(mask);
H A Dstate-map.h76 // uint64 Properties(uint64 props) const;
103 uint64 props = fst->Properties(kFstProperties, false);
115 fst->SetProperties(mapper->Properties(props), kFstProperties);
146 uint64 iprops = ifst.Properties(kCopyProperties, false);
154 if (ifst.Properties(kExpanded, false))
169 uint64 oprops = ofst->Properties(kFstProperties, false);
170 ofst->SetProperties(mapper->Properties(iprops) | oprops, kFstProperties);
279 uint64 Properties() const { return Properties(kFstProperties); } function in class:fst::StateMapFstImpl
282 uint64 Properties(uint6 function in class:fst::StateMapFstImpl
433 uint64 Properties(uint64 props) const { return props; } function in class:fst::IdentityStateMapper
489 uint64 Properties(uint64 props) const { function in class:fst::ArcSumMapper
565 uint64 Properties(uint64 props) const { function in class:fst::ArcUniqueMapper
[all...]
H A Dstring-weight.h124 static uint64 Properties() { function in class:fst::StringWeight
H A Dsynchronize.h88 uint64 props = fst.Properties(kFstProperties, false);
99 SetProperties(impl.Properties(), kCopyProperties);
158 uint64 Properties() const { return Properties(kFstProperties); } function in class:fst::SynchronizeFstImpl
161 uint64 Properties(uint64 mask) const { function in class:fst::SynchronizeFstImpl
162 if ((mask & kError) && fst_->Properties(kError, false))
164 return FstImpl<Arc>::Properties(mask);
H A Dcompose-filter.h202 // uint64 Properties(uint64 props) const;
274 uint64 Properties(uint64 props) const { return props; } function in class:fst::SequenceComposeFilter
359 uint64 Properties(uint64 props) const { return props; } function in class:fst::AltSequenceComposeFilter
459 uint64 Properties(uint64 props) const { return props; } function in class:fst::MatchComposeFilter
529 uint64 Properties(uint64 iprops) const { function in class:fst::MultiEpsFilter
530 uint64 oprops = filter_.Properties(iprops);
H A Dencode.h347 uint64 Properties(uint64 inprops) { function in class:fst::EncodeMapper
/external/openfst/src/include/fst/script/
H A Dinfo-impl.h72 long_info_ = fst.Properties(kExpanded, false);
88 properties_ = fst.Properties(kFstProperties, test_properties);
198 uint64 Properties() const { CheckLong(); return properties_; } function in class:fst::FstInfo
309 if (fstinfo.Properties() & prop) value = 'y';
314 if (fstinfo.Properties() & prop) value = 'y';
315 else if (fstinfo.Properties() & prop << 1) value = 'n';

Completed in 7937 milliseconds

123456