Home
last modified time | relevance | path

Searched defs:Properties (Results 1 – 25 of 136) sorted by relevance

123456

/external/chromium_org/chromeos/dbus/
Dbluetooth_device_client.h26 struct Properties : public dbus::PropertySet { struct
28 dbus::Property<std::string> address;
32 dbus::Property<std::string> name;
36 dbus::Property<std::string> icon;
39 dbus::Property<uint32> bluetooth_class;
42 dbus::Property<uint16> appearance;
45 dbus::Property<uint16> vendor;
49 dbus::Property<std::vector<std::string> > uuids;
52 dbus::Property<bool> paired;
55 dbus::Property<bool> connected;
[all …]
Dbluetooth_adapter_client.h26 struct Properties : public dbus::PropertySet { struct
28 dbus::Property<std::string> address;
31 dbus::Property<std::string> name;
36 dbus::Property<std::string> alias;
39 dbus::Property<uint32> bluetooth_class;
42 dbus::Property<bool> powered;
47 dbus::Property<bool> discoverable;
75 Properties(dbus::ObjectProxy* object_proxy, argument
Dnfc_record_client.h27 struct Properties : public NfcPropertySet { struct
30 dbus::Property<std::string> type;
35 dbus::Property<std::string> encoding;
39 dbus::Property<std::string> language;
44 dbus::Property<std::string> representation;
72 Properties(dbus::ObjectProxy* object_proxy, argument
Dnfc_adapter_client.h29 struct Properties : public NfcPropertySet { struct
56 Properties(dbus::ObjectProxy* object_proxy, argument
Dbluetooth_gatt_service_client.h23 struct Properties : public dbus::PropertySet { struct
41 Properties(dbus::ObjectProxy* object_proxy, argument
Dbluetooth_gatt_characteristic_client.h24 struct Properties : public dbus::PropertySet { struct
36 // List of flags representing the GATT "Characteristic Properties bit field" argument
45 Properties(dbus::ObjectProxy* object_proxy, argument
Dnfc_tag_client.h31 struct Properties : public NfcPropertySet { struct
47 Properties(dbus::ObjectProxy* object_proxy, argument
Dbluetooth_gatt_descriptor_client.h24 struct Properties : public dbus::PropertySet { struct
32 Properties(dbus::ObjectProxy* object_proxy, argument
Dnfc_manager_client.h23 struct Properties : public NfcPropertySet { struct
27 Properties(dbus::ObjectProxy* object_proxy, argument
Dbluetooth_input_client.h25 struct Properties : public dbus::PropertySet { struct
29 Properties(dbus::ObjectProxy* object_proxy, argument
Dnfc_device_client.h31 struct Properties : public NfcPropertySet { struct
36 Properties(dbus::ObjectProxy* object_proxy, argument
Dfake_bluetooth_input_client.h23 struct Properties : public BluetoothInputClient::Properties { struct
Dfake_nfc_manager_client.h22 struct Properties : public NfcManagerClient::Properties { struct
Dfake_bluetooth_gatt_service_client.h27 struct Properties : public BluetoothGattServiceClient::Properties { struct
/external/chromium_org/dbus/
Dproperty_unittest.cc32 struct Properties : public PropertySet { struct in dbus::PropertyTest
33 Property<std::string> name;
34 Property<int16> version;
35 Property<std::vector<std::string> > methods;
36 Property<std::vector<ObjectPath> > objects;
37 Property<std::vector<uint8> > bytes;
39 Properties(ObjectProxy* object_proxy, in Properties() argument
Dobject_manager_unittest.cc34 struct Properties : public PropertySet { struct in dbus::ObjectManagerTest
35 Property<std::string> name;
36 Property<int16> version;
37 Property<std::vector<std::string> > methods;
38 Property<std::vector<ObjectPath> > objects;
40 Properties(ObjectProxy* object_proxy, in Properties() function
/external/lldb/include/lldb/Core/
DUserSettingsController.h35 Properties () : in Properties() function
40 Properties (const lldb::OptionValuePropertiesSP &collection_sp) : in Properties() function
/external/chromium_org/third_party/mesa/src/src/gallium/docs/source/
Dtgsi.rst2015 Properties section in Other tokens
2021 FS_COORD_ORIGIN
2037 FS_COORD_PIXEL_CENTER
2056 FS_COLOR0_WRITES_ALL_CBUFS
2062 VS_PROHIBIT_UCPS
/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst2015 Properties section in Other tokens
2021 FS_COORD_ORIGIN
2037 FS_COORD_PIXEL_CENTER
2056 FS_COLOR0_WRITES_ALL_CBUFS
2062 VS_PROHIBIT_UCPS
/external/bluetooth/bluedroid/doc/
Dproperties.md1 Properties chapter
/external/openfst/src/include/fst/
Darcsort.h71 uint64 Properties(uint64 props) const { return comp_.Properties(props); } in Properties() function
183 uint64 Properties(uint64 props) const { in Properties() function
197 uint64 Properties(uint64 props) const { in Properties() function
Darc-map.h429 uint64 Properties() const { return Properties(kFstProperties); } in Properties() function
432 uint64 Properties(uint64 mask) const { in Properties() function
700 uint64 Properties(uint64 props) const { return props; } in Properties() function
719 uint64 Properties(uint64 props) const { in Properties() function
747 uint64 Properties(uint64 props) const { return props; } in Properties() function
797 uint64 Properties(uint64 props) const { in Properties() function
846 uint64 Properties(uint64 inprops) const { in Properties() function
939 uint64 Properties(uint64 inprops) const { in Properties() function
991 uint64 Properties(uint64 props) const { in Properties() function
1025 uint64 Properties(uint64 props) const { in Properties() function
[all …]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dmap.h502 virtual uint64 Properties(uint64 mask, bool test) const { in Properties() function
629 uint64 Properties(uint64 props) const { return props; } in Properties() function
644 uint64 Properties(uint64 props) const { in Properties() function
661 uint64 Properties(uint64 props) const { return props; } in Properties() function
676 uint64 Properties(uint64 props) const { return props; } in Properties() function
709 uint64 Properties(uint64 props) const { in Properties() function
747 uint64 Properties(uint64 props) const { in Properties() function
825 uint64 Properties(uint64 props) const { in Properties() function
864 uint64 Properties(uint64 props) const { in Properties() function
888 uint64 Properties(uint64 props) const { in Properties() function
[all …]
/external/llvm/docs/
DSourceLevelDebugging.rst1477 Introduction
1492 Proposal
1626 New DWARF Tags
1635 New DWARF Attributes
1650 New DWARF Constants
/external/chromium_org/chrome/browser/themes/
Dtheme_service_mac.mm22 typedef ThemeProperties Properties; typedef

123456