Searched defs:attrname (Results 1 - 13 of 13) sorted by relevance

/external/elfutils/libdw/
H A Ddwarf_getabbrev.c139 unsigned int attrname; local
143 get_uleb128 (attrname, abbrevp);
146 while (attrname != 0 && attrform != 0 && ++abb->attrcnt);
/external/javassist/src/main/javassist/bytecode/
H A DParameterAnnotationsAttribute.java61 * @param attrname attribute name (<code>visibleTag</code> or
67 public ParameterAnnotationsAttribute(ConstPool cp, String attrname, argument
69 super(cp, attrname, info);
79 * @param attrname attribute name (<code>visibleTag</code> or
83 public ParameterAnnotationsAttribute(ConstPool cp, String attrname) { argument
84 this(cp, attrname, new byte[] { 0 });
H A DAttributeInfo.java38 protected AttributeInfo(ConstPool cp, int attrname, byte[] attrinfo) { argument
40 name = attrname;
44 protected AttributeInfo(ConstPool cp, String attrname) { argument
45 this(cp, attrname, (byte[])null);
52 * @param attrname attribute name
56 public AttributeInfo(ConstPool cp, String attrname, byte[] attrinfo) { argument
57 this(cp, cp.addUtf8Info(attrname), attrinfo);
H A DAnnotationsAttribute.java118 * @param attrname attribute name (<code>visibleTag</code> or
124 public AnnotationsAttribute(ConstPool cp, String attrname, byte[] info) { argument
125 super(cp, attrname, info);
135 * @param attrname attribute name (<code>visibleTag</code> or
139 public AnnotationsAttribute(ConstPool cp, String attrname) { argument
140 this(cp, attrname, new byte[] { 0, 0 });
/external/openssl/crypto/evp/
H A Devp_pkey.c236 const char *attrname, int type,
239 if(X509at_add1_attr_by_txt(&key->attributes, attrname,
235 EVP_PKEY_add1_attr_by_txt(EVP_PKEY *key, const char *attrname, int type, const unsigned char *bytes, int len) argument
/external/ppp/pppd/plugins/radius/
H A Ddict.c257 strcpy (dval->attrname, attrstr);
332 DICT_ATTR *rc_dict_findattr (char *attrname) argument
340 if (strcasecmp (attr->name, attrname) == 0)
352 if (strcasecmp (attr->name, attrname) == 0) {
395 DICT_VALUE * rc_dict_getval (UINT4 value, char *attrname) argument
402 if (strcmp (val->attrname, attrname) == 0 &&
H A Dradiusclient.h309 char attrname[NAME_LENGTH +1]; member in struct:dict_value
/external/openssl/crypto/x509/
H A Dx509_req.c310 const char *attrname, int type,
313 if(X509at_add1_attr_by_txt(&req->req_info->attributes, attrname,
309 X509_REQ_add1_attr_by_txt(X509_REQ *req, const char *attrname, int type, const unsigned char *bytes, int len) argument
H A Dx509.h949 const char *attrname, int type,
1114 const char *attrname, int type, variable
1147 const char *attrname, int type,
/external/expat/tests/
H A Druntests.c688 const XML_Char *attrname = atts[i]; local
690 if (strcmp("attr", attrname) == 0
691 || strcmp("ents", attrname) == 0
692 || strcmp("refs", attrname) == 0) {
696 attrname, value);
/external/openssl/include/openssl/
H A Dx509.h949 const char *attrname, int type,
1114 const char *attrname, int type, variable
1147 const char *attrname, int type,
/external/opencv/cxcore/src/
H A Dcxpersistence.cpp2071 CvStringHashNode* attrname; local
2080 CV_CALL( attrname = cvGetHashedKey( fs, ptr, (int)(endptr - ptr), 1 ));
2084 tagname = attrname;
2103 last->attr[count*2] = attrname->str.ptr;
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 5129 milliseconds