HomeSort by relevance Sort by last modified time
    Searched defs:NodeList (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /libcore/luni/src/main/java/org/w3c/dom/
NodeList.java 16 * The <code>NodeList</code> interface provides the abstraction of an ordered
18 * is implemented. <code>NodeList</code> objects in the DOM are live.
19 * <p>The items in the <code>NodeList</code> are accessible via an integral
23 public interface NodeList {
30 * <code>NodeList</code>, or <code>null</code> if that is not a valid
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
minicompat.py 7 # NodeList -- lightest possible NodeList implementation
9 # EmptyNodeList -- lightest possible NodeList that is guaranteed to
39 __all__ = ["NodeList", "EmptyNodeList", "StringTypes", "defproperty"]
51 class NodeList(list):
66 doc="The number of nodes in the NodeList.")
79 NL = NodeList()
84 NL = NodeList()
99 doc="The number of nodes in the NodeList.")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
minicompat.py 7 # NodeList -- lightest possible NodeList implementation
9 # EmptyNodeList -- lightest possible NodeList that is guaranteed to
39 __all__ = ["NodeList", "EmptyNodeList", "StringTypes", "defproperty"]
51 class NodeList(list):
66 doc="The number of nodes in the NodeList.")
79 NL = NodeList()
84 NL = NodeList()
99 doc="The number of nodes in the NodeList.")
  /external/python/cpython2/Lib/xml/dom/
minicompat.py 7 # NodeList -- lightest possible NodeList implementation
9 # EmptyNodeList -- lightest possible NodeList that is guaranteed to
39 __all__ = ["NodeList", "EmptyNodeList", "StringTypes", "defproperty"]
51 class NodeList(list):
66 doc="The number of nodes in the NodeList.")
79 NL = NodeList()
84 NL = NodeList()
99 doc="The number of nodes in the NodeList.")
  /external/python/cpython3/Lib/xml/dom/
minicompat.py 11 # NodeList -- lightest possible NodeList implementation
13 # EmptyNodeList -- lightest possible NodeList that is guaranteed to
43 __all__ = ["NodeList", "EmptyNodeList", "StringTypes", "defproperty"]
50 class NodeList(list):
65 doc="The number of nodes in the NodeList.")
78 NL = NodeList()
83 NL = NodeList()
98 doc="The number of nodes in the NodeList.")
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
minicompat.py 7 # NodeList -- lightest possible NodeList implementation
9 # EmptyNodeList -- lightest possible NodeList that is guaranteed to
39 __all__ = ["NodeList", "EmptyNodeList", "StringTypes", "defproperty"]
51 class NodeList(list):
66 doc="The number of nodes in the NodeList.")
79 NL = NodeList()
84 NL = NodeList()
99 doc="The number of nodes in the NodeList.")
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
minicompat.py 7 # NodeList -- lightest possible NodeList implementation
9 # EmptyNodeList -- lightest possible NodeList that is guaranteed to
39 __all__ = ["NodeList", "EmptyNodeList", "StringTypes", "defproperty"]
51 class NodeList(list):
66 doc="The number of nodes in the NodeList.")
79 NL = NodeList()
84 NL = NodeList()
99 doc="The number of nodes in the NodeList.")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minicompat.py 7 # NodeList -- lightest possible NodeList implementation
9 # EmptyNodeList -- lightest possible NodeList that is guaranteed to
39 __all__ = ["NodeList", "EmptyNodeList", "StringTypes", "defproperty"]
51 class NodeList(list):
66 doc="The number of nodes in the NodeList.")
79 NL = NodeList()
84 NL = NodeList()
99 doc="The number of nodes in the NodeList.")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minicompat.py 7 # NodeList -- lightest possible NodeList implementation
9 # EmptyNodeList -- lightest possible NodeList that is guaranteed to
39 __all__ = ["NodeList", "EmptyNodeList", "StringTypes", "defproperty"]
51 class NodeList(list):
66 doc="The number of nodes in the NodeList.")
79 NL = NodeList()
84 NL = NodeList()
99 doc="The number of nodes in the NodeList.")
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
DeviceManager.h 96 MENU_INFO_ITEM *NodeList;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DeviceManagerUiLib/
DeviceManager.h 98 MENU_INFO_ITEM *NodeList;
  /external/skia/src/core/
