/external/python/cpython3/Lib/test/ |
D | test_smtpnet.py | 28 support.get_attribute(smtplib, 'SMTP_SSL') 50 support.get_attribute(smtplib, 'SMTP_SSL') 57 support.get_attribute(smtplib, 'SMTP_SSL') 67 support.get_attribute(smtplib, 'SMTP_SSL') 79 support.get_attribute(smtplib, 'SMTP_SSL')
|
D | test_wait4.py | 12 support.get_attribute(os, 'fork') 13 support.get_attribute(os, 'wait4')
|
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_fork1.py | 17 support.get_attribute(os, 'fork')
|
D | test_property.py | 179 gettotalrefcount = support.get_attribute(sys, 'gettotalrefcount')
|
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_imp.py | 328 create_dynamic = support.get_attribute(imp, 'create_dynamic')
|
D | test_socketserver.py | 403 pthread_kill = test.support.get_attribute(signal, 'pthread_kill')
|
/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 | 27 def get_attribute(self, attribute): member in PEMCertificate 48 self._fingerprint = self.get_attribute(self.ATTRIBUTE_FINGERPRINT) 56 subject = self.get_attribute(self.ATTRIBUTE_SUBJECT)
|
/external/autotest/server/cros/bluetooth/ |
D | bluetooth_sdp_tests.py | 185 def get_attribute(self, class_id, attr_id): member in bluetooth_SDP_ServiceAttributeRequest 211 self.assert_equal(self.get_attribute(class_id, attr_id), 260 value = self.get_attribute(self.GAP_CLASS_ID, 288 self.get_attribute(self.SDP_SERVER_CLASS_ID, 297 state = self.get_attribute(self.SDP_SERVER_CLASS_ID, 309 profile_list = self.get_attribute(self.PNP_INFORMATION_CLASS_ID, 534 def test_attribute(self, class_id, attr_id, get_attribute): argument 546 result_16 = get_attribute(class_id, attr_id, 16) 549 result_cur = get_attribute(class_id, attr_id, size) 556 def service_browse(self, get_attribute): argument [all …]
|
/external/autotest/server/cros/ap_configurators/ |
D | web_driver_core_helpers.py | 428 if text_field.get_attribute('type') != 'password' and not abort_check: 430 self.wait.until(lambda _: text_field.get_attribute('value')) 470 value = check_box.get_attribute('value')
|
/external/llvm-project/mlir/test/Rewrite/ |
D | pdl-bytecode.mlir | 84 %attr = pdl_interp.get_attribute "test_attr" of %root 152 %attr = pdl_interp.get_attribute "test_attr" of %root 283 %attr = pdl_interp.get_attribute "test_attr" of %root 364 %attr = pdl_interp.get_attribute "test_attr" of %root 612 %attr = pdl_interp.get_attribute "test_attr" of %root 616 %attr_2 = pdl_interp.get_attribute "test_attr_2" of %root 755 %attr = pdl_interp.get_attribute "test_attr" of %root
|
/external/autotest/client/site_tests/desktopui_SetFieldsWithChromeDriver/ |
D | desktopui_SetFieldsWithChromeDriver.py | 53 entered_text = element.get_attribute("value")
|
/external/llvm-project/mlir/test/Conversion/PDLToPDLInterp/ |
D | pdl-to-pdl-interp-matcher.mlir | 41 // CHECK-DAG: %[[ATTR:.*]] = pdl_interp.get_attribute "attr" of %[[ROOT]] 46 // CHECK-DAG: %[[ATTR1:.*]] = pdl_interp.get_attribute "attr1" of %[[ROOT]]
|
/external/adhd/cras/src/alsa_plugin/ |
D | ctl_cras.c | 200 .get_attribute = ctl_cras_get_attribute,
|
/external/llvm-project/mlir/include/mlir/Dialect/PDLInterp/IR/ |
D | PDLInterpOps.td | 498 def PDLInterp_GetAttributeOp : PDLInterp_Op<"get_attribute", [NoSideEffect]> { 501 `pdl_interp.get_attribute` operations try to get a specific attribute from 508 %attr = pdl_interp.get_attribute "attr" of %op
|
/external/python/jinja/docs/ |
D | switching.rst | 50 as `call_function`, `get_attribute` and others. While they were marked
|