Searched defs:Properties (Results 51 - 75 of 131) sorted by relevance

123456

/external/openfst/src/include/fst/
H A Dmap.h116 uint64 Properties(uint64 props) const { return props; } function in struct:fst::IdentityMapper
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 Dproject.h58 uint64 Properties(uint64 props) { function in class:fst::ProjectMapper
H A Dpower-weight.h81 static uint64 Properties() { function in class:fst::PowerWeight
82 uint64 props = W::Properties();
H A Darcsort.h71 uint64 Properties(uint64 props) const { return comp_.Properties(props); } function in class:fst::ArcSortMapper
88 // Properties(uint64) that specifies the known properties of the
109 // also have a member Properties(uint64) that specifies the known
183 uint64 Properties(uint64 props) const { function in class:fst::ILabelCompare
197 uint64 Properties(uint64 props) const { function in class:fst::OLabelCompare
H A Dcomplement.h65 uint64 props = fst.Properties(kILabelSorted, false);
74 SetProperties(impl.Properties(), kCopyProperties);
82 if (Properties(kError))
116 uint64 Properties() const { return Properties(kFstProperties); } function in class:fst::ComplementFstImpl
119 uint64 Properties(uint64 mask) const { function in class:fst::ComplementFstImpl
120 if ((mask & kError) && fst_->Properties(kError, false))
122 return FstImpl<Arc>::Properties(mask);
155 if (fst.Properties(props, true) != props) {
H A Drational.h110 uint64 Properties() const { return Properties(kFstProperties); } function in class:fst::RationalFstImpl
113 uint64 Properties(uint64 mask) const { function in class:fst::RationalFstImpl
114 if ((mask & kError) && Replace()->Properties(kError, false))
116 return FstImpl<Arc>::Properties(mask);
123 uint64 props1 = fst1.Properties(kFstProperties, false);
124 uint64 props2 = fst2.Properties(kFstProperties, false);
145 uint64 props1 = fst1.Properties(kFstProperties, false);
146 uint64 props2 = fst2.Properties(kFstProperties, false);
168 uint64 props = fst.Properties(kFstPropertie
[all...]
H A Dsigned-log-weight.h89 static uint64 Properties() { function in class:fst::SignedLogWeightTpl
H A Dsparse-power-weight.h133 static uint64 Properties() { function in class:fst::SparsePowerWeight
134 uint64 props = W::Properties();
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dproject.h43 uint64 Properties(uint64 props) { function in class:fst::ProjectMapper
/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_adapter_client.cc39 FakeBluetoothAdapterClient::Properties::Properties( function in class:chromeos::FakeBluetoothAdapterClient::Properties
41 : BluetoothAdapterClient::Properties(
47 FakeBluetoothAdapterClient::Properties::~Properties() {
50 void FakeBluetoothAdapterClient::Properties::Get(
57 void FakeBluetoothAdapterClient::Properties::GetAll() {
61 void FakeBluetoothAdapterClient::Properties::Set(
81 properties_.reset(new Properties(base::Bind(
89 second_properties_.reset(new Properties(bas
[all...]
H A Dfake_bluetooth_gatt_characteristic_client.cc40 FakeBluetoothGattCharacteristicClient::Properties::Properties( function in class:chromeos::FakeBluetoothGattCharacteristicClient::Properties
42 : BluetoothGattCharacteristicClient::Properties(
48 FakeBluetoothGattCharacteristicClient::Properties::~Properties() {
51 void FakeBluetoothGattCharacteristicClient::Properties::Get(
58 void FakeBluetoothGattCharacteristicClient::Properties::GetAll() {
62 void FakeBluetoothGattCharacteristicClient::Properties::Set(
101 FakeBluetoothGattCharacteristicClient::Properties*
244 heart_rate_measurement_properties_.reset(new Properties(bas
[all...]
H A Dfake_bluetooth_gatt_descriptor_client.cc19 FakeBluetoothGattDescriptorClient::Properties::Properties( function in class:chromeos::FakeBluetoothGattDescriptorClient::Properties
21 : BluetoothGattDescriptorClient::Properties(
27 FakeBluetoothGattDescriptorClient::Properties::~Properties() {
30 void FakeBluetoothGattDescriptorClient::Properties::Get(
37 void FakeBluetoothGattDescriptorClient::Properties::GetAll() {
41 void FakeBluetoothGattDescriptorClient::Properties::Set(
85 FakeBluetoothGattDescriptorClient::Properties*
144 Properties* propertie
[all...]
H A Dfake_nfc_adapter_client.cc23 FakeNfcAdapterClient::Properties::Properties( function in class:chromeos::FakeNfcAdapterClient::Properties
25 : NfcAdapterClient::Properties(NULL, callback) {
28 FakeNfcAdapterClient::Properties::~Properties() {
31 void FakeNfcAdapterClient::Properties::Get(
38 void FakeNfcAdapterClient::Properties::GetAll() {
42 void FakeNfcAdapterClient::Properties::Set(
96 properties_.reset(new Properties(base::Bind(
102 second_properties_.reset(new Properties(bas
[all...]
H A Dfake_nfc_device_client.cc25 FakeNfcDeviceClient::Properties::Properties( function in class:chromeos::FakeNfcDeviceClient::Properties
27 : NfcDeviceClient::Properties(NULL, callback) {
30 FakeNfcDeviceClient::Properties::~Properties() {
33 void FakeNfcDeviceClient::Properties::Get(
40 void FakeNfcDeviceClient::Properties::GetAll() {
44 void FakeNfcDeviceClient::Properties::Set(
57 properties_.reset(new Properties(
86 FakeNfcDeviceClient::Properties*
[all...]
H A Dfake_nfc_record_client.cc52 FakeNfcRecordClient::Properties::Properties( function in class:chromeos::FakeNfcRecordClient::Properties
54 : NfcRecordClient::Properties(NULL, callback) {
57 FakeNfcRecordClient::Properties::~Properties() {
60 void FakeNfcRecordClient::Properties::Get(
67 void FakeNfcRecordClient::Properties::GetAll() {
73 void FakeNfcRecordClient::Properties::Set(
85 device_smart_poster_record_properties_.reset(new Properties(
94 device_text_record_properties_.reset(new Properties(
[all...]
H A Dfake_nfc_tag_client.cc24 FakeNfcTagClient::Properties::Properties( function in class:chromeos::FakeNfcTagClient::Properties
26 : NfcTagClient::Properties(NULL, callback) {
29 FakeNfcTagClient::Properties::~Properties() {
32 void FakeNfcTagClient::Properties::Get(
39 void FakeNfcTagClient::Properties::GetAll() {
43 void FakeNfcTagClient::Properties::Set(
55 properties_.reset(new Properties(
84 FakeNfcTagClient::Properties*
[all...]
H A Dbluetooth_device_client.h26 struct Properties : public dbus::PropertySet { struct in class:chromeos::BluetoothDeviceClient
97 Properties(dbus::ObjectProxy* object_proxy,
100 virtual ~Properties();
137 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0;
/external/chromium_org/dbus/
H A Dproperty_unittest.cc32 struct Properties : public PropertySet { struct in class:dbus::PropertyTest
39 Properties(ObjectProxy* object_proxy, function in struct:dbus::PropertyTest::Properties
82 properties_.reset(new Properties(
152 scoped_ptr<Properties> properties_;
154 // Properties updated.
H A Dobject_manager_unittest.cc34 struct Properties : public PropertySet { struct in class:dbus::ObjectManagerTest
40 Properties(ObjectProxy* object_proxy, function in struct:dbus::ObjectManagerTest::Properties
55 Properties* properties = new Properties(
147 Properties* properties = static_cast<Properties*>(
229 Properties* properties = static_cast<Properties*>(
256 Properties* properties = static_cast<Properties*>(
[all...]
/external/chromium_org/v8/src/compiler/
H A Doperator.h32 // Properties inform the operator-independent optimizer about legal
48 typedef base::Flags<Property, uint8_t> Properties; typedef in class:v8::internal::compiler::Operator
50 Operator(Opcode opcode, Properties properties, const char* mnemonic)
84 Properties properties() const { return properties_; }
95 Properties properties_;
101 DEFINE_OPERATORS_FOR_FLAGS(Operator::Properties)
110 SimpleOperator(Opcode opcode, Properties properties, int input_count,
217 Operator1(Opcode opcode, Properties properties, int input_count,
/external/llvm/utils/TableGen/
H A DCodeGenTarget.h202 unsigned Properties; // Node properties member in class:llvm::ComplexPattern
213 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); }
/external/lzma/CPP/7zip/UI/Common/
H A DUpdate.h87 CObjectVector<CProperty> Properties; member in struct:CCompressionMethodMode
/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/openfst/src/test/
H A Dalgo_test.h42 uint64 Properties(uint64 props) const { function in class:fst::EpsMapper
197 if (Weight::Properties() & kLeftSemiring) {
216 if (Weight::Properties() & kRightSemiring) {
234 if (Weight::Properties() & kLeftSemiring) {
246 if (Weight::Properties() & kRightSemiring) {
259 if (Weight::Properties() & kLeftSemiring) {
273 if (Weight::Properties() & kRightSemiring) {
286 if (Weight::Properties() & kLeftSemiring) {
296 if (Weight::Properties() & kRightSemiring) {
454 if (!(Weight::Properties()
[all...]

Completed in 2346 milliseconds

123456