OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:subtree
(Results
76 - 100
of
549
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreePatternParser.cs
76
object
subtree
= ParseTree();
77
adaptor.AddChild(root,
subtree
);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreePatternParser.cs
88
object
subtree
= ParseTree();
89
adaptor.AddChild( root,
subtree
);
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeFilter.java
39
subtree
in our original tree? In what order should we visit nodes?
63
apply them to a particular
subtree
. The final piece of the tree
TreePatternParser.java
75
Object
subtree
= parseTree();
local
76
adaptor.addChild(root,
subtree
);
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
TreeParser.js
58
this.input.consume(); // not
subtree
, consume 1 node and return
61
// current node is a
subtree
, skip to corresponding UP.
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeParser.m
125
[input consume]; // not
subtree
, consume 1 node and return
128
// current node is a
subtree
, skip to corresponding UP.
ANTLRTreePatternParser.m
113
id<ANTLRBaseTree>
subtree
= [self parseTree];
114
[adaptor addChild:
subtree
toTree:root];
/external/apache-xml/src/main/java/org/apache/xalan/templates/
AVTPartXPath.java
61
* the current
subtree
.
63
* @return true if traversal outside the context node's
subtree
can occur.
/external/apache-xml/src/main/java/org/apache/xpath/functions/
Function2Args.java
120
* the current
subtree
.
122
* @return true if traversal outside the context node's
subtree
can occur.
Function3Args.java
118
* the current
subtree
.
120
* @return true if traversal outside the context node's
subtree
can occur.
FunctionDef1Arg.java
159
* the current
subtree
.
161
* @return true if traversal outside the context node's
subtree
can occur.
FunctionMultiArgs.java
139
* the current
subtree
.
141
* @return true if traversal outside the context node's
subtree
can occur.
FunctionOneArg.java
99
* the current
subtree
.
101
* @return true if traversal outside the context node's
subtree
can occur.
/external/apache-xml/src/main/java/org/apache/xpath/operations/
Operation.java
63
* the current
subtree
.
65
* @return true if traversal outside the context node's
subtree
can occur.
/external/apache-xml/src/main/java/org/apache/xpath/patterns/
UnionPattern.java
56
* the current
subtree
.
58
* @return true if traversal outside the context node's
subtree
can occur.
/external/chromium_org/chrome/common/extensions/api/devtools/
experimental_audits.json
74
"description": "A
subtree
that appears under the added result that may provide additional details on the violations found."
169
"description": "If set, the
subtree
will always be expanded."
/external/chromium_org/third_party/WebKit/Source/core/dom/
MutationObserver.cpp
98
{ "
subtree
",
Subtree
},
/external/chromium_org/third_party/angle_dx11/src/compiler/
IntermTraverse.cpp
14
// but their
subtree
will still be traversed.
15
// Nodes with children can have their whole
subtree
skipped
/external/chromium_org/third_party/skia/src/pdf/
SkPDFPage.cpp
123
//
subtree
. However, by construction, we know that unless it's the
124
// last
subtree
for the current depth, the leaf count will be
/external/openfst/src/include/fst/
heap.h
161
// Heapify
subtree
rooted at index i.
182
// Insert (update) element at
subtree
rooted at index i
/external/skia/src/pdf/
SkPDFPage.cpp
123
//
subtree
. However, by construction, we know that unless it's the
124
// last
subtree
for the current depth, the leaf count will be
/external/srec/tools/thirdparty/OpenFst/fst/lib/
heap.h
148
// heapify
subtree
rooted at index i.
169
// insert(update) element at
subtree
rooted at index i
/libcore/luni/src/main/java/javax/xml/transform/dom/
DOMSource.java
71
* will be applied to the
subtree
rooted at this node. In XSLT,
72
* a "/" pattern still means the root of the tree (not the
subtree
),
/external/chromium_org/content/browser/accessibility/
browser_accessibility_manager_unittest.cc
162
// Make sure that changes to a
subtree
reuse as many objects as possible.
250
// Process a notification containing the changed
subtree
.
425
// Process a notification containing the changed
subtree
rooted at
448
// Ensure that we retain the parent of the detached
subtree
.
533
// Process a notification containing the changed
subtree
.
/external/chromium_org/third_party/sqlite/src/src/
rowset.c
82
struct RowSetEntry *pRight; /* Right
subtree
(larger entries) or list */
83
struct RowSetEntry *pLeft; /* Left
subtree
(smaller entries) */
269
** The input, pIn, is a binary tree (or
subtree
) of RowSetEntry objects.
313
struct RowSetEntry *pLeft; /* Left
subtree
*/
341
struct RowSetEntry *pLeft; /* Left
subtree
*/
Completed in 508 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>