Searched defs:get_attribute (Results 1 - 9 of 9) sorted by relevance

/external/python/cpython2/Lib/test/
H A Dtest_wait4.py8 from test.test_support import run_unittest, reap_children, get_attribute namespace
11 get_attribute(os, 'fork')
12 get_attribute(os, 'wait4')
H A Dtest_fork1.py11 from test.test_support import run_unittest, reap_children, get_attribute, import_module namespace
15 get_attribute(os, 'fork')
H A Dtest_ioctl.py3 from test.test_support import run_unittest, import_module, get_attribute namespace
7 get_attribute(termios, 'TIOCGPGRP') #Can't run tests without this feature
H A Dtest_sysconfig.py10 from test.test_support import run_unittest, TESTFN, unlink, get_attribute namespace
256 symlink = get_attribute(os, "symlink")
H A Dtest_support.py42 "check_impl_detail", "get_attribute", "py3k_bytes",
152 def get_attribute(obj, name): function
/external/autotest/client/cros/
H A Dcertificate_util.py26 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/webrtc/webrtc/base/
H A Dhttpcommon-inl.h108 bool Url<CTYPE>::get_attribute(const string& name, string* value) const { function in class:rtc::Url
/external/autotest/server/site_tests/bluetooth_SDP_ServiceAttributeRequest/
H A Dbluetooth_SDP_ServiceAttributeRequest.py118 # 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/server/site_tests/bluetooth_SDP_ServiceSearchAttributeRequest/
H A Dbluetooth_SDP_ServiceSearchAttributeRequest.py135 def get_attribute(self, class_id, attr_id, size): member in class: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)

Completed in 271 milliseconds