Home
last modified time | relevance | path

Searched defs:nodes1 (Results 1 – 9 of 9) sorted by relevance

/external/libxml2/
Dxpath.c3402 xmlXPathDifference (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathDifference()
3442 xmlXPathIntersection (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathIntersection()
3550 xmlXPathHasSameNodes (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathHasSameNodes()
3641 xmlXPathLeadingSorted (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathLeadingSorted()
3663 xmlXPathLeading (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathLeading()
3749 xmlXPathTrailingSorted (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathTrailingSorted()
3771 xmlXPathTrailing (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathTrailing()
Dtestapi.c42124 xmlNodeSetPtr nodes1; /* a node-set */ in test_xmlXPathDifference() local
42509 xmlNodeSetPtr nodes1; /* a node-set */ in test_xmlXPathHasSameNodes() local
42589 xmlNodeSetPtr nodes1; /* a node-set */ in test_xmlXPathIntersection() local
42742 xmlNodeSetPtr nodes1; /* a node-set */ in test_xmlXPathLeading() local
42783 xmlNodeSetPtr nodes1; /* a node-set, sorted by document order */ in test_xmlXPathLeadingSorted() local
45397 xmlNodeSetPtr nodes1; /* a node-set */ in test_xmlXPathTrailing() local
45438 xmlNodeSetPtr nodes1; /* a node-set, sorted by document order */ in test_xmlXPathTrailingSorted() local
/external/cronet/stable/third_party/libxml/src/
Dxpath.c3389 xmlXPathDifference (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathDifference()
3429 xmlXPathIntersection (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathIntersection()
3537 xmlXPathHasSameNodes (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathHasSameNodes()
3628 xmlXPathLeadingSorted (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathLeadingSorted()
3650 xmlXPathLeading (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathLeading()
3736 xmlXPathTrailingSorted (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathTrailingSorted()
3758 xmlXPathTrailing (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathTrailing()
Dtestapi.c41862 xmlNodeSetPtr nodes1; /* a node-set */ in test_xmlXPathDifference() local
42247 xmlNodeSetPtr nodes1; /* a node-set */ in test_xmlXPathHasSameNodes() local
42327 xmlNodeSetPtr nodes1; /* a node-set */ in test_xmlXPathIntersection() local
42480 xmlNodeSetPtr nodes1; /* a node-set */ in test_xmlXPathLeading() local
42521 xmlNodeSetPtr nodes1; /* a node-set, sorted by document order */ in test_xmlXPathLeadingSorted() local
45135 xmlNodeSetPtr nodes1; /* a node-set */ in test_xmlXPathTrailing() local
45176 xmlNodeSetPtr nodes1; /* a node-set, sorted by document order */ in test_xmlXPathTrailingSorted() local
/external/cronet/tot/third_party/libxml/src/
Dxpath.c3389 xmlXPathDifference (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathDifference()
3429 xmlXPathIntersection (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathIntersection()
3537 xmlXPathHasSameNodes (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathHasSameNodes()
3628 xmlXPathLeadingSorted (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathLeadingSorted()
3650 xmlXPathLeading (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathLeading()
3736 xmlXPathTrailingSorted (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathTrailingSorted()
3758 xmlXPathTrailing (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathTrailing()
Dtestapi.c41862 xmlNodeSetPtr nodes1; /* a node-set */ in test_xmlXPathDifference() local
42247 xmlNodeSetPtr nodes1; /* a node-set */ in test_xmlXPathHasSameNodes() local
42327 xmlNodeSetPtr nodes1; /* a node-set */ in test_xmlXPathIntersection() local
42480 xmlNodeSetPtr nodes1; /* a node-set */ in test_xmlXPathLeading() local
42521 xmlNodeSetPtr nodes1; /* a node-set, sorted by document order */ in test_xmlXPathLeadingSorted() local
45135 xmlNodeSetPtr nodes1; /* a node-set */ in test_xmlXPathTrailing() local
45176 xmlNodeSetPtr nodes1; /* a node-set, sorted by document order */ in test_xmlXPathTrailingSorted() local
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/visitor/
DEqualsVisitor.java104 private <T extends Node> boolean nodesEquals(final List<T> nodes1, final List<T> nodes2) { in nodesEquals()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/visitor/
DEqualsVisitor.java129 private <T extends Node> boolean nodesEquals(final List<T> nodes1, final List<T> nodes2) { in nodesEquals()
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/visitor/
DEqualsVisitor.java63 private <T extends Node> boolean nodesEquals(final List<T> nodes1, final List<T> nodes2) { in nodesEquals()