Searched defs:Properties (Results 26 - 50 of 131) sorted by relevance

123456

/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_gatt_service_client.cc28 FakeBluetoothGattServiceClient::Properties::Properties( function in class:chromeos::FakeBluetoothGattServiceClient::Properties
30 : BluetoothGattServiceClient::Properties(
36 FakeBluetoothGattServiceClient::Properties::~Properties() {
39 void FakeBluetoothGattServiceClient::Properties::Get(
46 void FakeBluetoothGattServiceClient::Properties::GetAll() {
50 void FakeBluetoothGattServiceClient::Properties::Set(
84 FakeBluetoothGattServiceClient::Properties*
102 heart_rate_service_properties_.reset(new Properties(bas
[all...]
H A Dnfc_device_client.cc22 NfcDeviceClient::Properties::Properties( function in class:chromeos::NfcDeviceClient::Properties
31 NfcDeviceClient::Properties::~Properties() {
74 virtual Properties* GetProperties(
76 return static_cast<Properties*>(
145 // Note: DBusObjectMap guarantees that the Properties structure for the
157 NfcAdapterClient::Properties *adapter_properties =
178 return new Properties(
H A Dnfc_manager_client.cc15 NfcManagerClient::Properties::Properties( function in class:chromeos::NfcManagerClient::Properties
24 NfcManagerClient::Properties::~Properties() {
52 virtual Properties* GetProperties() OVERRIDE {
84 properties_.reset(new Properties(
146 // Properties for neard Manager interface.
147 scoped_ptr<Properties> properties_;
H A Dnfc_record_client.cc20 NfcRecordClient::Properties::Properties( function in class:chromeos::NfcRecordClient::Properties
36 NfcRecordClient::Properties::~Properties() {
89 virtual Properties* GetProperties(
91 return static_cast<Properties*>(
121 // Note: DBusObjectMap guarantees that the Properties structure for the
134 NfcDeviceClient::Properties* device_properties =
164 // Note: DBusObjectMap guarantees that the Properties structure for the
176 NfcTagClient::Properties* tag_propertie
[all...]
H A Dnfc_tag_client.cc22 NfcTagClient::Properties::Properties( function in class:chromeos::NfcTagClient::Properties
34 NfcTagClient::Properties::~Properties() {
77 virtual Properties* GetProperties(
79 return static_cast<Properties*>(
146 // Note: DBusObjectMap guarantees that the Properties structure for the
159 NfcAdapterClient::Properties *adapter_properties =
185 Properties* properties = new Properties(
[all...]
H A Dbluetooth_gatt_descriptor_client.h24 struct Properties : public dbus::PropertySet { struct in class:chromeos::BluetoothGattDescriptorClient
32 Properties(dbus::ObjectProxy* object_proxy,
35 virtual ~Properties();
77 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0;
H A Dbluetooth_gatt_service_client.h23 struct Properties : public dbus::PropertySet { struct in class:chromeos::BluetoothGattServiceClient
41 Properties(dbus::ObjectProxy* object_proxy,
44 virtual ~Properties();
79 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0;
H A Dfake_bluetooth_adapter_client.h26 struct Properties : public BluetoothAdapterClient::Properties { struct in class:chromeos::FakeBluetoothAdapterClient
27 explicit Properties(const PropertyChangedCallback & callback);
28 virtual ~Properties();
46 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
76 // Property callback passed when we create Properties* structures.
87 scoped_ptr<Properties> properties_;
88 scoped_ptr<Properties> second_properties_;
H A Dnfc_adapter_client.h29 struct Properties : public NfcPropertySet { struct in class:chromeos::NfcAdapterClient
56 Properties(dbus::ObjectProxy* object_proxy,
58 virtual ~Properties();
94 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0;
H A Dnfc_tag_client.h31 struct Properties : public NfcPropertySet { struct in class:chromeos::NfcTagClient
47 Properties(dbus::ObjectProxy* object_proxy,
49 virtual ~Properties();
95 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0;
103 // NfcRecordClient::Properties). |attributes| should at least contain a
H A Dbluetooth_adapter_client.h26 struct Properties : public dbus::PropertySet { struct in class:chromeos::BluetoothAdapterClient
75 Properties(dbus::ObjectProxy* object_proxy,
78 virtual ~Properties();
113 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0;
H A Dbluetooth_gatt_characteristic_client.h24 struct Properties : public dbus::PropertySet { struct in class:chromeos::BluetoothGattCharacteristicClient
36 // List of flags representing the GATT "Characteristic Properties bit field"
37 // and properties read from the GATT "Characteristic Extended Properties"
45 Properties(dbus::ObjectProxy* object_proxy,
48 virtual ~Properties();
97 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0;
H A Dfake_bluetooth_gatt_characteristic_client.h28 struct Properties : public BluetoothGattCharacteristicClient::Properties { struct in class:chromeos::FakeBluetoothGattCharacteristicClient
29 explicit Properties(const PropertyChangedCallback& callback);
30 virtual ~Properties();
50 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
92 // Property callback passed when we create Properties structures.
119 scoped_ptr<Properties> heart_rate_measurement_properties_;
120 scoped_ptr<Properties> body_sensor_location_properties_;
121 scoped_ptr<Properties> heart_rate_control_point_properties_;
H A Dnfc_record_client.h27 struct Properties : public NfcPropertySet { struct in class:chromeos::NfcRecordClient
72 Properties(dbus::ObjectProxy* object_proxy,
74 virtual ~Properties();
126 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0;
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfResourceDictionary_autogen.cpp95 SkPdfDictionary* SkPdfResourceDictionary::Properties(SkPdfNativeDoc* doc) { function in class:SkPdfResourceDictionary
96 SkPdfNativeObject* ret = get("Properties", "");
104 return get("Properties", "") != NULL;
/external/lzma/CPP/7zip/UI/Common/
H A DExtract.h32 CObjectVector<CProperty> Properties; member in struct:CExtractOptions
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfResourceDictionary_autogen.cpp95 SkPdfDictionary* SkPdfResourceDictionary::Properties(SkPdfNativeDoc* doc) { function in class:SkPdfResourceDictionary
96 SkPdfNativeObject* ret = get("Properties", "");
104 return get("Properties", "") != NULL;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dinvert.h35 uint64 Properties(uint64 props) { return InvertProperties(props); } function in struct:fst::InvertMapper
/external/chromium_org/device/bluetooth/
H A Dbluetooth_gatt_characteristic.h41 // "Characteristic Extended Properties Descriptor" with UUID 0x2900) that
58 typedef uint32 Properties; typedef in class:device::BluetoothGattCharacteristic
107 // "Characteristic Extended Properties" descriptor and this will automatically
112 Properties properties,
138 virtual Properties GetProperties() const = 0;
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js1613 var property = Element.Properties.get(prop);
1620 var property = Element.Properties.get(prop);
1625 var property = Element.Properties.get(prop);
1904 Element.Properties = new Hash;
1906 Element.Properties.style = {
1922 Element.Properties.tag = {
1930 Element.Properties.html = (function(){
1961 if (Browser.Engine.webkit && Browser.Engine.version < 420) Element.Properties.text = {
1980 Element.Properties.events = {set: function(events){
2130 Element.Properties
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A DAPIspecutil.py103 def Properties(funcname): function
/external/mesa3d/src/mesa/main/
H A DAPIspecutil.py103 def Properties(funcname): function
/external/openfst/src/include/fst/
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 Dinvert.h44 uint64 Properties(uint64 props) { return InvertProperties(props); } function in struct:fst::InvertMapper
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();

Completed in 421 milliseconds

123456