/external/ppp/pppd/plugins/radius/ |
D | dict.c | 257 strcpy (dval->attrname, attrstr); in rc_read_dictionary() 332 DICT_ATTR *rc_dict_findattr (char *attrname) in rc_dict_findattr() argument 340 if (strcasecmp (attr->name, attrname) == 0) in rc_dict_findattr() 352 if (strcasecmp (attr->name, attrname) == 0) { in rc_dict_findattr() 395 DICT_VALUE * rc_dict_getval (UINT4 value, char *attrname) in rc_dict_getval() argument 402 if (strcmp (val->attrname, attrname) == 0 && in rc_dict_getval()
|
D | radiusclient.h | 313 char attrname[NAME_LENGTH +1]; member
|
/external/javassist/src/main/javassist/bytecode/ |
D | ParameterAnnotationsAttribute.java | 67 public ParameterAnnotationsAttribute(ConstPool cp, String attrname, in ParameterAnnotationsAttribute() argument 69 super(cp, attrname, info); in ParameterAnnotationsAttribute() 83 public ParameterAnnotationsAttribute(ConstPool cp, String attrname) { in ParameterAnnotationsAttribute() argument 84 this(cp, attrname, new byte[] { 0 }); in ParameterAnnotationsAttribute()
|
D | AttributeInfo.java | 38 protected AttributeInfo(ConstPool cp, int attrname, byte[] attrinfo) { in AttributeInfo() argument 40 name = attrname; in AttributeInfo() 44 protected AttributeInfo(ConstPool cp, String attrname) { in AttributeInfo() argument 45 this(cp, attrname, (byte[])null); in AttributeInfo() 56 public AttributeInfo(ConstPool cp, String attrname, byte[] attrinfo) { in AttributeInfo() argument 57 this(cp, cp.addUtf8Info(attrname), attrinfo); in AttributeInfo()
|
D | AnnotationsAttribute.java | 124 public AnnotationsAttribute(ConstPool cp, String attrname, byte[] info) { in AnnotationsAttribute() argument 125 super(cp, attrname, info); in AnnotationsAttribute() 139 public AnnotationsAttribute(ConstPool cp, String attrname) { in AnnotationsAttribute() argument 140 this(cp, attrname, new byte[] { 0, 0 }); in AnnotationsAttribute()
|
/external/elfutils/src/libdw/ |
D | dwarf_getabbrev.c | 130 unsigned int attrname; local 136 get_uleb128 (attrname, abbrevp, end); 141 while (attrname != 0 && attrform != 0 && ++abb->attrcnt);
|
/external/lldb/test/unittest2/ |
D | loader.py | 154 def isTestMethod(attrname, testCaseClass=testCaseClass, argument 156 return attrname.startswith(prefix) and \ 157 hasattr(getattr(testCaseClass, attrname), '__call__')
|
/external/boringssl/src/crypto/x509/ |
D | x509_req.c | 309 const char *attrname, int type, in X509_REQ_add1_attr_by_txt() argument 312 if(X509at_add1_attr_by_txt(&req->req_info->attributes, attrname, in X509_REQ_add1_attr_by_txt()
|
D | x509_att.c | 181 const char *attrname, int type, in STACK_OF() 186 attr = X509_ATTRIBUTE_create_by_txt(NULL, attrname, type, bytes, len); in STACK_OF()
|
/external/expat/tests/ |
D | runtests.c | 688 const XML_Char *attrname = atts[i]; in check_attr_contains_normalized_whitespace() local 690 if (strcmp("attr", attrname) == 0 in check_attr_contains_normalized_whitespace() 691 || strcmp("ents", attrname) == 0 in check_attr_contains_normalized_whitespace() 692 || strcmp("refs", attrname) == 0) { in check_attr_contains_normalized_whitespace() 696 attrname, value); in check_attr_contains_normalized_whitespace()
|
/external/boringssl/src/include/openssl/ |
D | x509.h | 891 const char *attrname, int type, 1061 const char *attrname, int type, 1094 const char *attrname, int type,
|
/external/libxml2/python/ |
D | libxml.c | 894 PyObject *attrname; in pythonStartElement() local 920 attrname = PY_IMPORT_STRING((char *) attrs[i]); in pythonStartElement() 928 PyDict_SetItem(dict, attrname, attrvalue); in pythonStartElement() 929 Py_DECREF(attrname); in pythonStartElement()
|
/external/opencv/cxcore/src/ |
D | cxpersistence.cpp | 2071 CvStringHashNode* attrname; in icvXMLParseTag() local 2080 CV_CALL( attrname = cvGetHashedKey( fs, ptr, (int)(endptr - ptr), 1 )); in icvXMLParseTag() 2084 tagname = attrname; in icvXMLParseTag() 2103 last->attr[count*2] = attrname->str.ptr; in icvXMLParseTag()
|
/external/robolectric/lib/main/ |
D | javassist-3.14.0-GA.jar | META-INF/
META-INF/MANIFEST.MF
javassist/
javassist/bytecode/
javassist/ ... |