Searched defs:nodes1 (Results 1 – 7 of 7) sorted by relevance
/external/cronet/third_party/libxml/src/ |
D | xpath.c | 4409 xmlXPathDifference (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathDifference() 4447 xmlXPathIntersection (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathIntersection() 4554 xmlXPathHasSameNodes (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathHasSameNodes() 4644 xmlXPathLeadingSorted (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathLeadingSorted() 4666 xmlXPathLeading (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathLeading() 4751 xmlXPathTrailingSorted (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathTrailingSorted() 4773 xmlXPathTrailing (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathTrailing()
|
D | testapi.c | 46811 xmlNodeSetPtr nodes1; /* a node-set */ in test_xmlXPathDifference() local 47196 xmlNodeSetPtr nodes1; /* a node-set */ in test_xmlXPathHasSameNodes() local 47276 xmlNodeSetPtr nodes1; /* a node-set */ in test_xmlXPathIntersection() local 47429 xmlNodeSetPtr nodes1; /* a node-set */ in test_xmlXPathLeading() local 47470 xmlNodeSetPtr nodes1; /* a node-set, sorted by document order */ in test_xmlXPathLeadingSorted() local 50084 xmlNodeSetPtr nodes1; /* a node-set */ in test_xmlXPathTrailing() local 50125 xmlNodeSetPtr nodes1; /* a node-set, sorted by document order */ in test_xmlXPathTrailingSorted() local
|
/external/libxml2/ |
D | xpath.c | 4430 xmlXPathDifference (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathDifference() 4468 xmlXPathIntersection (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathIntersection() 4575 xmlXPathHasSameNodes (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathHasSameNodes() 4665 xmlXPathLeadingSorted (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathLeadingSorted() 4687 xmlXPathLeading (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathLeading() 4772 xmlXPathTrailingSorted (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathTrailingSorted() 4794 xmlXPathTrailing (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathTrailing()
|
D | testapi.c | 46811 xmlNodeSetPtr nodes1; /* a node-set */ in test_xmlXPathDifference() local 47196 xmlNodeSetPtr nodes1; /* a node-set */ in test_xmlXPathHasSameNodes() local 47276 xmlNodeSetPtr nodes1; /* a node-set */ in test_xmlXPathIntersection() local 47429 xmlNodeSetPtr nodes1; /* a node-set */ in test_xmlXPathLeading() local 47470 xmlNodeSetPtr nodes1; /* a node-set, sorted by document order */ in test_xmlXPathLeadingSorted() local 50084 xmlNodeSetPtr nodes1; /* a node-set */ in test_xmlXPathTrailing() local 50125 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()
|