Home
last modified time | relevance | path

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

/third_party/typescript/tests/baselines/reference/
DexpressionTypeNodeShouldError.js31 const nodes2 = document.getElementsByTagName("li"); constant
72 var nodes2 = document.getElementsByTagName("li"); variable
/third_party/typescript/tests/cases/compiler/
DexpressionTypeNodeShouldError.ts29 const nodes2 = document.getElementsByTagName("li"); constant
/third_party/libxml2/
DtestRegexp.c131 int nodes1, nodes2; in runFileTest() local
Dxpath.c4436 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()
Dtestapi.c47778 xmlNodeSetPtr nodes2; /* a node-set */ in test_xmlXPathDifference() local
48163 xmlNodeSetPtr nodes2; /* a node-set */ in test_xmlXPathHasSameNodes() local
48243 xmlNodeSetPtr nodes2; /* a node-set */ in test_xmlXPathIntersection() local
48396 xmlNodeSetPtr nodes2; /* a node-set */ in test_xmlXPathLeading() local
48437 xmlNodeSetPtr nodes2; /* a node-set, sorted by document order */ in test_xmlXPathLeadingSorted() local
51051 xmlNodeSetPtr nodes2; /* a node-set */ in test_xmlXPathTrailing() local
51092 xmlNodeSetPtr nodes2; /* a node-set, sorted by document order */ in test_xmlXPathTrailingSorted() local