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

  /external/autotest/server/hosts/
afe_store.py 106 def _update_attributes_on_afe(self, old_attributes, new_attributes):
110 @param new_attributes: The new host attributes dict to set to.
113 new_attributes)
117 self._afe.set_host_attribute(key, new_attributes[key],
  /external/v8/src/
property-details.h 284 PropertyDetails CopyAddAttributes(PropertyAttributes new_attributes) const {
285 new_attributes =
286 static_cast<PropertyAttributes>(attributes() | new_attributes);
287 return PropertyDetails(value_, new_attributes);
objects.cc     [all...]
  /external/autotest/scheduler/
rdb_hosts.py 45 def _update_attributes(self, new_attributes):
51 @param new_attributes: A dictionary of attributes to update.
53 for name, value in new_attributes.iteritems():
  /external/v8/src/objects/
map.h 504 PropertyAttributes new_attributes,
    [all...]

Completed in 3525 milliseconds