Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2/elb/
Dtest_connection.py209 new_attributes = self.balancer.get_attributes()
211 self.assertEqual(True, new_attributes.access_log.enabled)
213 new_attributes.access_log.s3_bucket_name)
215 new_attributes.access_log.s3_bucket_prefix)
216 self.assertEqual(5, new_attributes.access_log.emit_interval)
/external/v8/src/
Dproperty-details.h289 PropertyDetails CopyAddAttributes(PropertyAttributes new_attributes) const { in CopyAddAttributes() argument
290 new_attributes = in CopyAddAttributes()
291 static_cast<PropertyAttributes>(attributes() | new_attributes); in CopyAddAttributes()
292 return PropertyDetails(value_, new_attributes); in CopyAddAttributes()
Dobjects.cc3379 PropertyAttributes new_attributes, in ReconfigureProperty() argument
3403 DCHECK_EQ(new_attributes, old_details.attributes()); in ReconfigureProperty()
3430 new_kind, new_attributes, in ReconfigureProperty()
3442 new_kind, new_attributes, in ReconfigureProperty()
3449 old_details.attributes() != new_attributes) { in ReconfigureProperty()
3451 new_kind, new_attributes, in ReconfigureProperty()
3459 new_kind, new_attributes, in ReconfigureProperty()
3484 next_attributes = new_attributes; in ReconfigureProperty()
3515 new_kind, new_attributes, in ReconfigureProperty()
3568 DCHECK_EQ(new_attributes, details.attributes()); in ReconfigureProperty()
[all …]
Dobjects.h5667 PropertyAttributes new_attributes,
/external/autotest/scheduler/
Drdb_hosts.py39 def _update_attributes(self, new_attributes): argument
47 for name, value in new_attributes.iteritems():
/external/llvm/lib/Support/Windows/
DProcess.inc398 WORD new_attributes =
408 new_attributes = (attributes & ~color_mask) | (new_attributes & color_mask);
410 SetConsoleTextAttribute(GetStdHandle(STD_OUTPUT_HANDLE), new_attributes);