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

1 2 3 4 5 67 8 91011>>

  /packages/inputmethods/PinyinIME/jni/include/
dictbuilder.h 131 // Construct a subtree using a subset of the spelling array (from
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ftw.h 96 subtree, instead just continue with its next
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
ftw.h 96 subtree, instead just continue with its next
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
ftw.h 96 subtree, instead just continue with its next
  /external/llvm/include/llvm/ADT/
ImmutableSet.h 57 /// Return a pointer to the left subtree. This value
58 /// is NULL if there is no left subtree.
61 /// Return a pointer to the right subtree. This value is
62 /// NULL if there is no right subtree.
72 /// find - Finds the subtree associated with the specified key value.
73 /// This method returns NULL if no matching subtree is found.
88 /// getMaxElement - Find the subtree associated with the highest ranged
166 /// contains - Returns true if this tree contains a subtree (node) that
172 /// object (specifed by Callback) for every node/subtree in the tree.
254 /// isMutable - Returns true if the left and right subtree reference
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTM.java 57 * tree. You can wrap a DOM2DTM around a specific node and its subtree
84 /** The top of the subtree.
93 /** true if ALL the nodes in the m_root subtree have been processed;
709 // we decided to allow wrapping a DTM around a subtree.
895 * Retrieve the text content of a DOM subtree, appending it into a
    [all...]
  /external/webkit/Source/WebCore/page/
FrameView.cpp 646 // call will not cause the subtree under it to repaint. Explicitly call the syncCompositingState on
856 bool subtree = m_layoutRoot; local
863 RenderObject* root = subtree ? m_layoutRoot : document->renderer();
903 m_doFullRepaint = !subtree && (m_firstLayout || toRenderView(root)->printing());
905 if (!subtree) {
954 if (subtree) {
968 if (subtree) {
978 if (!subtree && !toRenderView(root)->printing())
990 subtree ? 0 : &cachedOffset);
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
tree.py 395 Given the root of the subtree created for this rule, post process
503 Get the token start index for this subtree; return -1 if no such index
511 Get the token stop index for this subtree; return -1 if no such index
1005 # ensure new subtree root has parent/child index set
    [all...]
  /external/valgrind/main/cachegrind/
cg_merge.c 1076 /* insert into the left subtree */
1109 /* insert into the right subtree */
1162 /* remove from the left subtree */
1198 /* remove from the right subtree */
    [all...]
  /libcore/luni/src/main/java/org/w3c/dom/
Document.java 228 * and the resulting nodes reassembled to form the corresponding subtree.
237 * <code>DocumentFragment</code> to form the corresponding subtree.
254 * corresponding subtree.</dd>
264 * the resulting nodes reassembled to form the corresponding subtree.</dd>
296 * @param deep If <code>true</code>, recursively import the subtree under
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfo.java 1163 CanvasViewInfo subtree = createSubtree(parent, viewInfo, parentX, parentY); local
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
BaseTreeAdaptor.cs 127 // ensure new subtree root has parent/child index set
417 * Track start/stop token for subtree root created for a rule.
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBaseTreeAdaptor.m 116 // ensure new subtree root has parent/child index set
386 /** Track start/stop token for subtree root created for a rule.
ANTLRCommonTree.m 275 /** For every node in this subtree, make sure it's start/stop token's
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
wizard.rb 221 subtree = parse_tree
222 @adaptor.add_child( root, subtree )
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
AVT.java 533 * the current subtree.
535 * @return true if traversal outside the context node's subtree can occur.
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMIterator.java 129 * within the root's subtree which is _not_ skipped by the filters.
170 * is rejected by the filters) the first node within its subtree which is
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
TreeWalker.java 127 * Note that TreeWalker assumes that the subtree is intended to represent
182 * Note that TreeWalker assumes that the subtree is intended to represent
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
AxesWalker.java 241 * whether or not it is within the subtree specified by the root node or
514 * false, the subtree should not be called.
  /external/webkit/Source/WebCore/dom/
EventDispatcher.cpp 177 // Trim ancestors to lowestCommonBoundary to keep events inside of the common shadow DOM subtree.
180 // Set event's related target to the first encountered shadow DOM boundary in the divergent subtree.
  /external/webkit/Source/WebCore/svg/
SVGSVGElement.cpp 641 // getElementById on SVGSVGElement is restricted to only the child subtree defined by the <svg> element.
649 // Fall back to traversing our subtree. Duplicate ids are allowed, the first found will
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
BaseTreeAdaptor.js 43 // ensure new subtree root has parent/child index set
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTreeAdaptor.h 43 - (id<ANTLRTree>)dupTree:(id<ANTLRTree>)aTree; // copies the entire subtree, recursively
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTreeAdaptor.h 43 - (id<ANTLRTree>)dupTree:(id<ANTLRTree>)aTree; // copies the entire subtree, recursively
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTreeAdaptor.h 43 - (id<ANTLRTree>)dupTree:(id<ANTLRTree>)aTree; // copies the entire subtree, recursively

Completed in 367 milliseconds

1 2 3 4 5 67 8 91011>>