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

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/resources/file_manager/js/
scrollbar.js 83 this.domObserver_.observe(this.view_, {subtree: true, attributes: true});
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ContainerNodeAlgorithms.h 304 // Must disable frame loading in the subtree so an unload handler cannot
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerBacking.h 48 // A GraphicsLayerPaintInfo contains all the info needed to paint a partial subtree of RenderLayers into a GraphicsLayer.
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_hierarchical_visitor.h 146 * assignments for portions of a subtree, which means they need a
  /external/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 14 // subtree match on the AST. Next, a callback that is executed every time the
  /external/mesa3d/src/glsl/
ir_hierarchical_visitor.h 146 * assignments for portions of a subtree, which means they need a
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPSerializerRDF.java 739 * @param node the root node of the subtree
823 * Writes all used namespaces of the subtree in node to the output.
824 * The subtree is recursivly traversed.
825 * @param node the root node of the subtree
    [all...]
XMPNode.java 418 * Performs a <b>deep clone</b> of the node and the complete subtree.
443 * Performs a <b>deep clone</b> of the complete subtree (children and
446 * @param destination the node to add the cloned subtree
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
node_iterators.hpp 188 // Subtree valid prefix.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
node_iterators.hpp 188 // Subtree valid prefix.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
node_iterators.hpp 188 // Subtree valid prefix.
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
node_iterators.hpp 188 // Subtree valid prefix.
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
node_iterators.hpp 188 // Subtree valid prefix.
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
node_iterators.hpp 188 // Subtree valid prefix.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/pat_trie_/
node_iterators.hpp 188 // Subtree valid prefix.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
node_iterators.hpp 188 // Subtree valid prefix.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
node_iterators.hpp 188 // Subtree valid prefix.
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
treewizard.py 196 subtree = self.parseTree()
197 self.adaptor.addChild(root, subtree)
524 on the various nodes and '.' (dot) as the node/subtree wildcard,
debug.py 660 seems to be uniquely triggered when starting a new subtree
696 only when the current subrule (or rule) subtree is
719 """Set the token start/stop token index for a subtree root or node.
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
debug.rb 616 # seems to be uniquely triggered when starting a new subtree
648 # only when the current subrule (or rule) subtree is
667 # Set the token start/stop token index for a subtree root or node.
  /external/apache-xml/src/main/java/org/apache/xpath/patterns/
StepPattern.java 231 * the current subtree.
236 * @return true if traversal outside the context node's subtree can occur.
976 * Call the visitors on the subtree. Factored out from callVisitors
  /external/chromium_org/third_party/bintrees/bintrees/
ctrees.c 170 /* find replacement node: smallest key in right-subtree */
688 /* find smallest node of right subtree */
723 /* find biggest node of left subtree */
  /external/clang/lib/Rewrite/Core/
DeltaTree.cpp 33 /// full delta implied by a whole subtree in constant time.
230 // Okay, this split the subtree, producing a new value and two children to
441 // Otherwise, traverse down the tree. The selected subtree may be
  /system/media/camera/docs/
metadata_helpers.py 126 True if it finds an Enum node in the subtree, False otherwise
132 Get the children of this node by compressing the subtree together by removing
139 An iterable over the combined children of the subtree of node,
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
RedundentExprEliminator.java 44 * This class eleminates redundent XPaths from a given subtree,
45 * and also collects all absolute paths within the subtree. First
46 * it must be called as a visitor to the subtree, and then
116 * @param psuedoVarRecipient The owner of the subtree from where the
    [all...]

Completed in 4302 milliseconds

<<11121314151617181920>>