/device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/ |
TODO | 1 - Tree traversal functions
|
/external/dtc/libfdt/ |
TODO | 1 - Tree traversal functions
|
/external/toolchain-utils/binary_search_tool/full_bisect_test/ |
bad-output-3.txt | 1 pre-order traversal, with recursion: 4 pre-order traversal, without recursion: 7 in-order traversal, with recursion: 10 in-order traversal, without recursion:
|
bad-output-1.txt | 1 pre-order traversal, with recursion: 4 pre-order traversal, without recursion: 7 in-order traversal, with recursion: 10 in-order traversal, without recursion:
|
bad-output-2.txt | 1 pre-order traversal, with recursion: 4 pre-order traversal, without recursion: 7 in-order traversal, with recursion: 10 in-order traversal, without recursion:
|
good-output.txt | 1 pre-order traversal, with recursion: 4 pre-order traversal, without recursion: 7 in-order traversal, with recursion: 10 in-order traversal, without recursion:
|
inorder.c | 19 printf ("in-order traversal, with recursion: \n");
|
preorder.c | 20 printf ("pre-order traversal, with recursion: \n");
|
preorder_norecurse.c.bad | 26 printf ("pre-order traversal, without recursion: \n");
|
inorder_norecurse.c.bad | 38 printf ("in-order traversal, without recursion: \n");
|
/external/caliper/caliper/src/main/java/com/google/caliper/memory/ |
ObjectVisitor.java | 20 * A visitor that controls an object traversal. Implementations 39 * @return {@link Traversal#EXPLORE} to denote that the visited object 40 * should be further explored, or {@link Traversal#SKIP} to avoid 43 Traversal visit(Chain chain); 47 * graph traversal). 52 * Constants that denote how the traversal of a given object (chain) 55 enum Traversal {
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
DTMAxisTraverser.java | 48 * By the nature of the stateless traversal, the context node can not be 55 * @param context The context node of this traversal. This is the point 56 * that the traversal starts from. 57 * @return the first node in the traversal. 65 * By the nature of the stateless traversal, the context node can not be 72 * @param context The context node of this traversal. This is the point 73 * of origin for the traversal -- its "root node" or starting point. 76 * @return the first node in the traversal. 86 * @param context The context node of this traversal. This is the point 87 * of origin for the traversal -- its "root node" or starting point [all...] |
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/visitor/ |
TreeVisitor.java | 33 * the middle of their traversal. 45 * Performs a pre-order node traversal starting with a given node. When each node is visited, {@link #process(Node)} 48 * @param node The node at which the traversal begins. 49 * @see <a href="https://en.wikipedia.org/wiki/Pre-order">Pre-order traversal</a> 57 * Performs a post-order node traversal starting with a given node. When each node is visited, {@link 60 * @param node The node at which the traversal begins. 61 * @see <a href="https://en.wikipedia.org/wiki/Post-order">Post-order traversal</a> 69 * Performs a pre-order node traversal starting with a given node. When each node is visited, {@link #process(Node)} 72 * @param node The node at which the traversal begins. 73 * @see <a href="https://en.wikipedia.org/wiki/Pre-order">Pre-order traversal</a [all...] |
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/ |
suggest_policy.h | 24 class Traversal; 32 virtual const Traversal *getTraversal() const = 0;
|
traversal.h | 26 class Traversal { 55 Traversal() {} 56 virtual ~Traversal() {} 59 DISALLOW_COPY_AND_ASSIGN(Traversal);
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMDefaultBaseTraversers.java | 184 throw new DTMException(XMLMessages.createXMLMessage(XMLErrorResources.ER_UNKNOWN_AXIS_TYPE, new Object[]{Integer.toString(axis)})); //"Unknown axis traversal type: "+axis); 198 * Implements traversal of the Ancestor access, in reverse document order. 242 * Implements traversal of the Ancestor access, in reverse document order. 248 * By the nature of the stateless traversal, the context node can not be 252 * @param context The context node of this traversal. 254 * @return the first node in the traversal. 262 * By the nature of the stateless traversal, the context node can not be 268 * @param context The context node of this traversal. 271 * @return the first node in the traversal. 281 * Implements traversal of the Attribute acces [all...] |
/libcore/luni/src/main/java/org/w3c/dom/ls/ |
LSSerializerFilter.java | 15 import org.w3c.dom.traversal.NodeFilter; 21 * based on the <code>NodeFilter</code> interface defined in [<a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113'>DOM Level 2 Traversal and Range</a>] 57 * <br> Unlike [<a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113'>DOM Level 2 Traversal and Range</a>] 60 * <br> The constants used here are defined in [<a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113'>DOM Level 2 Traversal and Range</a>]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/ |
NodeFilter.py | 2 # DOM2-Traversal-Range. It contains only constants.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/ |
__init__.py | 22 * router -- a simple middleware component that handles URL traversal
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/ |
NodeFilter.py | 2 # DOM2-Traversal-Range. It contains only constants.
|
/external/python/cpython2/Lib/wsgiref/ |
__init__.py | 22 * router -- a simple middleware component that handles URL traversal
|
/external/python/cpython2/Lib/xml/dom/ |
NodeFilter.py | 2 # DOM2-Traversal-Range. It contains only constants.
|
/external/python/cpython3/Lib/wsgiref/ |
__init__.py | 22 * router -- a simple middleware component that handles URL traversal
|
/external/python/cpython3/Lib/xml/dom/ |
NodeFilter.py | 2 # DOM2-Traversal-Range. It contains only constants.
|
/external/tensorflow/tensorflow/core/grappler/utils/ |
BUILD | 104 name = "traversal", 105 srcs = ["traversal.cc"], 106 hdrs = ["traversal.h"], 121 ":traversal",
|