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

1 2 34 5 6 7 8 91011

  /external/antlr/src/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/src/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 */
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/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.
FilterExprIterator.java 188 * 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. */
1058 printf("Selecting subtree '%s'\n", argv[i]);
1067 printf("* Could not find any matching subtree\n");
1091 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));
extension_message_bundle.h 130 // Get all placeholders for a given message from JSON 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/
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.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-splay.js 239 // the left subtree.
359 * Performs an ordered traversal of the subtree starting at
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-splay.js 239 // the left subtree.
359 * Performs an ordered traversal of the subtree starting at
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-splay.js 255 // the left subtree.
375 * Performs an ordered traversal of the subtree starting at
  /external/webkit/Source/WebCore/inspector/front-end/
DOMBreakpointsSidebarPane.js 43 WebInspector.UIString("Subtree Modified"),
48 WebInspector.UIString("Break on Subtree Modifications"),
ExtensionAPISchema.json 328 "description": "A subtree that appears under added result that may provide additional details on the violations found"
423 "description": "If set, the subtree will always be expanded"
  /external/webkit/Source/WebCore/rendering/
RenderView.h 121 // Subtree push/pop
123 void popLayoutState(RenderObject*) { return popLayoutState(); } // Just doing this to keep popLayoutState() private and to make the subtree calls symmetrical.
  /external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutAttributesBuilder.cpp 42 // Build list of x/y/dx/dy/rotate values for each subtree element that may define these values (tspan/textPath etc).
181 // Now m_positioningLists.contains a x/y/dx/dy/rotate value for each character in the <text> subtree.
  /external/llvm/lib/Transforms/Instrumentation/
MaximumSpanningTree.h 90 // So we know now that the edge is not already in a subtree, so we push
  /external/v8/test/mjsunit/compiler/
expression-trees.js 46 // Adjoin every possible left and right subtree.
  /external/webkit/Source/WebCore/platform/network/
CredentialStorage.cpp 72 // Remove the last path component that is not a directory to determine the subtree for which credentials will apply.
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
InnerNodeImpl.java 148 * Normalize the text nodes within this subtree. Although named similarly,

Completed in 495 milliseconds

1 2 34 5 6 7 8 91011