HomeSort by relevance Sort by last modified time
    Searched refs:get_attribute (Results 26 - 50 of 76) sorted by null

12 3 4

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
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
  /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,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
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
test_sysconfig.py 14 from test.test_support import run_unittest, TESTFN, unlink, get_attribute
243 symlink = get_attribute(os, "symlink")
  /external/autotest/client/site_tests/desktopui_SonicExtension/extension_pages/
web_elements.py 61 return self._element.get_attribute('value')
73 original_value = self._element.get_attribute('value')
  /external/python/cpython2/Lib/test/
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/darwin-x86/lib/python2.7/test/
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
test_sysconfig.py 10 from test.test_support import run_unittest, TESTFN, unlink, get_attribute
248 symlink = get_attribute(os, "symlink")
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
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
test_sysconfig.py 10 from test.test_support import run_unittest, TESTFN, unlink, get_attribute
248 symlink = get_attribute(os, "symlink")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
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
test_sysconfig.py 10 from test.test_support import run_unittest, TESTFN, unlink, get_attribute
248 symlink = get_attribute(os, "symlink")
  /external/autotest/client/site_tests/desktopui_SetFieldsWithChromeDriver/
desktopui_SetFieldsWithChromeDriver.py 53 entered_text = element.get_attribute("value")
  /external/webrtc/webrtc/base/
httpcommon_unittest.cc 92 EXPECT_TRUE(url.get_attribute("query", &value));
95 EXPECT_TRUE(url.get_attribute("attr", &value));
98 EXPECT_FALSE(url.get_attribute("Query", &value));
httpcommon-inl.h 108 bool Url<CTYPE>::get_attribute(const string& name, string* value) const { function in class:rtc::Url
  /external/autotest/server/cros/ap_configurators/
web_driver_core_helpers.py 426 if text_field.get_attribute('type') != 'password' and not abort_check:
428 self.wait.until(lambda _: text_field.get_attribute('value'))
468 value = check_box.get_attribute('value')
dlink_dir300_ap_configurator.py 114 if ssid.get_attribute('disabled') == 'true':
145 if channel_popup.get_attribute('disabled') == 'true':
dlink_dir655_ap_configurator.py 195 if ssid.get_attribute('disabled') == 'true':
231 if channel_popup.get_attribute('disabled') == 'true':
dlink_dir505l_ap_configurator.py 161 if channel_popup.get_attribute('disabled') == 'true':
dlink_dwl2100_ap_configurator.py 122 int(timer.get_attribute('value')) > 2):
  /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

Completed in 370 milliseconds

12 3 4