Home
last modified time | relevance | path

Searched defs:nodes2 (Results 1 – 12 of 12) sorted by relevance

/external/OpenCL-CTS/test_conformance/SVM/
Dtest_cross_buffer_pointers.cpp78 cl_int create_linked_lists_on_host(cl_command_queue cmdq, cl_mem nodes, cl_mem nodes2, cl_int ListL… in create_linked_lists_on_host()
102 cl_int verify_linked_lists_on_host(int ci, cl_command_queue cmdq, cl_mem nodes, cl_mem nodes2, cl_i… in verify_linked_lists_on_host()
161 …clMemWrapper nodes2 = clCreateBuffer(context, CL_MEM_USE_HOST_PTR, sizeof(Node)*ListLength*numList… in test_svm_cross_buffer_pointers_coarse_grain() local
Dtest_shared_sub_buffers.cpp71 cl_int create_linked_lists_on_host_sb(cl_command_queue cmdq, cl_mem nodes, cl_mem nodes2, cl_int Li… in create_linked_lists_on_host_sb()
95 cl_int verify_linked_lists_on_host_sb(int ci, cl_command_queue cmdq, cl_mem nodes, cl_mem nodes2, c… in verify_linked_lists_on_host_sb()
171 …clMemWrapper nodes2 = clCreateBuffer(context, CL_MEM_USE_HOST_PTR, sizeof(Node)*ListLength*numList… in test_svm_shared_sub_buffers() local
/external/testng/src/main/java/org/testng/internal/
DGraph.java109 List<Node<T>> nodes2 = Lists.newArrayList(); in topologicalSort() local
/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.c42126 xmlNodeSetPtr nodes2; /* a node-set */ in test_xmlXPathDifference() local
42511 xmlNodeSetPtr nodes2; /* a node-set */ in test_xmlXPathHasSameNodes() local
42591 xmlNodeSetPtr nodes2; /* a node-set */ in test_xmlXPathIntersection() local
42744 xmlNodeSetPtr nodes2; /* a node-set */ in test_xmlXPathLeading() local
42785 xmlNodeSetPtr nodes2; /* a node-set, sorted by document order */ in test_xmlXPathLeadingSorted() local
45399 xmlNodeSetPtr nodes2; /* a node-set */ in test_xmlXPathTrailing() local
45440 xmlNodeSetPtr nodes2; /* 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.c41864 xmlNodeSetPtr nodes2; /* a node-set */ in test_xmlXPathDifference() local
42249 xmlNodeSetPtr nodes2; /* a node-set */ in test_xmlXPathHasSameNodes() local
42329 xmlNodeSetPtr nodes2; /* a node-set */ in test_xmlXPathIntersection() local
42482 xmlNodeSetPtr nodes2; /* a node-set */ in test_xmlXPathLeading() local
42523 xmlNodeSetPtr nodes2; /* a node-set, sorted by document order */ in test_xmlXPathLeadingSorted() local
45137 xmlNodeSetPtr nodes2; /* a node-set */ in test_xmlXPathTrailing() local
45178 xmlNodeSetPtr nodes2; /* 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.c41864 xmlNodeSetPtr nodes2; /* a node-set */ in test_xmlXPathDifference() local
42249 xmlNodeSetPtr nodes2; /* a node-set */ in test_xmlXPathHasSameNodes() local
42329 xmlNodeSetPtr nodes2; /* a node-set */ in test_xmlXPathIntersection() local
42482 xmlNodeSetPtr nodes2; /* a node-set */ in test_xmlXPathLeading() local
42523 xmlNodeSetPtr nodes2; /* a node-set, sorted by document order */ in test_xmlXPathLeadingSorted() local
45137 xmlNodeSetPtr nodes2; /* a node-set */ in test_xmlXPathTrailing() local
45178 xmlNodeSetPtr nodes2; /* 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()