Searched refs:attr2 (Results 1 – 11 of 11) sorted by relevance
/external/antlr/antlr-3.4/runtime/Python/tests/ |
D | t012lexerXML.output | 8 attr2 CDATA #IMPLIED 15 Attr: attr2='val"ue'
|
/external/mesa3d/src/gallium/drivers/trace/ |
D | tr_dump.c | 169 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/ |
D | tr_dump.c | 169 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/ |
D | c14n.c | 879 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()
|
D | xpath.c | 2845 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()
|
D | ChangeLog | 1570 * result/errors/attr1.xml.err result/errors/attr2.xml.err
|
/external/libxml2/ |
D | c14n.c | 879 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()
|
D | xpath.c | 2889 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/ |
D | struct.idl | 25 [attr1, attr2] PP_Resource Mem3;
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | Node.cpp | 1731 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/ |
D | elflint.c | 3311 GElf_Word attr2; member 3487 | special_sections[s].attr2)) in check_sections() 3494 section_flags_string (special_sections[s].attr2, in check_sections()
|