HomeSort by relevance Sort by last modified time
    Searched refs:nodelist (Results 1 - 25 of 44) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
transformer.py 179 def file_input(self, nodelist):
180 doc = self.get_docstring(nodelist, symbol.file_input)
186 for node in nodelist[i:]:
191 def eval_input(self, nodelist):
194 return Expression(self.com_node(nodelist[0]))
196 def decorator_name(self, nodelist):
197 listlen = len(nodelist)
200 item = self.atom_name(nodelist)
203 assert nodelist[i][0] == token.DOT
204 assert nodelist[i + 1][0] == token.NAME
    [all...]
ast.py 77 nodelist = []
78 nodelist.extend(flatten_nodes(self.nodes))
79 return tuple(nodelist)
109 nodelist = []
110 nodelist.extend(flatten_nodes(self.nodes))
111 return tuple(nodelist)
140 nodelist = []
141 nodelist.extend(flatten_nodes(self.nodes))
142 return tuple(nodelist)
160 nodelist = []
    [all...]
  /external/python/cpython2/Lib/compiler/
transformer.py 179 def file_input(self, nodelist):
180 doc = self.get_docstring(nodelist, symbol.file_input)
186 for node in nodelist[i:]:
191 def eval_input(self, nodelist):
194 return Expression(self.com_node(nodelist[0]))
196 def decorator_name(self, nodelist):
197 listlen = len(nodelist)
200 item = self.atom_name(nodelist)
203 assert nodelist[i][0] == token.DOT
204 assert nodelist[i + 1][0] == token.NAM
    [all...]
