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

<<11121314151617181920>>

  /external/apache-xml/src/main/java/org/apache/xml/utils/
TreeWalker.java 143 * Note that TreeWalker assumes that the subtree is intended to represent
213 * Note that TreeWalker assumes that the subtree is intended to represent
  /external/e2fsprogs/lib/support/
dict.c 85 * child of C. The left subtree of C is inherited as the new right subtree
154 * This procedure performs a verification that the given subtree is a binary
185 * This function recursively verifies that the given binary subtree satisfies
189 * It returns the blackheight of the given subtree; this allows blackheights to
193 * black height of the subtree rooted at the node ``root'', or zero if the
194 * subtree is not red-black.
676 * successor (i.e. the leftmost node in the right subtree.) By doing this,
    [all...]
  /external/f2fs-tools/fsck/
dict.c 80 * child of C. The left subtree of C is inherited as the new right subtree
146 * This procedure performs a verification that the given subtree is a binary
177 * This function recursively verifies that the given binary subtree satisfies
181 * It returns the blackheight of the given subtree; this allows blackheights to
185 * black height of the subtree rooted at the node ``root'', or zero if the
186 * subtree is not red-black.
651 * successor (i.e. the leftmost node in the right subtree.) By doing this,
    [all...]
  /external/tensorflow/tensorflow/contrib/specs/python/
summaries.py 68 A bool indicating whether the subtree should be pruned.
125 subtree.
  /external/v8/benchmarks/spinning-balls/
splay-tree.js 165 // the left subtree.
285 * Performs an ordered traversal of the subtree starting at
  /external/v8/benchmarks/
splay.js 260 // the left subtree.
380 * Performs an ordered traversal of the subtree starting at
  /frameworks/base/core/java/android/view/
ViewStub.java 46 * android:inflatedId="@+id/subTree"
55 * id "subTree," specified by the inflatedId property. The inflated View is finally
  /frameworks/compile/mclinker/lib/LD/
Archive.cpp 107 /// subtree of this archive member
109 /// subtree of this archive member
  /system/libufdt/include/
libufdt.h 40 * Frees all nodes in the subtree rooted at *node.
305 * prints the entire subtree rooted at *node in form:
  /system/libufdt/tests/libufdt_verify/
ufdt_test_overlay.cpp 124 * Checks if the ufdt tree rooted at node_b is a subtree of the tree rooted at
261 * verify one overlay fragment (subtree).
  /device/linaro/bootloader/edk2/StdLib/Include/net/
radix.h 49 struct radix_mask *rn_mklist; /* list of masks contained in subtree */
  /external/annotation-tools/scene-lib/src/annotations/el/
TypeASTMapper.java 148 * before it explores the structure of <code>n</code>'s subtree.
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonTreeAdaptor.as 64 /** Track start/stop token for subtree root created for a rule.
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
CommonTree.cs 189 * For every node in this subtree, make sure it's start/stop token's
CommonTreeAdaptor.cs 110 * Track start/stop token for subtree root created for a rule.
TreeParser.cs 115 // if the next node is DOWN, then the current node is a subtree:
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
CommonTree.cs 246 * For every node in this subtree, make sure it's start/stop token's
TreeParser.cs 126 // if the next node is DOWN, then the current node is a subtree:
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
CommonTree.java 134 /** For every node in this subtree, make sure it's start/stop token's
CommonTreeAdaptor.java 89 /** Track start/stop token for subtree root created for a rule.
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
CommonTreeAdaptor.js 64 /** Track start/stop token for subtree root created for a rule.
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
FilterExprIterator.java 188 * false, the subtree should not be called.
  /external/clang/tools/scan-build/bin/
set-xcode-analyzer 102 # of the Xcode.app subtree.
  /external/eigen/Eigen/src/SparseCore/
SparseColEtree.h 67 IndexVector root(nc); // root of subtree of etree
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
TreeMultiset.java 127 * A function which can be summed across a subtree.
786 // newTop is the maximum node in my left subtree
802 // Removes the minimum node from this subtree to be reused elsewhere
814 // Removes the maximum node from this subtree to be reused elsewhere

Completed in 1395 milliseconds

<<11121314151617181920>>