Searched refs:nodeList (Results 1 - 25 of 26) sorted by relevance

12

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/
H A DParser.java19 protected ArrayList nodeList; field in class:Parser
42 this.nodeList = listNode;
46 this.stack.add(new State(numstate, this.nodeList));
52 s.nodes = this.nodeList;
875 @SuppressWarnings("hiding") ArrayList nodeList = new ArrayList();
883 nodeList.add(pcommandNode1);
884 return nodeList;
892 @SuppressWarnings("hiding") ArrayList nodeList = new ArrayList();
897 nodeList.add(pcommandNode1);
898 return nodeList;
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXNodeSetForDOM.java61 public XNodeSetForDOM(NodeList nodeList, XPathContext xctxt) argument
64 m_origObj = nodeList;
69 // m_obj=new org.apache.xpath.NodeSetDTM(nodeList, xctxt);
70 org.apache.xpath.NodeSetDTM nsdtm=new org.apache.xpath.NodeSetDTM(nodeList, xctxt);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
H A DTestVersionTracker.java239 NodeList nodeList = doc.getElementsByTagName("import");
240 if (nodeList == null || nodeList.getLength() == 0) {
243 for (int i = 0; i < nodeList.getLength(); i++) {
244 Node node = nodeList.item(i);
304 NodeList nodeList = doc.getElementsByTagName("target");
305 if (nodeList == null || nodeList.getLength() == 0) {
308 for (int i = 0; i < nodeList.getLength(); i++) {
309 Node node = nodeList
[all...]
H A DTestResultsGenerator.java312 NodeList nodeList = aDocument.getElementsByTagName("problem");
313 if (nodeList == null ||nodeList.getLength()==0)
316 int length = nodeList.getLength();
318 Node problemNode = nodeList.item(i);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
H A DUnpackUpdateJars.java180 NodeList nodeList=aDocument.getElementsByTagName("plugin");
181 if (nodeList==null)
184 for (int i = 0; i < nodeList.getLength(); i++) {
185 Node pluginNode = nodeList.item(i);
/external/icu/icu4c/source/tools/ctestfw/
H A Dctest.c78 const TestNode** nodeList,
322 * @param nodeList an array of MAXTESTS depth that's used for keeping track of where we are. nodeList[depth] points to the 'parent' at depth depth.
327 const TestNode** nodeList,
346 nodeList[depth++] = root;
352 strcat(pathToFunction, nodeList[i]->name);
355 strcat(pathToFunction, nodeList[i]->name); /* including 'root' */
438 log_testinfo("---%s%c\n",pathToFunction, nodeList[i]->test?' ':TEST_SEPARATOR );
452 iterateTestsWithLevel ( root->child, depth, nodeList, mode );
484 iterateTestsWithLevel ( root->sibling, depth, nodeList, mod
325 iterateTestsWithLevel( const TestNode* root, int depth, const TestNode** nodeList, TestMode mode) argument
494 const TestNode *nodeList[MAXTESTS]; local
507 const TestNode *nodeList[MAXTESTS]; local
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_graph.cpp402 std::list<Node *> nodeList; local
412 nodeList.push_front(t);
419 for (std::list<Node *>::iterator n = nodeList.begin();
420 n != nodeList.end(); ++n) {
425 n = nodeList.erase(n);
/external/apache-xml/src/main/java/org/apache/xpath/
H A DNodeSetDTM.java160 public NodeSetDTM(NodeList nodeList, XPathContext xctxt) argument
167 int n = nodeList.getLength();
170 Node node = nodeList.item(i);
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeProxy.java752 NodeList nodeList = retNode.getChildNodes();
753 for (int i = 0; i < nodeList.getLength(); i++)
755 traverseChildren(listVector, nodeList.item(i), tagname,
800 NodeList nodeList = tempNode.getChildNodes();
801 for (int i = 0; i < nodeList.getLength(); i++)
803 traverseChildren(listVector, nodeList.item(i), tagname,
877 NodeList nodeList = retNode.getChildNodes();
878 for(int i = 0; i < nodeList.getLength(); i++)
880 traverseChildren(listVector, nodeList.item(i), namespaceURI, localName, isNamespaceURIWildCard, isLocalNameWildCard);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DbuildTools.jarMETA-INF/MANIFEST.MF org/eclipse/releng/Mailer.class Mailer.java package org.eclipse ...
/external/deqp/framework/opengl/
H A DgluShaderLibrary.cpp1637 vector<tcu::TestNode*> nodeList; local
1644 parseShaderCase(nodeList);
1646 parseShaderGroup(nodeList);
1648 parseImport(nodeList);
1657 return nodeList;
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/93/1/.cp/
H A Dconvert.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ ...
/external/guice/extensions/persist/lib/
H A Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/external/chromium-trace/catapult/firefighter/default/tracing/third_party/components/webcomponentsjs/
H A DShadowDOM.js1607 function snapshotNodeList(nodeList) {
1608 return nodeList;
H A Dwebcomponents.js1640 function snapshotNodeList(nodeList) {
1641 return nodeList;
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
H A DShadowDOM.js1607 function snapshotNodeList(nodeList) {
1608 return nodeList;
H A Dwebcomponents.js1640 function snapshotNodeList(nodeList) {
1641 return nodeList;
/external/chromium-trace/catapult/tracing/third_party/components/webcomponentsjs/
H A DShadowDOM.js1607 function snapshotNodeList(nodeList) {
1608 return nodeList;
H A Dwebcomponents.js1640 function snapshotNodeList(nodeList) {
1641 return nodeList;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guice/extensions/struts2/lib/
H A Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/core/ freemarker/debug/ freemarker/debug/impl/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...

Completed in 5265 milliseconds

12