/external/icu4c/tools/ctestfw/unicode/ |
ctest.h | 126 * @param root Subtree of tests. 133 * Run a subtree of tests. 135 * @param root Subtree of tests. 142 * Add a test to the subtree. 168 * Retreive a specific subtest. (subtree).
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
AVTPart.java | 72 * the current subtree. 74 * @return true if traversal outside the context node's subtree can occur.
|
AVTPartXPath.java | 61 * the current subtree. 63 * @return true if traversal outside the context node's subtree can occur.
|
/external/apache-xml/src/main/java/org/apache/xpath/operations/ |
UnaryOperation.java | 57 * the current subtree. 59 * @return true if traversal outside the context node's subtree can occur.
|
Operation.java | 63 * the current subtree. 65 * @return true if traversal outside the context node's subtree can occur.
|
/external/jsilver/src/org/clearsilver/jni/ |
JniHdf.java | 171 * subtree. If the value does not exist, or cannot be converted to an 180 /** Retrieves the value at the specified path in this HDF node's subtree. 189 /** Sets the value at the specified path in this HDF node's subtree. */ 197 /** Remove the specified subtree. */ 279 /** Retrieves the HDF object that is the root of the subtree at hdfpath, or 292 /** Retrieves the HDF for the first child of the root of the subtree 317 /** Retrieves the HDF object that is the root of the subtree at 318 * hdfpath, create the subtree if it doesn't exist */
|
/libcore/luni/src/main/java/org/w3c/dom/traversal/ |
NodeIterator.java | 20 * the set of nodes in a <code>NodeList</code>, the document subtree 25 * document-order traversal of a document subtree. Instances of these 61 * <code>NodeIterators</code> may reject a complete subtree rather than
|
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
PODRedBlackTree.h | 254 // is used to compute the maximum endpoint of the subtree below the 369 // Left-rotates the subtree rooted at x. 370 // Returns the new root of the subtree (x's right child). 376 // Turn y's left subtree into x's right subtree. 402 // Right-rotates the subtree rooted at y. 403 // Returns the new root of the subtree (y's left child). 409 // Turn x's right subtree into y's left subtree. 649 // Visits the subtree rooted at the given node in order [all...] |
/external/llvm/include/llvm/ADT/ |
IntervalMap.h | 493 /// subtree - Access the i'th subtree reference in a branch node. 496 NodeRef &subtree(unsigned i) const { function in class:llvm::IntervalMapImpl::NodeRef 663 // The key array in a branch node holds the rightmost stop key of each subtree. 667 // It is unusual for a branch node to only have one subtree, but it can happen 680 const NodeRef &subtree(unsigned i) const { return this->first[i]; } 683 NodeRef &subtree(unsigned i) { return this->first[i]; } 685 /// findFrom - Find the first subtree after i that may contain x. 690 /// This is the first subtree that can possibly contain x. 699 /// safeFind - Find a subtree that is known to exist. This is the same a [all...] |
/external/webkit/Source/WebCore/svg/ |
SVGUseElement.cpp | 287 // Update whole subtree, scanning for shadow container elements, that correspond to <svg>/<symbol> tags 340 // Update whole subtree, scanning for shadow container elements, marking a cloned use subtree 782 void SVGUseElement::removeDisallowedElementsFromSubtree(Node* subtree) 784 ASSERT(!subtree->inDocument()); 786 Node* node = subtree->firstChild(); 789 Node* next = node->traverseNextSibling(subtree); 790 // The subtree is not in document so this won't generate events that could mutate the tree. 794 node = node->traverseNextNode(subtree); 809 // Though if there are disallowed elements in the subtree, we have to remove them [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/extensions/ |
ExpressionVisitor.java | 60 * @return true to continue the visit in the subtree, if any.
|
/external/chromium/third_party/libjingle/source/talk/base/ |
taskparent.h | 51 // should be defined in a unique manner for the given subtree. This
|
/external/webkit/Source/WebCore/rendering/svg/ |
RenderSVGShadowTreeRootContainer.cpp | 84 // Attach subtree, as if it was a regular non-shadow tree
|
SVGTextLayoutAttributesBuilder.h | 36 // measures all characters in the RenderSVGText subtree and extracts kerning/ligature information.
|
/development/tools/elftree/ |
elftree.c | 259 " -S Duplicate entire subtree when a duplicate is found\n" 260 " -P Show duplicates, but only include subtree once\n"
|
/external/antlr/src/org/antlr/runtime/tree/ |
TreeFilter.java | 39 subtree in our original tree? In what order should we visit nodes? 63 apply them to a particular subtree. The final piece of the tree
|
TreeParser.java | 105 input.consume(); // not subtree, consume 1 node and return 108 // current node is a subtree, skip to corresponding UP.
|
TreePatternParser.java | 75 Object subtree = parseTree(); local 76 adaptor.addChild(root, subtree);
|
/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
Function2Args.java | 120 * the current subtree. 122 * @return true if traversal outside the context node's subtree can occur.
|
Function3Args.java | 118 * the current subtree. 120 * @return true if traversal outside the context node's subtree can occur.
|
FunctionDef1Arg.java | 159 * the current subtree. 161 * @return true if traversal outside the context node's subtree can occur.
|
FunctionMultiArgs.java | 139 * the current subtree. 141 * @return true if traversal outside the context node's subtree can occur.
|
FunctionOneArg.java | 99 * the current subtree. 101 * @return true if traversal outside the context node's subtree can occur.
|
/external/apache-xml/src/main/java/org/apache/xpath/patterns/ |
UnionPattern.java | 56 * the current subtree. 58 * @return true if traversal outside the context node's subtree can occur.
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
heap.h | 148 // heapify subtree rooted at index i. 169 // insert(update) element at subtree rooted at index i
|