Searched refs:new_attributes (Results 1 – 8 of 8) sorted by relevance
/external/autotest/server/hosts/ |
D | afe_store.py | 106 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/ |
D | property-details.h | 284 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()
|
D | objects.cc | 4826 PropertyAttributes new_attributes, in ReconfigureProperty() argument 4831 return mu.ReconfigureToDataField(modify_index, new_attributes, in ReconfigureProperty()
|
/external/autotest/scheduler/ |
D | rdb_hosts.py | 45 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/ |
D | Process.inc | 422 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/ |
D | Process.inc | 420 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/ |
D | Process.inc | 432 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/ |
D | map.h | 504 PropertyAttributes new_attributes,
|