Home
last modified time | relevance | path

Searched defs:attrname (Results 1 – 22 of 22) sorted by relevance

/external/elfutils/libdw/
Ddwarf_getattrcnt.c47 unsigned int attrname; in dwarf_getattrcnt() local
Ddwarf_getabbrev.c127 unsigned int attrname; in __libdw_getabbrev() local
/external/ppp/pppd/plugins/radius/
Ddict.c332 DICT_ATTR *rc_dict_findattr (char *attrname) in rc_dict_findattr()
395 DICT_VALUE * rc_dict_getval (UINT4 value, char *attrname) in rc_dict_getval()
Dradiusclient.h313 char attrname[NAME_LENGTH +1]; member
/external/python/cpython3/Lib/ctypes/
D_endian.py24 def __setattr__(self, attrname, value): argument
/external/python/cpython2/Lib/ctypes/
D_endian.py24 def __setattr__(self, attrname, value): argument
/external/libcups/cups/
Dipp-support.c1873 ippEnumString(const char *attrname, /* I - Attribute name */ in ippEnumString()
1951 ippEnumValue(const char *attrname, /* I - Attribute name */ in ippEnumValue()
Dadminutil.c2287 const char *attrname, /* I - Attribute name */ in write_option()
/external/python/cpython2/Lib/unittest/
Dloader.py136 def isTestMethod(attrname, testCaseClass=testCaseClass, argument
/external/boringssl/src/crypto/x509/
Dx509_req.c315 const char *attrname, int type, in X509_REQ_add1_attr_by_txt()
/external/python/cpython2/Python/
Dcodecs.c224 const char *attrname) in codec_makeincrementalcodec()
242 const char *attrname) in codec_getincrementalcodec()
/external/python/cpython3/Lib/unittest/
Dloader.py226 def shouldIncludeMethod(attrname): argument
/external/python/cpython3/Python/
Dcodecs.c280 const char *attrname) in codec_makeincrementalcodec()
298 const char *attrname) in codec_getincrementalcodec()
Dsysmodule.c438 const char *attrname = NULL; in sys_breakpointhook() local
/external/e2fsprogs/contrib/
Dfsstress.c639 int attr_remove_path(pathname_t * name, const char *attrname, int flags) in attr_remove_path()
658 attr_set_path(pathname_t * name, const char *attrname, const char *attrvalue, in attr_set_path()
/external/ltp/testcases/kernel/fs/fsstress/
Dfsstress.c612 int attr_remove_path(pathname_t * name, const char *attrname, int flags) in attr_remove_path()
631 attr_set_path(pathname_t * name, const char *attrname, const char *attrvalue, in attr_set_path()
/external/python/cpython2/Objects/
Dobject.c1752 merge_list_attr(PyObject* dict, PyObject* obj, const char *attrname) in merge_list_attr()
/external/python/cpython2/Lib/compiler/
Dast.py85 def __init__(self, expr, attrname, flags, lineno=None): argument
663 def __init__(self, expr, attrname, lineno=None): argument
/external/python/cpython3/Lib/xml/dom/
Dminidom.py765 def getAttributeNode(self, attrname): argument
/external/python/cpython2/Lib/xml/dom/
Dminidom.py721 def getAttributeNode(self, attrname): argument
/external/libxml2/python/
Dlibxml.c894 PyObject *attrname; in pythonStartElement() local
/external/expat/tests/
Druntests.c1356 const XML_Char *attrname = atts[i]; in check_attr_contains_normalized_whitespace() local