Home
last modified time | relevance | path

Searched refs:attr2 (Results 1 – 11 of 11) sorted by relevance

/external/antlr/antlr-3.4/runtime/Python/tests/
Dt012lexerXML.output8 attr2 CDATA #IMPLIED
15 Attr: attr2='val"ue'
/external/mesa3d/src/gallium/drivers/trace/
Dtr_dump.c169 const char *attr2, const char *value2) in trace_dump_tag_begin2() argument
178 trace_dump_writes(attr2); in trace_dump_tag_begin2()
188 const char *attr2, const char *value2, in trace_dump_tag_begin3() argument
198 trace_dump_writes(attr2); in trace_dump_tag_begin3()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
Dtr_dump.c169 const char *attr2, const char *value2) in trace_dump_tag_begin2() argument
178 trace_dump_writes(attr2); in trace_dump_tag_begin2()
188 const char *attr2, const char *value2, in trace_dump_tag_begin3() argument
198 trace_dump_writes(attr2); in trace_dump_tag_begin3()
/external/chromium_org/third_party/libxml/src/
Dc14n.c879 xmlC14NAttrsCompare(xmlAttrPtr attr1, xmlAttrPtr attr2) in xmlC14NAttrsCompare() argument
886 if (attr1 == attr2) in xmlC14NAttrsCompare()
890 if (attr2 == NULL) in xmlC14NAttrsCompare()
892 if (attr1->ns == attr2->ns) { in xmlC14NAttrsCompare()
893 return (xmlStrcmp(attr1->name, attr2->name)); in xmlC14NAttrsCompare()
903 if (attr2->ns == NULL) in xmlC14NAttrsCompare()
907 if (attr2->ns->prefix == NULL) in xmlC14NAttrsCompare()
910 ret = xmlStrcmp(attr1->ns->href, attr2->ns->href); in xmlC14NAttrsCompare()
912 ret = xmlStrcmp(attr1->name, attr2->name); in xmlC14NAttrsCompare()
Dxpath.c2845 int attr1 = 0, attr2 = 0; in xmlXPathCmpNodes() local
2862 attr2 = 1; in xmlXPathCmpNodes()
2867 if (attr1 == attr2) { in xmlXPathCmpNodes()
2880 if (attr2 == 1) in xmlXPathCmpNodes()
DChangeLog1570 * result/errors/attr1.xml.err result/errors/attr2.xml.err
/external/libxml2/
Dc14n.c879 xmlC14NAttrsCompare(xmlAttrPtr attr1, xmlAttrPtr attr2) in xmlC14NAttrsCompare() argument
886 if (attr1 == attr2) in xmlC14NAttrsCompare()
890 if (attr2 == NULL) in xmlC14NAttrsCompare()
892 if (attr1->ns == attr2->ns) { in xmlC14NAttrsCompare()
893 return (xmlStrcmp(attr1->name, attr2->name)); in xmlC14NAttrsCompare()
903 if (attr2->ns == NULL) in xmlC14NAttrsCompare()
907 if (attr2->ns->prefix == NULL) in xmlC14NAttrsCompare()
910 ret = xmlStrcmp(attr1->ns->href, attr2->ns->href); in xmlC14NAttrsCompare()
912 ret = xmlStrcmp(attr1->name, attr2->name); in xmlC14NAttrsCompare()
Dxpath.c2889 int attr1 = 0, attr2 = 0; in xmlXPathCmpNodes() local
2906 attr2 = 1; in xmlXPathCmpNodes()
2911 if (attr1 == attr2) { in xmlXPathCmpNodes()
2924 if (attr2 == 1) in xmlXPathCmpNodes()
/external/chromium_org/ppapi/generators/test_parser/
Dstruct.idl25 [attr1, attr2] PP_Resource Mem3;
/external/chromium_org/third_party/WebKit/Source/core/dom/
DNode.cpp1731 const Attr* attr2 = otherNode->nodeType() == ATTRIBUTE_NODE ? toAttr(otherNode) : 0; in compareDocumentPositionInternal() local
1734 const Node* start2 = attr2 ? attr2->ownerElement() : otherNode; in compareDocumentPositionInternal()
1747 if (attr2) in compareDocumentPositionInternal()
1748 chain2.append(attr2); in compareDocumentPositionInternal()
1750 if (attr1 && attr2 && start1 == start2 && start1) { in compareDocumentPositionInternal()
1764 if (attr2->qualifiedName() == attribute->name()) in compareDocumentPositionInternal()
/external/elfutils/src/
Delflint.c3311 GElf_Word attr2; member
3487 | special_sections[s].attr2)) in check_sections()
3494 section_flags_string (special_sections[s].attr2, in check_sections()