HomeSort by relevance Sort by last modified time
    Searched refs:get_attribute (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_wait4.py 7 from test.test_support import run_unittest, reap_children, get_attribute
10 get_attribute(os, 'fork')
11 get_attribute(os, 'wait4')
test_smtpnet.py 14 test_support.get_attribute(smtplib, 'SMTP_SSL')
21 test_support.get_attribute(smtplib, 'SMTP_SSL')
test_fork1.py 11 from test.test_support import run_unittest, reap_children, get_attribute, import_module
15 get_attribute(os, 'fork')
test_startfile.py 16 startfile = test_support.get_attribute(os, 'startfile')
  /external/python/cpython2/Lib/test/
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')
test_smtpnet.py 12 test_support.get_attribute(smtplib, 'SMTP_SSL')
19 test_support.get_attribute(smtplib, 'SMTP_SSL')
test_fork1.py 11 from test.test_support import run_unittest, reap_children, get_attribute, import_module
15 get_attribute(os, 'fork')
test_startfile.py 16 startfile = test_support.get_attribute(os, 'startfile')
  /external/python/cpython3/Lib/test/
test_wait4.py 9 from test.support import reap_children, get_attribute
12 get_attribute(os, 'fork')
13 get_attribute(os, 'wait4')
test_smtpnet.py 27 support.get_attribute(smtplib, 'SMTP_SSL')
47 support.get_attribute(smtplib, 'SMTP_SSL')
54 support.get_attribute(smtplib, 'SMTP_SSL')
62 support.get_attribute(smtplib, 'SMTP_SSL')
74 support.get_attribute(smtplib, 'SMTP_SSL')
test_startfile.py 16 startfile = support.get_attribute(os, 'startfile')
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_wait4.py 7 from test.test_support import run_unittest, reap_children, get_attribute
10 get_attribute(os, 'fork')
11 get_attribute(os, 'wait4')
test_smtpnet.py 14 test_support.get_attribute(smtplib, 'SMTP_SSL')
21 test_support.get_attribute(smtplib, 'SMTP_SSL')
test_fork1.py 11 from test.test_support import run_unittest, reap_children, get_attribute, import_module
15 get_attribute(os, 'fork')
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_wait4.py 7 from test.test_support import run_unittest, reap_children, get_attribute
10 get_attribute(os, 'fork')
11 get_attribute(os, 'wait4')
test_smtpnet.py 14 test_support.get_attribute(smtplib, 'SMTP_SSL')
21 test_support.get_attribute(smtplib, 'SMTP_SSL')
test_fork1.py 11 from test.test_support import run_unittest, reap_children, get_attribute, import_module
15 get_attribute(os, 'fork')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_wait4.py 7 from test.test_support import run_unittest, reap_children, get_attribute
10 get_attribute(os, 'fork')
11 get_attribute(os, 'wait4')
test_smtpnet.py 14 test_support.get_attribute(smtplib, 'SMTP_SSL')
21 test_support.get_attribute(smtplib, 'SMTP_SSL')
test_fork1.py 11 from test.test_support import run_unittest, reap_children, get_attribute, import_module
15 get_attribute(os, 'fork')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_wait4.py 7 from test.test_support import run_unittest, reap_children, get_attribute
10 get_attribute(os, 'fork')
11 get_attribute(os, 'wait4')
test_smtpnet.py 14 test_support.get_attribute(smtplib, 'SMTP_SSL')
21 test_support.get_attribute(smtplib, 'SMTP_SSL')
test_fork1.py 11 from test.test_support import run_unittest, reap_children, get_attribute, import_module
15 get_attribute(os, 'fork')
  /external/autotest/client/cros/
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/autotest/server/site_tests/bluetooth_SDP_ServiceBrowse/
bluetooth_SDP_ServiceBrowse.py 76 def test_attribute(self, class_id, attr_id, get_attribute):
82 @param get_attribute: Method to use to get an attribute value.
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):
101 @param get_attribute: Method to use to get an attribute value.
110 get_attribute)
117 get_attribute)
126 get_attribute)

Completed in 237 milliseconds

1 2 3 4