Home
last modified time | relevance | path

Searched refs:nodeList (Results 1 – 12 of 12) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/
DParser.java19 protected ArrayList nodeList; field in Parser
42 this.nodeList = listNode; in push()
46 this.stack.add(new State(numstate, this.nodeList)); in push()
52 s.nodes = this.nodeList; in push()
875 @SuppressWarnings("hiding") ArrayList nodeList = new ArrayList(); in new0() local
883 nodeList.add(pcommandNode1); in new0()
884 return nodeList; in new0()
892 @SuppressWarnings("hiding") ArrayList nodeList = new ArrayList(); in new1() local
897 nodeList.add(pcommandNode1); in new1()
898 return nodeList; in new1()
[all …]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
DTestVersionTracker.java239 NodeList nodeList = doc.getElementsByTagName("import"); in getPrerequisitePluginsFromPluginXml() local
240 if (nodeList == null || nodeList.getLength() == 0) { in getPrerequisitePluginsFromPluginXml()
243 for (int i = 0; i < nodeList.getLength(); i++) { in getPrerequisitePluginsFromPluginXml()
244 Node node = nodeList.item(i); in getPrerequisitePluginsFromPluginXml()
304 NodeList nodeList = doc.getElementsByTagName("target"); in setHasPerformanceTarget() local
305 if (nodeList == null || nodeList.getLength() == 0) { in setHasPerformanceTarget()
308 for (int i = 0; i < nodeList.getLength(); i++) { in setHasPerformanceTarget()
309 Node node = nodeList.item(i); in setHasPerformanceTarget()
DTestResultsGenerator.java312 NodeList nodeList = aDocument.getElementsByTagName("problem"); in parseCompileLog()
313 if (nodeList == null ||nodeList.getLength()==0) in parseCompileLog()
316 int length = nodeList.getLength(); in parseCompileLog()
318 Node problemNode = nodeList.item(i); in parseCompileLog()
/external/apache-xml/src/main/java/org/apache/xpath/objects/
DXNodeSetForDOM.java61 public XNodeSetForDOM(NodeList nodeList, XPathContext xctxt) in XNodeSetForDOM() argument
64 m_origObj = nodeList; in XNodeSetForDOM()
70 org.apache.xpath.NodeSetDTM nsdtm=new org.apache.xpath.NodeSetDTM(nodeList, xctxt); in XNodeSetForDOM()
/external/icu/icu4c/source/tools/ctestfw/
Dctest.c78 const TestNode** nodeList,
327 const TestNode** nodeList, in iterateTestsWithLevel() argument
346 nodeList[depth++] = root; in iterateTestsWithLevel()
352 strcat(pathToFunction, nodeList[i]->name); in iterateTestsWithLevel()
355 strcat(pathToFunction, nodeList[i]->name); /* including 'root' */ in iterateTestsWithLevel()
438 log_testinfo("---%s%c\n",pathToFunction, nodeList[i]->test?' ':TEST_SEPARATOR ); in iterateTestsWithLevel()
452 iterateTestsWithLevel ( root->child, depth, nodeList, mode ); in iterateTestsWithLevel()
484 iterateTestsWithLevel ( root->sibling, depth, nodeList, mode ); in iterateTestsWithLevel()
494 const TestNode *nodeList[MAXTESTS]; in showTests() local
499 iterateTestsWithLevel ( root, 0, nodeList, SHOWTESTS ); in showTests()
[all …]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
DUnpackUpdateJars.java180 NodeList nodeList=aDocument.getElementsByTagName("plugin"); in getUnpackedPluginList() local
181 if (nodeList==null) in getUnpackedPluginList()
184 for (int i = 0; i < nodeList.getLength(); i++) { in getUnpackedPluginList()
185 Node pluginNode = nodeList.item(i); in getUnpackedPluginList()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java752 NodeList nodeList = retNode.getChildNodes(); in getElementsByTagName() local
753 for (int i = 0; i < nodeList.getLength(); i++) in getElementsByTagName()
755 traverseChildren(listVector, nodeList.item(i), tagname, in getElementsByTagName()
800 NodeList nodeList = tempNode.getChildNodes(); in traverseChildren() local
801 for (int i = 0; i < nodeList.getLength(); i++) in traverseChildren()
803 traverseChildren(listVector, nodeList.item(i), tagname, in traverseChildren()
877 NodeList nodeList = retNode.getChildNodes(); in getElementsByTagNameNS() local
878 for(int i = 0; i < nodeList.getLength(); i++) in getElementsByTagNameNS()
880 …traverseChildren(listVector, nodeList.item(i), namespaceURI, localName, isNamespaceURIWildCard, is… in getElementsByTagNameNS()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_graph.cpp402 std::list<Node *> nodeList; in findLightestPathWeight() local
412 nodeList.push_front(t); in findLightestPathWeight()
419 for (std::list<Node *>::iterator n = nodeList.begin(); in findLightestPathWeight()
420 n != nodeList.end(); ++n) { in findLightestPathWeight()
425 n = nodeList.erase(n); in findLightestPathWeight()
/external/apache-xml/src/main/java/org/apache/xpath/
DNodeSetDTM.java160 public NodeSetDTM(NodeList nodeList, XPathContext xctxt) in NodeSetDTM() argument
167 int n = nodeList.getLength(); in NodeSetDTM()
170 Node node = nodeList.item(i); in NodeSetDTM()
/external/deqp/framework/opengl/
DgluShaderLibrary.cpp1637 vector<tcu::TestNode*> nodeList; in parse() local
1644 parseShaderCase(nodeList); in parse()
1646 parseShaderGroup(nodeList); in parse()
1648 parseImport(nodeList); in parse()
1657 return nodeList; in parse()
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
DShadowDOM.js1608 function snapshotNodeList(nodeList) { argument
1609 return nodeList;
Dwebcomponents.js1641 function snapshotNodeList(nodeList) { argument
1642 return nodeList;