/external/autotest/server/site_tests/bluetooth_SDP_ServiceBrowse/ |
D | bluetooth_SDP_ServiceBrowse.py | 76 def test_attribute(self, class_id, attr_id, get_attribute): argument 88 result_16 = get_attribute(class_id, attr_id, 16) 91 result_cur = get_attribute(class_id, attr_id, size) 98 def service_browse(self, get_attribute): argument 110 get_attribute) 117 get_attribute) 126 get_attribute)
|
/external/autotest/client/cros/ |
D | certificate_util.py | 26 def get_attribute(self, attribute): member in PEMCertificate 47 self._fingerprint = self.get_attribute(self.ATTRIBUTE_FINGERPRINT) 55 subject = self.get_attribute(self.ATTRIBUTE_SUBJECT)
|
/external/autotest/server/site_tests/bluetooth_SDP_ServiceAttributeRequest/ |
D | bluetooth_SDP_ServiceAttributeRequest.py | 140 def get_attribute(self, class_id, attr_id): member in 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,
|
/external/autotest/client/site_tests/desktopui_SonicExtension/extension_pages/ |
D | web_elements.py | 61 return self._element.get_attribute('value') 73 original_value = self._element.get_attribute('value')
|
/external/webrtc/webrtc/base/ |
D | httpcommon_unittest.cc | 92 EXPECT_TRUE(url.get_attribute("query", &value)); in TEST() 95 EXPECT_TRUE(url.get_attribute("attr", &value)); in TEST() 98 EXPECT_FALSE(url.get_attribute("Query", &value)); in TEST()
|
D | httpcommon-inl.h | 108 bool Url<CTYPE>::get_attribute(const string& name, string* value) const { in get_attribute() function
|
D | httpcommon.h | 269 bool get_attribute(const string& name, string* value) const;
|
/external/autotest/server/site_tests/bluetooth_SDP_ServiceSearchAttributeRequest/ |
D | bluetooth_SDP_ServiceSearchAttributeRequest.py | 135 def get_attribute(self, class_id, attr_id, size): member in 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)
|
/external/autotest/server/cros/ap_configurators/ |
D | web_driver_core_helpers.py | 426 if text_field.get_attribute('type') != 'password' and not abort_check: 428 self.wait.until(lambda _: text_field.get_attribute('value')) 468 value = check_box.get_attribute('value')
|
D | dlink_dir300_ap_configurator.py | 114 if ssid.get_attribute('disabled') == 'true': 145 if channel_popup.get_attribute('disabled') == 'true':
|
D | dlink_dir655_ap_configurator.py | 195 if ssid.get_attribute('disabled') == 'true': 231 if channel_popup.get_attribute('disabled') == 'true':
|
D | dlink_dwl2100_ap_configurator.py | 122 int(timer.get_attribute('value')) > 2):
|
D | dlink_dir505l_ap_configurator.py | 161 if channel_popup.get_attribute('disabled') == 'true':
|
D | belkinF9K1102_ap_configurator.py | 266 self.wait.until(lambda _: field.get_attribute('value'))
|
D | linksyse2000_ap_configurator.py | 131 if ssid_field.get_attribute('disabled') == 'true':
|
D | dlink_ap_configurator.py | 191 if ssid.get_attribute('disabled') == 'true':
|
/external/autotest/client/site_tests/desktopui_SetFieldsWithChromeDriver/ |
D | desktopui_SetFieldsWithChromeDriver.py | 53 entered_text = element.get_attribute("value")
|