HomeSort by relevance Sort by last modified time
    Searched refs:PropertySet (Results 1 - 24 of 24) sorted by null

  /external/libchrome/dbus/
property.cc 26 void PropertyBase::Init(PropertySet* property_set, const std::string& name) {
34 // PropertySet implementation.
37 PropertySet::PropertySet(
46 PropertySet::~PropertySet() {
49 void PropertySet::RegisterProperty(const std::string& name,
55 void PropertySet::ConnectSignals() {
60 base::Bind(&PropertySet::ChangedReceived,
62 base::Bind(&PropertySet::ChangedConnected
    [all...]
property.h 30 // from the PropertySet class defined here. This structure should contain a
33 // to the PropertySet constructor, and then call RegisterProperty() for each
39 // struct Properties : public dbus::PropertySet {
47 // : dbus::PropertySet(object_proxy, "com.example.DBus", callback) {
131 class PropertySet;
135 // associated PropertySet, property name, and the type-unsafe parts
136 // used by PropertySet.
144 // PropertySet::RegisterProperty() passing |this| for |property_set| so
148 void Init(PropertySet* property_set, const std::string& name);
168 // Method used by PropertySet to retrieve the value from a MessageReader
    [all...]
mock_object_manager.h 32 MOCK_METHOD2(GetProperties, PropertySet*(const ObjectPath&,
object_manager.h 40 // struct Properties : public dbus::PropertySet {
48 // : dbus::PropertySet(object_proxy, kExampleInterface, callback) {
83 // dbus::PropertySet* CreateProperties(dbus::ObjectProxy* object_proxy,
91 // return static_cast<dbus::PropertySet*>(properties);
153 // subclass of dbus::PropertySet; ObjectManager will then connect signals
155 virtual PropertySet* CreateProperties(
192 // method will be used to create instances of dbus::PropertySet* when
216 // Returns a PropertySet* pointer for the given |object_path| and
221 PropertySet* GetProperties(const ObjectPath& object_path,
256 // the correct PropertySet
    [all...]
object_manager.cc 69 PropertySet* properties = piter->second;
124 PropertySet* ObjectManager::GetProperties(const ObjectPath& object_path,
346 PropertySet* properties = GetProperties(object_path, interface);
459 PropertySet* property_set;
  /external/libbrillo/brillo/dbus/
dbus_property.h 30 void Get(dbus::PropertySet::GetCallback callback) {
43 void Set(const T& value, dbus::PropertySet::SetCallback callback) {
54 // Method used by PropertySet to retrieve the value from a MessageReader,
61 // Method used by PropertySet to append the set value to a MessageWriter,
68 // Method used by test and stub implementations of dbus::PropertySet::Set
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_property.py 14 class PropertySet(PropertyBase):
46 raise PropertySet(self._spam)
100 self.assertRaises(PropertySet, setattr, sub, "spam", None)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_property.py 14 class PropertySet(PropertyBase):
46 raise PropertySet(self._spam)
100 self.assertRaises(PropertySet, setattr, sub, "spam", None)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_property.py 14 class PropertySet(PropertyBase):
46 raise PropertySet(self._spam)
100 self.assertRaises(PropertySet, setattr, sub, "spam", None)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_property.py 14 class PropertySet(PropertyBase):
46 raise PropertySet(self._spam)
100 self.assertRaises(PropertySet, setattr, sub, "spam", None)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_property.py 14 class PropertySet(PropertyBase):
46 raise PropertySet(self._spam)
100 self.assertRaises(PropertySet, setattr, sub, "spam", None)
  /external/testng/src/main/java/org/testng/
TestNGAntTask.java 34 import org.apache.tools.ant.types.PropertySet;
85 * <li>propertyset (inner)</li>
1116 * @param sysPropertySet A PropertySet of system properties.
1118 public void addConfiguredPropertySet(PropertySet sysPropertySet) {
1120 log(properties.keySet().size() + " properties found in nested propertyset", Project.MSG_VERBOSE)
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
CGDebugInfo.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ks.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/misc/common/robolectric/lib/
ant-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 549 milliseconds