Home
last modified time | relevance | path

Searched refs:object_properties (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/cros/networking/
Dshill_proxy.py613 object_properties = test_object.GetProperties(utf8_strings=True)
615 if (name not in object_properties or
616 self.dbus2primitive(object_properties[name]) != value):
Dshill_xmlrpc_server.py441 object_properties = dbus_object.GetProperties(utf8_strings=True)
442 if prop_name not in object_properties:
446 object_properties[prop_name])
/external/v8/src/runtime/
Druntime-object.cc237 Handle<FixedArray> object_properties; in RUNTIME_FUNCTION() local
241 object_properties = in RUNTIME_FUNCTION()
247 object->set_properties(*object_properties); in RUNTIME_FUNCTION()