Searched defs:nodes1 (Results 1 – 5 of 5) sorted by relevance
/third_party/mindspore/mindspore/lite/test/st/ |
D | mindrt_parallel_test.cc | 52 std::vector<kernel::LiteKernel *> nodes1 = subgraph1->nodes(); in CheckOffline1() local
|
/third_party/libxml2/ |
D | testRegexp.c | 131 int nodes1, nodes2; in runFileTest() local
|
D | xpath.c | 4436 xmlXPathDifference (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathDifference() 4474 xmlXPathIntersection (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathIntersection() 4574 xmlXPathHasSameNodes (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathHasSameNodes() 4664 xmlXPathLeadingSorted (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathLeadingSorted() 4686 xmlXPathLeading (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathLeading() 4771 xmlXPathTrailingSorted (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathTrailingSorted() 4793 xmlXPathTrailing (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathTrailing()
|
D | testapi.c | 47776 xmlNodeSetPtr nodes1; /* a node-set */ in test_xmlXPathDifference() local 48161 xmlNodeSetPtr nodes1; /* a node-set */ in test_xmlXPathHasSameNodes() local 48241 xmlNodeSetPtr nodes1; /* a node-set */ in test_xmlXPathIntersection() local 48394 xmlNodeSetPtr nodes1; /* a node-set */ in test_xmlXPathLeading() local 48435 xmlNodeSetPtr nodes1; /* a node-set, sorted by document order */ in test_xmlXPathLeadingSorted() local 51049 xmlNodeSetPtr nodes1; /* a node-set */ in test_xmlXPathTrailing() local 51090 xmlNodeSetPtr nodes1; /* a node-set, sorted by document order */ in test_xmlXPathTrailingSorted() local
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | xpath.c | 4500 xmlXPathDifference (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathDifference() 4536 xmlXPathIntersection (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathIntersection() 4634 xmlXPathHasSameNodes (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathHasSameNodes() 4723 xmlXPathLeadingSorted (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathLeadingSorted() 4745 xmlXPathLeading (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathLeading() 4829 xmlXPathTrailingSorted (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathTrailingSorted() 4851 xmlXPathTrailing (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathTrailing()
|