/external/libxml2/ |
D | xpath.c | 3402 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()
|
D | testapi.c | 42124 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/ |
D | xpath.c | 3389 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()
|
D | testapi.c | 41862 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/ |
D | xpath.c | 3389 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()
|
D | testapi.c | 41862 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/ |
D | EqualsVisitor.java | 104 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/ |
D | EqualsVisitor.java | 129 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/ |
D | EqualsVisitor.java | 63 private <T extends Node> boolean nodesEquals(final List<T> nodes1, final List<T> nodes2) { in nodesEquals()
|