/external/chromium_org/v8/benchmarks/ |
splay.js | 260 // the left subtree. 380 * Performs an ordered traversal of the subtree starting at
|
/external/chromium_org/v8/src/ |
splay-tree-inl.h | 119 // the left subtree. 143 // the right subtree.
|
/external/e2fsprogs/e2fsck/ |
dict.c | 79 * child of C. The left subtree of C is inherited as the new right subtree 148 * This procedure performs a verification that the given subtree is a binary 179 * This function recursively verifies that the given binary subtree satisfies 183 * It returns the blackheight of the given subtree; this allows blackheights to 187 * black height of the subtree rooted at the node ``root'', or zero if the 188 * subtree is not red-black. 670 * successor (i.e. the leftmost node in the right subtree.) By doing this, [all...] |
/external/llvm/test/CodeGen/X86/ |
misched-matrix.ll | 27 ; For -misched=ilpmin, verify that each expression subtree is 58 ; For -misched=ilpmax, verify that each expression subtree is
|
/external/v8/benchmarks/spinning-balls/ |
splay-tree.js | 165 // the left subtree. 285 * Performs an ordered traversal of the subtree starting at
|
/external/v8/benchmarks/ |
splay.js | 260 // the left subtree. 380 * Performs an ordered traversal of the subtree starting at
|
/external/v8/src/ |
splay-tree-inl.h | 112 // the left subtree. 136 // the right subtree.
|
/frameworks/base/core/java/android/view/ |
ViewStub.java | 44 * android:inflatedId="@+id/subTree" 53 * id "subTree," specified by the inflatedId property. The inflated View is finally
|
/frameworks/compile/mclinker/lib/LD/ |
Archive.cpp | 121 /// subtree of this archive member 123 /// subtree of this archive member
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
CommonTreeAdaptor.as | 64 /** Track start/stop token for subtree root created for a rule.
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
CommonTree.cs | 189 * For every node in this subtree, make sure it's start/stop token's
|
CommonTreeAdaptor.cs | 110 * Track start/stop token for subtree root created for a rule.
|
TreeParser.cs | 115 // if the next node is DOWN, then the current node is a subtree:
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
CommonTree.cs | 246 * For every node in this subtree, make sure it's start/stop token's
|
TreeParser.cs | 126 // if the next node is DOWN, then the current node is a subtree:
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
CommonTree.java | 134 /** For every node in this subtree, make sure it's start/stop token's
|
CommonTreeAdaptor.java | 89 /** Track start/stop token for subtree root created for a rule.
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/ |
CommonTreeAdaptor.js | 64 /** Track start/stop token for subtree root created for a rule.
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
FilterExprIterator.java | 188 * false, the subtree should not be called.
|
/external/chromium/chrome/common/extensions/ |
extension_message_bundle.h | 130 // Get all placeholders for a given message from JSON subtree.
|
/external/chromium_org/cc/layers/ |
layer_iterator.cc | 122 // so we find the highest layer in that subtree.
|
/external/chromium_org/cc/trees/ |
layer_tree_host_common.h | 122 // Returns a layer with the given id if one exists in the subtree starting
|
occlusion_tracker.cc | 170 // We copy the screen occlusion into the new RenderSurface subtree, but we 174 // If we are entering a subtree that is going to move pixels around, then the 235 // the surface's subtree, then clear the occlusion here so it won't be used. 320 // We merge the screen occlusion from the current RenderSurfaceImpl subtree
|
/external/chromium_org/chrome/common/extensions/ |
message_bundle.h | 134 // Get all placeholders for a given message from JSON subtree.
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
StyleInvalidationAnalysis.cpp | 173 // The whole subtree is now invalidated, we can skip to the next sibling.
|