HomeSort by relevance Sort by last modified time
    Searched full:object_properties (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/cros/networking/
shill_proxy.py 613 object_properties = test_object.GetProperties(utf8_strings=True)
615 if (name not in object_properties or
616 self.dbus2primitive(object_properties[name]) != value):
shill_xmlrpc_server.py 441 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/
runtime-object.cc 237 Handle<FixedArray> object_properties; local
241 object_properties =
247 object->set_properties(*object_properties);
    [all...]

Completed in 690 milliseconds