HomeSort by relevance Sort by last modified time
    Searched refs:attrname (Results 1 - 15 of 15) sorted by null

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
attrname.java 41 public final class attrname extends DOMTestCase { class in inherits:DOMTestCase
48 public attrname(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException { method in class:attrname
84 return "http://www.w3.org/2001/DOM-Test-Suite/level1/core/attrname";
91 DOMTestCase.doMain(attrname.class, args);
alltests.java 56 sink.addTest(attrname.class);
  /external/elfutils/libdw/
dwarf_getabbrev.c 139 unsigned int attrname; local
143 get_uleb128 (attrname, abbrevp);
146 while (attrname != 0 && attrform != 0 && ++abb->attrcnt);
  /external/javassist/src/main/javassist/bytecode/
ParameterAnnotationsAttribute.java 61 * @param attrname attribute name (<code>visibleTag</code> or
67 public ParameterAnnotationsAttribute(ConstPool cp, String attrname,
69 super(cp, attrname, info);
79 * @param attrname attribute name (<code>visibleTag</code> or
83 public ParameterAnnotationsAttribute(ConstPool cp, String attrname) {
84 this(cp, attrname, new byte[] { 0 });
AttributeInfo.java 38 protected AttributeInfo(ConstPool cp, int attrname, byte[] attrinfo) {
40 name = attrname;
44 protected AttributeInfo(ConstPool cp, String attrname) {
45 this(cp, attrname, (byte[])null);
52 * @param attrname attribute name
56 public AttributeInfo(ConstPool cp, String attrname, byte[] attrinfo) {
57 this(cp, cp.addUtf8Info(attrname), attrinfo);
AnnotationsAttribute.java 118 * @param attrname attribute name (<code>visibleTag</code> or
124 public AnnotationsAttribute(ConstPool cp, String attrname, byte[] info) {
125 super(cp, attrname, info);
135 * @param attrname attribute name (<code>visibleTag</code> or
139 public AnnotationsAttribute(ConstPool cp, String attrname) {
140 this(cp, attrname, new byte[] { 0, 0 });
  /external/ppp/pppd/plugins/radius/
dict.c 257 strcpy (dval->attrname, attrstr);
332 DICT_ATTR *rc_dict_findattr (char *attrname)
340 if (strcasecmp (attr->name, attrname) == 0)
352 if (strcasecmp (attr->name, attrname) == 0) {
395 DICT_VALUE * rc_dict_getval (UINT4 value, char *attrname)
402 if (strcmp (val->attrname, attrname) == 0 &&
radiusclient.h 309 char attrname[NAME_LENGTH +1]; member in struct:dict_value
  /external/openssl/crypto/evp/
evp_pkey.c 236 const char *attrname, int type,
239 if(X509at_add1_attr_by_txt(&key->attributes, attrname,
  /external/openssl/crypto/x509/
x509_req.c 310 const char *attrname, int type,
313 if(X509at_add1_attr_by_txt(&req->req_info->attributes, attrname,
x509_att.c 183 const char *attrname, int type,
188 attr = X509_ATTRIBUTE_create_by_txt(NULL, attrname, type, bytes, len);
x509.h 949 const char *attrname, int type,
1114 const char *attrname, int type, variable
    [all...]
  /external/expat/tests/
runtests.c 687 const XML_Char *attrname = atts[i]; local
689 if (strcmp("attr", attrname) == 0
690 || strcmp("ents", attrname) == 0
691 || strcmp("refs", attrname) == 0) {
695 attrname, value);
    [all...]
  /external/openssl/include/openssl/
x509.h 949 const char *attrname, int type,
1114 const char *attrname, int type, variable
    [all...]
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp     [all...]

Completed in 314 milliseconds