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

1 2

  /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 namespace
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 namespace
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 namespace
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 namespace
248 symlink = get_attribute(os, "symlink")
  /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 namespace
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 namespace
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 namespace
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 namespace
248 symlink = get_attribute(os, "symlink")
  /external/chromium_org/components/test/data/password_manager/
websitetest.py 221 autofilled_password = password_element.get_attribute("value")
226 password_element.get_attribute("value"),
230 autofilled_password = password_element.get_attribute("value")
255 if not (username_element.get_attribute("value") == self.username):
  /external/chromium_org/third_party/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 107 bool Url<CTYPE>::get_attribute(const string& name, string* value) const { function in class:rtc::Url
httpcommon.h 258 bool get_attribute(const string& name, string* value) const;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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.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
  /external/openssl/crypto/pkcs7/
pk7_doit.c 69 static ASN1_TYPE *get_attribute(STACK_OF(X509_ATTRIBUTE) *sk, int nid);
1171 return(get_attribute(si->auth_attr,nid));
1176 return(get_attribute(si->unauth_attr,nid));
1179 static ASN1_TYPE *get_attribute(STACK_OF(X509_ATTRIBUTE) *sk, int nid)
1204 if(!(astype = get_attribute(sk, NID_pkcs9_messageDigest))) return NULL;
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
gscan.cpp 198 nlattr *vendor_data = reply.get_attribute(NL80211_ATTR_VENDOR_DATA);
373 nlattr *vendor_data = event.get_attribute(NL80211_ATTR_VENDOR_DATA);
654 nlattr *vendor_data = event.get_attribute(NL80211_ATTR_VENDOR_DATA);
864 nlattr *vendor_data = reply.get_attribute(NL80211_ATTR_VENDOR_DATA);
    [all...]
cpp_bindings.h 59 nlattr *get_attribute(int attribute) { function in class:WifiEvent
rtt.cpp 263 nlattr *vendor_data = event.get_attribute(NL80211_ATTR_VENDOR_DATA);
wifi_hal.cpp 567 nlattr *vendor_data = reply.get_attribute(NL80211_ATTR_VENDOR_DATA);
  /external/chromium_org/ui/views/accessibility/
native_view_accessibility_win.h 159 STDMETHODIMP get_attribute(BSTR name, VARIANT* attribute) { function
  /hardware/qcom/wlan/qcwcn/wifi_hal/
cpp_bindings.h 76 nlattr *get_attribute(int attribute) { function in class:WifiEvent

Completed in 428 milliseconds

1 2