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

1 2 3

  /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')
test_startfile.py 16 startfile = test_support.get_attribute(os, 'startfile')
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
  /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')
test_startfile.py 16 startfile = test_support.get_attribute(os, 'startfile')
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
  /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')
test_startfile.py 16 startfile = test_support.get_attribute(os, 'startfile')
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
  /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')
test_startfile.py 16 startfile = test_support.get_attribute(os, 'startfile')
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
  /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)
  /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)
  /toolchain/binutils/binutils-2.25/gold/
attributes.h 266 get_attribute(int tag);
269 get_attribute(int tag) const;
349 get_attribute(int vendor, int tag) function in class:gold::Attributes_section_data
352 return this->vendor_object_attributes_[vendor]->get_attribute(tag);
356 get_attribute(int vendor, int tag) const function in class:gold::Attributes_section_data
359 return this->vendor_object_attributes_[vendor]->get_attribute(tag);
  /external/autotest/server/site_tests/bluetooth_SDP_ServiceAttributeRequest/
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/client/site_tests/desktopui_SetFieldsWithChromeDriver/
desktopui_SetFieldsWithChromeDriver.py 53 entered_text = element.get_attribute("value")

Completed in 1985 milliseconds

1 2 3