| /external/jemalloc/include/jemalloc/internal/ |
| rb.h | 668 /* Balance restored, but rotation modified subtree */\ 699 /* subtree root, which may actually be the tree */\ 772 /* Balance restored, but rotation modified subtree */\ 804 /* subtree root. */\ 841 /* subtree root, which may actually be the tree */\ [all...] |
| /external/tinyxml2/ |
| xmltest.cpp | 1732 XMLElement* subtree = doc.RootElement()->FirstChildElement("one")->FirstChildElement("subtree"); local [all...] |
| /frameworks/base/services/tests/servicestests/src/com/android/server/wm/ |
| WindowContainerTests.java | 633 final TestWindowContainer subtree = builder.build(); local 636 final TestWindowContainer child1 = subtree.addChildWindow(); 640 subtree.addChild(subtree2, 1); 641 root.addChild(subtree, 0); 644 assertEquals(1, subtree.getPrefixOrderIndex()); [all...] |
| /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
| TreeAdaptor.as | 122 /** Given the root of the subtree created for this rule, post process 197 /** Get the token start index for this subtree; return -1 if no such index */ 200 /** Get the token stop index for this subtree; return -1 if no such index */
|
| /external/antlr/antlr-3.4/runtime/C/include/ |
| antlr3debugeventlistener.h | 321 * seems to be uniquely triggered when starting a new subtree 360 * only when the current subrule (or rule) subtree is 379 /** Set the token start/stop token index for a subtree root or node.
|
| /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
| IDebugEventListener.cs | 302 * seems to be uniquely triggered when starting a new subtree 352 * only when the current subrule (or rule) subtree is 374 /** <summary>Set the token start/stop token index for a subtree root or node.</summary>
|
| /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/libxml2/doc/devhelp/ |
| libxml2-xinclude.html | 147 </pre><p>Implement the XInclude substitution for the given subtree reusing the informations and data coming from the given context.</p> 151 </pre><p>Implement the XInclude substitution for the given subtree</p> 155 </pre><p>Implement the XInclude substitution for the given subtree</p>
|
| libxml2-xmlsave.html | 42 <p>API to save document or subtree of document </p> 127 </pre><p>Save a subtree starting at the node parameter to a saving context TODO: The function is not fully implemented yet as it does not return the byte count but 0 instead</p> 128 <div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>ctxt</tt></i>:</span></td><td>a document saving context</td></tr><tr><td><span class="term"><i><tt>node</tt></i>:</span></td><td>the top node of the subtree to save</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the number of byte written or -1 in case of error</td></tr></tbody></table></div></div>
|
| /external/ltp/testcases/kernel/fs/mongo/ |
| reiser_fract_tree.c | 327 /* assumes we are already chdir'd into a directory that the subtree is rooted 334 composing this subtree */ 336 directories in this subtree */
|
| /external/swiftshader/third_party/subzero/bloat/ |
| bloat.py | 272 subtree = jsonify_tree(val, key) 273 total += subtree['data']['$area'] 274 children.append(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/accessibility/ |
| AccessibilityCache.java | 399 * Clears a subtree rooted at the node with the given id that is 407 Log.i(LOG_TAG, "Clearing cached subtree."); 416 * Clears a subtree given a pointer to the root id and the nodes
|
| /frameworks/base/wifi/java/android/net/wifi/hotspot2/ |
| PasspointConfiguration.java | 62 * Configurations under HomeSp subtree. 79 * Configurations under Credential subtree. 100 * Configurations under Policy subtree.
|
| /libcore/ojluni/src/main/java/sun/security/x509/ |
| IPAddressName.java | 371 * subtree) 373 * subtree) 480 * Return subtree depth of this name for purposes of determining
|
| URIName.java | 294 * subtree) 296 * subtree) 376 * Return subtree depth of this name for purposes of determining
|
| /system/libufdt/ |
| ufdt_overlay.c | 303 * A fragment consists of two parts: 1. the subtree to be added 2. where it 307 * the subtree into that node in the main_tree. 358 * Apply one overlay fragment (subtree).
|
| /external/icu/icu4c/source/tools/ctestfw/ |
| ctest.c | 320 * Run or list tests (according to mode) in a subtree. 322 * @param root root of the subtree to operate on 351 /* Collect the 'path' to the current subtree. */ 1110 printf("Selecting subtree '%s'\n", argv[i]); 1119 printf("* Could not find any matching subtree\n"); 1143 if( subtreeOptionSeen == FALSE) /* no other subtree given, run the default */ [all...] |
| /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
|