OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:subtree
(Results
101 - 125
of
549
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/jsilver/src/com/google/clearsilver/jsilver/data/
NestedMapData.java
299
* Retrieves the object that is the root of the
subtree
at hdfpath, returning null if the
subtree
313
* Retrieves the HDF object that is the root of the
subtree
at hdfpath, create the
subtree
if it
359
* Remove the specified
subtree
.
/external/clang/lib/Rewrite/Core/
RewriteRope.cpp
104
/// If there is no space in this
subtree
for the extra piece, the extra tree
112
/// If there is no space in this
subtree
for the extra piece, the extra tree
205
/// If there is no space in this
subtree
for the extra piece, the extra tree
213
/// If there is no space in this
subtree
for the extra piece, the extra tree
232
/// If there is no space in this
subtree
for the extra piece, the extra tree
273
/// If there is no space in this
subtree
for the extra piece, the extra tree
437
/// If there is no space in this
subtree
for the extra piece, the extra tree
446
/// If there is no space in this
subtree
for the extra piece, the extra tree
468
/// If there is no space in this
subtree
for the extra piece, the extra tree
494
/// If there is no space in this
subtree
for the extra piece, the extra tre
[
all
...]
/external/chromium_org/v8/tools/
profile.js
322
var
subTree
= tree.cloneSubtree(opt_label);
323
subTree
.computeTotalWeights();
324
return
subTree
;
583
* Creates a
subtree
by cloning and merging all subtrees rooted at nodes
599
var
subTree
= new CallTree();
604
var child = (parent ? parent :
subTree
).findOrAddChild(node.label);
608
return
subTree
;
/external/v8/tools/
profile.js
322
var
subTree
= tree.cloneSubtree(opt_label);
323
subTree
.computeTotalWeights();
324
return
subTree
;
583
* Creates a
subtree
by cloning and merging all subtrees rooted at nodes
599
var
subTree
= new CallTree();
604
var child = (parent ? parent :
subTree
).findOrAddChild(node.label);
608
return
subTree
;
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGUseElement.cpp
663
static inline void removeDisallowedElementsFromSubtree(Element*
subtree
)
665
ASSERT(!
subtree
->inDocument());
666
Element* element = ElementTraversal::firstWithin(
subtree
);
669
Element* next = ElementTraversal::nextSkippingChildren(element,
subtree
);
670
// The
subtree
is not in document so this won't generate events that could mutate the tree.
674
element = ElementTraversal::next(element,
subtree
);
689
// Though if there are disallowed elements in the
subtree
, we have to remove them.
733
// Though if there are disallowed elements in the
subtree
, we have to remove them.
778
// Though if there are disallowed elements in the
subtree
, we have to remove them.
[
all
...]
SVGGElement.cpp
92
//
subtree
may be hidden - we only want the resource renderers to exist so they can be
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
ITreeAdaptor`1.cs
134
* Given the root of the
subtree
created for this rule, post process
259
/** <summary>Get the token start index for this
subtree
; return -1 if no such index</summary> */
262
/** <summary>Get the token stop index for this
subtree
; return -1 if no such index</summary> */
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRDebugEventListener.h
239
* seems to be uniquely triggered when starting a new
subtree
259
* only when the current subrule (or rule)
subtree
is
270
/** Set the token start/stop token index for a
subtree
root or node */
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRDebugEventListener.h
239
* seems to be uniquely triggered when starting a new
subtree
259
* only when the current subrule (or rule)
subtree
is
270
/** Set the token start/stop token index for a
subtree
root or node */
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRDebugEventListener.h
239
* seems to be uniquely triggered when starting a new
subtree
259
* only when the current subrule (or rule)
subtree
is
270
/** Set the token start/stop token index for a
subtree
root or node */
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDebugEventListener.h
239
* seems to be uniquely triggered when starting a new
subtree
259
* only when the current subrule (or rule)
subtree
is
270
/** Set the token start/stop token index for a
subtree
root or node */
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
base.js
112
function walkSubtree(
subtree
, directory)
114
for (var childName in
subtree
) {
115
var child =
subtree
[childName];
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
RewriteRuleSubtreeStream.as
36
/** Treat next element as a single node even if it's a
subtree
.
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
RewriteRuleSubtreeStream.cs
53
* Treat next element as a single node even if it's a
subtree
.
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
RewriteRuleSubtreeStream.cs
58
* Treat next element as a single node even if it's a
subtree
.
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
RewriteRuleSubtreeStream.java
54
/** Treat next element as a single node even if it's a
subtree
.
/external/apache-xml/src/main/java/org/apache/xpath/axes/
HasPositionalPredChecker.java
118
// Don't go have the caller go any further down the
subtree
.
/external/chromium/chrome/browser/accessibility/
browser_accessibility_manager_unittest.cc
129
// Make sure that changes to a
subtree
reuse as many objects as possible.
229
// Process a notification containing the changed
subtree
.
433
// Process a notification containing the changed
subtree
rooted at
534
// Process a notification containing the changed
subtree
.
/external/chromium_org/cc/layers/
draw_properties.h
66
// The surface that this layer and its
subtree
would contribute to.
/external/chromium_org/gpu/config/
gpu_dx_diagnostics_win.cc
116
// Limit to the DisplayDevices
subtree
. The tree in its entirity is
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFieldSetElement.cpp
63
// This element must be updated before the style of nodes in its
subtree
gets recalculated.
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DOMBreakpointsSidebarPane.js
42
SubtreeModified: "
subtree
-modified",
47
this._breakpointTypeLabels[this._breakpointTypes.SubtreeModified] = WebInspector.UIString("
Subtree
Modified");
52
this._contextMenuLabels[this._breakpointTypes.SubtreeModified] = WebInspector.UIString(WebInspector.useLowerCaseMenuTitles() ? "
Subtree
modifications" : "
Subtree
Modifications");
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
rebaselineserver.py
58
# Rebaseline server and it's associated JavaScript expected the tests
subtree
to
/external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
v3_ncons.c
230
* X509_V_ERR_PERMITTED_VIOLATION: Permitted
subtree
violation.
231
* X509_V_ERR_EXCLUDED_VIOLATION: Excluded
subtree
violation.
301
* at least one
subtree
must match.
373
* matched if the
subtree
is a subset of the name.
/external/clang/include/clang/Tooling/
RefactoringCallbacks.h
13
//
subtree
match on the AST and then replace the corresponding source code
Completed in 2268 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>