/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/ |
RewriteRuleSubtreeStream.js | 8 /** Treat next element as a single node even if it's a subtree.
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
tag_watcher.js | 29 documentObserver.observe(document, {subtree: true, childList: true});
|
/external/chromium_org/chrome/test/pyautolib/ |
dom_mutation_observer.js | 183 subtree: true}); 203 subtree: true}); 227 subtree: true}); 248 subtree: true});
|
/external/chromium_org/chrome_frame/ |
registry_watcher.cc | 53 TRUE, // Watch subtree
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Mutation/ |
append-child-deep.html | 42 observer.observe(sandbox, {childList: true, subtree: true});
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
treemap.js | 142 var subtree = convertToWebTreemapFormat(name, treeNode, newPath); 143 children.push(subtree); 144 total += subtree["data"]["$area"]; 145 childCount += subtree["childCount"];
|
/external/clang/tools/clang-check/ |
ClangCheck.cpp | 40 "\tFor example, to run clang-check on all files in a subtree of the\n" 43 "\t find path/in/subtree -name '*.cpp'|xargs clang-check\n" 47 "\t find path/in/subtree -name '*.cpp'|xargs clang-check -p build/path\n" 49 "\tNote, that path/in/subtree and current directory should follow the\n"
|
/external/guava/guava/src/com/google/common/collect/ |
BstNodeFactory.java | 25 * often some kind of value or some aggregate data for the subtree. This factory is responsible for
|
BstOperations.java | 160 * Returns the result of removing the minimum element from the specified subtree. 178 * Returns the result of removing the maximum element from the specified subtree. 196 * entry.getKey()} is less than the key of all nodes in the subtree {@code root}. 214 * entry.getKey()} is greater than the key of all nodes in the subtree {@code root}.
|
/external/libxml2/include/libxml/ |
xmlsave.h | 3 * Description: API to save document or subtree of document
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
XMPIterator.java | 52 * they qualify, default is to visit the complete subtree. 71 * Skip the subtree below the current node when <code>next()</code> is 78 * Skip the subtree below and remaining siblings of the current node when
|
/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/chromium_org/third_party/WebKit/Source/core/platform/ |
PODRedBlackTree.h | 308 // is used to compute the maximum endpoint of the subtree below the 423 // Left-rotates the subtree rooted at x. 424 // Returns the new root of the subtree (x's right child). 430 // Turn y's left subtree into x's right subtree. 456 // Right-rotates the subtree rooted at y. 457 // Returns the new root of the subtree (y's left child). 463 // Turn x's right subtree into y's left subtree. 705 // Visits the subtree rooted at the given node in order [all...] |
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3rewritestreams.c | 370 // Subtree rewrite stream 386 // Install the subtree based overrides 408 // Install the subtree based overrides 431 // Install the subtree based overrides 564 /// Return a duplicate node/subtree if stream is out of elements and 619 /// a tree node or subtree. Deal with the optimization of single- 678 /// subtree. Dup'ing a token means just creating another AST node 692 /// subtree. Dup'ing a token means just creating another AST node 706 /// subtree. Dup'ing a token means just creating another AST node 778 /// Treat next element as a single node even if it's a subtree [all...] |
/external/chromium_org/cc/trees/ |
layer_tree_host_common.cc | 217 // transparent, we would have skipped the entire subtree and never made it 250 // If the layer is not visible, then skip it and its subtree. 255 // this subtree can't be skipped as we need to create, prioritize and 262 // entire subtree can be skipped if this layer is fully transparent. 273 // If the layer is not visible, then skip it and its subtree. 280 // In particular, it should not cause the subtree to be skipped. 282 // animation, their subtree should also not be skipped. 352 // If the layer flattens its subtree (i.e. the layer doesn't preserve-3d), but 380 // layers in the subtree overlap. But checking layer overlaps is unnecessarily 382 // layers draw content for this subtree [all...] |
/external/llvm/include/llvm/ADT/ |
IntervalMap.h | 513 /// subtree - Access the i'th subtree reference in a branch node. 516 NodeRef &subtree(unsigned i) const { function in class:llvm::IntervalMapImpl::NodeRef 683 // The key array in a branch node holds the rightmost stop key of each subtree. 687 // It is unusual for a branch node to only have one subtree, but it can happen 700 const NodeRef &subtree(unsigned i) const { return this->first[i]; } 703 NodeRef &subtree(unsigned i) { return this->first[i]; } 705 /// findFrom - Find the first subtree after i that may contain x. 710 /// This is the first subtree that can possibly contain x. 719 /// safeFind - Find a subtree that is known to exist. This is the same a [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/chromium-trace/trace-viewer/src/tcmalloc/ |
heap.js | 64 // each subtree is the total memory for that tree.
|
/external/chromium_org/third_party/WebKit/PerformanceTests/ |
Skipped | 27 Layout/subtree-detaching.html
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
MutationObserver.h | 64 Subtree = 1 << 3,
|
MutationObserverRegistration.h | 55 bool isSubtree() const { return m_options & MutationObserver::Subtree; }
|
/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/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
TreeParser.as | 88 input.consume(); // not subtree, consume 1 node and return 91 // current node is a subtree, skip to corresponding UP.
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
TreeFilter.cs | 43 subtree in our original tree? In what order should we visit nodes? 67 apply them to a particular subtree. The final piece of the tree
|