Home
last modified time | relevance | path

Searched refs:get_attribute (Results 1 – 25 of 30) sorted by relevance

12

/third_party/python/Lib/test/
Dtest_smtpnet.py29 support.get_attribute(smtplib, 'SMTP_SSL')
51 support.get_attribute(smtplib, 'SMTP_SSL')
58 support.get_attribute(smtplib, 'SMTP_SSL')
68 support.get_attribute(smtplib, 'SMTP_SSL')
80 support.get_attribute(smtplib, 'SMTP_SSL')
Dtest_wait4.py12 support.get_attribute(os, 'fork')
13 support.get_attribute(os, 'wait4')
Dtest_ioctl.py3 from test.support import get_attribute
8 get_attribute(termios, 'TIOCGPGRP') #Can't run tests without this feature
Dtest_startfile.py18 startfile = support.get_attribute(os, 'startfile')
Dtest_fork1.py17 support.get_attribute(os, 'fork')
Dtest_support.py64 self.assertEqual(support.get_attribute(self, "test_get_attribute"),
66 self.assertRaises(unittest.SkipTest, support.get_attribute, self, "foo")
Dtest_property.py179 gettotalrefcount = support.get_attribute(sys, 'gettotalrefcount')
Dtest_imp.py330 create_dynamic = support.get_attribute(imp, 'create_dynamic')
Dtest_socketserver.py415 pthread_kill = test.support.get_attribute(signal, 'pthread_kill')
Dtest_sys.py271 test.support.get_attribute(sys, "getwindowsversion")
629 test.support.get_attribute(sys, "getwindowsversion")
Dtest_wsgiref.py259 pthread_kill = support.get_attribute(signal, "pthread_kill")
Dtest_bz2.py839 gettotalrefcount = support.get_attribute(sys, 'gettotalrefcount')
/third_party/elfio/elfio/
Delfio_modinfo.hpp47 get_attribute( Elf_Word no, std::string& field, std::string& value ) const in get_attribute() function in ELFIO::modinfo_section_accessor_template
59 bool get_attribute( const std::string& field_name, in get_attribute() function in ELFIO::modinfo_section_accessor_template
Delfio_dump.hpp1066 if ( modinfo.get_attribute( i, field, value ) ) { in modinfo()
/third_party/musl/libc-test/src/functional/
Dtest-malloc-info.c31 static const xmlChar *get_attribute(const char *attr_name, xmlNodePtr node) in get_attribute() function
51 if (xmlStrEqual(get_attribute(attr_name, curr_node), (const xmlChar *) attr_value)) { in find_child_node_with_attr()
/third_party/elfio/tests/
DELFIOTest2.cpp63 modinfo.get_attribute( i, field, value ); in TEST()
73 modinfo.get_attribute( field, value ); in TEST()
127 modinfo.get_attribute( i, field, value ); in TEST()
137 modinfo.get_attribute( field, value ); in TEST()
/third_party/alsa-lib/src/control/
Dcontrol_ext.c138 ret = ext->callback->get_attribute(ext, key, &type, &info->access, &info->count); in snd_ctl_ext_elem_info()
218 ret = ext->callback->get_attribute(ext, key, &type, &access, &count); in snd_ctl_ext_elem_read()
272 ret = ext->callback->get_attribute(ext, key, &type, &access, &count); in snd_ctl_ext_elem_write()
351 ret = ext->callback->get_attribute(ext, key, &type, &access, &count); in snd_ctl_ext_elem_tlv()
/third_party/node/deps/openssl/openssl/crypto/pkcs7/
Dpk7_doit.c22 static ASN1_TYPE *get_attribute(const STACK_OF(X509_ATTRIBUTE) *sk, int nid);
1163 return get_attribute(si->auth_attr, nid); in PKCS7_get_signed_attribute()
1168 return get_attribute(si->unauth_attr, nid); in PKCS7_get_attribute()
1171 static ASN1_TYPE *get_attribute(const STACK_OF(X509_ATTRIBUTE) *sk, int nid) in get_attribute() function
1183 if ((astype = get_attribute(sk, NID_pkcs9_messageDigest)) == NULL) in PKCS7_digest_from_attributes()
/third_party/openssl/crypto/pkcs7/
Dpk7_doit.c22 static ASN1_TYPE *get_attribute(const STACK_OF(X509_ATTRIBUTE) *sk, int nid);
1163 return get_attribute(si->auth_attr, nid); in PKCS7_get_signed_attribute()
1168 return get_attribute(si->unauth_attr, nid); in PKCS7_get_attribute()
1171 static ASN1_TYPE *get_attribute(const STACK_OF(X509_ATTRIBUTE) *sk, int nid) in get_attribute() function
1183 if ((astype = get_attribute(sk, NID_pkcs9_messageDigest)) == NULL) in PKCS7_digest_from_attributes()
/third_party/elfio/examples/c_wrapper/
Delfio_c_wrapper.cpp406 bool ret = pmodinfo->get_attribute( no, field_str, value_str ); in elfio_modinfo_get_attribute()
419 bool ret = pmodinfo->get_attribute( value_str, value_str ); in elfio_modinfo_get_attribute_by_name()
/third_party/elfio/c_wrapper/
Delfio_c_wrapper.cpp405 bool ret = pmodinfo->get_attribute( no, field_str, value_str ); in elfio_modinfo_get_attribute()
418 bool ret = pmodinfo->get_attribute( value_str, value_str ); in elfio_modinfo_get_attribute_by_name()
/third_party/alsa-lib/include/
Dcontrol_external.h171 int (*get_attribute)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key, member
/third_party/rust/crates/syn/tests/
Dtest_round_trip.rs184 .get_attribute(attr) in translate_message()
/third_party/python/Lib/email/
D_header_value_parser.py2296 def get_attribute(value): function
2423 token, value = get_attribute(value)
/third_party/python/Lib/test/support/
D__init__.py161 def get_attribute(obj, name): function

12