/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
ITreeAdaptor.cs | 146 * Given the root of the subtree created for this rule, post process 271 /** <summary>Get the token start index for this subtree; return -1 if no such index</summary> */ 274 /** <summary>Get the token stop index for this subtree; return -1 if no such index</summary> */
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Debug/ |
IDebugEventListener.cs | 304 * seems to be uniquely triggered when starting a new subtree 354 * only when the current subrule (or rule) subtree is 376 /** <summary>Set the token start/stop token index for a subtree root or node.</summary>
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
ITreeAdaptor.cs | 202 * Given the root of the subtree created for this rule, post process 291 /** <summary>Get the token start index for this subtree; return -1 if no such index</summary> */ 294 /** <summary>Get the token stop index for this subtree; return -1 if no such index</summary> */
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
DebugEventListener.java | 259 * seems to be uniquely triggered when starting a new subtree 298 * only when the current subrule (or rule) subtree is 317 /** Set the token start/stop token index for a subtree root or node.
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
TreeAdaptor.java | 124 /** Given the root of the subtree created for this rule, post process 220 /** Get the token start index for this subtree; return -1 if no such index */ 223 /** Get the token stop index for this subtree; return -1 if no such index */
|
TreeParser.java | 105 input.consume(); // not subtree, consume 1 node and return 108 // current node is a subtree, skip to corresponding UP.
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
PredicatedNodeTest.java | 526 * the current subtree. 528 * @return true if traversal outside the context node's subtree can occur. 544 * false, the subtree should not be called.
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorDOMDebuggerAgent.cpp | 216 // Remove subtree breakpoints. 233 if (typeString == "subtree-modified") 246 case SubtreeModified: return "subtree-modified";
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
RenderSVGText.cpp | 256 // subtree. If this changes, clear the cache. It's going to be rebuilt below. 324 // subtree. If this changes, clear the cache. It's going to be rebuilt below. 362 // and propogate resulting SVGLayoutAttributes to all RenderSVGInlineText children in the subtree.
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/model/ |
jsonresults.py | 109 def _is_directory(subtree): 110 return RESULTS_KEY not in subtree 198 # results or times and just return "RESULTS_KEY not in subtree".
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
XMPUtils.java | 205 * copy sourceNode's subtree to destParent 207 * delete subtree from destParent 208 * copy sourceNode's subtree to destParent
|
/frameworks/base/core/java/android/view/ |
ViewParent.java | 289 * its subtree begins or ends tracking of internal transient state.</p> 313 * descendants has changed and that the structure of the subtree is 315 * @param child The direct child whose subtree has changed.
|
/external/chromium_org/cc/layers/ |
layer_unittest.cc | 433 // separate subtree. 456 // |grand_child3| gets orphaned and the child1 subtree gets planted back into 834 // Adding a subtree to a layer already associated with a host should set the 835 // host pointer on all layers in that subtree. [all...] |
/external/chromium_org/third_party/icu/source/tools/ctestfw/ |
ctest.c | 315 * Run or list tests (according to mode) in a subtree. 317 * @param root root of the subtree to operate on 346 /* Collect the 'path' to the current subtree. */ 1058 printf("Selecting subtree '%s'\n", argv[i]); 1067 printf("* Could not find any matching subtree\n"); 1091 if( subtreeOptionSeen == FALSE) /* no other subtree given, run the default */ [all...] |
/external/icu4c/tools/ctestfw/ |
ctest.c | 315 * Run or list tests (according to mode) in a subtree. 317 * @param root root of the subtree to operate on 346 /* Collect the 'path' to the current subtree. */ 1058 printf("Selecting subtree '%s'\n", argv[i]); 1067 printf("* Could not find any matching subtree\n"); 1091 if( subtreeOptionSeen == FALSE) /* no other subtree given, run the default */ [all...] |
/cts/suite/pts/deviceTests/browserbench/assets/octane/ |
splay.js | 260 // the left subtree. 380 * Performs an ordered traversal of the subtree starting at
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMTreeWalker.java | 103 * in other words, the root of the subtree to traverse over. 110 int top = pos; // Remember the root of this subtree
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
TreeWalker.java | 143 * Note that TreeWalker assumes that the subtree is intended to represent 213 * Note that TreeWalker assumes that the subtree is intended to represent
|
/external/chromium/chrome/common/extensions/ |
extension_message_bundle_unittest.cc | 38 DictionaryValue* subtree, 40 target->Set(name, static_cast<Value*>(subtree));
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-splay.js | 239 // the left subtree. 359 * Performs an ordered traversal of the subtree starting at
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/ |
v8-splay.js | 239 // the left subtree. 359 * Performs an ordered traversal of the subtree starting at
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/ |
v8-splay.js | 255 // the left subtree. 375 * Performs an ordered traversal of the subtree starting at
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderLayerCompositor.h | 205 // Returns all reasons (direct, indirectly due to subtree, and indirectly due to overlap) that a layer should be composited. 225 // Returns indirect reasons that a layer should be composited because of something in its subtree.
|
RenderView.h | 138 // Subtree push/pop 140 void popLayoutState(RenderObject*) { return popLayoutState(); } // Just doing this to keep popLayoutState() private and to make the subtree calls symmetrical.
|
/external/chromium_org/v8/benchmarks/spinning-balls/ |
splay-tree.js | 165 // the left subtree. 285 * Performs an ordered traversal of the subtree starting at
|