Searched refs:Properties (Results 126 - 150 of 405) sorted by relevance

1234567891011>>

/external/emma/core/java12/com/vladium/emma/
H A DCommand.java14 import java.util.Properties;
146 final Properties cmdOverrides = new XProperties ();
167 final Properties fileOverrides;
291 protected Properties m_propertyOverrides;
316 Properties propertyOverrides = m_propertyOverrides;
/external/openfst/src/include/fst/
H A Dlexicographic-weight.h63 if ((W1::Properties() & props) != props) {
68 if ((W2::Properties() & props) != props) {
112 static uint64 Properties() { function in class:fst::LexicographicWeight
113 uint64 props1 = W1::Properties();
114 uint64 props2 = W2::Properties();
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 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 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 Dexpectation-weight.h108 static uint64 Properties() { function in class:fst::ExpectationWeight
109 uint64 props1 = W1::Properties();
110 uint64 props2 = W2::Properties();
H A Dproduct-weight.h73 static uint64 Properties() { function in class:fst::ProductWeight
74 uint64 props1 = W1::Properties();
75 uint64 props2 = W2::Properties();
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...]
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DTestHelper_Connection1.java36 import java.util.Properties;
225 public Properties getClientInfo() throws SQLException {
238 public void setClientInfo(Properties properties)
/external/chromium_org/device/bluetooth/
H A Dbluetooth_device_chromeos.cc57 chromeos::BluetoothDeviceClient::Properties* properties =
164 BluetoothDeviceClient::Properties* properties =
173 BluetoothDeviceClient::Properties* properties =
182 BluetoothDeviceClient::Properties* properties =
216 BluetoothDeviceClient::Properties* properties =
231 BluetoothDeviceClient::Properties* properties =
242 BluetoothDeviceClient::Properties* properties =
252 BluetoothDeviceClient::Properties* properties =
264 BluetoothDeviceClient::Properties* properties =
273 BluetoothInputClient::Properties* input_propertie
[all...]
/external/chromium_org/net/android/javatests/src/org/chromium/net/
H A DAndroidProxySelectorTest.java27 import java.util.Properties;
30 Properties mProperties;
34 mProperties = new Properties();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
H A DFetchBaseTask.java21 import java.util.Properties;
51 Properties properties=new Properties();
/external/javasqlite/src/main/java/SQLite/
H A DJDBCDriver.java4 import java.util.Properties;
90 public Connection connect(String url, Properties info)
127 public DriverPropertyInfo[] getPropertyInfo(String url, Properties info)
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dunion.h47 bool initial_acyclic1 = fst1->Properties(kInitialAcyclic, true);
48 uint64 props1 = fst1->Properties(kFstProperties, false);
49 uint64 props2 = fst2.Properties(kFstProperties, false);
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 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...]
/external/openfst/src/include/fst/script/
H A Dfst-class.h57 virtual uint64 Properties(uint64 mask, bool test) const = 0;
125 virtual uint64 Properties(uint64 mask, bool test) const { function in class:fst::script::FstClassImpl
126 return impl_->Properties(mask, test);
160 if (hdr.Properties() & kMutable) {
214 virtual uint64 Properties(uint64 mask, bool test) const { function in class:fst::script::FstClass
215 return impl_->Properties(mask, test);
/external/emma/ant/ant14/com/vladium/emma/ant/
H A DGenericCfg.java16 import java.util.Properties;
99 genericSettings = EMMAProperties.wrap (new Properties ());
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DCommonErrorNode.cs61 #region Properties
H A DParseTree.cs54 #region Properties
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DCommonErrorNode.cs65 #region Properties
H A DParseTree.cs57 #region Properties
/external/apache-xml/src/main/java/org/apache/xalan/xslt/
H A DSecuritySupport.java29 import java.util.Properties;
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DSecuritySupport.java29 import java.util.Properties;
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DSecuritySupport.java29 import java.util.Properties;

Completed in 5403 milliseconds

1234567891011>>