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

1 2 3 4 5

  /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);
  /external/libcups/cups/
ipp-support.c     [all...]
  /external/python/cpython2/Lib/ctypes/
_endian.py 24 def __setattr__(self, attrname, value):
25 if attrname == "_fields_":
33 super(_swapped_meta, self).__setattr__(attrname, value)
  /external/python/cpython3/Lib/ctypes/
_endian.py 24 def __setattr__(self, attrname, value):
25 if attrname == "_fields_":
33 super().__setattr__(attrname, value)
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
_endian.py 27 def __setattr__(self, attrname, value):
28 if attrname == "_fields_":
36 super(_swapped_meta, self).__setattr__(attrname, value)
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
_endian.py 27 def __setattr__(self, attrname, value):
28 if attrname == "_fields_":
36 super(_swapped_meta, self).__setattr__(attrname, value)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
_endian.py 27 def __setattr__(self, attrname, value):
28 if attrname == "_fields_":
36 super(_swapped_meta, self).__setattr__(attrname, value)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
_endian.py 27 def __setattr__(self, attrname, value):
28 if attrname == "_fields_":
36 super(_swapped_meta, self).__setattr__(attrname, value)
  /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);
  /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 &&
  /external/elfutils/libdw/
dwarf_getabbrev.c 126 unsigned int attrname; local
132 get_uleb128 (attrname, abbrevp, end);
137 while (attrname != 0 && attrform != 0 && ++abb->attrcnt);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
htmllib.py 387 for attrname, value in attrs:
389 if attrname == 'href':
391 if attrname == 'name':
393 if attrname == 'type':
419 for attrname, value in attrs:
420 if attrname == 'align':
422 if attrname == 'alt':
424 if attrname == 'ismap':
426 if attrname == 'src':
428 if attrname == 'width':
    [all...]
xmllib.py 535 for attrname in attrdict.keys():
536 if not attrname in self.__xml_namespace_attributes:
537 self.syntax_error("unknown attribute `%s' in xml:namespace tag" % attrname)
562 attrname, attrvalue = res.group('name', 'value')
564 attrname = attrname.lower()
567 self.syntax_error("no value specified for attribute `%s'" % attrname)
568 attrvalue = attrname
573 self.syntax_error("attribute `%s' value not quoted" % attrname)
574 res = xmlns.match(attrname)
    [all...]
  /external/python/cpython2/Lib/
htmllib.py 387 for attrname, value in attrs:
389 if attrname == 'href':
391 if attrname == 'name':
393 if attrname == 'type':
419 for attrname, value in attrs:
420 if attrname == 'align':
422 if attrname == 'alt':
424 if attrname == 'ismap':
426 if attrname == 'src':
428 if attrname == 'width'
    [all...]
xmllib.py 535 for attrname in attrdict.keys():
536 if not attrname in self.__xml_namespace_attributes:
537 self.syntax_error("unknown attribute `%s' in xml:namespace tag" % attrname)
562 attrname, attrvalue = res.group('name', 'value')
564 attrname = attrname.lower()
567 self.syntax_error("no value specified for attribute `%s'" % attrname)
568 attrvalue = attrname
573 self.syntax_error("attribute `%s' value not quoted" % attrname)
574 res = xmlns.match(attrname)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
htmllib.py 387 for attrname, value in attrs:
389 if attrname == 'href':
391 if attrname == 'name':
393 if attrname == 'type':
419 for attrname, value in attrs:
420 if attrname == 'align':
422 if attrname == 'alt':
424 if attrname == 'ismap':
426 if attrname == 'src':
428 if attrname == 'width'
    [all...]
xmllib.py 535 for attrname in attrdict.keys():
536 if not attrname in self.__xml_namespace_attributes:
537 self.syntax_error("unknown attribute `%s' in xml:namespace tag" % attrname)
562 attrname, attrvalue = res.group('name', 'value')
564 attrname = attrname.lower()
567 self.syntax_error("no value specified for attribute `%s'" % attrname)
568 attrvalue = attrname
573 self.syntax_error("attribute `%s' value not quoted" % attrname)
574 res = xmlns.match(attrname)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
htmllib.py 387 for attrname, value in attrs:
389 if attrname == 'href':
391 if attrname == 'name':
393 if attrname == 'type':
419 for attrname, value in attrs:
420 if attrname == 'align':
422 if attrname == 'alt':
424 if attrname == 'ismap':
426 if attrname == 'src':
428 if attrname == 'width'
    [all...]
xmllib.py 535 for attrname in attrdict.keys():
536 if not attrname in self.__xml_namespace_attributes:
537 self.syntax_error("unknown attribute `%s' in xml:namespace tag" % attrname)
562 attrname, attrvalue = res.group('name', 'value')
564 attrname = attrname.lower()
567 self.syntax_error("no value specified for attribute `%s'" % attrname)
568 attrvalue = attrname
573 self.syntax_error("attribute `%s' value not quoted" % attrname)
574 res = xmlns.match(attrname)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
htmllib.py 387 for attrname, value in attrs:
389 if attrname == 'href':
391 if attrname == 'name':
393 if attrname == 'type':
419 for attrname, value in attrs:
420 if attrname == 'align':
422 if attrname == 'alt':
424 if attrname == 'ismap':
426 if attrname == 'src':
428 if attrname == 'width'
    [all...]
xmllib.py 535 for attrname in attrdict.keys():
536 if not attrname in self.__xml_namespace_attributes:
537 self.syntax_error("unknown attribute `%s' in xml:namespace tag" % attrname)
562 attrname, attrvalue = res.group('name', 'value')
564 attrname = attrname.lower()
567 self.syntax_error("no value specified for attribute `%s'" % attrname)
568 attrvalue = attrname
573 self.syntax_error("attribute `%s' value not quoted" % attrname)
574 res = xmlns.match(attrname)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
htmllib.py 387 for attrname, value in attrs:
389 if attrname == 'href':
391 if attrname == 'name':
393 if attrname == 'type':
419 for attrname, value in attrs:
420 if attrname == 'align':
422 if attrname == 'alt':
424 if attrname == 'ismap':
426 if attrname == 'src':
428 if attrname == 'width'
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
tclrun.swg 303 char *method, *attrname;
386 attrname = Tcl_GetStringFromObj(objv[2],NULL);
389 if ((strcmp(attr->name, attrname) == 0) && (attr->getmethod)) {
400 if (strcmp(attrname, "-this") == 0) {
404 if (strcmp(attrname, "-thisown") == 0) {
420 attrname = Tcl_GetStringFromObj(objv[i],NULL);
423 if ((strcmp(attr->name, attrname) == 0) && (attr->setmethod)) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
xmllib.py 535 for attrname in attrdict.keys():
536 if not attrname in self.__xml_namespace_attributes:
537 self.syntax_error("unknown attribute `%s' in xml:namespace tag" % attrname)
562 attrname, attrvalue = res.group('name', 'value')
564 attrname = attrname.lower()
567 self.syntax_error("no value specified for attribute `%s'" % attrname)
568 attrvalue = attrname
573 self.syntax_error("attribute `%s' value not quoted" % attrname)
574 res = xmlns.match(attrname)
    [all...]

Completed in 982 milliseconds

1 2 3 4 5