Searched refs:Properties (Results 276 - 300 of 405) sorted by relevance

<<11121314151617

/external/srec/tools/thirdparty/OpenFst/fst/lib/
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 Dmutable-fst.h81 if (!(hdr.Properties() & kMutable)) {
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 Dqueue.h511 uint64 props = fst.Properties(kAcyclic | kCyclic |
519 } else if ((props & kUnweighted) && (Weight::Properties() & kIdempotent)) {
531 if (distance && (Weight::Properties() & kPath)) {
673 if (!(Weight::Properties() & kIdempotent) ||
681 if (!(Weight::Properties() & kIdempotent) ||
H A Dminimize.h476 if (!(fst->Properties(kAcceptor | kUnweighted, true)))
483 if (fst->Properties(kAcyclic, true)) {
515 uint64 props = fst->Properties(kAcceptor | kIDeterministic|
/external/chromium_org/tools/stats_viewer/
H A Dstats_table.cs138 #region Public Properties
156 #region Internal Properties
/external/chromium_org/v8/src/compiler/
H A Dsimplified-operator-unittest.cc31 Operator::Properties properties;
113 TEST_P(SimplifiedPureOperatorTest, Properties) {
/external/emma/ant/ant14/com/vladium/emma/report/
H A DReportCfg.java14 import java.util.Properties;
243 m_settings = EMMAProperties.wrap (new Properties ());
/external/emma/core/java12/com/vladium/logging/
H A DLogger.java16 import java.util.Properties;
569 final Properties properties = Property.getAppProperties (IAppConstants.APP_NAME_LC, Logger.class.getClassLoader ());
/external/smali/smali/src/main/java/org/jf/smali/
H A Dmain.java71 Properties properties = new Properties();
/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 Dqueue.h549 uint64 props = fst.Properties(kAcyclic | kCyclic |
557 } else if ((props & kUnweighted) && (Weight::Properties() & kIdempotent)) {
569 if (distance && (Weight::Properties() & kPath)) {
715 if (!(Weight::Properties() & kIdempotent) ||
723 if (!(Weight::Properties() & kIdempotent) ||
H A Dconst-fst.h51 using FstImpl<A>::Properties;
121 // Properties always true of this Fst class
199 SetProperties(fst.Properties(kCopyProperties, true) | kStaticProperties);
374 uint64 properties = fst.Properties(kCopyProperties, true) |
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 Dminimize.h489 if (!(fst->Properties(kAcceptor | kUnweighted, true))) {
499 if (fst->Properties(kAcyclic, true)) {
534 uint64 props = fst->Properties(kAcceptor | kIDeterministic|
H A Dprune.h105 if ((Weight::Properties() & (kPath | kCommutative))
223 if ((Weight::Properties() & (kPath | kCommutative))
/external/chromium_org/chromeos/dbus/
H A Dnfc_client_unittest.cc235 NfcManagerClient::Properties* properties =
250 NfcAdapterClient::Properties* properties =
266 NfcAdapterClient::Properties* properties =
283 NfcDeviceClient::Properties* properties =
300 NfcTagClient::Properties* properties =
836 NfcTagClient::Properties* tag_properties =
841 NfcDeviceClient::Properties* device_properties =
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DFileHandlerTest.java30 import java.util.Properties;
48 final static Properties props = new Properties();
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
H A DResourceLoader.java30 import java.util.Properties;
313 Properties localProperties = new Properties();
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DXMLWriter.java23 import java.util.Properties;
335 outputProperties = new Properties();
1430 private Properties outputProperties;
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToStream.java31 import java.util.Properties;
561 public void setOutputFormat(Properties format)
617 public Properties getOutputFormat() {
618 Properties def = new Properties();
629 Properties props = new Properties(def);
2722 private void setCdataSectionElements(String key, Properties props)
/external/chromium_org/device/bluetooth/
H A Dbluetooth_chromeos_unittest.cc1487 FakeBluetoothDeviceClient::Properties* properties =
1514 FakeBluetoothDeviceClient::Properties* properties =
1545 FakeBluetoothDeviceClient::Properties* properties =
1623 FakeBluetoothDeviceClient::Properties* properties =
1710 FakeBluetoothDeviceClient::Properties* properties =
1912 FakeBluetoothDeviceClient::Properties* properties =
1968 FakeBluetoothDeviceClient::Properties* properties =
2046 FakeBluetoothDeviceClient::Properties* properties =
2103 FakeBluetoothDeviceClient::Properties* properties =
2157 FakeBluetoothDeviceClient::Properties* propertie
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DMapsTest.java60 import java.util.Properties;
690 Properties testProp = new Properties();
725 testProp = new Properties(System.getProperties());
742 Properties properties = new Properties() {
760 Properties properties = new Properties() {
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.cpp182 class PlatformDarwinKernelProperties : public Properties
194 Properties ()
241 ConstString ("Properties for the PlatformDarwinKernel plug-in."),
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowTime.java284 protected static Properties translate;
291 translate = new Properties();

Completed in 5948 milliseconds

<<11121314151617