Home
last modified time | relevance | path

Searched refs:new_attributes (Results 1 – 8 of 8) sorted by relevance

/external/autotest/server/hosts/
Dafe_store.py106 def _update_attributes_on_afe(self, old_attributes, new_attributes): argument
113 new_attributes)
117 self._afe.set_host_attribute(key, new_attributes[key],
/external/v8/src/
Dproperty-details.h284 PropertyDetails CopyAddAttributes(PropertyAttributes new_attributes) const { in CopyAddAttributes() argument
285 new_attributes = in CopyAddAttributes()
286 static_cast<PropertyAttributes>(attributes() | new_attributes); in CopyAddAttributes()
287 return PropertyDetails(value_, new_attributes); in CopyAddAttributes()
Dobjects.cc4826 PropertyAttributes new_attributes, in ReconfigureProperty() argument
4831 return mu.ReconfigureToDataField(modify_index, new_attributes, in ReconfigureProperty()
/external/autotest/scheduler/
Drdb_hosts.py45 def _update_attributes(self, new_attributes): argument
53 for name, value in new_attributes.iteritems():
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
DProcess.inc422 WORD new_attributes =
432 new_attributes = (attributes & ~color_mask) | (new_attributes & color_mask);
434 SetConsoleTextAttribute(GetStdHandle(STD_OUTPUT_HANDLE), new_attributes);
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DProcess.inc420 WORD new_attributes =
430 new_attributes = (attributes & ~color_mask) | (new_attributes & color_mask);
432 SetConsoleTextAttribute(GetStdHandle(STD_OUTPUT_HANDLE), new_attributes);
/external/llvm/lib/Support/Windows/
DProcess.inc432 WORD new_attributes =
442 new_attributes = (attributes & ~color_mask) | (new_attributes & color_mask);
444 SetConsoleTextAttribute(GetStdHandle(STD_OUTPUT_HANDLE), new_attributes);
/external/v8/src/objects/
Dmap.h504 PropertyAttributes new_attributes,