Searched defs:get_attribute (Results 1 - 5 of 5) sorted by relevance
/external/autotest/client/cros/ |
H A D | certificate_util.py | 26 def get_attribute(self, attribute): member in class:PEMCertificate 47 self._fingerprint = self.get_attribute(self.ATTRIBUTE_FINGERPRINT) 55 subject = self.get_attribute(self.ATTRIBUTE_SUBJECT)
|
/external/webrtc/webrtc/base/ |
H A D | httpcommon-inl.h | 108 bool Url<CTYPE>::get_attribute(const string& name, string* value) const { function in class:rtc::Url
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/ |
H A D | instance.py | 499 def get_attribute(self, attribute, dry_run=False): member in class:Instance
|
/external/autotest/server/site_tests/bluetooth_SDP_ServiceAttributeRequest/ |
H A D | bluetooth_SDP_ServiceAttributeRequest.py | 118 # TODO(quiche): Place this after get_attribute(), so all the tests are 140 def get_attribute(self, class_id, attr_id): member in class:bluetooth_SDP_ServiceAttributeRequest 166 self.assert_equal(self.get_attribute(class_id, attr_id), 215 value = self.get_attribute(self.GAP_CLASS_ID, 243 self.get_attribute(self.SDP_SERVER_CLASS_ID, 252 state = self.get_attribute(self.SDP_SERVER_CLASS_ID, 264 profile_list = self.get_attribute(self.PNP_INFORMATION_CLASS_ID, 287 self.get_attribute(self.AVRCP_TG_CLASS_ID,
|
/external/autotest/server/site_tests/bluetooth_SDP_ServiceSearchAttributeRequest/ |
H A D | bluetooth_SDP_ServiceSearchAttributeRequest.py | 135 def get_attribute(self, class_id, attr_id, size): member in class:bluetooth_SDP_ServiceSearchAttributeRequest 173 result_16 = self.get_attribute(class_id, attr_id, 16) 175 result_cur = self.get_attribute(class_id, attr_id, size)
|
Completed in 248 milliseconds