/third_party/python/Lib/test/ |
D | test_smtpnet.py | 29 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')
|
D | test_wait4.py | 12 support.get_attribute(os, 'fork') 13 support.get_attribute(os, 'wait4')
|
D | test_ioctl.py | 3 from test.support import get_attribute 8 get_attribute(termios, 'TIOCGPGRP') #Can't run tests without this feature
|
D | test_startfile.py | 18 startfile = support.get_attribute(os, 'startfile')
|
D | test_fork1.py | 17 support.get_attribute(os, 'fork')
|
D | test_support.py | 64 self.assertEqual(support.get_attribute(self, "test_get_attribute"), 66 self.assertRaises(unittest.SkipTest, support.get_attribute, self, "foo")
|
D | test_property.py | 179 gettotalrefcount = support.get_attribute(sys, 'gettotalrefcount')
|
D | test_imp.py | 330 create_dynamic = support.get_attribute(imp, 'create_dynamic')
|
D | test_socketserver.py | 415 pthread_kill = test.support.get_attribute(signal, 'pthread_kill')
|
D | test_sys.py | 271 test.support.get_attribute(sys, "getwindowsversion") 629 test.support.get_attribute(sys, "getwindowsversion")
|
D | test_wsgiref.py | 259 pthread_kill = support.get_attribute(signal, "pthread_kill")
|
D | test_bz2.py | 839 gettotalrefcount = support.get_attribute(sys, 'gettotalrefcount')
|
/third_party/elfio/elfio/ |
D | elfio_modinfo.hpp | 47 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
|
D | elfio_dump.hpp | 1066 if ( modinfo.get_attribute( i, field, value ) ) { in modinfo()
|
/third_party/musl/libc-test/src/functional/ |
D | test-malloc-info.c | 31 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/ |
D | ELFIOTest2.cpp | 63 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/ |
D | control_ext.c | 138 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/ |
D | pk7_doit.c | 22 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/ |
D | pk7_doit.c | 22 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/ |
D | elfio_c_wrapper.cpp | 406 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/ |
D | elfio_c_wrapper.cpp | 405 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/ |
D | control_external.h | 171 int (*get_attribute)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key, member
|
/third_party/rust/crates/syn/tests/ |
D | test_round_trip.rs | 184 .get_attribute(attr) in translate_message()
|
/third_party/python/Lib/email/ |
D | _header_value_parser.py | 2296 def get_attribute(value): function 2423 token, value = get_attribute(value)
|
/third_party/python/Lib/test/support/ |
D | __init__.py | 161 def get_attribute(obj, name): function
|