SkTLList.h 38 typedef SkTInternalLList<Node> NodeList;
50 typename NodeList::Iter iter;
177 class Iter : private NodeList::Iter {
179 typedef typename NodeList::Iter INHERITED;
299 typename NodeList::Iter iter;
344 NodeList fList;
345 NodeList fFreeList;
  /external/skqp/src/core/
SkTLList.h 38 typedef SkTInternalLList<Node> NodeList;
50 typename NodeList::Iter iter;
177 class Iter : private NodeList::Iter {
179 typedef typename NodeList::Iter INHERITED;
299 typename NodeList::Iter iter;
344 NodeList fList;
345 NodeList fFreeList;
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/
NodeList.java 43 * This way, a NodeList does not create an extra level inside the AST.
47 public class NodeList<N extends Node> implements List<N>, Iterable<N>, HasParentNode<NodeList<N>>, Visitable, Observable {
55 public NodeList() {
59 public NodeList(Collection<N> n) {
63 public NodeList(N... n) {
99 public static <X extends Node> NodeList<X> nodeList(X... nodes) {
100 final NodeList<X> nodeList = new NodeList<>()
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/
Graph.h 34 typedef std::list<NodeEntry> NodeList;
39 typedef NodeList::iterator NodeItr;
40 typedef NodeList::const_iterator ConstNodeItr;
103 NodeList nodes;
  /prebuilts/go/darwin-x86/src/text/template/parse/
node.go 63 NodeList // A list of Nodes.
85 return &ListNode{tr: t, NodeType: NodeList, Pos: pos}
  /prebuilts/go/linux-x86/src/text/template/parse/
node.go 63 NodeList // A list of Nodes.
85 return &ListNode{tr: t, NodeType: NodeList, Pos: pos}
  /external/toolchain-utils/cros_utils/
buildbot_json.py 283 class NodeList(VirtualNodeList): # pylint: disable=W0223
287 super(NodeList, self).__init__(parent, url)
369 class AddressableNodeList(NodeList):
482 assert isinstance(self.virtual_parent, NodeList)
    [all...]
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 202 typedef SmallVector<BlockNode, 4> NodeList;
208 NodeList Nodes; ///< Header and the members of the loop.
241 NodeList::const_iterator members_begin() const {
244 NodeList::const_iterator members_end() const { return Nodes.end(); }
245 iterator_range<NodeList::const_iterator> members() const {
    [all...]
  /external/llvm/lib/Target/Hexagon/
RDFGraph.h 473 typedef std::vector<NodeAddr<NodeBase*>> NodeList;
559 NodeList members(const DataFlowGraph &G) const;
561 NodeList members_if(Predicate P, const DataFlowGraph &G) const;
700 NodeList getRelatedRefs(NodeAddr<InstrNode*> IA,
826 NodeList CodeNode::members_if(Predicate P, const DataFlowGraph &G) const {
827 NodeList MM;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 202 typedef SmallVector<BlockNode, 4> NodeList;
208 NodeList Nodes; ///< Header and the members of the loop.
241 NodeList::const_iterator members_begin() const {
244 NodeList::const_iterator members_end() const { return Nodes.end(); }
245 iterator_range<NodeList::const_iterator> members() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 202 typedef SmallVector<BlockNode, 4> NodeList;
208 NodeList Nodes; ///< Header and the members of the loop.
241 NodeList::const_iterator members_begin() const {
244 NodeList::const_iterator members_end() const { return Nodes.end(); }
245 iterator_range<NodeList::const_iterator> members() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 202 typedef SmallVector<BlockNode, 4> NodeList;
208 NodeList Nodes; ///< Header and the members of the loop.
241 NodeList::const_iterator members_begin() const {
244 NodeList::const_iterator members_end() const { return Nodes.end(); }
245 iterator_range<NodeList::const_iterator> members() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 202 typedef SmallVector<BlockNode, 4> NodeList;
208 NodeList Nodes; ///< Header and the members of the loop.
241 NodeList::const_iterator members_begin() const {
244 NodeList::const_iterator members_end() const { return Nodes.end(); }
245 iterator_range<NodeList::const_iterator> members() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 202 typedef SmallVector<BlockNode, 4> NodeList;
208 NodeList Nodes; ///< Header and the members of the loop.
241 NodeList::const_iterator members_begin() const {
244 NodeList::const_iterator members_end() const { return Nodes.end(); }
245 iterator_range<NodeList::const_iterator> members() const {
    [all...]

Completed in 1714 milliseconds

1 2 3 4