HomeSort by relevance Sort by last modified time
    Searched full:nodes (Results 251 - 275 of 4338) sorted by null

<<11121314151617181920>>

  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
TreeTraverser.java 26 * Views elements of a type {@code T} as nodes in a tree, and provides methods to traverse the trees
43 * <p>Null nodes are strictly forbidden.
55 * Returns an unmodifiable iterable over the nodes in a tree structure, using pre-order
58 * <p>No guarantees are made about the behavior of the traversal when nodes change while
105 * Returns an unmodifiable iterable over the nodes in a tree structure, using post-order
108 * <p>No guarantees are made about the behavior of the traversal when nodes change while
165 * Returns an unmodifiable iterable over the nodes in a tree structure, using breadth-first
166 * traversal. That is, all the nodes of depth 0 are returned, then depth 1, then 2, and so on.
168 * <p>No guarantees are made about the behavior of the traversal when nodes change while
  /external/kernel-headers/original/uapi/asm-x86/asm/
e820.h 7 * Legacy E820 BIOS limits us to 128 (E820MAX) nodes due to the
8 * constrained space in the zeropage. If we have more nodes than
10 * passed us from the EFI firmware can list more nodes. Size our
12 * nodes, based on up to three entries per node for which the
  /external/libxml2/result/SVG/
twin-gradients.xml 4 <desc>Gradients apply to leaf nodes
  /external/libxml2/result/XInclude/
nodes.xml.rdr 4 1 8 #comment 0 1 Simple test of including a set of nodes from an XML document
nodes2.xml.rdr 4 1 8 #comment 0 1 Simple test of including a set of nodes from an XML document
  /external/libxml2/test/SVG/
twin-gradients.xml 5 <desc>Gradients apply to leaf nodes
  /external/libxml2/test/c14n/exc-without-comments/
merlin-c14n-two-11.xpath 5 <!-- only text, elements or directly-used namespace nodes -->
merlin-c14n-two-12.xpath 5 <!-- only text, elements, or directly-used namespace nodes but not foo:Something -->
merlin-c14n-two-13.xpath 5 <!-- no namespace nodes; I am not in my parent's namespace axis -->
merlin-c14n-two-14.xpath 5 <!-- no namespace nodes; I am text or have nonempty namespace URI -->
merlin-c14n-two-15.xpath 5 <!-- only namespace nodes -->
merlin-c14n-two-16.xpath 5 <!-- only directly-used namespace nodes -->
merlin-c14n-two-17.xpath 5 <!-- no namespace nodes but the default on alternate elements -->
merlin-c14n-two-20.xpath 5 <!-- only text, elements or directly-used namespace nodes -->
merlin-c14n-two-21.xpath 5 <!-- only text, elements, or directly-used namespace nodes but not foo:Something -->
merlin-c14n-two-22.xpath 5 <!-- no namespace nodes; I am not in my parent's namespace axis -->
merlin-c14n-two-23.xpath 5 <!-- no namespace nodes; I am text or have nonempty namespace URI -->
merlin-c14n-two-24.xpath 5 <!-- only namespace nodes -->
merlin-c14n-two-25.xpath 5 <!-- only directly-used namespace nodes -->
merlin-c14n-two-26.xpath 5 <!-- no namespace nodes but the default on alternate elements -->
  /external/libxml2/test/c14n/without-comments/
merlin-c14n-two-02.xpath 5 <!-- only text, elements or directly-used namespace nodes -->
merlin-c14n-two-03.xpath 5 <!-- only text, elements, or directly-used namespace nodes but not foo:Something -->
merlin-c14n-two-04.xpath 5 <!-- no namespace nodes; I am not in my parent's namespace axis -->
merlin-c14n-two-05.xpath 5 <!-- no namespace nodes; I am text or have nonempty namespace URI -->
merlin-c14n-two-06.xpath 5 <!-- only namespace nodes -->

Completed in 6774 milliseconds

<<11121314151617181920>>