HomeSort by relevance Sort by last modified time
    Searched refs:attrname (Results 1 - 14 of 14) 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 96 unsigned int attrname; local
100 get_uleb128 (attrname, abbrevp);
103 while (attrname != 0 && attrform != 0 && ++abb->attrcnt);
  /external/clearsilver/python/examples/base/
sgmllib.py 241 attrname, rest, attrvalue = match.group(1, 2, 3)
243 attrvalue = attrname
247 attrs.append((string.lower(attrname), attrvalue))
odb.py 124 def addTable(self, attrname, tblname, tblclass,
128 self._tables[attrname] = tbl
174 for attrname, tbl in self._tables.items():
188 for attrname, tbl in self._tables.items():
197 for attrname, tbl in self._tables.items():
    [all...]
  /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 940 const char *attrname, int type,
1105 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 940 const char *attrname, int type,
1105 const char *attrname, int type, variable
    [all...]
  /external/webkit/WebCore/css/
CSSStyleSelector.cpp     [all...]

Completed in 121 milliseconds