/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/python/cpython3/Lib/test/ |
D | test_smtpnet.py | 27 support.get_attribute(smtplib, 'SMTP_SSL') 49 support.get_attribute(smtplib, 'SMTP_SSL') 56 support.get_attribute(smtplib, 'SMTP_SSL') 66 support.get_attribute(smtplib, 'SMTP_SSL') 78 support.get_attribute(smtplib, 'SMTP_SSL')
|
D | test_wait4.py | 9 from test.support import reap_children, get_attribute 12 get_attribute(os, 'fork') 13 get_attribute(os, 'wait4')
|
D | test_fork1.py | 13 from test.support import reap_children, get_attribute, verbose 17 get_attribute(os, 'fork')
|
D | test_ioctl.py | 3 from test.support import import_module, get_attribute 7 get_attribute(termios, 'TIOCGPGRP') #Can't run tests without this feature
|
D | test_startfile.py | 17 startfile = support.get_attribute(os, 'startfile')
|
D | test_support.py | 31 self.assertEqual(support.get_attribute(self, "test_get_attribute"), 33 self.assertRaises(unittest.SkipTest, support.get_attribute, self, "foo")
|
D | test_property.py | 179 gettotalrefcount = support.get_attribute(sys, 'gettotalrefcount')
|
D | test_imp.py | 328 create_dynamic = support.get_attribute(imp, 'create_dynamic')
|
/external/python/cpython2/Lib/test/ |
D | test_wait4.py | 8 from test.test_support import run_unittest, reap_children, get_attribute 11 get_attribute(os, 'fork') 12 get_attribute(os, 'wait4')
|
D | test_smtpnet.py | 12 test_support.get_attribute(smtplib, 'SMTP_SSL') 19 test_support.get_attribute(smtplib, 'SMTP_SSL')
|
D | test_fork1.py | 11 from test.test_support import run_unittest, reap_children, get_attribute, import_module 15 get_attribute(os, 'fork')
|
D | test_test_support.py | 34 self.assertEqual(support.get_attribute(self, "test_get_attribute"), 36 self.assertRaises(unittest.SkipTest, support.get_attribute, self, "foo") 38 support.get_attribute(unittest, 'foo') 40 support.get_attribute(ClassicClass, 'foo') 42 support.get_attribute(ClassicClass(), 'foo') 44 support.get_attribute(NewStyleClass, 'foo') 46 support.get_attribute(NewStyleClass(), 'foo')
|
D | test_ioctl.py | 3 from test.test_support import run_unittest, import_module, get_attribute 7 get_attribute(termios, 'TIOCGPGRP') #Can't run tests without this feature
|
D | test_startfile.py | 16 startfile = test_support.get_attribute(os, 'startfile')
|
D | test_sysconfig.py | 10 from test.test_support import run_unittest, TESTFN, unlink, get_attribute 256 symlink = get_attribute(os, "symlink")
|
/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/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/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')
|
/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/client/site_tests/desktopui_SetFieldsWithChromeDriver/ |
D | desktopui_SetFieldsWithChromeDriver.py | 53 entered_text = element.get_attribute("value")
|
/external/adhd/cras/src/alsa_plugin/ |
D | ctl_cras.c | 278 .get_attribute = ctl_cras_get_attribute,
|