/external/libchrome/dbus/ |
D | property.cc | 28 void PropertyBase::Init(PropertySet* property_set, const std::string& name) { in Init() 39 PropertySet::PropertySet( in PropertySet() function in dbus::PropertySet 48 PropertySet::~PropertySet() = default; 50 void PropertySet::RegisterProperty(const std::string& name, in RegisterProperty() 56 void PropertySet::ConnectSignals() { in ConnectSignals() 61 base::Bind(&PropertySet::ChangedReceived, in ConnectSignals() 63 base::Bind(&PropertySet::ChangedConnected, in ConnectSignals() 68 void PropertySet::ChangedReceived(Signal* signal) { in ChangedReceived() 93 void PropertySet::ChangedConnected(const std::string& interface_name, in ChangedConnected() 101 void PropertySet::Get(PropertyBase* property, GetCallback callback) { in Get() [all …]
|
D | property.h | 131 class PropertySet; variable 148 void Init(PropertySet* property_set, const std::string& name); 186 PropertySet* property_set() { return property_set_; } in property_set() 191 PropertySet* property_set_; 211 class CHROME_DBUS_EXPORT PropertySet { 224 PropertySet(ObjectProxy* object_proxy, const std::string& interface, 229 virtual ~PropertySet(); 319 base::WeakPtr<PropertySet> GetWeakPtr() { in GetWeakPtr() 349 base::WeakPtrFactory<PropertySet> weak_ptr_factory_; 351 DISALLOW_COPY_AND_ASSIGN(PropertySet); [all …]
|
D | object_manager.h | 156 virtual PropertySet* CreateProperties( 222 virtual PropertySet* GetProperties(const ObjectPath& object_path, 343 typedef std::map<const std::string, PropertySet*> PropertiesMap;
|
D | object_manager.cc | 69 PropertySet* properties = piter->second; in ~ObjectManager() 124 PropertySet* ObjectManager::GetProperties(const ObjectPath& object_path, in GetProperties() 346 PropertySet* properties = GetProperties(object_path, interface); in NotifyPropertiesChangedHelper() 458 PropertySet* property_set; in AddInterface()
|
/external/libbrillo/brillo/dbus/ |
D | dbus_property.h | 30 void Get(dbus::PropertySet::GetCallback callback) { in Get() 43 void Set(const T& value, dbus::PropertySet::SetCallback callback) { in Set()
|
/external/python/cpython2/Lib/test/ |
D | test_property.py | 14 class PropertySet(PropertyBase): class 46 raise PropertySet(self._spam) 100 self.assertRaises(PropertySet, setattr, sub, "spam", None)
|
/external/python/cpython3/Lib/test/ |
D | test_property.py | 14 class PropertySet(PropertyBase): class 46 raise PropertySet(self._spam) 100 self.assertRaises(PropertySet, setattr, sub, "spam", None)
|
D | test_dynamicclassattribute.py | 15 class PropertySet(PropertyBase): class 49 raise PropertySet(self._spam) 117 self.assertRaises(PropertySet, setattr, sub, "spam", None)
|
/external/testng/src/main/java/org/testng/ |
D | TestNGAntTask.java | 34 import org.apache.tools.ant.types.PropertySet; 1118 public void addConfiguredPropertySet(PropertySet sysPropertySet) { in addConfiguredPropertySet()
|
/external/clang/lib/CodeGen/ |
D | CGObjCMac.cpp | 984 llvm::SmallPtrSet<const IdentifierInfo*, 16> &PropertySet, 2906 PushProtocolProperties(llvm::SmallPtrSet<const IdentifierInfo*,16> &PropertySet, in PushProtocolProperties() argument 2913 PushProtocolProperties(PropertySet, Properties, Container, P, ObjCTypes, in PushProtocolProperties() 2919 if (!PropertySet.insert(PD->getIdentifier()).second) in PushProtocolProperties() 2956 llvm::SmallPtrSet<const IdentifierInfo*, 16> PropertySet; in EmitPropertyList() local 2968 PropertySet.insert(PD->getIdentifier()); in EmitPropertyList() 2977 if (!PropertySet.insert(PD->getIdentifier()).second) in EmitPropertyList() 2984 PushProtocolProperties(PropertySet, Properties, Container, P, ObjCTypes, in EmitPropertyList() 2989 PushProtocolProperties(PropertySet, Properties, Container, P, ObjCTypes, in EmitPropertyList()
|
D | CGDebugInfo.cpp | 1945 llvm::SmallPtrSet<const IdentifierInfo*, 16> PropertySet; in CreateTypeDefinition() local 1948 PropertySet.insert(PD->getIdentifier()); in CreateTypeDefinition() 1954 if (!PropertySet.insert(PD->getIdentifier()).second) in CreateTypeDefinition()
|