HomeSort by relevance Sort by last modified time
    Searched defs:get_attribute (Results 1 - 15 of 15) sorted by null

  /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/webrtc/webrtc/base/
httpcommon-inl.h 108 bool Url<CTYPE>::get_attribute(const string& name, string* value) const { function in class:rtc::Url
  /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/server/site_tests/bluetooth_SDP_ServiceSearchAttributeRequest/
bluetooth_SDP_ServiceSearchAttributeRequest.py 135 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)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
control_external.h 155 int (*get_attribute)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key, member in struct:snd_ctl_ext_callback
241 * The access type bits stored in get_attribute callback
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
control_external.h 155 int (*get_attribute)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key, member in struct:snd_ctl_ext_callback
241 * The access type bits stored in get_attribute callback
  /toolchain/binutils/binutils-2.25/gold/
attributes.cc 186 Vendor_object_attributes::get_attribute(int tag) function in class:gold::Vendor_object_attributes
199 Vendor_object_attributes::get_attribute(int tag) const function in class:gold::Vendor_object_attributes
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);
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.h 59 nlattr *get_attribute(int attribute) { function in class:WifiEvent
  /hardware/qcom/wlan/qcwcn/wifi_hal/
cpp_bindings.h 76 nlattr *get_attribute(int attribute) { function in class:WifiEvent
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_support.py 38 "check_impl_detail", "get_attribute", "py3k_bytes",
148 def get_attribute(obj, name): function
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_support.py 41 "check_impl_detail", "get_attribute", "py3k_bytes",
151 def get_attribute(obj, name): function
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_support.py 41 "check_impl_detail", "get_attribute", "py3k_bytes",
151 def get_attribute(obj, name): function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_support.py 41 "check_impl_detail", "get_attribute", "py3k_bytes",
151 def get_attribute(obj, name): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_support.py 41 "check_impl_detail", "get_attribute", "py3k_bytes",
151 def get_attribute(obj, name): function
    [all...]

Completed in 1342 milliseconds