Searched refs:attrname (Results 1 - 14 of 14) sorted by relevance

/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/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.h313 char attrname[NAME_LENGTH +1]; member in struct:dict_value
/external/elfutils/src/libdw/
H A Ddwarf_getabbrev.c130 unsigned int attrname; local
136 get_uleb128 (attrname, abbrevp, end);
141 while (attrname != 0 && attrform != 0 && ++abb->attrcnt);
/external/lldb/test/unittest2/
H A Dloader.py154 def isTestMethod(attrname, testCaseClass=testCaseClass,
156 return attrname.startswith(prefix) and \
157 hasattr(getattr(testCaseClass, attrname), '__call__')
/external/boringssl/src/crypto/x509/
H A Dx509_req.c309 const char *attrname, int type,
312 if(X509at_add1_attr_by_txt(&req->req_info->attributes, attrname,
308 X509_REQ_add1_attr_by_txt(X509_REQ *req, const char *attrname, int type, const unsigned char *bytes, int len) argument
H A Dx509_att.c181 const char *attrname, int type,
186 attr = X509_ATTRIBUTE_create_by_txt(NULL, attrname, type, bytes, len);
/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/boringssl/include/openssl/
H A Dx509.h891 const char *attrname, int type,
1061 const char *attrname, int type, variable
1094 const char *attrname, int type,
/external/boringssl/src/include/openssl/
H A Dx509.h891 const char *attrname, int type,
1061 const char *attrname, int type, variable
1094 const char *attrname, int type,
/external/libxml2/python/
H A Dlibxml.c894 PyObject *attrname; local
920 attrname = PY_IMPORT_STRING((char *) attrs[i]);
928 PyDict_SetItem(dict, attrname, attrvalue);
929 Py_DECREF(attrname);
/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 2071 milliseconds