OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:descendants
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/base/
tracked_objects.h
715
std::vector<ParentChildPairSnapshot>
descendants
;
member in struct:tracked_objects::ProcessDataSnapshot
[
all
...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarAST.java
355
public static List<Tree>
descendants
(Tree root){
method in class:GrammarAST
356
return
descendants
(root, false);
359
public static List<Tree>
descendants
(Tree root, boolean insertDownUpNodes){
method in class:GrammarAST
369
for (Tree subchild :
descendants
(child, true))
378
for (Tree subchild :
descendants
(child, false))
392
List<Tree>
descendants
=
descendants
(this);
local
393
for (Tree child :
descendants
) {
449
Iterator<Tree> thisDescendants =
descendants
(this, true).iterator();
450
Iterator<Tree> otherDescendants =
descendants
(other, true).iterator()
[
all
...]
/external/chromium_org/sync/syncable/
directory.cc
323
const OrderedChildSet*
descendants
=
local
325
if (!
descendants
)
329
child_sets->push_back(
descendants
);
[
all
...]
/external/chromium_org/cc/trees/
layer_tree_host_common.cc
236
//
descendants
).
311
// If we have unclipped
descendants
, the draw transform is a translation.
546
// A layer and its
descendants
should render onto a new RenderSurfaceImpl if
592
// types of quads than RenderPassDrawQuad. Layers having
descendants
that draw
603
// If the layer clips its
descendants
but it is not axis-aligned with respect
647
// the blending
descendants
might have access to the content behind this layer
648
// (layer has transparent background or
descendants
overflow).
1860
typename LayerType::RenderSurfaceListType&
descendants
=
local
[
all
...]
/external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar
/prebuilts/misc/common/antlr/
antlr-3.4-complete.jar
Completed in 1159 milliseconds