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

1 2 3 4 5 6 7 8 91011>>

  /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
ANTLRCommonTreeAdaptor.m 105 /** Track start/stop token for subtree root created for a rule.
ANTLRTreeAdaptor.h 39 - (id)dupTree:(id)aTree; // copies the entire subtree, recursively
  /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.
FilterExprIteratorSimple.java 273 * false, the subtree should not be called.
FilterExprWalker.java 320 * false, the subtree should not be called.
  /external/chromium_org/cc/trees/
damage_tracker.cc 311 // - changes to descendants (i.e. the subtree) that affect the
314 // changes to their entire subtree.
  /external/chromium_org/chrome/common/extensions/
message_bundle_unittest.cc 40 base::DictionaryValue* subtree,
42 target->Set(name, static_cast<base::Value*>(subtree));
  /external/chromium_org/third_party/WebKit/Source/core/dom/
SelectorQuery.cpp 232 // the subtree for which we can limit the querySelector traversal.
362 // the subtree for which we can limit the querySelector traversal.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLineBoxList.cpp 289 container->setAncestorLineBoxDirty(); // Mark the container to avoid dirtying the same lines again across multiple destroy() calls of the same subtree.
329 inlineContainer->setAncestorLineBoxDirty(); // Mark the container to avoid dirtying the same lines again across multiple destroy() calls of the same subtree.
  /frameworks/compile/mclinker/lib/LD/
GNUArchiveReader.cpp 374 // insert a node into the subtree of current archive.
382 // direction to Afterward for next insertion in this subtree
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
__tree 71 // Determintes if the subtree rooted at __x is a proper red black subtree. If
72 // __x is a proper subtree, returns the black height (null counts as 1). If
73 // __x is an improper subtree, returns 0.
100 return 0; // invalid left subtree
102 return 0; // invalid or different height right subtree
200 // Effects: Makes __x->__right_ the subtree root with __x as its left child
220 // Effects: Makes __x->__left_ the subtree root with __x as its right child
    [all...]
  /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
  /external/chromium/chrome/browser/
utility_process_host.h 123 // will be given access to the directory subtree that the extension file is
  /external/chromium/chrome/common/extensions/
extension_file_util_unittest.cc 65 // Uninstall. Should remove entire extension subtree.
  /external/chromium_org/chrome/browser/policy/
preg_parser_win.cc 291 // Process the record if it is within the |root| subtree.

Completed in 1308 milliseconds

1 2 3 4 5 6 7 8 91011>>