/external/OpenCL-CTS/test_conformance/SVM/ |
D | test_cross_buffer_pointers.cpp | 78 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
|
D | test_shared_sub_buffers.cpp | 71 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/ |
D | Graph.java | 109 List<Node<T>> nodes2 = Lists.newArrayList(); in topologicalSort() local
|
/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 | 42126 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/ |
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 | 41864 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/ |
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 | 41864 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/ |
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()
|