HomeSort by relevance Sort by last modified time
    Searched refs:Properties (Results 151 - 175 of 542) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/openfst/src/include/fst/
determinize.h 41 #include <fst/test-properties.h>
76 if (!(StringWeight<L, S>::Properties() & kLeftSemiring)) {
154 static uint64 Properties(uint64 props) { return props; }
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(kFstProperties);
    [all...]
arc-map.h 89 // // This specifies the known properties of an Fst mapped by this
90 // // mapper. It takes as argument the input Fst's known properties.
91 // uint64 Properties(uint64 props) const;
96 // e.g. whether to add a superfinal state. They will use the Properties()
97 // method to set the result Fst 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)
    [all...]
compose.h 34 #include <fst/test-properties.h>
108 using FstImpl<A>::Properties;
141 SetProperties(impl.Properties(), kCopyProperties);
247 uint64 Properties() const { return Properties(kFstProperties); }
249 // Set error if found; return FST impl properties.
250 uint64 Properties(uint64 mask) const {
252 (fst1_.Properties(kError, false) ||
253 fst2_.Properties(kError, false) ||
254 (matcher1_->Properties(0) & kError) |
    [all...]
matcher.h 83 // // This specifies the known Fst properties as viewed from this
84 // // matcher. It takes as argument the input Fst's known properties.
85 // 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 {
424 rewrite_both_ = fst.Properties(kAcceptor, true);
496 virtual uint64 Properties(uint64 props) const;
524 uint64 RhoMatcher<M>::Properties(uint64 inprops) const {
525 uint64 outprops = matcher_->Properties(inprops)
    [all...]
expectation-weight.h 47 // left or right semirings, then result must have those properties.
108 static uint64 Properties() {
109 uint64 props1 = W1::Properties();
110 uint64 props2 = W2::Properties();
product-weight.h 73 static uint64 Properties() {
74 uint64 props1 = W1::Properties();
75 uint64 props2 = W2::Properties();
compact-fst.h 37 #include <fst/test-properties.h>
84 // // Return the properties that are always true for an fst
86 // 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());
981 uint64 properties = copy_properties | local
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
map.h 58 // // This specifies the known properties of an Fst mapped by this
59 // // mapper. It takes as argument the input Fst's known properties.
60 // uint64 Properties(uint64 props) const;
65 // e.g. whether to add a superfinal state. They will use the Properties()
66 // method to set the result Fst 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)
    [all...]
complement.h 25 #include "fst/lib/test-properties.h"
46 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 {
142 return impl_->Properties(mask);
union.h 47 bool initial_acyclic1 = fst1->Properties(kInitialAcyclic, true);
48 uint64 props1 = fst1->Properties(kFstProperties, false);
49 uint64 props2 = fst2.Properties(kFstProperties, false);
  /libcore/luni/src/main/java/java/lang/
System.java 54 import java.util.Properties;
85 private static final Properties unchangeableSystemProperties;
86 private static Properties systemProperties;
697 * Returns the system properties. Note that this is not a copy, so that
698 * changes made to the returned Properties object will be reflected in
701 * @return the system properties.
703 public static Properties getProperties() {
707 private static Properties initUnchangeableSystemProperties() {
709 Properties p = new Properties();
    [all...]
  /external/chromium_org/chromeos/dbus/
bluetooth_device_client.cc 24 BluetoothDeviceClient::Properties::Properties(
50 BluetoothDeviceClient::Properties::~Properties() {
86 Properties* properties = new Properties( variable
92 return static_cast<dbus::PropertySet*>(properties);
103 Properties* properties = GetProperties(*iter) variable
    [all...]
  /external/chromium_org/device/bluetooth/
bluetooth_remote_gatt_service_chromeos.cc 69 BluetoothGattServiceClient::Properties* properties = local
72 DCHECK(properties);
73 return device::BluetoothUUID(properties->uuid.value());
81 BluetoothGattServiceClient::Properties* properties = local
84 DCHECK(properties);
85 return properties->primary.value();
202 BluetoothGattServiceClient::Properties* properties local
230 BluetoothGattCharacteristicClient::Properties* properties = local
286 BluetoothGattCharacteristicClient::Properties* properties = local
    [all...]
bluetooth_device_chromeos.cc 57 chromeos::BluetoothDeviceClient::Properties* properties = local
60 DCHECK(properties);
62 std::string modalias = properties->modalias.value();
164 BluetoothDeviceClient::Properties* properties = local
167 DCHECK(properties);
169 return properties->bluetooth_class.value();
173 BluetoothDeviceClient::Properties* properties local
182 BluetoothDeviceClient::Properties* properties = local
216 BluetoothDeviceClient::Properties* properties = local
231 BluetoothDeviceClient::Properties* properties = local
242 BluetoothDeviceClient::Properties* properties = local
252 BluetoothDeviceClient::Properties* properties = local
264 BluetoothDeviceClient::Properties* properties = local
289 BluetoothDeviceClient::Properties* properties = local
498 BluetoothGattServiceClient::Properties* properties = local
    [all...]
  /external/emma/core/java12/com/vladium/emma/
Command.java 14 import java.util.Properties;
146 final Properties cmdOverrides = new XProperties ();
167 final Properties fileOverrides;
291 protected Properties m_propertyOverrides;
316 Properties propertyOverrides = m_propertyOverrides;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
SystemTest.java 26 import java.util.Properties;
126 // Test for method java.util.Properties java.lang.System.getProperties()
127 Properties p = System.getProperties();
129 // Ensure spec'ed properties are non-null. See System.getProperties()
289 * java.lang.System#setProperties(java.util.Properties)
293 // java.lang.System.setProperties(java.util.Properties)
295 Properties orgProps = System.getProperties();
296 java.util.Properties tProps = new java.util.Properties();
301 assertEquals("Failed to set properties", "this is a test property", System.getProperties(
    [all...]
  /cts/tests/core/runner/src/com/android/cts/runner/
CtsTestRunListener.java 38 import java.util.Properties;
46 * A {@link RunListener} for CTS. Sets the system properties necessary for many
155 private final Properties mProperties = new Properties();
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_Connection1.java 36 import java.util.Properties;
225 public Properties getClientInfo() throws SQLException {
238 public void setClientInfo(Properties properties)
  /external/chromium_org/net/android/javatests/src/org/chromium/net/
AndroidProxySelectorTest.java 27 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/
FetchBaseTask.java 21 import java.util.Properties;
51 Properties properties=new Properties(); local
53 properties.load(new FileInputStream(file));
54 Enumeration keys=properties.keys();
57 String script=getScript(key,properties.get(key).toString());
  /external/javasqlite/src/main/java/SQLite/
JDBCDriver.java 4 import java.util.Properties;
90 public Connection connect(String url, Properties info)
127 public DriverPropertyInfo[] getPropertyInfo(String url, Properties info)
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
MockAbstractPreferences.java 21 import java.util.Properties;
38 Properties attr = new Properties();
  /libcore/luni/src/main/java/java/util/prefs/
FilePreferencesImpl.java 23 import java.util.Properties;
44 private Properties prefs;
121 Properties currentPrefs = XMLParser.readXmlPreferences(prefsFile);
  /packages/apps/Calendar/src/com/android/calendar/
ExtensionsFactory.java 29 import java.util.Properties;
41 private static String EXTENSIONS_PROPERTIES = "calendar_extensions.properties";
47 private static Properties sProperties = new Properties();
87 Log.d(TAG, ALL_IN_ONE_MENU_KEY + " not found in properties file.");
113 Log.d(TAG, CLOUD_NOTIFICATION_KEY + " not found in properties file.");
150 Log.d(TAG, ANALYTICS_LOGGER_KEY + " not found in properties file.");
  /external/openfst/src/include/fst/script/
info-impl.h 34 #include <fst/test-properties.h>
72 long_info_ = fst.Properties(kExpanded, false);
88 properties_ = fst.Properties(kFstProperties, test_properties);
198 uint64 Properties() const { CheckLong(); return properties_; }
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 1795 milliseconds

1 2 3 4 5 67 8 91011>>