HomeSort by relevance Sort by last modified time
    Searched full:subtree (Results 101 - 125 of 354) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xml/dtm/
Axis.java 120 * A non-xpath axis, traversing the subtree including the subtree
  /external/chromium/chrome/browser/accessibility/
browser_accessibility.h 57 // recurse into children of |src| and build the whole subtree.
67 // Detach all descendants of this subtree and push all of the node pointers,
  /external/openssl/crypto/x509/
x509_txt.c 173 return("permitted subtree violation");
175 return("excluded subtree violation");
  /external/webkit/Source/WebCore/svg/
SVGTextContentElement.cpp 265 // Any element of the <text> subtree is advertized as using relative lengths.
266 // On any window size change, we have to relayout the text subtree, as the
  /external/skia/src/gpu/
GrRedBlackTree.h 277 // found one. check if another in left subtree.
297 // found one. check if another in right subtree.
718 // when x is deleted its subtree will have reduced black-height.
726 // now subtree at p has black-height of one less than
727 // p's parent's other child's subtree. We move x up to
731 // if p is the root there is no other subtree to balance
783 // Whether p was red or black, we've increased its pc subtree
785 // we've also its subtree rooted at s's black-height by 1. This
807 // must be red, otherwise the subtree at c1 will have a different
808 // black-height than the subtree rooted at c0
    [all...]
  /external/valgrind/main/coregrind/
m_oset.c 393 // Insert into the left subtree.
395 // Only need to set the used fields in the subtree.
425 // Insert into the right subtree
427 // Only need to set the used fields in the subtree.
581 // Remove from the left subtree
583 // Only need to set the used fields in the subtree.
615 // Remove from the right subtree
618 // Only need to set the used fields in the subtree.
676 // Remove from the left subtree
680 // Remove from the right subtree
    [all...]
m_wordfm.c 68 struct _AvlNode* child[2]; /* [0] is left subtree, [1] is right */
185 /* insert into the left subtree */
218 /* insert into the right subtree */
274 /* remove from the left subtree */
310 /* remove from the right subtree */
374 /* remove from the left subtree */
378 /* remove from the right subtree */
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
TreeAdaptor.as 122 /** Given the root of the subtree created for this rule, post process
197 /** Get the token start index for this subtree; return -1 if no such index */
200 /** Get the token stop index for this subtree; return -1 if no such index */
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3debugeventlistener.h 321 * seems to be uniquely triggered when starting a new subtree
360 * only when the current subrule (or rule) subtree is
379 /** Set the token start/stop token index for a subtree root or node.
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
IDebugEventListener.cs 302 * seems to be uniquely triggered when starting a new subtree
352 * only when the current subrule (or rule) subtree is
374 /** <summary>Set the token start/stop token index for a subtree root or node.</summary>
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
ITreeAdaptor.cs 146 * Given the root of the subtree created for this rule, post process
271 /** <summary>Get the token start index for this subtree; return -1 if no such index</summary> */
274 /** <summary>Get the token stop index for this subtree; return -1 if no such index</summary> */
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Debug/
IDebugEventListener.cs 304 * seems to be uniquely triggered when starting a new subtree
354 * only when the current subrule (or rule) subtree is
376 /** <summary>Set the token start/stop token index for a subtree root or node.</summary>
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
ITreeAdaptor.cs 202 * Given the root of the subtree created for this rule, post process
291 /** <summary>Get the token start index for this subtree; return -1 if no such index</summary> */
294 /** <summary>Get the token stop index for this subtree; return -1 if no such index</summary> */
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugEventListener.java 259 * seems to be uniquely triggered when starting a new subtree
298 * only when the current subrule (or rule) subtree is
317 /** Set the token start/stop token index for a subtree root or node.
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeAdaptor.java 124 /** Given the root of the subtree created for this rule, post process
220 /** Get the token start index for this subtree; return -1 if no such index */
223 /** Get the token stop index for this subtree; return -1 if no such index */
TreeParser.java 105 input.consume(); // not subtree, consume 1 node and return
108 // current node is a subtree, skip to corresponding UP.
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
PredicatedNodeTest.java 526 * the current subtree.
528 * @return true if traversal outside the context node's subtree can occur.
544 * false, the subtree should not be called.
  /external/icu4c/tools/ctestfw/
ctest.c 315 * Run or list tests (according to mode) in a subtree.
317 * @param root root of the subtree to operate on
346 /* Collect the 'path' to the current subtree. */
1059 printf("Selecting subtree '%s'\n", argv[i]);
1068 printf("* Could not find any matching subtree\n");
1092 if( subtreeOptionSeen == FALSE) /* no other subtree given, run the default */
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMTreeWalker.java 103 * in other words, the root of the subtree to traverse over.
110 int top = pos; // Remember the root of this subtree
  /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/chromium/chrome/common/extensions/
extension_message_bundle_unittest.cc 38 DictionaryValue* subtree,
40 target->Set(name, static_cast<Value*>(subtree));
  /external/e2fsprogs/e2fsck/
dict.c 79 * child of C. The left subtree of C is inherited as the new right subtree
148 * This procedure performs a verification that the given subtree is a binary
179 * This function recursively verifies that the given binary subtree satisfies
183 * It returns the blackheight of the given subtree; this allows blackheights to
187 * black height of the subtree rooted at the node ``root'', or zero if the
188 * subtree is not red-black.
670 * successor (i.e. the leftmost node in the right subtree.) By doing this,
    [all...]
  /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
  /external/v8/src/
splay-tree-inl.h 112 // the left subtree.
136 // the right subtree.

Completed in 2150 milliseconds

1 2 3 45 6 7 8 91011>>