ast.py 77 nodelist = []
78 nodelist.extend(flatten_nodes(self.nodes))
79 return tuple(nodelist)
109 nodelist = []
110 nodelist.extend(flatten_nodes(self.nodes))
111 return tuple(nodelist)
140 nodelist = []
141 nodelist.extend(flatten_nodes(self.nodes))
142 return tuple(nodelist)
160 nodelist = [
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
transformer.py 179 def file_input(self, nodelist):
180 doc = self.get_docstring(nodelist, symbol.file_input)
186 for node in nodelist[i:]:
191 def eval_input(self, nodelist):
194 return Expression(self.com_node(nodelist[0]))
196 def decorator_name(self, nodelist):
197 listlen = len(nodelist)
200 item = self.atom_name(nodelist)
203 assert nodelist[i][0] == token.DOT
204 assert nodelist[i + 1][0] == token.NAM
    [all...]
ast.py 77 nodelist = []
78 nodelist.extend(flatten_nodes(self.nodes))
79 return tuple(nodelist)
109 nodelist = []
110 nodelist.extend(flatten_nodes(self.nodes))
111 return tuple(nodelist)
140 nodelist = []
141 nodelist.extend(flatten_nodes(self.nodes))
142 return tuple(nodelist)
160 nodelist = [
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
transformer.py 179 def file_input(self, nodelist):
180 doc = self.get_docstring(nodelist, symbol.file_input)
186 for node in nodelist[i:]:
191 def eval_input(self, nodelist):
194 return Expression(self.com_node(nodelist[0]))
196 def decorator_name(self, nodelist):
197 listlen = len(nodelist)
200 item = self.atom_name(nodelist)
203 assert nodelist[i][0] == token.DOT
204 assert nodelist[i + 1][0] == token.NAM
    [all...]
ast.py 77 nodelist = []
78 nodelist.extend(flatten_nodes(self.nodes))
79 return tuple(nodelist)
109 nodelist = []
110 nodelist.extend(flatten_nodes(self.nodes))
111 return tuple(nodelist)
140 nodelist = []
141 nodelist.extend(flatten_nodes(self.nodes))
142 return tuple(nodelist)
160 nodelist = [
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
transformer.py 179 def file_input(self, nodelist):
180 doc = self.get_docstring(nodelist, symbol.file_input)
186 for node in nodelist[i:]:
191 def eval_input(self, nodelist):
194 return Expression(self.com_node(nodelist[0]))
196 def decorator_name(self, nodelist):
197 listlen = len(nodelist)
200 item = self.atom_name(nodelist)
203 assert nodelist[i][0] == token.DOT
204 assert nodelist[i + 1][0] == token.NAM
    [all...]
ast.py 77 nodelist = []
78 nodelist.extend(flatten_nodes(self.nodes))
79 return tuple(nodelist)
109 nodelist = []
110 nodelist.extend(flatten_nodes(self.nodes))
111 return tuple(nodelist)
140 nodelist = []
141 nodelist.extend(flatten_nodes(self.nodes))
142 return tuple(nodelist)
160 nodelist = [
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
transformer.py 179 def file_input(self, nodelist):
180 doc = self.get_docstring(nodelist, symbol.file_input)
186 for node in nodelist[i:]:
191 def eval_input(self, nodelist):
194 return Expression(self.com_node(nodelist[0]))
196 def decorator_name(self, nodelist):
197 listlen = len(nodelist)
200 item = self.atom_name(nodelist)
203 assert nodelist[i][0] == token.DOT
204 assert nodelist[i + 1][0] == token.NAM
    [all...]
ast.py 77 nodelist = []
78 nodelist.extend(flatten_nodes(self.nodes))
79 return tuple(nodelist)
109 nodelist = []
110 nodelist.extend(flatten_nodes(self.nodes))
111 return tuple(nodelist)
140 nodelist = []
141 nodelist.extend(flatten_nodes(self.nodes))
142 return tuple(nodelist)
160 nodelist = [
    [all...]
  /external/python/cpython2/Doc/includes/
minidom-example.py 21 def getText(nodelist):
23 for node in nodelist:
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_spread_test/
cpuset_memory_spread_testset.sh 158 # result_check <nodelist>
163 local nodelist="`echo $1 | sed -e 's/,/ /g'`"
166 for i in $nodelist
175 nodelist=" "$nodelist" "
178 for i in $nodelist
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XNodeSetForDOM.java 28 import org.w3c.dom.NodeList;
33 * Node object, NodeList object, or NodeIterator.
61 public XNodeSetForDOM(NodeList nodeList, XPathContext xctxt)
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);
101 * Cast result object to a nodelist. Always issues an error.
114 * Cast result object to a nodelist. Always issues an error.
120 public NodeList nodelist() throws javax.xml.transform.TransformerExceptio method in class:XNodeSetForDOM
    [all...]
XNodeSet.java 30 import org.w3c.dom.NodeList;
326 * Cast result object to a nodelist.
338 * Cast result object to a nodelist.
340 * @return a NodeList.
344 public NodeList nodelist() throws javax.xml.transform.TransformerException method in class:XNodeSet
346 org.apache.xml.dtm.ref.DTMNodeList nodelist = new org.apache.xml.dtm.ref.DTMNodeList(this); local
351 XNodeSet clone = (XNodeSet)nodelist.getDTMIterator();
353 return nodelist;
381 * Cast result object to a nodelist
    [all...]
XObject.java 38 import org.w3c.dom.NodeList;
403 * Cast result object to a nodelist. Always issues an error.
413 new Object[]{ getTypeString() }); //"Can not convert "+getTypeString()+" to a NodeList!");
430 * Cast result object to a nodelist. Always issues an error.
440 new Object[]{ getTypeString() }); //"Can not convert "+getTypeString()+" to a NodeList!");
446 * Cast result object to a nodelist. Always issues an error.
452 public NodeList nodelist() throws javax.xml.transform.TransformerException method in class:XObject
456 new Object[]{ getTypeString() }); //"Can not convert "+getTypeString()+" to a NodeList!");
463 * Cast result object to a nodelist. Always issues an error
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/
NodeSet.java 30 import org.w3c.dom.NodeList;
37 * NodeList, or NodeIterator. However, in order for it to
38 * act as a NodeVector or NodeList, it's required that
52 * <p>Thought: Should NodeSet really implement NodeList and NodeIterator,
60 implements NodeList, NodeIterator, Cloneable, ContextNodeList
64 * Create an empty nodelist.
85 * given nodelist into it.
87 * @param nodelist List of Nodes to be made members of the new set.
89 public NodeSet(NodeList nodelist)
    [all...]
NodeSetDTM.java 32 import org.w3c.dom.NodeList;
38 * NodeList, or NodeIterator. However, in order for it to
39 * act as a NodeVector or NodeList, it's required that
53 * <p>Thought: Should NodeSetDTM really implement NodeList and NodeIterator,
61 implements /* NodeList, NodeIterator, */ DTMIterator,
67 * Create an empty nodelist.
90 // * given nodelist into it.
92 // * @param nodelist List of Nodes to be made members of the new set.
94 // public NodeSetDTM(NodeList nodelist)
    [all...]
CachedXPathAPI.java 31 import org.w3c.dom.NodeList;
151 * Use an XPath string to select a nodelist.
167 * Use an XPath string to select a nodelist.
190 * Use an XPath string to select a nodelist.
199 public NodeList selectNodeList(Node contextNode, String str)
206 * Use an XPath string to select a nodelist.
216 public NodeList selectNodeList(
224 // Return a NodeList.
225 return list.nodelist();
233 * @return An XObject, which can be used to obtain a string, number, nodelist, etc, should never be null
    [all...]
XPathAPI.java 31 import org.w3c.dom.NodeList;
96 * Use an XPath string to select a nodelist.
112 * Use an XPath string to select a nodelist.
135 * Use an XPath string to select a nodelist.
144 public static NodeList selectNodeList(Node contextNode, String str)
151 * Use an XPath string to select a nodelist.
161 public static NodeList selectNodeList(
169 // Return a NodeList.
170 return list.nodelist();
178 * @return An XObject, which can be used to obtain a string, number, nodelist, etc, should never be null
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/jaxp/
JAXPExtensionsProvider.java 134 // XNodeSet object() returns NodeVector and not NodeList
135 // Explicitly getting NodeList by using nodelist()
137 argList.add ( i, ((XNodeSet)argument).nodelist() );
185 // XNodeSet object() returns NodeVector and not NodeList
186 // Explicitly getting NodeList by using nodelist()
188 argList.add ( i, ((XNodeSet)argument).nodelist() );
XPathExpressionImpl.java 357 return resultObject.nodelist();
  /external/dtc/
dtc-parser.y 53 struct node *nodelist;
89 %type <nodelist> subnodes
  /cts/tools/utils/
DescriptionGenerator.java 39 import org.w3c.dom.NodeList;
353 NodeList nodelist = node.getChildNodes(); local
355 for (int i = 0; i < nodelist.getLength(); i++) {
356 nodes.add(nodelist.item(i));
406 NodeList children = elem.getChildNodes();

Completed in 1174 milliseconds

1 2